summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/en_GB.json
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-09-20 00:08:25 +0000
committerNextcloud bot <bot@nextcloud.com>2017-09-20 00:08:25 +0000
commitefbd3bb518129f3c11515a9ca72faecff67d039b (patch)
tree0ac5c2473a438b836227ba088b020d8053194028 /apps/files/l10n/en_GB.json
parent00e341925bc134cbbadaf00a84381e72ed33dbf7 (diff)
downloadnextcloud-server-efbd3bb518129f3c11515a9ca72faecff67d039b.tar.gz
nextcloud-server-efbd3bb518129f3c11515a9ca72faecff67d039b.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/en_GB.json')
-rw-r--r--apps/files/l10n/en_GB.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files/l10n/en_GB.json b/apps/files/l10n/en_GB.json
index cf38625de1b..e8755ad35c7 100644
--- a/apps/files/l10n/en_GB.json
+++ b/apps/files/l10n/en_GB.json
@@ -20,6 +20,7 @@
"Actions" : "Actions",
"Download" : "Download",
"Rename" : "Rename",
+ "Move or copy" : "Move or copy",
"Target folder" : "Target folder",
"Delete" : "Delete",
"Disconnect storage" : "Disconnect storage",
@@ -34,6 +35,10 @@
"This directory is unavailable, please check the logs or contact the administrator" : "This directory is unavailable, please check the logs or contact the administrator",
"Could not move \"{file}\", target exists" : "Could not move \"{file}\", target exists",
"Could not move \"{file}\"" : "Could not move \"{file}\"",
+ "Could not copy \"{file}\", target exists" : "Could not copy \"{file}\", target exists",
+ "Could not copy \"{file}\"" : "Could not copy \"{file}\"",
+ "Copied {origin} inside {destination}" : "Copied {origin} inside {destination}",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "Copied {origin} and {nbfiles} other files inside {destination}",
"{newName} already exists" : "{newName} already exists",
"Could not rename \"{fileName}\", it does not exist any more" : "Could not rename \"{fileName}\", it does not exist any more",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name.",