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

es_PY.js « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 49337598cd1e16959e6b3a454328f37c2a04985f (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
OC.L10N.register(
    "files_texteditor",
    {
    "saving..." : "guardando...",
    "saved!" : "¡Guardado!",
    "failed!" : "¡Se presentó una falla!",
    "Saved" : "Guardado",
    "There was a problem saving your changes. Click to resume editing." : "Se presentó un problema al guardar sus cambios. Por favor haz click para continuar editando.",
    "An error occurred!" : "¡Se presentó un error!",
    "Edit" : "Editar",
    "Mixed" : "Mixto",
    "Preview" : "Previsualizar",
    "New text file" : "Nuevo archivo de texto",
    "New text file.txt" : "Nuevo archivo de texto.txt",
    "You can not open a folder" : "No puedes abrir la carpeta",
    "This file is too big to be opened. Please download the file instead." : "Este archivo es demasiado grande para ser abierto. Por favor descárgarlo en su lugar.",
    "Cannot read the file." : "No es posible leer el archivo.",
    "Invalid file path supplied." : "La ruta del archivo proporcionada es inválida.",
    "The file is locked." : "El archivo está bloqueado.",
    "An internal server error occurred." : "Se presentó un error interno en el servidor. ",
    "You can not write to a folder" : "No puedes escribir a la carpeta",
    "Cannot save file as it has been modified since opening" : "No es posible guardar el archivo ya que ha sido modificado desde que fue abierto",
    "Insufficient permissions" : "Permisos insuficientes",
    "File path not supplied" : "La ruta del archivo no fue proporcionada",
    "File mtime not supplied" : "El archivo mtime no fue proporcionado",
    "Text editor" : "Editor de texto"
},
"nplurals=2; plural=(n != 1);");