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 'apps/files_sharing/l10n/en_GB.js')
-rw-r--r--apps/files_sharing/l10n/en_GB.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files_sharing/l10n/en_GB.js b/apps/files_sharing/l10n/en_GB.js
index ac6e8ecea12..89f160dc828 100644
--- a/apps/files_sharing/l10n/en_GB.js
+++ b/apps/files_sharing/l10n/en_GB.js
@@ -68,7 +68,6 @@ OC.L10N.register(
"A file or folder was shared from <strong>another server</strong>" : "A file or folder was shared from <strong>another server</strong>",
"Files" : "Files",
"A file or folder has been <strong>shared</strong>" : "A file or folder has been <strong>shared</strong>",
- "Wrong share ID, share doesn't exist" : "Wrong share ID, share doesn't exist",
"Could not delete share" : "Could not delete share",
"Please specify a file or folder path" : "Please specify a file or folder path",
"Could not create share" : "Could not create share",
@@ -132,7 +131,6 @@ OC.L10N.register(
"Name" : "Name",
"Share time" : "Share time",
"Expiration date" : "Expiration date",
- "Sorry, this link doesn’t seem to work anymore." : "Sorry, this link doesn’t seem to work anymore.",
"Reasons might be:" : "Reasons might be:",
"the item was removed" : "the item was removed",
"the link expired" : "the link expired",
@@ -144,6 +142,8 @@ OC.L10N.register(
"Select or drop files" : "Select or drop files",
"Uploaded files:" : "Uploaded files:",
"Add to your Nextcloud" : "Add to your Nextcloud",
- "Wrong path, file/folder doesn't exist" : "Wrong path, file/folder doesn't exist"
+ "Wrong share ID, share doesn't exist" : "Wrong share ID, share doesn't exist",
+ "Wrong path, file/folder doesn't exist" : "Wrong path, file/folder doesn't exist",
+ "Sorry, this link doesn’t seem to work anymore." : "Sorry, this link doesn’t seem to work anymore."
},
"nplurals=2; plural=(n != 1);");