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

en_GB.js « l10n - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 35e59051b4b2b80341d2a35b84d82703fcebeda8 (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
30
31
32
33
34
35
36
37
38
OC.L10N.register(
    "richdocuments",
    {
    "Saving..." : "Saving...",
    "Download this revision" : "Download this revision",
    "Restore this revision" : "Restore this revision",
    "Latest revision" : "Latest revision",
    "More versions..." : "More versions...",
    "Just now" : "Just now",
    "Failed to revert the document to older version" : "Failed to revert the document to older version",
    "Save" : "Save",
    "Loading documents..." : "Loading documents...",
    "Edit" : "Edit",
    "New Document" : "New Document",
    "New Spreadsheet" : "New Spreadsheet",
    "New Presentation" : "New Presentation",
    "Could not create file" : "Could not create file",
    "New Document.odt" : "New Document.odt",
    "New Spreadsheet.ods" : "New Spreadsheet.ods",
    "New Presentation.odp" : "New Presentation.odp",
    "New Document.docx" : "New Document.docx",
    "New Spreadsheet.xlsx" : "New Spreadsheet.xlsx",
    "New Presentation.pptx" : "New Presentation.pptx",
    "Can't create document" : "Can't create document",
    "Saved" : "Saved",
    "Saved with error: Collabora Online should use the same protocol as the server installation." : "Saved with error: Collabora Online should use the same protocol as the server installation.",
    "Collabora Online" : "Collabora Online",
    "Collabora Online server" : "Collabora Online server",
    "URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client.",
    "Apply" : "Apply",
    "Use OOXML by default for new files" : "Use OOXML by default for new files",
    "Wrong password. Please retry." : "Incorrect password. Please try again.",
    "Password" : "Password",
    "OK" : "OK",
    "Guest %s" : "Guest %s",
    "This link has been expired or is never existed. Please contact the person who shared it with you for details." : "This link has expired or is incorrect. Please contact the person who shared it with you for details."
},
"nplurals=2; plural=(n != 1);");