]> git.mxchange.org Git - friendica-addons.git/blob - tictac/lang/cs/strings.php
regenerated all the strings
[friendica-addons.git] / tictac / 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)) { return 0; } else if (($n>=2 && $n<=4)) { return 1; } else  { return 2; }
7 }}
8 $a->strings['Three Dimensional Tic-Tac-Toe'] = 'Trojrozměrné Tic-Tac-Toe';
9 $a->strings['3D Tic-Tac-Toe'] = '3D Tic-Tac-Toe';
10 $a->strings['New game'] = 'Nová hra';
11 $a->strings['New game with handicap'] = 'Nová hra s handicapem';
12 $a->strings['Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. '] = 'Trojrozměrné tic-tac-toe je podobná této tradiční hře kromě toho, že se hraje na více úrovních současně.';
13 $a->strings['In this case there are three levels. You win by getting three in a row on any level, as well as up, down, and diagonally across the different levels.'] = 'V tomto případě existují tři úrovně. Vyhrajete tím, že dostane tři v řadě na jakékoli úrovni, stejně jako nahoru, dolů a šikmo na různých úrovních.';
14 $a->strings['The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage.'] = 'Hra s handicapem zakáže centrální pozici na střední úrovni, protože hráč zaujímající tuto polohu má často nespravedlivou výhodu.';
15 $a->strings['You go first...'] = 'Vy začněte ...';
16 $a->strings['I\'m going first this time...'] = 'Tentokrát začnu já...';
17 $a->strings['You won!'] = 'Vyhrál jste!';
18 $a->strings['"Cat" game!'] = 'Pat hra!';
19 $a->strings['I won!'] = 'Vyhrál jsem!';