You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

en_GB.js 5.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. "Hello %s," : "Hello %s,",
  52. "Invitation updated" : "Invitation updated",
  53. "When:" : "When:",
  54. "Link:" : "Link:",
  55. "Accept" : "Accept",
  56. "Decline" : "Decline",
  57. "Contacts" : "Contacts",
  58. "Tasks" : "Tasks",
  59. "WebDAV" : "WebDAV",
  60. "WebDAV endpoint" : "WebDAV endpoint",
  61. "Tentative" : "Tentative",
  62. "Save" : "Save",
  63. "Send invitations to attendees" : "Send invitations to attendees",
  64. "Automatically generate a birthday calendar" : "Automatically generate a birthday calendar",
  65. "Birthday calendars will be generated by a background job." : "Birthday calendars will be generated by a background job.",
  66. "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.",
  67. "Technical details" : "Technical details",
  68. "Remote Address: %s" : "Remote Address: %s",
  69. "Request ID: %s" : "Request ID: %s"
  70. },
  71. "nplurals=2; plural=(n != 1);");