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

en_GB.js « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 19192807f2d192b322e2fc6f678d0d47a18ea586 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
OC.L10N.register(
    "files_texteditor",
    {
    "Saved!" : "Saved!",
    "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!",
    "Edit" : "Edit",
    "Mixed" : "Mixed",
    "Preview" : "Preview",
    "New text file" : "New text file",
    "New text file.txt" : "New text file.txt",
    "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.",
    "Could not write to file." : "Could not write to file",
    "Share not found" : "Share not found",
    "You are not authorized to open this share" : "You are not authorised to open this share",
    "Invalid range request" : "Invalid range request"
},
"nplurals=2; plural=(n != 1);");