diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-08-02 00:19:37 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-08-02 00:19:37 +0000 |
commit | 94ee03d1cc92936afa90d3e2759132519d29c743 (patch) | |
tree | f449a762de12d3dc543c65e79b27bb29115f3627 /apps/files/l10n/en_GB.js | |
parent | d58fc0f64584b618d3f6778ae6ac358de1b63351 (diff) | |
download | nextcloud-server-94ee03d1cc92936afa90d3e2759132519d29c743.tar.gz nextcloud-server-94ee03d1cc92936afa90d3e2759132519d29c743.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 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index 1b0cb7ec7eb..bead81eb94d 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -156,6 +156,7 @@ 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>", + "Failed to authorize" : "Failed to authorize", "Upload (max. %s)" : "Upload (max. %s)", "Files compatibility" : "Files compatibility", "Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed." : "Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed.", @@ -190,7 +191,6 @@ OC.L10N.register( "Filename" : "Filename", "Folder name" : "Folder name", "This node is unavailable" : "This node is unavailable", - "Download file {name}" : "Download file {name}", "Another entry with the same name already exists." : "Another entry with the same name already exists.", "Invalid filename." : "Invalid filename.", "Renamed \"{oldName}\" to \"{newName}\"" : "Renamed \"{oldName}\" to \"{newName}\"", @@ -287,6 +287,7 @@ OC.L10N.register( "_You are about to delete {count} item_::_You are about to delete {count} items_" : ["You are about to delete {count} item","You are about to delete {count} items"], "Confirm deletion" : "Confirm deletion", "Cancel" : "Cancel", + "The file should now open locally. If you don't see this happening, make sure that the desktop client is installed on your system." : "The file should now open locally. If you don't see this happening, make sure that the desktop client is installed on your system.", "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", @@ -319,7 +320,6 @@ OC.L10N.register( "Videos" : "Videos", "Created new folder \"{name}\"" : "Created new folder \"{name}\"", "Unable to initialize the templates directory" : "Unable to initialize the templates directory", - "Create new templates folder" : "Create new templates folder", "Templates" : "Templates", "New template folder" : "New template folder", "In folder" : "In folder", @@ -352,6 +352,7 @@ OC.L10N.register( "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 your files and folders." : "List of your files and folders.", + "All folders" : "All folders", "Personal Files" : "Personal Files", "List of your files and folders that are not shared." : "List of your files and folders that are not shared.", "No personal files found" : "No personal files found", @@ -373,6 +374,7 @@ OC.L10N.register( "\"remote user\"" : "\"remote user\"", "Select the row for {displayName}" : "Select the row for {displayName}", "Open folder {name}" : "Open folder {name}", + "Download file {name}" : "Download file {name}", "Unselect all" : "Unselect all", "ascending" : "ascending", "descending" : "descending", @@ -385,6 +387,7 @@ OC.L10N.register( "Open the files app settings" : "Open the files app settings", "You might not have have permissions to view it, ask the sender to share it" : "You might not have have permissions to view it, ask the sender to share it", "Set up templates folder" : "Set up templates folder", + "Create new templates folder" : "Create new templates folder", "Toggle %1$s sublist" : "Toggle %1$s sublist", "Toggle grid view" : "Toggle grid view", "Shares" : "Shares", |