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

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/en_GB.js')
-rw-r--r--l10n/en_GB.js10
1 files changed, 8 insertions, 2 deletions
diff --git a/l10n/en_GB.js b/l10n/en_GB.js
index 5ba64bb..8d882f7 100644
--- a/l10n/en_GB.js
+++ b/l10n/en_GB.js
@@ -1,11 +1,13 @@
OC.L10N.register(
"files_texteditor",
{
+ "You can not open a folder" : "You cannot open a folder",
"This file is too big to be opened. Please download the file instead." : "This file is too big to be opened. Please download the file instead.",
"Cannot read the file." : "Cannot read the file.",
"Invalid file path supplied." : "Invalid file path supplied.",
"The file is locked." : "The file is locked.",
"An internal server error occurred." : "An internal server error occurred.",
+ "You can not write to a folder" : "You cannot write to a folder",
"Cannot save file as it has been modified since opening" : "Cannot save file as it has been modified since opening",
"Insufficient permissions" : "Insufficient permissions",
"File path not supplied" : "File path not supplied",
@@ -16,7 +18,11 @@ OC.L10N.register(
"Saved" : "Saved",
"There was a problem saving your changes. Click to resume editing." : "There was a problem saving your changes. Click to resume editing.",
"An error occurred!" : "An error occurred!",
- "Text file" : "Text file",
- "New text file.txt" : "New text file.txt"
+ "Edit" : "Edit",
+ "Mixed" : "Mixed",
+ "Preview" : "Preview",
+ "New text file" : "New text file",
+ "New text file.txt" : "New text file.txt",
+ "Text editor" : "Text editor"
},
"nplurals=2; plural=(n != 1);");