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/pl/strings.php
2016-04-17 22:42:29 +05:30

14 lines
1.3 KiB
PHP

<?php
App::$strings["Three Dimensional Tic-Tac-Toe"] = "Trójwymiarowy Kółko i krzyżyk";
App::$strings["3D Tic-Tac-Toe"] = "Kółko i krzyżyk 3D";
App::$strings["New game"] = "Nowa gra";
App::$strings["New game with handicap"] = "Nowa gra z utrudnieniem";
App::$strings["Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. "] = "Trójwymiarowy tic-tac-toe jest taki sam jak tradycyjna gra, nie licząc tego, że jest grana na kilku poziomach jednocześnie.";
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."] = "W tym przypadku są trzy poziomy. Wygrywasz poprzez zdobycie trójki w szeregu na którymkolwiek z poziomów zarówno u góry, na dole, jak i na ukos poprzez kilka różnych poziomów.";
App::$strings["The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage."] = "";
App::$strings["You go first..."] = "Ty pierwszy...";
App::$strings["I'm going first this time..."] = "Zaczynam...";
App::$strings["You won!"] = "Wygrałeś!";
App::$strings["\"Cat\" game!"] = "Gra \"Kot\"!";
App::$strings["I won!"] = "Wygrałem!";