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

es.js « l10n - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0e788273dcf7d6a62e1c30601ee9ff311bc9fab0 (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..." : "Guardando...",
    "Download this revision" : "Descargar esta revisión",
    "Restore this revision" : "Restaurar esta revisión",
    "Latest revision" : "Ultima revisión",
    "More versions..." : "Más versiones...",
    "Just now" : "Ahora",
    "Failed to revert the document to older version" : "No se pudo revertir el documento a la versión más antigua",
    "Save" : "Guardar",
    "Loading documents..." : "Cargando documentos...",
    "Edit" : "Editar",
    "Document" : "Documento",
    "Spreadsheet" : "Hoja de cálculo",
    "Presentation" : "Presentación",
    "Could not create file" : "No se pudo crear el archivo",
    "New Document.odt" : "Nuevo Documento.odt",
    "New Spreadsheet.ods" : "Nueva planilla de cálculo.ods",
    "New Presentation.odp" : "Nueva Presentación.odp",
    "New Document.docx" : "Nuevo Documento.docx",
    "New Spreadsheet.xlsx" : "Nueva Hoja de cálculo.xlsx",
    "New Presentation.pptx" : "Nueva Presentación.pptx",
    "Can't create document" : "No es posible crear el documento",
    "Saved" : "Guardado",
    "Saved with error: Collabora Online should use the same protocol as the server installation." : "Salvado con errores: Collabora Online debe usar el mismo protocolo que el instalado en el servidor.",
    "Collabora Online" : "Collabora Online",
    "Collabora Online server" : "Servidor Collabora Online",
    "URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "La dirección URL (y puerto) del servidor Collabora Online que proporciona la funcionalidad de edición es un cliente WOPI.",
    "Apply" : "Aplicar",
    "Use OOXML by default for new files" : "Usar OOXML de forma predeterminada para nuevos archivos",
    "Wrong password. Please retry." : "Contraseña incorrecta. Inténtelo de nuevo.",
    "Password" : "Contraseña",
    "OK" : "OK",
    "Guest %s" : "Invitado %s",
    "This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Este enlace caducó o nunca existió. Para más detalles, sírvase contactar a la persona que lo compartió con usted."
},
"nplurals=2; plural=(n != 1);");