en_GB.js 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. OC.L10N.register(
  2. "dav",
  3. {
  4. "Calendar" : "Calendar",
  5. "Todos" : "Todos",
  6. "Personal" : "Personal",
  7. "{actor} created calendar {calendar}" : "{actor} created calendar {calendar}",
  8. "You created calendar {calendar}" : "You created calendar {calendar}",
  9. "{actor} deleted calendar {calendar}" : "{actor} deleted calendar {calendar}",
  10. "You deleted calendar {calendar}" : "You deleted calendar {calendar}",
  11. "{actor} updated calendar {calendar}" : "{actor} updated calendar {calendar}",
  12. "You updated calendar {calendar}" : "You updated calendar {calendar}",
  13. "You shared calendar {calendar} as public link" : "You shared calendar {calendar} as public link",
  14. "You removed public link for calendar {calendar}" : "You removed public link for calendar {calendar}",
  15. "{actor} shared calendar {calendar} with you" : "{actor} shared calendar {calendar} with you",
  16. "You shared calendar {calendar} with {user}" : "You shared calendar {calendar} with {user}",
  17. "{actor} shared calendar {calendar} with {user}" : "{actor} shared calendar {calendar} with {user}",
  18. "{actor} unshared calendar {calendar} from you" : "{actor} unshared calendar {calendar} from you",
  19. "You unshared calendar {calendar} from {user}" : "You unshared calendar {calendar} from {user}",
  20. "{actor} unshared calendar {calendar} from {user}" : "{actor} unshared calendar {calendar} from {user}",
  21. "{actor} unshared calendar {calendar} from themselves" : "{actor} unshared calendar {calendar} from themselves",
  22. "You shared calendar {calendar} with group {group}" : "You shared calendar {calendar} with group {group}",
  23. "{actor} shared calendar {calendar} with group {group}" : "{actor} shared calendar {calendar} with group {group}",
  24. "You unshared calendar {calendar} from group {group}" : "You unshared calendar {calendar} from group {group}",
  25. "{actor} unshared calendar {calendar} from group {group}" : "{actor} unshared calendar {calendar} from group {group}",
  26. "{actor} created event {event} in calendar {calendar}" : "{actor} created event {event} in calendar {calendar}",
  27. "You created event {event} in calendar {calendar}" : "You created event {event} in calendar {calendar}",
  28. "{actor} deleted event {event} from calendar {calendar}" : "{actor} deleted event {event} from calendar {calendar}",
  29. "You deleted event {event} from calendar {calendar}" : "You deleted event {event} from calendar {calendar}",
  30. "{actor} updated event {event} in calendar {calendar}" : "{actor} updated event {event} in calendar {calendar}",
  31. "You updated event {event} in calendar {calendar}" : "You updated event {event} in calendar {calendar}",
  32. "Busy" : "Busy",
  33. "{actor} created todo {todo} in list {calendar}" : "{actor} created todo {todo} in list {calendar}",
  34. "You created todo {todo} in list {calendar}" : "You created todo {todo} in list {calendar}",
  35. "{actor} deleted todo {todo} from list {calendar}" : "{actor} deleted todo {todo} from list {calendar}",
  36. "You deleted todo {todo} from list {calendar}" : "You deleted todo {todo} from list {calendar}",
  37. "{actor} updated todo {todo} in list {calendar}" : "{actor} updated todo {todo} in list {calendar}",
  38. "You updated todo {todo} in list {calendar}" : "You updated todo {todo} in list {calendar}",
  39. "{actor} solved todo {todo} in list {calendar}" : "{actor} solved todo {todo} in list {calendar}",
  40. "You solved todo {todo} in list {calendar}" : "You solved todo {todo} in list {calendar}",
  41. "{actor} reopened todo {todo} in list {calendar}" : "{actor} reopened todo {todo} in list {calendar}",
  42. "You reopened todo {todo} in list {calendar}" : "You reopened todo {todo} in list {calendar}",
  43. "A <strong>calendar</strong> was modified" : "A <strong>calendar</strong> was modified",
  44. "A calendar <strong>event</strong> was modified" : "A calendar <strong>event</strong> was modified",
  45. "A calendar <strong>todo</strong> was modified" : "A calendar <strong>todo</strong> was modified",
  46. "Contact birthdays" : "Contact birthdays",
  47. "Where:" : "Where:",
  48. "Description:" : "Description:",
  49. "%1$s via %2$s" : "%1$s via %2$s",
  50. "Invitation canceled" : "Invitation canceled",
  51. "Invitation updated" : "Invitation updated",
  52. "Location:" : "Location:",
  53. "Link:" : "Link:",
  54. "Accept" : "Accept",
  55. "Decline" : "Decline",
  56. "Contacts" : "Contacts",
  57. "Tasks" : "Tasks",
  58. "WebDAV" : "WebDAV",
  59. "WebDAV endpoint" : "WebDAV endpoint",
  60. "Tentative" : "Tentative",
  61. "Save" : "Save",
  62. "Send invitations to attendees" : "Send invitations to attendees",
  63. "Automatically generate a birthday calendar" : "Automatically generate a birthday calendar",
  64. "Birthday calendars will be generated by a background job." : "Birthday calendars will be generated by a background job.",
  65. "Hence they will not be available immediately after enabling but will show up after some time." : "Hence they will not be available immediately after enabling but will show up after some time.",
  66. "Hello %s," : "Hello %s,",
  67. "When:" : "When:"
  68. },
  69. "nplurals=2; plural=(n != 1);");