]> git.mxchange.org Git - friendica-addons.git/blob - morepokes/lang/cs/strings.php
Merge pull request #631 from annando/pumpio-fix
[friendica-addons.git] / morepokes / lang / cs / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_cs")) {
4 function string_plural_select_cs($n){
5         $n = intval($n);
6         return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
7 }}
8 ;
9 $a->strings["bitchslap"] = "dát facku";
10 $a->strings["bitchslapped"] = "dal facku";
11 $a->strings["shag"] = "ošoustat";
12 $a->strings["shagged"] = "ošoustal";
13 $a->strings["do something obscenely biological to"] = "udělat něco obscéně biologického uživateli";
14 $a->strings["did something obscenely biological to"] = "udělal něco obscéně biologického uživateli";
15 $a->strings["point out the poke feature to"] = "upozornit na funkci šťouchnutí";
16 $a->strings["pointed out the poke feature to"] = "upozornil na funkci šťouchnutí";
17 $a->strings["declare undying love for"] = "vyjadřit nehynoucí lásku ke";
18 $a->strings["declared undying love for"] = "vyjadřil nehynoucí lásku ke";
19 $a->strings["patent"] = "patentovat";
20 $a->strings["patented"] = "patentoval";
21 $a->strings["stroke beard"] = "pohladit plnovous";
22 $a->strings["stroked their beard at"] = "pohladil jeho/její plnovous na";
23 $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";
24 $a->strings["bemoans the declining standards of modern secondary and tertiary education to"] = "si stěžoval na klesající úroveň moderního sekundárního a terciárního vzdělávání u";
25 $a->strings["hug"] = "obejmout";
26 $a->strings["hugged"] = "obejmut ";
27 $a->strings["kiss"] = "políbit";
28 $a->strings["kissed"] = "políbil";
29 $a->strings["raise eyebrows at"] = "zvednout obočí na";
30 $a->strings["raised their eyebrows at"] = "zvednul obočí na";
31 $a->strings["insult"] = "urazit";
32 $a->strings["insulted"] = "urazil";
33 $a->strings["praise"] = "pochválit";
34 $a->strings["praised"] = "pochválil";
35 $a->strings["be dubious of"] = "mít pochyby o";
36 $a->strings["was dubious of"] = "měl pochyby o";
37 $a->strings["eat"] = "sníst";
38 $a->strings["ate"] = "snědl";
39 $a->strings["giggle and fawn at"] = "hihňat se";
40 $a->strings["giggled and fawned at"] = "se hihňal";
41 $a->strings["doubt"] = "pochybovat";
42 $a->strings["doubted"] = "pochyboval";
43 $a->strings["glare"] = "zabodávát pohledem";
44 $a->strings["glared at"] = "zabodával pohledem ";