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: 8d6a0afa3eb0ea75b3910cce154147b85e114de8 (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
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.",
    "File is too big" : "El ficheru ye pergrande",
    "Invalid file provided" : "Apurrióse un ficheru non válidu",
    "Advanced settings" : "Axustes avanzaos",
    "Select groups" : "Esbillar grupos",
    "Description" : "Descripción",
    "No results" : "Ensin resultaos",
    "Error" : "Fallu",
    "Nickname" : "Nomatu",
    "Cancel" : "Encaboxar",
    "Save" : "Guardar",
    "Saving…" : "Guardando...",
    "Remove from favorites" : "Remove from favorites",
    "Add to favorites" : "Add to favorites",
    "Details" : "Detalles",
    "Download" : "Baxar",
    "Guest" : "Convidáu/ada",
    "Failed to revert the document to older version" : "Fallu al revertir el documentu a la versión más vieya",
    "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",
    "Create" : "Crear",
    "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);");