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

sk.js « l10n - github.com/pierre-alain-b/rainloop-nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9e72cc38de7ee2c6602cfcd47d7b3e1b7de217a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
OC.L10N.register(
    "rainloop",
    {
    "Email" : "E-mail",
    "Error" : "Chyba",
    "Invalid argument(s)" : "Neplatný(é) argument(y)",
    "Saved successfully" : "Úspešne uložené",
    "RainLoop" : "RainLoop",
    "RainLoop Webmail" : "RainLoop Webmail",
    "Go to RainLoop Webmail admin panel" : "Prejdite na správcovský panel RainLoop Webmail",
    "Users will login manually, or define credentials in their personal settings for automatic logins." : "Používatelia sa budú prihlasovať manuálne alebo v osobných nastaveniach definujte prihlasovacie údaje pre automatické prihlásenie.",
    "Attempt to automatically login users with their Nextcloud username and password, or user-defined credentials, if set." : "Pokúste sa automaticky prihlásiť používateľov pomocou ich používateľského mena a hesla Nextcloud alebo prihlasovacích údajov definovaných používateľom, ak sú nastavené.",
    "Attempt to automatically login users with their Nextcloud email and password, or user-defined credentials, if set." : "Pokúste sa automaticky prihlásiť používateľov pomocou ich Nextcloud e-mailu a hesla alebo prihlasovacích údajov definovaných používateľom, ak sú nastavené.",
    "Save" : "Uložiť",
    "RainLoop Webmail is not configured yet." : "RainLoop Webmail ešte nie je nastavený.",
    "may have some" : "môže mať",
    "security considerations" : "vplyv na bezpečnosť",
    "Enter an email and password to auto-login to RainLoop. <b>Please note</b> that this feature %s %s." : "Zadajte e-mail a heslo pre automatické prihlásenie do RainLoop. <b>Prosím uvedomte si,</b> že táto funkcia %s %s.",
    "Password" : "Heslo"
},
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");