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-08-16 03:08:33 +0300
committerNextcloud bot <bot@nextcloud.com>2017-08-16 03:08:33 +0300
commitd7406e515952bfa2c2659ecd44599bb0e5afbeec (patch)
treeb3ed3fe74bda63f5132e61e797fec09fad57084c /lib/l10n/en_GB.js
parent8c97218b95ce43f393d7100b6df8c18aa5d4f1c4 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/en_GB.js')
-rw-r--r--lib/l10n/en_GB.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js
index 7bc1cc50f59..b3041727416 100644
--- a/lib/l10n/en_GB.js
+++ b/lib/l10n/en_GB.js
@@ -103,11 +103,8 @@ OC.L10N.register(
"Not allowed to create a federated share with the same user" : "Not allowed to create a federated share with the same user",
"Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Sharing %s failed, could not find %s, maybe the server is currently unreachable.",
"Share type %s is not valid for %s" : "Share type %s is not valid for %s",
- "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Setting permissions for %s failed, because the permissions exceed permissions granted to %s",
- "Setting permissions for %s failed, because the item was not found" : "Setting permissions for %s failed, because the item was not found",
"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Cannot set expiry date. Shares cannot expire later than %s after they have been shared",
"Cannot set expiration date. Expiration date is in the past" : "Cannot set expiry date. Expiry date is in the past",
- "Cannot clear expiration date. Shares are required to have an expiration date." : "Cannot clear expiration date. Shares are required to have an expiration date.",
"Sharing backend %s must implement the interface OCP\\Share_Backend" : "Sharing backend %s must implement the interface OCP\\Share_Backend",
"Sharing backend %s not found" : "Sharing backend %s not found",
"Sharing backend for %s not found" : "Sharing backend for %s not found",
@@ -230,6 +227,9 @@ OC.L10N.register(
"Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator.",
"Server settings" : "Server settings",
"You need to enter either an existing account or the administrator." : "You need to enter either an existing account or the administrator.",
+ "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Setting permissions for %s failed, because the permissions exceed permissions granted to %s",
+ "Setting permissions for %s failed, because the item was not found" : "Setting permissions for %s failed, because the item was not found",
+ "Cannot clear expiration date. Shares are required to have an expiration date." : "Cannot clear expiration date. Shares are required to have an expiration date.",
"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",