31 lines
1.2 KiB
JavaScript
31 lines
1.2 KiB
JavaScript
OC.L10N.register(
|
|
"text",
|
|
{
|
|
"New text file" : "Nuevo archivo de texto",
|
|
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo subido sobrepasa el valor MAX_FILE_SIZE especificada en el formulario HTML",
|
|
"No file was uploaded" : "No se subió ningún archivo ",
|
|
"Missing a temporary folder" : "Falta un directorio temporal",
|
|
"Text" : "Texto",
|
|
"Translate" : "Traducir",
|
|
"Guest" : "Invitado",
|
|
"Offline" : "Sin conexión",
|
|
"Saved" : "Guardado",
|
|
"Formatting help" : "Ayuda de formato",
|
|
"Keyboard shortcuts" : "Atajos de teclado",
|
|
"Bold" : "Negrita",
|
|
"Italic" : "Itálico",
|
|
"URL" : "URL",
|
|
"Cannot copy, please copy the link manually" : "No es posible copiar, por favor copia el enlace manualmente",
|
|
"Select language" : "Seleccionar idioma",
|
|
"to" : "para",
|
|
"Replace" : "Reemplazar",
|
|
"Source code" : "Código fuente",
|
|
"Undo" : "Deshacer",
|
|
"Info" : "Info",
|
|
"Warning" : "Advertencia",
|
|
"Table" : "Tabla",
|
|
"Edit" : "Editar",
|
|
"Unsupported image type" : "Tipo de imagen no soportado"
|
|
},
|
|
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|