20 строки
1.0 KiB
JavaScript
20 строки
1.0 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. Favor de hacer 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. Favor de descargarlo 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. "
|
|
},
|
|
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|