2014-09-06 15:59:46 +00:00
< ? php
2014-09-06 16:27:03 +00:00
if ( ! function_exists ( " string_plural_select_cs " )) {
function string_plural_select_cs ( $n ){
2018-06-18 08:44:39 +00:00
$n = intval ( $n );
return ( $n == 1 && $n % 1 == 0 ) ? 0 : ( $n >= 2 && $n <= 4 && $n % 1 == 0 ) ? 1 : ( $n % 1 != 0 ) ? 2 : 3 ;;
2014-09-06 16:27:03 +00:00
}}
;
$a -> strings [ " bitchslap " ] = " dát facku " ;
2018-06-18 08:44:39 +00:00
$a -> strings [ " bitchslapped " ] = " dal facku " ;
2018-06-25 05:45:09 +00:00
$a -> strings [ " shag " ] = " ošoustat " ;
$a -> strings [ " shagged " ] = " ošoustal " ;
2014-09-06 16:27:03 +00:00
$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 " ;
2018-06-18 08:44:39 +00:00
$a -> strings [ " point out the poke feature to " ] = " upozornit na funkci šťouchnutí " ;
$a -> strings [ " pointed out the poke feature to " ] = " upozornil na funkci šťouchnutí " ;
2014-09-06 16:27:03 +00:00
$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 " ;
2018-06-18 08:44:39 +00:00
$a -> strings [ " patented " ] = " patentoval " ;
2014-09-06 16:27:03 +00:00
$a -> strings [ " stroke beard " ] = " pohladit plnovous " ;
2018-06-18 08:44:39 +00:00
$a -> strings [ " stroked their beard at " ] = " pohladil 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ěžoval na klesající úroveň moderního sekundárního a terciárního vzdělávání u " ;
2014-09-06 16:27:03 +00:00
$a -> strings [ " hug " ] = " obejmout " ;
$a -> strings [ " hugged " ] = " obejmut " ;
$a -> strings [ " kiss " ] = " políbit " ;
2018-06-18 08:44:39 +00:00
$a -> strings [ " kissed " ] = " políbil " ;
2014-09-06 16:27:03 +00:00
$a -> strings [ " raise eyebrows at " ] = " zvednout obočí na " ;
$a -> strings [ " raised their eyebrows at " ] = " zvednul obočí na " ;
$a -> strings [ " insult " ] = " urazit " ;
2018-06-18 08:44:39 +00:00
$a -> strings [ " insulted " ] = " urazil " ;
2014-09-06 16:27:03 +00:00
$a -> strings [ " praise " ] = " pochválit " ;
2018-06-18 08:44:39 +00:00
$a -> strings [ " praised " ] = " pochválil " ;
2014-09-06 16:27:03 +00:00
$a -> strings [ " be dubious of " ] = " mít pochyby o " ;
2018-06-18 08:44:39 +00:00
$a -> strings [ " was dubious of " ] = " měl pochyby o " ;
2014-09-06 16:27:03 +00:00
$a -> strings [ " eat " ] = " sníst " ;
2018-06-18 08:44:39 +00:00
$a -> strings [ " ate " ] = " snědl " ;
2014-09-06 16:27:03 +00:00
$a -> strings [ " giggle and fawn at " ] = " hihňat se " ;
2018-06-18 08:44:39 +00:00
$a -> strings [ " giggled and fawned at " ] = " se hihňal " ;
2014-09-06 16:27:03 +00:00
$a -> strings [ " doubt " ] = " pochybovat " ;
2018-06-18 08:44:39 +00:00
$a -> strings [ " doubted " ] = " pochyboval " ;
$a -> strings [ " glare " ] = " zabodávát pohledem " ;
$a -> strings [ " glared at " ] = " zabodával pohledem " ;