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: 7bdff1e066587565b5a27229810421f36b75e603 (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
OC.L10N.register(
    "richdocuments",
    {
    "Saving..." : "Guardando...",
    "Latest revision" : "Cabera revisión",
    "More versions..." : "Más versiones...",
    "Just now" : "Agora mesmu",
    "Failed to revert the document to older version" : "Fallu al tornar el documentu a la versión más antigua",
    "Save" : "Guardar",
    "Loading documents..." : "Cargando los documentos...",
    "Edit" : "Editar",
    "Document" : "Documentu",
    "Spreadsheet" : "Fueya de Cálculu",
    "Presentation" : "Presentación",
    "Could not create file" : "Nun pudo crease'l ficheru",
    "New Document.odt" : "Nuevu Documentu.odt",
    "New Spreadsheet.ods" : "Nueva Fueya de Cálculu.ods",
    "New Presentation.odp" : "Nueva Presentación.odp",
    "Can't create document" : "Nun pue crease'l documentu",
    "Saved" : "Guardáu",
    "Collabora Online" : "Collabora en llínea",
    "Collabora Online server" : "Sirvidor de Collabora en llínea",
    "URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL ( y puertu ) del servidor Collabora en llínea qu'apurre la funcionalidad d'edición como un veceru WOPI.",
    "Apply" : "Aplicar",
    "Wrong password. Please retry." : "Contraseña incorreuta. Inténtalo de nueves.",
    "Password" : "Contraseña",
    "OK" : "Aceutar",
    "Guest %s" : "Invitáu %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 esistió. Pa más detalles, contauta cola persona que lu compartió contigo.",
    "You don't have permission to rename this document" : "Nun tienes permisu pa camudar de nome a esti documentu"
},
"nplurals=2; plural=(n != 1);");