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

ast.js « l10n - github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a0a0846a94329024a5ef7f374732b7995cbf527c (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "text",
    {
    "Text" : "Testu",
    "Edit" : "Editar",
    "Undo" : "Desfacer",
    "Retry" : "Retentar"
},
"nplurals=2; plural=(n != 1);");