diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-02 00:21:18 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-02 00:21:18 +0000 |
commit | 4efa24bd3f0dbfd4d0f02ba21e1f527b734d9b81 (patch) | |
tree | a15439f0a8812f172427b0b84ce971a63c633d1b /apps/files/l10n/en_GB.js | |
parent | 516fd736847f65aaca52334c97d444313d0ee5d8 (diff) | |
download | nextcloud-server-4efa24bd3f0dbfd4d0f02ba21e1f527b734d9b81.tar.gz nextcloud-server-4efa24bd3f0dbfd4d0f02ba21e1f527b734d9b81.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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index ce9a8904756..1b6c299a778 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -198,7 +198,6 @@ OC.L10N.register( "Unselect all" : "Unselect all", "\"{displayName}\" failed on some elements " : "\"{displayName}\" failed on some elements ", "\"{displayName}\" batch action executed successfully" : "\"{displayName}\" batch action executed successfully", - "Sort list by {column}" : "Sort list by {column}", "{summaryFile} and {summaryFolder}" : "{summaryFile} and {summaryFolder}", "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.", @@ -311,6 +310,7 @@ OC.L10N.register( "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list.", "Search for an account" : "Search for an account", "Choose" : "Choose", - "No files or folders have been deleted yet" : "No files or folders have been deleted yet" + "No files or folders have been deleted yet" : "No files or folders have been deleted yet", + "Sort list by {column}" : "Sort list by {column}" }, "nplurals=2; plural=(n != 1);"); |