diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-04-07 02:28:31 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-04-07 02:28:31 +0000 |
commit | 99be997dcaefbc561e8c8085e01136655ec26247 (patch) | |
tree | 7e4c56e4220aed40986a5989cd734312c56ceff1 /apps/files/l10n/en_GB.js | |
parent | 012624743917cf9388f2abd33760a50d83d497e9 (diff) | |
download | nextcloud-server-99be997dcaefbc561e8c8085e01136655ec26247.tar.gz nextcloud-server-99be997dcaefbc561e8c8085e01136655ec26247.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 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index 6f3f7e4fc64..f616828c770 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -166,6 +166,7 @@ OC.L10N.register( "The ownership transfer of {path} from {user} has completed." : "The ownership transfer of {path} from {user} has completed.", "in %s" : "in %s", "File Management" : "File Management", + "Select all" : "Select all", "Storage informations" : "Storage informations", "{usedQuotaByte} used" : "{usedQuotaByte} used", "{relative}% used" : "{relative}% used", @@ -183,6 +184,8 @@ OC.L10N.register( "Ownership transfer request sent" : "Ownership transfer request sent", "Cannot transfer ownership of a file or folder you do not own" : "Cannot transfer ownership of a file or folder you do not own", "Select file or folder to link to" : "Select file or folder to link to", + "No files in here" : "No files in here", + "Go back" : "Go back", "Open the files app settings" : "Open the files app settings", "Files settings" : "Files settings", "File cannot be accessed" : "File cannot be accessed", @@ -205,20 +208,18 @@ OC.L10N.register( "Creating file" : "Creating file", "Blank" : "Blank", "Unable to create new file from template" : "Unable to create new file from template", + "Delete permanently" : "Delete permanently", "Set up templates folder" : "Set up templates folder", "Templates" : "Templates", "Unable to initialize the templates directory" : "Unable to initialize the templates directory", "Toggle %1$s sublist" : "Toggle %1$s sublist", "Toggle grid view" : "Toggle grid view", - "No files in here" : "No files in here", "Upload some content or sync with your devices!" : "Upload some content or sync with your devices!", "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.", "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", - "Deleted files" : "Deleted files", "Shares" : "Shares", "Shared with others" : "Shared with others", "Shared with you" : "Shared with you", @@ -237,6 +238,7 @@ OC.L10N.register( "%s used" : "%s used", "%s%%" : "%s%%", "%1$s of %2$s used" : "%1$s of %2$s used", - "Settings" : "Settings" + "Settings" : "Settings", + "Deleted files" : "Deleted files" }, "nplurals=2; plural=(n != 1);"); |