2014-09-06 17:59:46 +02:00
< ? php
2014-09-06 18:27:03 +02:00
if ( ! function_exists ( " string_plural_select_cs " )) {
function string_plural_select_cs ( $n ){
2018-06-18 10:44:39 +02:00
$n = intval ( $n );
2021-02-01 18:47:38 +01:00
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 ; }
2014-09-06 18:27:03 +02:00
}}
;
$a -> strings [ " bitchslap " ] = " dát facku " ;
2018-07-04 07:33:57 +02:00
$a -> strings [ " bitchslapped " ] = " dal/a facku " ;
$a -> strings [ " shag " ] = " pomilovat " ;
$a -> strings [ " shagged " ] = " pomiloval/a " ;
2018-07-07 11:24:37 +02:00
$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 " ;
2018-06-18 10:44:39 +02:00
$a -> strings [ " point out the poke feature to " ] = " upozornit na funkci šťouchnutí " ;
2018-07-04 07:33:57 +02:00
$a -> strings [ " pointed out the poke feature to " ] = " upozornil/a na funkci šťouchnutí " ;
2018-07-07 11:24:37 +02:00
$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 " ;
2014-09-06 18:27:03 +02:00
$a -> strings [ " patent " ] = " patentovat " ;
2018-07-07 11:24:37 +02:00
$a -> strings [ " patented " ] = " patentoval/a uživatele " ;
2014-09-06 18:27:03 +02:00
$a -> strings [ " stroke beard " ] = " pohladit plnovous " ;
2018-07-07 11:24:37 +02:00
$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í " ;
2014-09-06 18:27:03 +02:00
$a -> strings [ " hug " ] = " obejmout " ;
2018-07-04 07:33:57 +02:00
$a -> strings [ " hugged " ] = " obejmul/a " ;
2014-09-06 18:27:03 +02:00
$a -> strings [ " kiss " ] = " políbit " ;
2018-07-04 07:33:57 +02:00
$a -> strings [ " kissed " ] = " políbil/a " ;
2014-09-06 18:27:03 +02:00
$a -> strings [ " raise eyebrows at " ] = " zvednout obočí na " ;
2018-07-04 07:33:57 +02:00
$a -> strings [ " raised their eyebrows at " ] = " zvedl/a obočí na " ;
2014-09-06 18:27:03 +02:00
$a -> strings [ " insult " ] = " urazit " ;
2018-07-04 07:33:57 +02:00
$a -> strings [ " insulted " ] = " urazil/a " ;
2014-09-06 18:27:03 +02:00
$a -> strings [ " praise " ] = " pochválit " ;
2018-07-04 07:33:57 +02:00
$a -> strings [ " praised " ] = " pochválil/a " ;
2014-09-06 18:27:03 +02:00
$a -> strings [ " be dubious of " ] = " mít pochyby o " ;
2018-07-04 07:33:57 +02:00
$a -> strings [ " was dubious of " ] = " měl/a pochyby o " ;
2014-09-06 18:27:03 +02:00
$a -> strings [ " eat " ] = " sníst " ;
2018-07-04 07:33:57 +02:00
$a -> strings [ " ate " ] = " snědl/a " ;
$a -> strings [ " giggle and fawn at " ] = " hihňat se na " ;
$a -> strings [ " giggled and fawned at " ] = " se hihňal/a na " ;
2014-09-06 18:27:03 +02:00
$a -> strings [ " doubt " ] = " pochybovat " ;
2018-07-04 07:33:57 +02:00
$a -> strings [ " doubted " ] = " zapochyboval/a o " ;
2018-06-18 10:44:39 +02:00
$a -> strings [ " glare " ] = " zabodávát pohledem " ;
2018-07-04 07:33:57 +02:00
$a -> strings [ " glared at " ] = " zabodával/a pohledem " ;