diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-05-25 00:08:04 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-05-25 00:08:04 +0000 |
commit | a46d2f1d39c99b2e237b3b642099f02a3fb8c841 (patch) | |
tree | bf560a9cb33e8b58d370ab12fde859f983193b7d /apps/dav/l10n/en_GB.js | |
parent | 6cc26efbc5329066cfd0a197023d2772311c85c0 (diff) | |
download | nextcloud-server-a46d2f1d39c99b2e237b3b642099f02a3fb8c841.tar.gz nextcloud-server-a46d2f1d39c99b2e237b3b642099f02a3fb8c841.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/dav/l10n/en_GB.js')
-rw-r--r-- | apps/dav/l10n/en_GB.js | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/apps/dav/l10n/en_GB.js b/apps/dav/l10n/en_GB.js new file mode 100644 index 00000000000..5d754ffe653 --- /dev/null +++ b/apps/dav/l10n/en_GB.js @@ -0,0 +1,50 @@ +OC.L10N.register( + "dav", + { + "Calendar" : "Calendar", + "Todos" : "Todos", + "{actor} created calendar {calendar}" : "{actor} created calendar {calendar}", + "You created calendar {calendar}" : "You created calendar {calendar}", + "{actor} deleted calendar {calendar}" : "{actor} deleted calendar {calendar}", + "You deleted calendar {calendar}" : "You deleted calendar {calendar}", + "{actor} updated calendar {calendar}" : "{actor} updated calendar {calendar}", + "You updated calendar {calendar}" : "You updated calendar {calendar}", + "{actor} shared calendar {calendar} with you" : "{actor} shared calendar {calendar} with you", + "You shared calendar {calendar} with {user}" : "You shared calendar {calendar} with {user}", + "{actor} shared calendar {calendar} with {user}" : "{actor} shared calendar {calendar} with {user}", + "{actor} unshared calendar {calendar} from you" : "{actor} unshared calendar {calendar} from you", + "You unshared calendar {calendar} from {user}" : "You unshared calendar {calendar} from {user}", + "{actor} unshared calendar {calendar} from {user}" : "{actor} unshared calendar {calendar} from {user}", + "{actor} unshared calendar {calendar} from themselves" : "{actor} unshared calendar {calendar} from themselves", + "You shared calendar {calendar} with group {group}" : "You shared calendar {calendar} with group {group}", + "{actor} shared calendar {calendar} with group {group}" : "{actor} shared calendar {calendar} with group {group}", + "You unshared calendar {calendar} from group {group}" : "You unshared calendar {calendar} from group {group}", + "{actor} unshared calendar {calendar} from group {group}" : "{actor} unshared calendar {calendar} from group {group}", + "{actor} created event {event} in calendar {calendar}" : "{actor} created event {event} in calendar {calendar}", + "You created event {event} in calendar {calendar}" : "You created event {event} in calendar {calendar}", + "{actor} deleted event {event} from calendar {calendar}" : "{actor} deleted event {event} from calendar {calendar}", + "You deleted event {event} from calendar {calendar}" : "You deleted event {event} from calendar {calendar}", + "{actor} updated event {event} in calendar {calendar}" : "{actor} updated event {event} in calendar {calendar}", + "You updated event {event} in calendar {calendar}" : "You updated event {event} in calendar {calendar}", + "{actor} created todo {todo} in list {calendar}" : "{actor} created todo {todo} in list {calendar}", + "You created todo {todo} in list {calendar}" : "You created todo {todo} in list {calendar}", + "{actor} deleted todo {todo} from list {calendar}" : "{actor} deleted todo {todo} from list {calendar}", + "You deleted todo {todo} from list {calendar}" : "You deleted todo {todo} from list {calendar}", + "{actor} updated todo {todo} in list {calendar}" : "{actor} updated todo {todo} in list {calendar}", + "You updated todo {todo} in list {calendar}" : "You updated todo {todo} in list {calendar}", + "{actor} solved todo {todo} in list {calendar}" : "{actor} solved todo {todo} in list {calendar}", + "You solved todo {todo} in list {calendar}" : "You solved todo {todo} in list {calendar}", + "{actor} reopened todo {todo} in list {calendar}" : "{actor} reopened todo {todo} in list {calendar}", + "You reopened todo {todo} in list {calendar}" : "You reopened todo {todo} in list {calendar}", + "A <strong>calendar</strong> was modified" : "A <strong>calendar</strong> was modified", + "A calendar <strong>event</strong> was modified" : "A calendar <strong>event</strong> was modified", + "A calendar <strong>todo</strong> was modified" : "A calendar <strong>todo</strong> was modified", + "Contact birthdays" : "Contact birthdays", + "Personal" : "Personal", + "Contacts" : "Contacts", + "WebDAV" : "WebDAV", + "Technical details" : "Technical details", + "Remote Address: %s" : "Remote Address: %s", + "Request ID: %s" : "Request ID: %s" +}, +"nplurals=2; plural=(n != 1);"); |