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