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>2017-06-22 03:08:37 +0300
committerNextcloud bot <bot@nextcloud.com>2017-06-22 03:08:37 +0300
commite1e4d188f940a2534d977a9283f4371df0a3d1dc (patch)
tree17047e0d3af3a7e36c61047c2c388f1dfdd8b425 /lib/l10n/en_GB.js
parent18824d476ea555b1c49f2cd07e05581b08020183 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/en_GB.js')
-rw-r--r--lib/l10n/en_GB.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js
index 5028399c895..27b66aac251 100644
--- a/lib/l10n/en_GB.js
+++ b/lib/l10n/en_GB.js
@@ -109,11 +109,7 @@ OC.L10N.register(
"Sharing %s failed, because resharing is not allowed" : "Sharing %s failed, because resharing is not allowed",
"Sharing %s failed, because the sharing backend for %s could not find its source" : "Sharing %s failed, because the sharing backend for %s could not find its source",
"Sharing %s failed, because the file could not be found in the file cache" : "Sharing %s failed, because the file could not be found in the file cache",
- "Cannot increase permissions of %s" : "Cannot increase permissions of %s",
- "Files can't be shared with delete permissions" : "Files can't be shared with delete permissions",
- "Files can't be shared with create permissions" : "Files can't be shared with create permissions",
"Expiration date is in the past" : "Expiration date is in the past",
- "Cannot set expiration date more than %s days in the future" : "Cannot set expiration date more than %s days in the future",
"The requested share does not exist anymore" : "The requested share does not exist anymore",
"Could not find category \"%s\"" : "Could not find category \"%s\"",
"Sunday" : "Sunday",
@@ -220,6 +216,10 @@ OC.L10N.register(
"You need to enter either an existing account or the administrator." : "You need to enter either an existing account or the administrator.",
"%s shared »%s« with you" : "%s shared \"%s\" with you",
"%s via %s" : "%s via %s",
+ "Cannot increase permissions of %s" : "Cannot increase permissions of %s",
+ "Files can't be shared with delete permissions" : "Files can't be shared with delete permissions",
+ "Files can't be shared with create permissions" : "Files can't be shared with create permissions",
+ "Cannot set expiration date more than %s days in the future" : "Cannot set expiration date more than %s days in the future",
"This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file.",
"Cannot create \"data\" directory (%s)" : "Cannot create \"data\" directory (%s)",
"This can usually be fixed by <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">giving the webserver write access to the root directory</a>." : "This can usually be fixed by <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">giving the webserver write access to the root directory</a>.",