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: 4e259f48a284ca8f3d22584f684237bb476afcc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
OC.L10N.register(
    "files_texteditor",
    {
    "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)",
    "Save" : "Guardar",
    "Search" : "Buscar",
    "Next" : "Siguiente",
    "Clear" : "Borrar",
    "Saving..." : "Guardando...",
    "An error occurred!" : "¡Ocurrió un error!",
    "There are unsaved changes in the text editor" : "Hay cambios sin guardar en el editor de textos",
    "There were unsaved changes, click here to go back" : "Hay cambios sin guardar, haga clic aquí para volver"
},
"nplurals=2; plural=(n != 1);");