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

en_GB.js « l10n - github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bcceb6d59f70d05ed5aafc6e0163a82185d7d59f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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",
    "Text" : "Text",
    "Guest" : "Guest",
    "guest" : "guest",
    "Saved" : "Saved",
    "Unsaved changes" : "Unsaved changes",
    "Formatting help" : "Formatting help",
    "Keyboard shortcuts" : "Keyboard shortcuts",
    "Bold" : "Bold",
    "Italic" : "Italic",
    "Unsupported image type" : "Unsupported image type",
    "Undo" : "Undo",
    "Info" : "Info",
    "Success" : "Success",
    "Warning" : "Warning",
    "Edit" : "Edit"
},
"nplurals=2; plural=(n != 1);");