diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-08-18 00:35:47 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-08-18 00:35:47 +0000 |
commit | f5f3d68eb83918bb0d01e7e20722ef8a42f6272d (patch) | |
tree | 8cb82c3a15d4800a3c1f94a4cb0de15a1d8f125a /apps/files/l10n/en_GB.js | |
parent | 4b7aa651927ae088f277261162f24bd39438ea92 (diff) | |
download | nextcloud-server-f5f3d68eb83918bb0d01e7e20722ef8a42f6272d.tar.gz nextcloud-server-f5f3d68eb83918bb0d01e7e20722ef8a42f6272d.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 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index 1d6993a986e..33257f93749 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -156,7 +156,6 @@ OC.L10N.register( "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>" : "A file or folder has been <strong>changed</strong>", "A favorite file or folder has been <strong>changed</strong>" : "A favourite file or folder has been <strong>changed</strong>", - "All files" : "All files", "Upload (max. %s)" : "Upload (max. %s)", "Accept" : "Accept", "Reject" : "Reject", @@ -188,15 +187,16 @@ OC.L10N.register( "The name \"{newName}\"\" is already used in the folder \"{dir}\". Please choose a different name." : "The name \"{newName}\"\" is already used in the folder \"{dir}\". Please choose a different name.", "Could not rename \"{oldName}\"" : "Could not rename \"{oldName}\"", "Total rows summary" : "Total rows summary", - "Select all" : "Select all", - "Unselect all" : "Unselect all", "\"{displayName}\" failed on some elements " : "\"{displayName}\" failed on some elements ", "\"{displayName}\" batch action executed successfully" : "\"{displayName}\" batch action executed successfully", "ascending" : "ascending", "descending" : "descending", "Sort list by {column} ({direction})" : "Sort list by {column} ({direction})", + "Select all" : "Select all", + "Unselect all" : "Unselect all", "List of files and folders." : "List of files and folders.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list.", + "File not found" : "File not found", "Storage informations" : "Storage informations", "{usedQuotaByte} used" : "{usedQuotaByte} used", "{relative}% used" : "{relative}% used", @@ -251,11 +251,11 @@ OC.L10N.register( "List of favorites files and folders." : "List of favourites files and folders.", "No favorites yet" : "No favourites yet", "Files and folders you mark as favorite will show up here" : "Files and folders you mark as favourite will show up here", + "All files" : "All files", "List of recently modified files and folders." : "List of recently modified files and folders.", "No recently modified files" : "No recently modified files", "Files and folders you recently modified will show up here." : "Files and folders you recently modified will show up here.", "Toggle %1$s sublist" : "Toggle %1$s sublist", - "Toggle grid view" : "Toggle grid view", "No entries found in this folder" : "No entries found in this folder", "Upload too large" : "Upload too large", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "The files you are trying to upload exceed the maximum size for file uploads on this server.", @@ -269,6 +269,7 @@ OC.L10N.register( "%s used" : "%s used", "%s%%" : "%s%%", "%1$s of %2$s used" : "%1$s of %2$s used", + "Toggle grid view" : "Toggle grid view", "Deleted files" : "Deleted files", "Shares" : "Shares", "Shared with others" : "Shared with others", |