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/l10n/en_GB.js')
-rw-r--r--apps/files/l10n/en_GB.js11
1 files changed, 6 insertions, 5 deletions
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js
index 2a9fa208223..ef62a3127a9 100644
--- a/apps/files/l10n/en_GB.js
+++ b/apps/files/l10n/en_GB.js
@@ -119,11 +119,7 @@ OC.L10N.register(
"You moved {oldfile} to {newfile}" : "You moved {oldfile} to {newfile}",
"{user} moved {oldfile} to {newfile}" : "{user} moved {oldfile} to {newfile}",
"A file has been added to or removed from your <strong>favorites</strong>" : "A file has been added to or removed from your <strong>favourites</strong>",
- "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>",
- "A new file or folder has been <strong>created</strong>" : "A new file or folder has been <strong>created</strong>",
- "A file or folder has been <strong>deleted</strong>" : "A file or folder has been <strong>deleted</strong>",
- "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limit notifications about creation and changes to your <strong>favourite files</strong> <em>(Stream only)</em>",
- "A file or folder has been <strong>restored</strong>" : "A file or folder has been <strong>restored</strong>",
+ "A file or folder has been <strong>changed</strong>" : "A file or folder has been <strong>changed</strong>",
"All files" : "All files",
"Unlimited" : "Unlimited",
"Upload (max. %s)" : "Upload (max. %s)",
@@ -152,6 +148,11 @@ OC.L10N.register(
"Shared by link" : "Shared by link",
"Text file" : "Text file",
"New text file.txt" : "New text file.txt",
+ "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>",
+ "A new file or folder has been <strong>created</strong>" : "A new file or folder has been <strong>created</strong>",
+ "A file or folder has been <strong>deleted</strong>" : "A file or folder has been <strong>deleted</strong>",
+ "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limit notifications about creation and changes to your <strong>favourite files</strong> <em>(Stream only)</em>",
+ "A file or folder has been <strong>restored</strong>" : "A file or folder has been <strong>restored</strong>",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>"
},
"nplurals=2; plural=(n != 1);");