diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-01-21 00:38:52 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-01-21 00:38:52 +0000 |
commit | 0c89b042a538e4c106ef89ccfc066c910848f452 (patch) | |
tree | 36db23200e62eaba5fb264d442120fa6b5b0e2cd /apps/files/l10n/en_GB.js | |
parent | 3c6fc685617a33e3183b0c1612d72513964bb585 (diff) | |
download | nextcloud-server-0c89b042a538e4c106ef89ccfc066c910848f452.tar.gz nextcloud-server-0c89b042a538e4c106ef89ccfc066c910848f452.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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index f54c6950ecd..0d5ab585b61 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -178,7 +178,6 @@ OC.L10N.register( "Upload successful" : "Upload successful", "\"{displayName}\" action executed successfully" : "\"{displayName}\" action executed successfully", "\"{displayName}\" action failed" : "\"{displayName}\" action failed", - "Select the row for {displayName}" : "Select the row for {displayName}", "Rename file" : "Rename file", "File name" : "File name", "Folder name" : "Folder name", @@ -196,8 +195,6 @@ 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", - "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", "List of files and folders." : "List of files and folders.", @@ -298,6 +295,7 @@ OC.L10N.register( "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", "No entries found in this folder" : "No entries found in this folder", + "Select all" : "Select all", "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.", "Text file" : "Text file", @@ -315,7 +313,9 @@ OC.L10N.register( "Pending shares" : "Pending shares", "This file has the tag {tag}" : "This file has the tag {tag}", "This file has the tags {firstTags} and {lastTag}" : "This file has the tags {firstTags} and {lastTag}", + "Select the row for {displayName}" : "Select the row for {displayName}", "Open folder {name}" : "Open folder {name}", + "Unselect all" : "Unselect all", "ascending" : "ascending", "descending" : "descending", "Sort list by {column} ({direction})" : "Sort list by {column} ({direction})", |