Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/l10n/en_GB.js')
-rw-r--r--apps/files/l10n/en_GB.js38
1 files changed, 19 insertions, 19 deletions
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js
index 3a6784c64c3..51f5ca050da 100644
--- a/apps/files/l10n/en_GB.js
+++ b/apps/files/l10n/en_GB.js
@@ -4,33 +4,17 @@ OC.L10N.register(
"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",
@@ -63,10 +47,8 @@ OC.L10N.register(
"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",
@@ -130,6 +112,24 @@ OC.L10N.register(
"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>"
},