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:
Diffstat (limited to 'lib/l10n/en_GB.js')
-rw-r--r--lib/l10n/en_GB.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js
index d6570e3b233..2926027d343 100644
--- a/lib/l10n/en_GB.js
+++ b/lib/l10n/en_GB.js
@@ -87,7 +87,6 @@ OC.L10N.register(
"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",
- "Can’t set expiration date more than %s days in the future" : "Can’t set expiration date more than %s days in the future",
"Click the button below to open it." : "Click the button below to open it.",
"The requested share does not exist anymore" : "The requested share does not exist anymore",
"Could not find category \"%s\"" : "Could not find category \"%s\"",
@@ -188,6 +187,7 @@ OC.L10N.register(
"Storage connection timeout. %s" : "Storage connection timeout. %s",
"Following databases are supported: %s" : "Following databases are supported: %s",
"Following platforms are supported: %s" : "Following platforms are supported: %s",
- "Invalid Federated Cloud ID" : "Invalid Federated Cloud ID"
+ "Invalid Federated Cloud ID" : "Invalid Federated Cloud ID",
+ "Can’t set expiration date more than %s days in the future" : "Can’t set expiration date more than %s days in the future"
},
"nplurals=2; plural=(n != 1);");