]> git.mxchange.org Git - friendica-addons.git/blob - forumlist/lang/cs/strings.php
fixing a problem with automatization ;-)
[friendica-addons.git] / forumlist / lang / cs / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_cs")) {
4 function string_plural_select_cs($n){
5         return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;;
6 }}
7 ;
8 $a->strings["Forums"] = "Fóra";
9 $a->strings["show/hide"] = "zobrazit/skrýt";
10 $a->strings["No forum subscriptions"] = "Žádné registrace k fórům";
11 $a->strings["Forums:"] = "Fóra:";
12 $a->strings["Forumlist settings updated."] = "Nastavení Forumlist aktualizováno.";
13 $a->strings["Forumlist"] = "Forumlist";
14 $a->strings["Randomise forum list"] = "Zamíchat lis fór";
15 $a->strings["Show forums on profile page"] = "Zobrazit fóra na profilové stránce";
16 $a->strings["Show forums on network page"] = "Zobrazit fóra na stránce Síť";
17 $a->strings["Save Settings"] = "Uložit Nastavení";