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: e6b0346d85ad76856e7ec44251cb87d28e35e871 (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..." : "Salveguardante...",
    "Download this revision" : "Discargar iste revision",
    "Restore this revision" : "Restaura iste revision",
    "Latest revision" : "Revision plus recente",
    "More versions..." : "Plus versiones...",
    "Just now" : "Justo ora",
    "Failed to revert the document to older version" : "Il falleva a restaurar le documento a un version plus ancian",
    "Save" : "Salveguardar",
    "Loading documents..." : "Cargante documentos...",
    "Edit" : "Modificar",
    "Document" : "Documento",
    "Spreadsheet" : "Folios de labor",
    "Presentation" : "Presentation",
    "Could not create file" : "Impossibile crear le file",
    "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",
    "Can't create document" : "Non pote crear le documento",
    "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.",
    "Collabora Online" : "Collabora Online",
    "Collabora Online server" : "Servitor de Collabora Online",
    "URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (e porta) del servitor Collabora Online que provide le functionalitate de edition como un cliente WOPI",
    "Apply" : "Applicar",
    "Use OOXML by default for new files" : "Usar OOXML per predefinition pro nove files",
    "Wrong password. Please retry." : "Contrasigno errate. Pro favor essaya de novo.",
    "Password" : "Contrasigno",
    "OK" : "Ok",
    "Guest %s" : "Hospite %s",
    "This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Iste ligamine ha expirate o nunquam existeva. Per favor, contacta le persona qui compartiva lo con te pro detalios."
},
"nplurals=2; plural=(n != 1);");