]> git.mxchange.org Git - friendica.git/blobdiff - view/lang/cs/strings.php
Update main translation after translation string change
[friendica.git] / view / lang / cs / strings.php
index add1b30166bacf37aeb41b46d97dfc73c7e28d54..e372689e735c4720e13b752cbaee9545087713d2 100644 (file)
@@ -3,7 +3,7 @@
 if(! function_exists("string_plural_select_cs")) {
 function string_plural_select_cs($n){
        $n = intval($n);
-       return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+       if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else  { return 3; }
 }}
 ;
 $a->strings["Item not found."] = "Položka nenalezena.";
@@ -1630,21 +1630,11 @@ $a->strings["%s total blocked contact"] = [
 ];
 $a->strings["URL of the remote contact to block."] = "Adresa URL vzdáleného kontaktu k zablokování.";
 $a->strings["Block Reason"] = "Důvod blokace";
-$a->strings["Server domain pattern added to blocklist."] = "";
 $a->strings["Site blocklist updated."] = "Blokovací seznam stránky aktualizován";
-$a->strings["Blocked server domain pattern"] = "";
 $a->strings["Reason for the block"] = "Důvody pro zablokování";
-$a->strings["Delete server domain pattern"] = "";
 $a->strings["Check to delete this entry from the blocklist"] = "Zaškrtnutím odstraníte tuto položku z blokovacího seznamu";
-$a->strings["Server Domain Pattern Blocklist"] = "";
-$a->strings["This page can be used to define a blacklist of server domain patterns from the federated network that are not allowed to interact with your node. For each domain pattern you should also provide the reason why you block it."] = "";
-$a->strings["The list of blocked server domain patterns will be made publically available on the <a href=\"/friendica\">/friendica</a> page so that your users and people investigating communication problems can find the reason easily."] = "";
-$a->strings["<p>The server domain pattern syntax is case-insensitive shell wildcard, comprising the following special characters:</p>\n<ul>\n\t<li><code>*</code>: Any number of characters</li>\n\t<li><code>?</code>: Any single character</li>\n\t<li><code>[&lt;char1&gt;&lt;char2&gt;...]</code>: char1 or char2</li>\n</ul>"] = "";
 $a->strings["Add new entry to block list"] = "Přidat na blokovací seznam novou položku";
-$a->strings["Server Domain Pattern"] = "";
-$a->strings["The domain pattern of the new server to add to the block list. Do not include the protocol."] = "";
 $a->strings["Block reason"] = "Důvod zablokování";
-$a->strings["The reason why you blocked this server domain pattern."] = "";
 $a->strings["Add Entry"] = "Přidat položku";
 $a->strings["Save changes to the blocklist"] = "Uložit změny do blokovacího seznamu";
 $a->strings["Current Entries in the Blocklist"] = "Aktuální položky v bokovacím seznamu";
@@ -2122,17 +2112,8 @@ $a->strings["You are cordially invited to join me and other close friends on Fri
 $a->strings["You will need to supply this invitation code: \$invite_code"] = "Budeš muset zadat tento pozvánkový kód: \$invite_code";
 $a->strings["Once you have registered, please connect with me via my profile page at:"] = "Jakmile se zaregistruješ, prosím spoj se se mnou přes mou profilovu stránku na:";
 $a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "Pro více informací o projektu Friendica a proč si myslím, že je důležitý, prosím navštiv http://friendi.ca";
-$a->strings["Please enter a post body."] = "";
-$a->strings["This feature is only available with the frio theme."] = "";
 $a->strings["Compose new personal note"] = "Napsat novou osobní poznámku";
 $a->strings["Compose new post"] = "Napsat nový příspěvek";
-$a->strings["Clear the location"] = "";
-$a->strings["Location services are unavailable on your device"] = "";
-$a->strings["Location services are disabled. Please check the website's permissions on your device"] = "";
-$a->strings["Public"] = "";
-$a->strings["This post will be sent to all your followers and can be seen in the community pages and by anyone with its link."] = "";
-$a->strings["Limited/Private"] = "";
-$a->strings["This post will be sent only to the people in the first box, to the exception of the people mentioned in the second box. It won't appear anywhere public."] = "";
 $a->strings["Create a New Account"] = "Vytvořit nový účet";
 $a->strings["Password: "] = "Heslo: ";
 $a->strings["Remember me"] = "Pamatovat si mě";
@@ -2195,22 +2176,7 @@ $a->strings["Registration successful."] = "Registrace byla úspěšná.";
 $a->strings["Your registration can not be processed."] = "Vaši registraci nelze zpracovat.";
 $a->strings["Your registration is pending approval by the site owner."] = "Vaše registrace čeká na schválení vlastníkem serveru.";
 $a->strings["Please enter your password to access this page."] = "Pro přístup k této stránce prosím zadejte své heslo.";
-$a->strings["App-specific password generation failed: The description is empty."] = "";
-$a->strings["App-specific password generation failed: This description already exists."] = "";
-$a->strings["New app-specific password generated."] = "";
-$a->strings["App-specific passwords successfully revoked."] = "";
-$a->strings["App-specific password successfully revoked."] = "";
-$a->strings["Two-factor app-specific passwords"] = "";
-$a->strings["<p>App-specific passwords are randomly generated passwords used instead your regular password to authenticate your account on third-party applications that don't support two-factor authentication.</p>"] = "";
-$a->strings["Make sure to copy your new app-specific password now. You won’t be able to see it again!"] = "";
-$a->strings["Description"] = "";
-$a->strings["Last Used"] = "";
-$a->strings["Revoke"] = "";
-$a->strings["Revoke All"] = "";
-$a->strings["When you generate a new app-specific password, you must use it right away, it will be shown to you once after you generate it."] = "";
-$a->strings["Generate new app-specific password"] = "";
 $a->strings["Friendiqa on my Fairphone 2..."] = "Friendiqa na mém Fairphone 2...";
-$a->strings["Generate"] = "";
 $a->strings["Two-factor authentication successfully disabled."] = "Dvoufázové ověřování úspěšně zakázáno.";
 $a->strings["<p>Use an application on a mobile device to get two-factor authentication codes when prompted on login.</p>"] = "<p>Pomocí aplikace na mobilním zařízení získejte při přihlášení kódy pro dvoufázové ověřování.</p>";
 $a->strings["Authenticator app"] = "Autentizační aplikace";
@@ -2221,16 +2187,12 @@ $a->strings["<p>Your authenticator app is correctly configured.</p>"] = "<p>Vaš
 $a->strings["Recovery codes"] = "Záložní kódy";
 $a->strings["Remaining valid codes"] = "Zbývající platné kódy";
 $a->strings["<p>These one-use codes can replace an authenticator app code in case you have lost access to it.</p>"] = "<p>Tyto jednorázové kódy mohou nahradit kód autentizační aplikace, pokud k ní ztratíte přístup.</p>";
-$a->strings["App-specific passwords"] = "";
-$a->strings["Generated app-specific passwords"] = "";
-$a->strings["<p>These randomly generated passwords allow you to authenticate on apps not supporting two-factor authentication.</p>"] = "";
 $a->strings["Actions"] = "Akce";
 $a->strings["Current password:"] = "Aktuální heslo:";
 $a->strings["You need to provide your current password to change two-factor authentication settings."] = "Pro změnu nastavení dvoufázového ověřování musíte poskytnout vaše aktuální heslo.";
 $a->strings["Enable two-factor authentication"] = "Povolit dvoufázové ověřování";
 $a->strings["Disable two-factor authentication"] = "Zakázat dvoufázové ověřování";
 $a->strings["Show recovery codes"] = "Zobrazit záložní kódy";
-$a->strings["Manage app-specific passwords"] = "";
 $a->strings["Finish app configuration"] = "Dokončit konfiguraci aplikace";
 $a->strings["New recovery codes successfully generated."] = "Nové záložní kódy byly úspěšně vygenerovány.";
 $a->strings["Two-factor recovery codes"] = "Dvoufázové záložní kódy";
@@ -2359,7 +2321,6 @@ $a->strings["Blacklisted keywords"] = "Zakázaná klíčová slova";
 $a->strings["Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"] = "Seznam klíčových slov, které by neměly být převáděna na hashtagy, když je zvoleno „Načíst informace a klíčová slova“. Oddělujte čárkami";
 $a->strings["Show all contacts"] = "Zobrazit všechny kontakty";
 $a->strings["Pending"] = "Čekající";
-$a->strings["Only show pending contacts"] = "";
 $a->strings["Blocked"] = "Blokované";
 $a->strings["Only show blocked contacts"] = "Zobrazit pouze blokované kontakty";
 $a->strings["Ignored"] = "Ignorované";
@@ -2381,8 +2342,6 @@ $a->strings["Advanced Contact Settings"] = "Pokročilé nastavení kontaktu";
 $a->strings["Mutual Friendship"] = "Vzájemné přátelství";
 $a->strings["is a fan of yours"] = "je váš fanoušek";
 $a->strings["you are a fan of"] = "jste fanouškem";
-$a->strings["Pending outgoing contact request"] = "";
-$a->strings["Pending incoming contact request"] = "";
 $a->strings["Edit contact"] = "Upravit kontakt";
 $a->strings["Toggle Blocked status"] = "Přepínat stav Blokováno";
 $a->strings["Toggle Ignored status"] = "Přepínat stav Ignorováno";