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

es_AR.js « l10n - github.com/nextcloud/data_request.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3ce82ca7fcd14462655df474ad6d7c11f1663505 (plain)
1
2
3
4
5
6
7
OC.L10N.register(
    "data_request",
    {
    "Hello %s," : "Hola %s:",
    "Account" : "Cuenta"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");