]> git.mxchange.org Git - friendica-addons.git/blob - advancedcontentfilter/lang/cs/strings.php
planets addon IT translation update THX Sylke Vicious
[friendica-addons.git] / advancedcontentfilter / lang / cs / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_cs")) {
4 function string_plural_select_cs($n){
5         $n = intval($n);
6         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; }
7 }}
8 ;
9 $a->strings["Filtered by rule: %s"] = "Filtrováno podle pravidla: %s";
10 $a->strings["Advanced Content Filter"] = "Rozšířený filtr obsahu";
11 $a->strings["Back to Addon Settings"] = "Zpět na nastavení doplňku";
12 $a->strings["Add a Rule"] = "Přidat pravidlo";
13 $a->strings["Help"] = "Nápověda";
14 $a->strings["Your rules"] = "Vaše pravidla";
15 $a->strings["Disabled"] = "Zakázáno";
16 $a->strings["Enabled"] = "Povoleno";
17 $a->strings["Disable this rule"] = "Zakázat toto pravidlo";
18 $a->strings["Enable this rule"] = "Povolit toto pravidlo";
19 $a->strings["Edit this rule"] = "Upravit toto pravidlo";
20 $a->strings["Edit the rule"] = "Upravit pravidlo";
21 $a->strings["Save this rule"] = "Uložit toto pravidlo";
22 $a->strings["Delete this rule"] = "Smazat toto pravidlo";
23 $a->strings["Rule"] = "Pravidlo";
24 $a->strings["Close"] = "Zavřít";
25 $a->strings["Add new rule"] = "Přidat nové pravidlo";
26 $a->strings["Rule Name"] = "Název pravidla";
27 $a->strings["Rule Expression"] = "Výraz pravidla";
28 $a->strings["Cancel"] = "Zrušit";
29 $a->strings["You must be logged in to use this method"] = "Pro použití této metody musíte být přihlášen/a";
30 $a->strings["Invalid form security token, please refresh the page."] = "Neplatná forma bezpečnostního tokenu, prosím obnovte stránku.";
31 $a->strings["The rule name and expression are required."] = "Je požadován název pravidla a výraz.";
32 $a->strings["Rule successfully added"] = "Pravidlo úspěšně přidáno";
33 $a->strings["Rule doesn't exist or doesn't belong to you."] = "Pravidlo buď neexistuje, nebo Vám nepatří.";
34 $a->strings["Rule successfully updated"] = "Pravidlo úspěšně aktualizováno";
35 $a->strings["Rule successfully deleted"] = "Pravidlo úspěšně smazáno";
36 $a->strings["Missing argument: guid."] = "Chybí argument: guid.";
37 $a->strings["Unknown post with guid: %s"] = "Neznámý pžíspěvek s číslem guid: %s";
38 $a->strings["Method not found"] = "Metoda nenalezena";