text/l10n/en_GB.js

30 строки
1.3 KiB
JavaScript
Исходник Обычный вид История

2019-12-22 06:50:01 +03:00
OC.L10N.register(
"text",
{
"New text file" : "New text file",
"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",
2019-12-22 06:50:01 +03:00
"Text" : "Text",
"Saved" : "Saved",
2019-12-22 06:50:01 +03:00
"Unsaved changes" : "Unsaved changes",
"Guest" : "Guest",
"Formatting help" : "Formatting help",
"Keyboard shortcuts" : "Keyboard shortcuts",
2019-12-22 06:50:01 +03:00
"Bold" : "Bold",
2020-11-18 06:14:40 +03:00
"Italic" : "Italic",
"guest" : "guest",
"Undo" : "Undo",
"Info" : "Info",
"Success" : "Success",
"Warning" : "Warning",
"Edit" : "Edit",
"Participants" : "Participants"
2019-12-22 06:50:01 +03:00
},
"nplurals=2; plural=(n != 1);");