diff options
Diffstat (limited to 'apps/files/l10n/en_GB.js')
-rw-r--r-- | apps/files/l10n/en_GB.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index 0d5ab585b61..6ba5d491e2f 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -178,6 +178,8 @@ OC.L10N.register( "Upload successful" : "Upload successful", "\"{displayName}\" action executed successfully" : "\"{displayName}\" action executed successfully", "\"{displayName}\" action failed" : "\"{displayName}\" action failed", + "Toggle selection for file \"{displayName}\"" : "Toggle selection for file \"{displayName}\"", + "Toggle selection for folder \"{displayName}\"" : "Toggle selection for folder \"{displayName}\"", "Rename file" : "Rename file", "File name" : "File name", "Folder name" : "Folder name", @@ -195,6 +197,7 @@ OC.L10N.register( "Could not copy {file}. {message}" : "Could not copy {file}. {message}", "Could not move {file}. {message}" : "Could not move {file}. {message}", "Total rows summary" : "Total rows summary", + "Toggle selection for all files and folders" : "Toggle selection for all files and folders", "\"{displayName}\" failed on some elements " : "\"{displayName}\" failed on some elements ", "\"{displayName}\" batch action executed successfully" : "\"{displayName}\" batch action executed successfully", "List of files and folders." : "List of files and folders.", @@ -264,6 +267,8 @@ OC.L10N.register( "Destination is not a folder" : "Destination is not a folder", "This file/folder is already in that directory" : "This file/folder is already in that directory", "You cannot move a file/folder onto itself or into a subfolder of itself" : "You cannot move a file/folder onto itself or into a subfolder of itself", + "(copy)" : "(copy)", + "(copy %n)" : "(copy %n)", "A file or folder with that name already exists in this folder" : "A file or folder with that name already exists in this folder", "The files is locked" : "The files is locked", "The file does not exist anymore" : "The file does not exist anymore", |