text/l10n/es_AR.js

22 строки
853 B
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",
"Guest" : "Invitado",
"Saved" : "Guardado",
"Formatting help" : "Ayuda de formato",
"Keyboard shortcuts" : "Atajos de teclado",
"Bold" : "Negrita",
"Italic" : "Itálico",
"Unsupported image type" : "Tipo de imagen no soportado",
"Undo" : "Deshacer",
"Info" : "Info",
"Warning" : "Advertencia",
"Edit" : "Editar"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");