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

es_AR.js « l10n - github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 114a09f0c2514fcbae7521b1e412631dd7b06415 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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;");