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

sk_SK.php « l10n - github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 336503860d1bb8b03e822e6266e505aa8d661c08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?php
$TRANSLATIONS = array(
"Register" => "Zaregistrovať sa",
"Email address you entered is not valid" => "Zadaná emailová adresa nie je správna",
"There is already a pending registration with this email" => "Registrácia s touto emailovou adresou už čaká na overenie registrácie",
"Verify your ownCloud registration request" => "Overte svoju požiadavku na registráciu do ownCloud",
"Verification email successfully sent." => "Overovací email bol úspešne odoslaný.",
"Invalid verification URL. No registration request with this verification URL is found." => "Neplatná overovacia URL. Nebola nájdená žiadna požiadavka o registráciu pre túto overovaciu URL.",
"Unable to create user, there are problems with user backend." => "Nedá sa vytvoriť používateľský účet. Nastala chyba v používateľskom backende.",
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." => "Váš účet bol vytvorený, teraz sa môžete <a href=\"{link}\">prihlásiť</a>.",
"Your settings have been updated." => "Vaše nastavenia boli aktualizované.",
"No such group" => "Takáto skupina neexistuje",
"Registration" => "Registrácia",
"Default group that all registered users belong" => "Základná skupina pre všetkých novo zaregistrovaných používateľov",
"None" => "Žiadny",
"Welcome, you can create your account below." => "Vitajte. Účet si môžete založiť nižšie.",
"Username" => "Používateľské meno",
"Password" => "Heslo",
"Create account" => "Vytvoriť účet",
"Thank you for registering, you should receive verification link in a few minutes." => "Ďakujeme za vašu registráciu. V priebehu niekoľkých minút by ste mali dostať emailom overovací odkaz.",
"Email" => "Email",
"Request verification link" => "Vyžiadať overovací odkaz",
"Please re-enter a valid email address" => "Zadajte znovu platnú emailovú adresu",
"You will receive an email with verification link" => "Dostanete email s overovacím odkazom"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";