]> git.mxchange.org Git - friendica-addons.git/blob - catavatar/lang/cs/strings.php
Move Notify::TYPE_COMMENT
[friendica-addons.git] / catavatar / 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["Use Cat as Avatar"] = "Použít kočku jako avatar";
10 $a->strings["More Random Cat!"] = "Další náhodné kočky!";
11 $a->strings["Reset to email Cat"] = "Resetovat a e-mailovat kočku";
12 $a->strings["Cat Avatar Settings"] = "Nastavení Cat Avatar";
13 $a->strings["The cat hadn't found itself."] = "Kočka se nenašla.";
14 $a->strings["There was an error, the cat ran away."] = "Vyskytla se chyba, kočka utekla.";
15 $a->strings["Profile Photos"] = "Profilové fotky";
16 $a->strings["Meow!"] = "Mňau!";