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

es_MX.js « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 40c5aa48c88cdcd68cc0774542cfaab0921ab020 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
OC.L10N.register(
    "files_texteditor",
    {
    "This file is too big to be opened. Please download the file instead." : "Este archivo es demasiado grande para ser abierto. Por favor mejor descargue el archivo.",
    "Cannot read the file." : "No se puede leer el archivo.",
    "Invalid file path supplied." : "La ruta de archivo especificada es inválida.",
    "Cannot save file as it has been modified since opening" : "No se puede guardar el archivo pues fue modificado desde que fue abierto.",
    "Insufficient permissions" : "Permisos insuficientes",
    "File path not supplied" : "Ruta de archivo no especificada",
    "File mtime not supplied" : "Mtime del archivo no especificado",
    "saving..." : "guardando...",
    "saved!" : "¡guardado!",
    "failed!" : "¡falló!",
    "Saved" : "Guardado",
    "There was a problem saving your changes. Click to resume editing." : "Hubo un problema al guardar sus cambios. Haga clic para seguir editando.",
    "An error occurred!" : "¡Ocurrió un error!",
    "Text file" : "Archivo de texto"
},
"nplurals=2; plural=(n != 1);");