friendica-addons/morepokes/lang/cs/strings.php

44 lines
2.2 KiB
PHP
Raw Normal View History

2014-09-06 17:59:46 +02:00
<?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["bitchslap"] = "dát facku";
$a->strings["bitchslapped"] = "dostat facku";
$a->strings["shag"] = "";
$a->strings["shagged"] = "";
$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 něco obscéně biologického uživateli";
$a->strings["point out the poke feature to"] = "upozornit na poke funkci uživatele";
$a->strings["pointed out the poke feature to"] = "upozorněn na poke funkci ";
$a->strings["declare undying love for"] = "vyjadřit nehynoucí lásku ke";
$a->strings["declared undying love for"] = "vyjadřil nehynoucí lásku ke";
$a->strings["patent"] = "patentovat";
$a->strings["patented"] = "patentován";
$a->strings["stroke beard"] = "pohladit plnovous";
$a->strings["stroked their beard at"] = "pohladit něčí plnovous";
$a->strings["bemoan the declining standards of modern secondary and tertiary education to"] = "stěžující 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"] = "stěžovat si na klesající úroveň moderního sekundárního a terciárního vzdělávání u";
$a->strings["hug"] = "obejmout";
$a->strings["hugged"] = "obejmut ";
$a->strings["kiss"] = "políbit";
$a->strings["kissed"] = "políben";
$a->strings["raise eyebrows at"] = "zvednout obočí na";
$a->strings["raised their eyebrows at"] = "zvednul obočí na";
$a->strings["insult"] = "urazit";
$a->strings["insulted"] = "uražen";
$a->strings["praise"] = "pochválit";
$a->strings["praised"] = "pochválen";
$a->strings["be dubious of"] = "mít pochyby o";
$a->strings["was dubious of"] = "má pochybnosti z";
$a->strings["eat"] = "sníst";
$a->strings["ate"] = "snězen";
$a->strings["giggle and fawn at"] = "hihňat se";
$a->strings["giggled and fawned at"] = "hihňá se";
$a->strings["doubt"] = "pochybovat";
$a->strings["doubted"] = "pochybující";
$a->strings["glare"] = "zabodáván pohledem";
$a->strings["glared at"] = "zabodávat pohledem ";