files_texteditor/l10n/es_CL.js

23 строки
1.3 KiB
JavaScript

OC.L10N.register(
"files_texteditor",
{
"Saved!" : "¡Guardado!",
"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",
"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. ",
"Share not found" : "No se encontró el elemento compartido",
"You are not authorized to open this share" : "No estas autorizado para abrir este elemento compartido",
"Invalid range request" : "Rango de solicitud invalido"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");