diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-01-22 00:20:28 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-01-22 00:20:28 +0000 |
commit | 9282aa900db2561cc9f1a62fbb1a1960769d57e1 (patch) | |
tree | ab5eb66345822d50e803a4a867e8e9811065a64a /apps/files/l10n/en_GB.js | |
parent | b3e05f2b194ce6047844fe150b84328705f357d1 (diff) | |
download | nextcloud-server-9282aa900db2561cc9f1a62fbb1a1960769d57e1.tar.gz nextcloud-server-9282aa900db2561cc9f1a62fbb1a1960769d57e1.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
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", |