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: 1214f18ea6824b6a0d41adcf681284886cccc6f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
OC.L10N.register(
    "text",
    {
    "Text" : "Texto",
    "Retry" : "Reintentar",
    "Edit" : "Editar",
    "Undo" : "Deshacer",
    "Bold" : "Negrita",
    "Italic" : "Itálico"
},
"nplurals=2; plural=(n != 1);");