]> git.mxchange.org Git - friendica-addons.git/blob - communityhome/lang/cs/strings.php
fixing a problem with automatization ;-)
[friendica-addons.git] / communityhome / 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["Login"] = "Přihlásit se";
9 $a->strings["OpenID"] = "OpenID";
10 $a->strings["Latest users"] = "Poslední uživatelé";
11 $a->strings["Most active users"] = "Nejaktivnější uživatelé";
12 $a->strings["Latest photos"] = "Poslední fotky";
13 $a->strings["Contact Photos"] = "Fotogalerie kontaktu";
14 $a->strings["Profile Photos"] = "Profilové fotografie";
15 $a->strings["Latest likes"] = "Poslední \"líbí se mi\"";
16 $a->strings["event"] = "událost";
17 $a->strings["status"] = "Stav";
18 $a->strings["photo"] = "fotografie";
19 $a->strings["%1\$s likes %2\$s's %3\$s"] = "Uživateli %1\$s se líbí %3\$s uživatele %2\$s";
20 $a->strings["Welcome to %s"] = "Vítá Vás %s";