35 lines
3.1 KiB
JavaScript
35 lines
3.1 KiB
JavaScript
OC.L10N.register(
|
|
"registration",
|
|
{
|
|
"Register" : "Registrovat",
|
|
"Email address you entered is not valid" : "Zadaná emailová adresa není správná",
|
|
"A problem occurred sending email, please contact your administrator." : "Při odesílání emailu nastala chyba, kontaktujte prosím svého administrátora.",
|
|
"There is already a pending registration with this email, a new verification email has been sent to the address." : "Pro tuto emailovou adresu již byl otevřen požadavek na registraci, na zadanou emailovou adresu byl znovu odeslán ověřovací email.",
|
|
"A user has already taken this email, maybe you already have an account?" : "Tato emailová adresa je již použita, možná zde již máte účet?",
|
|
"You can <a href=\"{login}\">log in now</a>." : "Nyní se můžete <a href=\"{login}\">přihlásit</a>.",
|
|
"Verification email successfully sent." : "Ověřovací email úspěšně odeslán.",
|
|
"Invalid verification URL. No registration request with this verification URL is found." : "Neplatná ověřovací URL. Nebyl nalezen žádný registrační požadavek pro tuto ověřovací URL.",
|
|
"Unable to create user, there are problems with user backend." : "Není možné vytvořit uživatelský účet, nastaly potíže v systému úložiště uživatelů.",
|
|
"Unable to set user email: " : "Nelze nastavit email uživatele:",
|
|
"Failed to delete pending registration request" : "Selhalo smazání čekajících požadavků na registraci",
|
|
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." : "Váš účet byl úspěšně vytvořen, můžete se nyní <a href=\"{link}\">přihlásit</a>.",
|
|
"Your settings have been updated." : "Vaše nastavení bylo aktualizováno.",
|
|
"No such group" : "Taková skupina neexistuje",
|
|
"Registration" : "Registrace",
|
|
"Default group that all registered users belong" : "Výchozí skupina pro všechny nově registrované uživatele",
|
|
"None" : "Žádné",
|
|
"Allowed mail address domains for registration" : "Povolené domény emailových adres pro registraci",
|
|
"Enter a semicolon-seperated list of allowed domains. Example: owncloud.com;github.com" : "Zadejte středníkem oddělený seznam povolených domén. Příklad: owncloud.com;github.com",
|
|
"Registration is only allowed for following domains:" : "Registrace je povolena pouze pro následující domény:",
|
|
"Welcome, you can create your account below." : "Vítejte, svůj účet si můžete založit níže.",
|
|
"Username" : "Uživatelské jméno",
|
|
"Password" : "Heslo",
|
|
"Create account" : "Vytvořit účet",
|
|
"Thank you for registering, you should receive verification link in a few minutes." : "Děkujeme za vaši registraci, během několika minut byste měli obdržet ověřovací odkaz.",
|
|
"Email" : "Email",
|
|
"Request verification link" : "Vyžádat ověřovací odkaz",
|
|
"Please re-enter a valid email address" : "Zadejte znovu platnou emailovou adresu",
|
|
"You will receive an email with verification link" : "Obdržíte email s ověřovacím odkazem"
|
|
},
|
|
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");
|