diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-11 00:24:39 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-11 00:24:39 +0000 |
commit | ba589be5a76c743196c645e9426f4895468a2638 (patch) | |
tree | 802608f26409e83c9ac52c86712720317f5d0c5d /apps/files/l10n/en_GB.js | |
parent | 249c1e47ff871f6275e8d6e4535a3e4a8ec1a1e6 (diff) | |
download | nextcloud-server-ba589be5a76c743196c645e9426f4895468a2638.tar.gz nextcloud-server-ba589be5a76c743196c645e9426f4895468a2638.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 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index 79c6a75d8f0..15387ab77cd 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -221,6 +221,7 @@ 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", + "Choose file" : "Choose file", "Choose {file}" : "Choose {file}", "Add" : "Add", "Loading current folder" : "Loading current folder", @@ -233,7 +234,10 @@ OC.L10N.register( "Shared" : "Shared", "Switch to list view" : "Switch to list view", "Switch to grid view" : "Switch to grid view", + "Your have used your space quota and cannot upload files anymore" : "Your have used your space quota and cannot upload files anymore", "You don’t have permission to upload or create files here" : "You don’t have permission to upload or create files here", + "Error during upload: {message}" : "Error during upload: {message}", + "Unknown error during upload" : "Unknown error during upload", "Open the files app settings" : "Open the files app settings", "Files settings" : "Files settings", "File cannot be accessed" : "File cannot be accessed", @@ -276,6 +280,7 @@ OC.L10N.register( "Templates" : "Templates", "Unable to initialize the templates directory" : "Unable to initialize the templates directory", "Created new folder \"{name}\"" : "Created new folder \"{name}\"", + "One of the dropped files could not be processed" : "One of the dropped files could not be processed", "Uploading \"{filename}\" failed" : "Uploading \"{filename}\" failed", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} folder","{folderCount} folders"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} file","{fileCount} files"], |