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: 3ee3188588336a46dbdaf80e63e1104e751ffe46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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",
    "Saved" : "Guardado",
    "Formatting help" : "Ayuda de formato",
    "Keyboard shortcuts" : "Atajos de teclado",
    "Bold" : "Negrita",
    "Italic" : "Itálico",
    "Participants" : "Participantes",
    "Edit" : "Editar",
    "Undo" : "Deshacer",
    "Info" : "Info",
    "Warning" : "Advertencia"
},
"nplurals=2; plural=(n != 1);");