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: 25ffd330b0f01c1a171b60d65336e944ded185a6 (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "text",
    {
    "Text" : "Testu",
    "Retry" : "Retentar",
    "Edit" : "Editar",
    "Undo" : "Desfacer"
},
"nplurals=2; plural=(n != 1);");