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

github.com/nextcloud/text.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.js17
1 files changed, 16 insertions, 1 deletions
diff --git a/l10n/en_GB.js b/l10n/en_GB.js
index 8efa46341..834cebb52 100644
--- a/l10n/en_GB.js
+++ b/l10n/en_GB.js
@@ -1,11 +1,26 @@
OC.L10N.register(
"text",
{
+ "The file was uploaded" : "The file was uploaded",
+ "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 file was only partially uploaded" : "The file was only partially uploaded",
+ "No file was uploaded" : "No file was uploaded",
+ "Missing a temporary folder" : "Missing a temporary folder",
+ "Could not write file to disk" : "Could not write file to disk",
+ "A PHP extension stopped the file upload" : "A PHP extension stopped the file upload",
"Text" : "Text",
+ "Saved" : "Saved",
"Unsaved changes" : "Unsaved changes",
+ "Formatting help" : "Formatting help",
+ "Keyboard shortcuts" : "Keyboard shortcuts",
"Bold" : "Bold",
"Italic" : "Italic",
+ "Participants" : "Participants",
"Edit" : "Edit",
- "Undo" : "Undo"
+ "Undo" : "Undo",
+ "Info" : "Info",
+ "Success" : "Success",
+ "Warning" : "Warning"
},
"nplurals=2; plural=(n != 1);");