diff options
Diffstat (limited to 'apps/files/l10n/en_GB.json')
-rw-r--r-- | apps/files/l10n/en_GB.json | 5 |
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.", |