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

es.js « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9f59b77e77952ed900ef8f3f4633849ef05d1d57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
OC.L10N.register(
    "files_texteditor",
    {
    "This file is too big to be opened. Please download the file instead." : "El archivo es muy grande para ser abierto. Por favor, descargue el archivo en lugar de abrirlo.",
    "Cannot read the file." : "No se puede leer el archivo.",
    "Invalid file path supplied." : "Ruta de archivo inválida.",
    "The file is locked." : "El archivo está bloqueado.",
    "An internal server error occurred." : "Error interno del servidor",
    "Cannot save file as it has been modified since opening" : "No es posible guardar el archivo; pues ha sido modificado",
    "Insufficient permissions" : "Permisos insuficientes",
    "File path not supplied" : "No se ha proporcionado la ruta del archivo",
    "File mtime not supplied" : "No se ha proporcionado la hora de modificación del archivo (mtime)",
    "saving..." : "guardando...",
    "saved!" : "¡guardado!",
    "failed!" : "¡falló!",
    "Saved" : "Guardado",
    "There was a problem saving your changes. Click to resume editing." : "Hubo un problema al guardar los cambios. Haga clic para reanudar la edición.",
    "An error occurred!" : "¡Ocurrió un error!",
    "Text file" : "Archivo de texto",
    "New text file.txt" : "Nuevo archivo de texto.txt"
},
"nplurals=2; plural=(n != 1);");