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

ia.js « l10n - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 623682a14842d3ca32aa9044ef7fcb07f467c6a8 (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
OC.L10N.register(
    "richdocuments",
    {
    "Collabora Online" : "Collabora Online",
    "Can't create document" : "Non pote crear le documento",
    "New Document.odt" : "Nove-Documento.odt",
    "New Spreadsheet.ods" : "Nove-Folio-de-Labor.ods",
    "New Presentation.odp" : "Nove-Presentation.odp",
    "New Document.docx" : "Nove-Documento.docx",
    "New Spreadsheet.xlsx" : "Nove-Folio-de-Labor.xlsx",
    "New Presentation.pptx" : "Nove-Presentation.pptx",
    "Saved" : "Salveguardate",
    "Saved with error: Collabora Online should use the same protocol as the server installation." : "Salveguardate con error: Collabora Online deberea usar le mesme protocollo que le servitor de installation.",
    "File is too big" : "File es troppo grande",
    "Advanced settings" : "Configurationes avantiate",
    "Description" : "Description",
    "Error" : "Error",
    "Nickname" : "Pseudonymo",
    "Cancel" : "Cancellar",
    "Save" : "Salveguardar",
    "Saving…" : "Salveguardante...",
    "Remove from favorites" : "Remove from favorites",
    "Add to favorites" : "Add to favorites",
    "Details" : "Detalios",
    "Download" : "Discargar",
    "Guest" : "Invitato",
    "Failed to revert the document to older version" : "Il falleva a restaurar le documento a un version plus ancian",
    "Could not create file" : "Impossibile crear le file",
    "Create" : "Crear"
},
"nplurals=2; plural=(n != 1);");