From 5368df4daa570f7da80b44bd979744d386a47627 Mon Sep 17 00:00:00 2001 From: Piwigo-TranslationTeam Date: Mon, 4 Nov 2024 17:19:34 +0100 Subject: [PATCH] Update cs_CZ, thanks to webprostor --- language/cs_CZ/admin.lang.php | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/language/cs_CZ/admin.lang.php b/language/cs_CZ/admin.lang.php index 3fa4a4fed..9d92eb789 100644 --- a/language/cs_CZ/admin.lang.php +++ b/language/cs_CZ/admin.lang.php @@ -1376,4 +1376,24 @@ $lang['Who can see ?'] = 'Kdo si může zobrazit?'; $lang['You have unsaved changes'] = 'Máte neuložené změny'; $lang['You cannot copy the password if the connection to this site is not secure.'] = 'Nemůžete kopírovat heslo pokud není přípojení k tomuto webu bezpečné.'; $lang['You are not authorised to change the main user, please ask your webmaster'] = 'Nemáte oprávnění měnit hlavního uživatele, zeptejte se prosím svého webmastera'; -$lang['You can now change the main user from %s to %s.'] = 'Nyní můžete změnit hlavního uživatele z %s na %s.'; \ No newline at end of file +$lang['You can now change the main user from %s to %s.'] = 'Nyní můžete změnit hlavního uživatele z %s na %s.'; +$lang['%s is the new main user'] = '%s je nový hlavní uživatel'; +$lang['An activation link valid for 1 hour has been sent to "%s". If the user doesn\'t receive the link, you can generate and copy a new one by editing the user and managing her password.'] = 'Na adresu "%s" byl odeslán aktivační odkaz platný 1 hodinu. Pokud uživatel odkaz neobdrží, můžete vytvořit a zkopírovat nový, a to úpravou uživatele a správou jeho hesla.'; +$lang['An activation link valid for 1 hour was created but could not be sent. You can now copy the link below and send it to the user.'] = 'Aktivační odkaz platný 1 hodinu byl vytvořen, ale nemohl být odeslán. Nyní můžete níže uvedený odkaz zkopírovat a odeslat uživateli.'; +$lang['Cannot send an email to this user because he doesn\'t have an email address'] = 'Tomuto uživateli nelze odeslat e-mail, protože žádný nemá nastaven.'; +$lang['Changing the main user'] = 'Změna hlavního uživatele'; +$lang['Copied link'] = 'Kopírovaný odkaz'; +$lang['Copy password'] = 'Zkopírovat heslo'; +$lang['Copy the link below and send it to the user so the password can be set.'] = 'Zkopírujte odkaz níže a pošlete ho uživateli, aby mohlo být nastaveno heslo.'; +$lang['Copy the password link'] = 'Odkaz na zkopírování hesla'; +$lang['Main user'] = 'Hlavní uživatel'; +$lang['Password copied'] = 'Heslo zkopírováno'; +$lang['Please complete all fields'] = 'Vyplňte všechna pole, prosím'; +$lang['Resend password link'] = 'Odkaz na znovu zaslání hesla'; +$lang['Set as main user'] = 'Nastavit jako hlavní uživatel'; +$lang['The passwords do not match'] = 'Heslo se neshoduje'; +$lang['This user must first be defined as the webmaster before it can be upgraded to the main user'] = 'Tento uživatel musí být nejprve definován jako webmaster, než může být změněn na hlavního uživatele.'; +$lang['To be sure, please rewrite the word “%s” below'] = 'Pro jistotu prosím níže přepište slovo “%s”'; +$lang['Username successfully modified'] = 'Jméno uživatele úspěšně upraveno'; +$lang['You are about to set %s as main user instead of %s, do you wish to continue ?'] = 'Nastavujete %s jako hlavního uživatele místo %s, přejete si pokračovat?'; +$lang['Yes, let\'s proceed'] = 'Ano, pokračujme.'; \ No newline at end of file