Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-01-04 12:48:31 +0300
committerNextcloud bot <bot@nextcloud.com>2018-01-04 12:48:31 +0300
commit298b79410d433a5394123393b2462eb870a64947 (patch)
treee4fd07f1d55029293caed61c3b7af529c8785246 /apps/dav/l10n/en_GB.js
parent493c255f7f774783b78a58d930a2d1f446274d51 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/dav/l10n/en_GB.js')
-rw-r--r--apps/dav/l10n/en_GB.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/dav/l10n/en_GB.js b/apps/dav/l10n/en_GB.js
index 16b82fac546..001d824d164 100644
--- a/apps/dav/l10n/en_GB.js
+++ b/apps/dav/l10n/en_GB.js
@@ -10,6 +10,8 @@ OC.L10N.register(
"You deleted calendar {calendar}" : "You deleted calendar {calendar}",
"{actor} updated calendar {calendar}" : "{actor} updated calendar {calendar}",
"You updated calendar {calendar}" : "You updated calendar {calendar}",
+ "You shared calendar {calendar} as public link" : "You shared calendar {calendar} as public link",
+ "You removed public link for calendar {calendar}" : "You removed public link for 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}",
@@ -58,6 +60,9 @@ OC.L10N.register(
"Request ID: %s" : "Request ID: %s",
"CalDAV server" : "CalDAV server",
"Send invitations to attendees" : "Send invitations to attendees",
- "Please make sure to properly set up the email settings above." : "Please make sure to properly set up the email settings above."
+ "Please make sure to properly set up the email settings above." : "Please make sure to properly set up the email settings above.",
+ "Automatically generate a birthday calendar" : "Automatically generate a birthday calendar",
+ "Birthday calendars will be generated by a background job." : "Birthday calendars will be generated by a background job.",
+ "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."
},
"nplurals=2; plural=(n != 1);");