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: 5f9232b98d4be1dded1deded7f992401619ceb0c (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
39
40
41
42
43
44
OC.L10N.register(
    "richdocuments",
    {
    "Collabora Online" : "Collabora Online",
    "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",
    "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.",
    "File is too big" : "File is too big",
    "Invalid file provided" : "Invalid file provided",
    "Empty" : "Empty",
    "Edit office documents directly in your browser." : "Edit office documents directly in your browser.",
    "Advanced settings" : "Advanced settings",
    "Restrict usage to specific groups" : "Restrict usage to specific groups",
    "Select groups" : "Select groups",
    "Restrict edit to specific groups" : "Restrict edit to specific groups",
    "Use Canonical webroot" : "Use Canonical webroot",
    "Canonical webroot, in case there are multiple, for Collabora to use. Provide the one with least restrictions. Eg: Use non-shibbolized webroot if this instance is accessed by both shibbolized and non-shibbolized webroots. You can ignore this setting if only one webroot is used to access this instance." : "Canonical webroot, in case there are multiple, for Collabora to use. Provide the one with least restrictions. Eg: Use non-shibbolised webroot if this instance is accessed by both shibbolised and non-shibbolised webroots. You can ignore this setting if only one webroot is used to access this instance.",
    "Enable access for external apps" : "Enable access for external apps",
    "Description" : "Description",
    "No results" : "No results",
    "Cancel" : "Cancel",
    "Error" : "Error",
    "Nickname" : "Nickname",
    "Please enter the filename to store the document as." : "Please enter the filename to store the document as.",
    "Save As" : "Save As",
    "New filename" : "New filename",
    "Save" : "Save",
    "Saving…" : "Saving…",
    "Remove from favorites" : "Remove from favourites",
    "Add to favorites" : "Add to favourites",
    "Details" : "Details",
    "Download" : "Download",
    "Guest" : "Guest",
    "Failed to revert the document to older version" : "Failed to revert the document to older version",
    "Could not create file" : "Could not create file",
    "Create" : "Create",
    "Select template" : "Select template"
},
"nplurals=2; plural=(n != 1);");