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

ast.js « l10n - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 341120c9512257f2badbafc4a2f62358f8a5d480 (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
OC.L10N.register(
    "richdocuments",
    {
    "Collabora Online" : "Collabora Online",
    "Can't create document" : "Nun pue crease'l documentu",
    "New Document.odt" : "Documentu.odt nuevu",
    "New Spreadsheet.ods" : "Fueya_de_cálculu.ods nueva",
    "New Presentation.odp" : "Presentación.odp nueva",
    "New Document.docx" : "Documentu.docx nuevu",
    "New Spreadsheet.xlsx" : "Fueya_de_cálculu.xlsx nueva",
    "New Presentation.pptx" : "Presentación.pptx nueva",
    "Saved" : "Guardóse",
    "Saved with error: Collabora Online should use the same protocol as the server installation." : "Guardóse con fallos: Collabora Online debería usar el mesmu protocolu que'l de la instalación del sirvidor.",
    "Saving…" : "Guardando...",
    "All" : "Too",
    "Save" : "Guardar",
    "New Document" : "Documentu nuevu",
    "New Spreadsheet" : "Fueya nueva de cálculu",
    "New Presentation" : "Presentación nueva",
    "Could not create file" : "Nun pudo crease'l ficheru",
    "Apply" : "Aplicar",
    "Wrong password. Please retry." : "Contraseña incorreuta. Volvi tentalo, por favor.",
    "Password" : "Contraseña",
    "OK" : "Aceutar",
    "Guest %s" : "Convidáu/ada %s",
    "This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Esti enllaz caducó o enxamás nun esistió. Pa más detalles, contauta cola persona que lu compartió contigo."
},
"nplurals=2; plural=(n != 1);");