]> git.mxchange.org Git - friendica-addons.git/blob - morepokes/lang/cs/strings.php
planets addon IT translation update THX Sylke Vicious
[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         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; }
7 }}
8 ;
9 $a->strings["bitchslap"] = "dát facku";
10 $a->strings["bitchslapped"] = "dal/a facku";
11 $a->strings["shag"] = "pomilovat";
12 $a->strings["shagged"] = "pomiloval/a";
13 $a->strings["do something obscenely biological to"] = "udělat příjemci něco obscéně biologického";
14 $a->strings["did something obscenely biological to"] = "udělal/a něco obscéně biologického";
15 $a->strings["point out the poke feature to"] = "upozornit na funkci šťouchnutí";
16 $a->strings["pointed out the poke feature to"] = "upozornil/a na funkci šťouchnutí";
17 $a->strings["declare undying love for"] = "vyjadřit nehynoucí lásku";
18 $a->strings["declared undying love for"] = "vyjadřil/a nehynoucí lásku k uživateli";
19 $a->strings["patent"] = "patentovat";
20 $a->strings["patented"] = "patentoval/a uživatele";
21 $a->strings["stroke beard"] = "pohladit plnovous";
22 $a->strings["stroked their beard at"] = "pohladil/a plnovous";
23 $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í";
24 $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í";
25 $a->strings["hug"] = "obejmout";
26 $a->strings["hugged"] = "obejmul/a";
27 $a->strings["kiss"] = "políbit";
28 $a->strings["kissed"] = "políbil/a";
29 $a->strings["raise eyebrows at"] = "zvednout obočí na";
30 $a->strings["raised their eyebrows at"] = "zvedl/a obočí na";
31 $a->strings["insult"] = "urazit";
32 $a->strings["insulted"] = "urazil/a";
33 $a->strings["praise"] = "pochválit";
34 $a->strings["praised"] = "pochválil/a";
35 $a->strings["be dubious of"] = "mít pochyby o";
36 $a->strings["was dubious of"] = "měl/a pochyby o";
37 $a->strings["eat"] = "sníst";
38 $a->strings["ate"] = "snědl/a";
39 $a->strings["giggle and fawn at"] = "hihňat se na";
40 $a->strings["giggled and fawned at"] = "se hihňal/a na";
41 $a->strings["doubt"] = "pochybovat";
42 $a->strings["doubted"] = "zapochyboval/a o";
43 $a->strings["glare"] = "zabodávát pohledem";
44 $a->strings["glared at"] = "zabodával/a pohledem ";