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