1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00
hubzilla_ynh/sources/addon/tictac/lang/cs/strings.php
2016-04-17 22:42:29 +05:30

14 lines
1.4 KiB
PHP

<?php
App::$strings["Three Dimensional Tic-Tac-Toe"] = "Trojrozměrné Tic-Tac-Toe";
App::$strings["3D Tic-Tac-Toe"] = "3D Tic-Tac-Toe";
App::$strings["New game"] = "Nová hra";
App::$strings["New game with handicap"] = "Nová hra s handicapem";
App::$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ě.";
App::$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.";
App::$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.";
App::$strings["You go first..."] = "Vy začněte ...";
App::$strings["I'm going first this time..."] = "Tentokrát začnu já...";
App::$strings["You won!"] = "Vyhrál jste!";
App::$strings["\"Cat\" game!"] = "\"Kočičí\" hra!";
App::$strings["I won!"] = "Vyhrál jsem!";