]> git.mxchange.org Git - friendica-addons.git/blob - tictac/lang/es/strings.php
regenerated all the strings
[friendica-addons.git] / tictac / lang / es / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_es")) {
4 function string_plural_select_es($n){
5         $n = intval($n);
6         return intval($n != 1);
7 }}
8 $a->strings['Three Dimensional Tic-Tac-Toe'] = 'Tic-Tac-Toe tridimensional';
9 $a->strings['3D Tic-Tac-Toe'] = '3D Tic-Tac-Toe';
10 $a->strings['New game'] = 'Nuevo juego';
11 $a->strings['New game with handicap'] = 'Nuevo juego con desventajas';
12 $a->strings['Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. '] = 'El Tic-tac-toe tridimensional es como el juego tradicional excepto porque se juega en múltiples niveles simultáneamente. ';
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.'] = 'En este caso hay tres niveles. Usted gana consiguiendo tres seguidos en cualquier nivel, así como cruzando arriba, abajo y diagonalmente los distintos niveles.';
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.'] = 'El juego con desventajas deshabilita la posición central en el nivel medio porque la capa de este cuadrado a menudo tiene una ventaja injusta.';
15 $a->strings['You go first...'] = 'Usted va primero...';
16 $a->strings['I\'m going first this time...'] = 'Yo voy primero esta vez...';
17 $a->strings['You won!'] = '¡Usted ha ganado!';
18 $a->strings['"Cat" game!'] = '¡Juego "Gato"!';
19 $a->strings['I won!'] = '¡Yo gané!';