diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-10-25 09:36:09 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-10-25 09:36:09 +0000 |
commit | e23a298a8155fb8f74c1ee2fcbef31a418b65db4 (patch) | |
tree | fbf2d2ee9af7470a5221f7127a36d90e5acdb90a /apps/files/l10n/en_GB.json | |
parent | 740ff9108b4c600ba2b0a13139ffc84ce09579b1 (diff) | |
download | nextcloud-server-e23a298a8155fb8f74c1ee2fcbef31a418b65db4.tar.gz nextcloud-server-e23a298a8155fb8f74c1ee2fcbef31a418b65db4.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/en_GB.json')
-rw-r--r-- | apps/files/l10n/en_GB.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/apps/files/l10n/en_GB.json b/apps/files/l10n/en_GB.json index b8be5d32f94..21417434b07 100644 --- a/apps/files/l10n/en_GB.json +++ b/apps/files/l10n/en_GB.json @@ -2,33 +2,17 @@ "Storage not available" : "Storage not available", "Storage invalid" : "Storage invalid", "Unknown error" : "Unknown error", - "Unable to set upload directory." : "Unable to set upload directory.", - "Invalid Token" : "Invalid Token", - "No file was uploaded. Unknown error" : "No file was uploaded. Unknown error", - "There is no error, the file uploaded with success" : "There is no error, the file uploaded successfully", - "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "The uploaded file exceeds the upload_max_filesize directive in php.ini: ", - "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form", - "The uploaded file was only partially uploaded" : "The uploaded file was only partially uploaded", - "No file was uploaded" : "No file was uploaded", - "Missing a temporary folder" : "Missing a temporary folder", - "Failed to write to disk" : "Failed to write to disk", - "Not enough storage available" : "Not enough storage available", - "The target folder has been moved or deleted." : "The target folder has been moved or deleted.", - "Upload failed. Could not find uploaded file" : "Upload failed. Could not find uploaded file", - "Upload failed. Could not get file info." : "Upload failed. Could not get file info.", - "Invalid directory." : "Invalid directory.", "Files" : "Files", "All files" : "All files", "File could not be found" : "File could not be found", "Home" : "Home", "Close" : "Close", "Favorites" : "Favourites", + "Could not create folder \"{dir}\"" : "Could not create folder \"{dir}\"", "Upload cancelled." : "Upload cancelled.", "Unable to upload {filename} as it is a directory or has 0 bytes" : "Unable to upload {filename} as it is a directory or has 0 bytes", "Total file size {size1} exceeds upload limit {size2}" : "Total file size {size1} exceeds upload limit {size2}", "Not enough free space, you are uploading {size1} but only {size2} is left" : "Not enough free space, you are uploading {size1} but only {size2} is left", - "Error uploading file \"{fileName}\": {message}" : "Error uploading file \"{fileName}\": {message}", - "Could not get result from server." : "Could not get result from server.", "Uploading..." : "Uploading...", "..." : "...", "{hours}:{minutes}:{seconds} hour{plural_s} left" : "{hours}:{minutes}:{seconds} hour{plural_s} left", @@ -61,10 +45,8 @@ "Could not rename \"{fileName}\"" : "Could not rename \"{fileName}\"", "Could not create file \"{file}\"" : "Could not create file \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Could not create file \"{file}\" because it already exists", - "Could not create folder \"{dir}\"" : "Could not create folder \"{dir}\"", "Could not create folder \"{dir}\" because it already exists" : "Could not create folder \"{dir}\" because it already exists", "Error deleting file \"{fileName}\"." : "Error deleting file \"{fileName}\".", - "No entries in this folder match '{filter}'" : "No entries in this folder match '{filter}'", "Name" : "Name", "Size" : "Size", "Modified" : "Modified", @@ -128,6 +110,24 @@ "Files and folders you mark as favorite will show up here" : "Files and folders you mark as favourite will show up here", "Text file" : "Text file", "New text file.txt" : "New text file.txt", + "Unable to set upload directory." : "Unable to set upload directory.", + "Invalid Token" : "Invalid Token", + "No file was uploaded. Unknown error" : "No file was uploaded. Unknown error", + "There is no error, the file uploaded with success" : "There is no error, the file uploaded successfully", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "The uploaded file exceeds the upload_max_filesize directive in php.ini: ", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form", + "The uploaded file was only partially uploaded" : "The uploaded file was only partially uploaded", + "No file was uploaded" : "No file was uploaded", + "Missing a temporary folder" : "Missing a temporary folder", + "Failed to write to disk" : "Failed to write to disk", + "Not enough storage available" : "Not enough storage available", + "The target folder has been moved or deleted." : "The target folder has been moved or deleted.", + "Upload failed. Could not find uploaded file" : "Upload failed. Could not find uploaded file", + "Upload failed. Could not get file info." : "Upload failed. Could not get file info.", + "Invalid directory." : "Invalid directory.", + "Error uploading file \"{fileName}\": {message}" : "Error uploading file \"{fileName}\": {message}", + "Could not get result from server." : "Could not get result from server.", + "No entries in this folder match '{filter}'" : "No entries in this folder match '{filter}'", "{newname} already exists" : "{newname} already exists", "A file or folder has been <strong>changed</strong>" : "A file or folder has been <strong>changed</strong>" },"pluralForm" :"nplurals=2; plural=(n != 1);" |