]> git.mxchange.org Git - friendica-addons.git/blobdiff - morepokes/lang/cs/strings.php
planets addon IT translation update THX Sylke Vicious
[friendica-addons.git] / morepokes / lang / cs / strings.php
index 6ba868e6b2e9dc0206b22cd39aa781bf143f62df..8428e39e2d9f1b66088d19f58aeeed491f22b320 100644 (file)
@@ -3,25 +3,25 @@
 if(! function_exists("string_plural_select_cs")) {
 function string_plural_select_cs($n){
        $n = intval($n);
-       return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+       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["bitchslap"] = "dát facku";
 $a->strings["bitchslapped"] = "dal/a facku";
 $a->strings["shag"] = "pomilovat";
 $a->strings["shagged"] = "pomiloval/a";
-$a->strings["do something obscenely biological to"] = "udělat něco obscéně biologického uživateli";
-$a->strings["did something obscenely biological to"] = "udělal/a něco obscéně biologického uživateli";
+$a->strings["do something obscenely biological to"] = "udělat příjemci něco obscéně biologického";
+$a->strings["did something obscenely biological to"] = "udělal/a něco obscéně biologického";
 $a->strings["point out the poke feature to"] = "upozornit na funkci šťouchnutí";
 $a->strings["pointed out the poke feature to"] = "upozornil/a na funkci šťouchnutí";
-$a->strings["declare undying love for"] = "vyjadřit nehynoucí lásku ke";
-$a->strings["declared undying love for"] = "vyjadřil/a nehynoucí lásku ke";
+$a->strings["declare undying love for"] = "vyjadřit nehynoucí lásku";
+$a->strings["declared undying love for"] = "vyjadřil/a nehynoucí lásku k uživateli";
 $a->strings["patent"] = "patentovat";
-$a->strings["patented"] = "patentoval/a";
+$a->strings["patented"] = "patentoval/a uživatele";
 $a->strings["stroke beard"] = "pohladit plnovous";
-$a->strings["stroked their beard at"] = "pohladil/a jeho/její plnovous na";
-$a->strings["bemoan the declining standards of modern secondary and tertiary education to"] = "stěžovat si na klesající úroveň moderního sekundárního a terciárního vzdělávání u";
-$a->strings["bemoans the declining standards of modern secondary and tertiary education to"] = "si stěžuje na klesající úroveň moderního sekundárního a terciárního vzdělávání u";
+$a->strings["stroked their beard at"] = "pohladil/a plnovous";
+$a->strings["bemoan the declining standards of modern secondary and tertiary education to"] = "stěžovat si příjemci na klesající úroveň moderního sekundárního a terciárního vzdělávání";
+$a->strings["bemoans the declining standards of modern secondary and tertiary education to"] = "si stěžuje na klesající úroveň moderního sekundárního a terciárního vzdělávání";
 $a->strings["hug"] = "obejmout";
 $a->strings["hugged"] = "obejmul/a";
 $a->strings["kiss"] = "políbit";