X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=newmemberwidget%2Flang%2Fcs%2Fstrings.php;h=3b6dc27212b5c943d8490b36dda7b5b13a02f88c;hb=f45f6ba992d7382abb742b0fb24021ba9c29afe4;hp=fe120bb30470ba12192e12757bda82353f92145e;hpb=7777f080475df3218c851bd48ab609bcc54a071d;p=friendica-addons.git diff --git a/newmemberwidget/lang/cs/strings.php b/newmemberwidget/lang/cs/strings.php index fe120bb3..3b6dc272 100644 --- a/newmemberwidget/lang/cs/strings.php +++ b/newmemberwidget/lang/cs/strings.php @@ -3,19 +3,17 @@ if(! function_exists("string_plural_select_cs")) { function string_plural_select_cs($n){ $n = intval($n); - if (($n==1)) { return 0; } else if (($n>=2 && $n<=4)) { return 1; } else { return 2; } + 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["New Member"] = "Nový člen"; -$a->strings["Tips for New Members"] = "Tipy pro nové členy"; -$a->strings["Global Support Forum"] = "Globální fórum podpory"; -$a->strings["Local Support Forum"] = "Lokální fórum podpory"; -$a->strings["Save Settings"] = "Uložit Nastavení"; -$a->strings["Message"] = "Zpráva"; -$a->strings["Your message for new members. You can use bbcode here."] = "Vaše zpráva pro nové členy. Zde můžete použít BBCode."; -$a->strings["Add a link to global support forum"] = "Přidejte odkaz na globální fórum podpory"; -$a->strings["Should a link to the global support forum be displayed?"] = "Má být odkaz na globální fórum podpory zobrazen?"; -$a->strings["Add a link to the local support forum"] = "Přidejte odkaz na lokální fórum podpory"; -$a->strings["If you have a local support forum and wand to have a link displayed in the widget, check this box."] = "Pokud máte lokální fórum podpory a chcete mít zobrazen jeho odkaz, zvolte tuto volbu."; -$a->strings["Name of the local support group"] = "Název lokálního fóra podpory"; -$a->strings["If you checked the above, specify the nickname of the local support group here (i.e. helpers)"] = "Pokud jste výše uvedené zaškrtli, specifikujte zde přezdívku lokální podpůrné skupiny (např. pomahači)"; +$a->strings['New Member'] = 'Nový člen'; +$a->strings['Tips for New Members'] = 'Tipy pro nové členy'; +$a->strings['Global Support Forum'] = 'Globální fórum podpory'; +$a->strings['Local Support Forum'] = 'Místní fórum podpory'; +$a->strings['Save Settings'] = 'Uložit nastavení'; +$a->strings['Message'] = 'Zpráva'; +$a->strings['Your message for new members. You can use bbcode here.'] = 'Vaše zpráva pro nové členy. Zde můžete použít BBCode.'; +$a->strings['Add a link to global support forum'] = 'Přidejte odkaz na globální fórum podpory'; +$a->strings['Should a link to the global support forum be displayed?'] = 'Má být zobrazen odkaz na globální fórum podpory?'; +$a->strings['Add a link to the local support forum'] = 'Přidejte odkaz na místní fórum podpory'; +$a->strings['Name of the local support group'] = 'Název místního fóra podpory'; +$a->strings['If you checked the above, specify the nickname of the local support group here (i.e. helpers)'] = 'Pokud jste zaškrtl/a výše uvedenou možnost, specifikujte zde přezdívku místní skupiny podpory (např. pomocnici)';