registration/l10n/sk.js

13 lines
372 B
JavaScript

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);");