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/addons/tictac/lang/es/strings.php
2016-04-17 19:59:18 +05:30

14 lines
1.4 KiB
PHP

<?php
App::$strings["Three Dimensional Tic-Tac-Toe"] = "Tres en Raya tridimensional";
App::$strings["3D Tic-Tac-Toe"] = "Tres en Raya 3D";
App::$strings["New game"] = "Nueva partida";
App::$strings["New game with handicap"] = "Nuevo juego con handicap";
App::$strings["Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. "] = "Tres en Raya tridimensional es como el juego tradicional, excepto que se juega en varios niveles simultáneamente.";
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."] = "En este caso hay tres niveles. Ganarás por conseguir tres en raya en cualquier nivel, así como arriba, abajo y en diagonal a través de los diferentes niveles.";
App::$strings["The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage."] = "El juego con handicap desactiva la posición central en el nivel medio porque el jugador que la ocupa tiene a menudo una ventaja injusta.";
App::$strings["You go first..."] = "Comienzas tú...";
App::$strings["I'm going first this time..."] = "Yo voy primero esta vez...";
App::$strings["You won!"] = "¡Has ganado!";
App::$strings["\"Cat\" game!"] = "¡Empate!";
App::$strings["I won!"] = "¡He ganado!";