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

sk.js « l10n - github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0ba2b5d09365a7fa79c5122eef1f5d5c4d9ed042 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "registration",
    {
    "Register" : "Registrovať",
    "Saved" : "Uložené",
    "None" : "Žiadne",
    "Username" : "Užívateľské meno",
    "Password" : "Heslo",
    "Create account" : "Vytvoriť účet",
    "Email" : "E-mail"
},
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");