regenerated all the strings
This commit is contained in:
parent
55986ad17d
commit
25ba6023d0
767 changed files with 7410 additions and 7962 deletions
|
@ -5,16 +5,15 @@ function string_plural_select_cs($n){
|
|||
$n = intval($n);
|
||||
if (($n==1)) { return 0; } else if (($n>=2 && $n<=4)) { return 1; } else { return 2; }
|
||||
}}
|
||||
;
|
||||
$a->strings["Three Dimensional Tic-Tac-Toe"] = "Trojrozměrné Tic-Tac-Toe";
|
||||
$a->strings["3D Tic-Tac-Toe"] = "3D Tic-Tac-Toe";
|
||||
$a->strings["New game"] = "Nová hra";
|
||||
$a->strings["New game with handicap"] = "Nová hra s handicapem";
|
||||
$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ě.";
|
||||
$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.";
|
||||
$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.";
|
||||
$a->strings["You go first..."] = "Vy začněte ...";
|
||||
$a->strings["I'm going first this time..."] = "Tentokrát začnu já...";
|
||||
$a->strings["You won!"] = "Vyhrál jste!";
|
||||
$a->strings["\"Cat\" game!"] = "Pat hra!";
|
||||
$a->strings["I won!"] = "Vyhrál jsem!";
|
||||
$a->strings['Three Dimensional Tic-Tac-Toe'] = 'Trojrozměrné Tic-Tac-Toe';
|
||||
$a->strings['3D Tic-Tac-Toe'] = '3D Tic-Tac-Toe';
|
||||
$a->strings['New game'] = 'Nová hra';
|
||||
$a->strings['New game with handicap'] = 'Nová hra s handicapem';
|
||||
$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ě.';
|
||||
$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.';
|
||||
$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.';
|
||||
$a->strings['You go first...'] = 'Vy začněte ...';
|
||||
$a->strings['I\'m going first this time...'] = 'Tentokrát začnu já...';
|
||||
$a->strings['You won!'] = 'Vyhrál jste!';
|
||||
$a->strings['"Cat" game!'] = 'Pat hra!';
|
||||
$a->strings['I won!'] = 'Vyhrál jsem!';
|
||||
|
|
|
@ -5,16 +5,15 @@ function string_plural_select_de($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Three Dimensional Tic-Tac-Toe"] = "Dreidimensionales Tic-Tac-Toe";
|
||||
$a->strings["3D Tic-Tac-Toe"] = "3D Tic-Tac-Toe";
|
||||
$a->strings["New game"] = "Neues Spiel";
|
||||
$a->strings["New game with handicap"] = "Neues Handicap Spiel";
|
||||
$a->strings["Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. "] = "3D-Tic-Tac-Toe ist genauso wie das herkömmliche Spiel, nur das man es auf mehreren Ebenen gleichzeitig spielt.";
|
||||
$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."] = "In diesem Fall sind es drei Ebenen. Man gewinnt indem man drei in einer Reihe auf einer beliebigen Reihe schafft, oder drei übereinander oder diagonal auf verschiedenen Ebenen.";
|
||||
$a->strings["The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage."] = "Beim Handicap-Spiel wird die zentrale Position der mittleren Ebene gesperrt da der Spieler der diese Ebene besitzt oft einen unfairen Vorteil genießt.";
|
||||
$a->strings["You go first..."] = "Du fängst an...";
|
||||
$a->strings["I'm going first this time..."] = "Diesmal fange ich an...";
|
||||
$a->strings["You won!"] = "Du gewinnst!";
|
||||
$a->strings["\"Cat\" game!"] = "Unentschieden!";
|
||||
$a->strings["I won!"] = "Ich gewinne!";
|
||||
$a->strings['Three Dimensional Tic-Tac-Toe'] = 'Dreidimensionales Tic-Tac-Toe';
|
||||
$a->strings['3D Tic-Tac-Toe'] = '3D Tic-Tac-Toe';
|
||||
$a->strings['New game'] = 'Neues Spiel';
|
||||
$a->strings['New game with handicap'] = 'Neues Handicap Spiel';
|
||||
$a->strings['Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. '] = '3D-Tic-Tac-Toe ist genauso wie das herkömmliche Spiel, nur das man es auf mehreren Ebenen gleichzeitig spielt.';
|
||||
$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.'] = 'In diesem Fall sind es drei Ebenen. Man gewinnt indem man drei in einer Reihe auf einer beliebigen Reihe schafft, oder drei übereinander oder diagonal auf verschiedenen Ebenen.';
|
||||
$a->strings['The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage.'] = 'Beim Handicap-Spiel wird die zentrale Position der mittleren Ebene gesperrt da der Spieler der diese Ebene besitzt oft einen unfairen Vorteil genießt.';
|
||||
$a->strings['You go first...'] = 'Du fängst an...';
|
||||
$a->strings['I\'m going first this time...'] = 'Diesmal fange ich an...';
|
||||
$a->strings['You won!'] = 'Du gewinnst!';
|
||||
$a->strings['"Cat" game!'] = 'Unentschieden!';
|
||||
$a->strings['I won!'] = 'Ich gewinne!';
|
||||
|
|
|
@ -5,16 +5,15 @@ function string_plural_select_es($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Three Dimensional Tic-Tac-Toe"] = "Tic-Tac-Toe tridimensional";
|
||||
$a->strings["3D Tic-Tac-Toe"] = "3D Tic-Tac-Toe";
|
||||
$a->strings["New game"] = "Nuevo juego";
|
||||
$a->strings["New game with handicap"] = "Nuevo juego con desventajas";
|
||||
$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. ";
|
||||
$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.";
|
||||
$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.";
|
||||
$a->strings["You go first..."] = "Usted va primero...";
|
||||
$a->strings["I'm going first this time..."] = "Yo voy primero esta vez...";
|
||||
$a->strings["You won!"] = "¡Usted ha ganado!";
|
||||
$a->strings["\"Cat\" game!"] = "¡Juego \"Gato\"!";
|
||||
$a->strings["I won!"] = "¡Yo gané!";
|
||||
$a->strings['Three Dimensional Tic-Tac-Toe'] = 'Tic-Tac-Toe tridimensional';
|
||||
$a->strings['3D Tic-Tac-Toe'] = '3D Tic-Tac-Toe';
|
||||
$a->strings['New game'] = 'Nuevo juego';
|
||||
$a->strings['New game with handicap'] = 'Nuevo juego con desventajas';
|
||||
$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. ';
|
||||
$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.';
|
||||
$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.';
|
||||
$a->strings['You go first...'] = 'Usted va primero...';
|
||||
$a->strings['I\'m going first this time...'] = 'Yo voy primero esta vez...';
|
||||
$a->strings['You won!'] = '¡Usted ha ganado!';
|
||||
$a->strings['"Cat" game!'] = '¡Juego "Gato"!';
|
||||
$a->strings['I won!'] = '¡Yo gané!';
|
||||
|
|
|
@ -5,12 +5,11 @@ function string_plural_select_fi_fi($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Three Dimensional Tic-Tac-Toe"] = "Kolmiulotteinen ristinolla";
|
||||
$a->strings["3D Tic-Tac-Toe"] = "3D ristinolla";
|
||||
$a->strings["New game"] = "Uusi peli";
|
||||
$a->strings["New game with handicap"] = "Uusi peli haitalla";
|
||||
$a->strings["You go first..."] = "Aloita sinä...";
|
||||
$a->strings["I'm going first this time..."] = "Minä aloitan...";
|
||||
$a->strings["You won!"] = "Sinä voitit!";
|
||||
$a->strings["I won!"] = "Minä voitin!";
|
||||
$a->strings['Three Dimensional Tic-Tac-Toe'] = 'Kolmiulotteinen ristinolla';
|
||||
$a->strings['3D Tic-Tac-Toe'] = '3D ristinolla';
|
||||
$a->strings['New game'] = 'Uusi peli';
|
||||
$a->strings['New game with handicap'] = 'Uusi peli haitalla';
|
||||
$a->strings['You go first...'] = 'Aloita sinä...';
|
||||
$a->strings['I\'m going first this time...'] = 'Minä aloitan...';
|
||||
$a->strings['You won!'] = 'Sinä voitit!';
|
||||
$a->strings['I won!'] = 'Minä voitin!';
|
||||
|
|
|
@ -5,6 +5,5 @@ function string_plural_select_fr($n){
|
|||
$n = intval($n);
|
||||
return intval($n > 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["You won!"] = "Vous avez gagné !";
|
||||
$a->strings["I won!"] = "J’ai gagné !";
|
||||
$a->strings['You won!'] = 'Vous avez gagné !';
|
||||
$a->strings['I won!'] = 'J’ai gagné !';
|
||||
|
|
|
@ -5,16 +5,15 @@ function string_plural_select_hu($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Three Dimensional Tic-Tac-Toe"] = "Háromdimenziós tic-tac-toe";
|
||||
$a->strings["3D Tic-Tac-Toe"] = "3D tic-tac-toe";
|
||||
$a->strings["New game"] = "Új játék";
|
||||
$a->strings["New game with handicap"] = "Új játék hátránnyal";
|
||||
$a->strings["Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. "] = "A háromdimenziós tic-tac-toe olyan mint a hagyományos játék, kivéve hogy ezt egyidejűleg több szinten játsszák.";
|
||||
$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."] = "Ebben az esetben három szint van. Akkor nyeri meg a játékot, ha letesz hármat egy sorba bármely szinten, valamint fel, le és átlósan a különböző szintek között.";
|
||||
$a->strings["The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage."] = "A hátránnyal indított játék letiltja a középső pozíciót a középső szinten, mert azt a négyzetet megszerző játékos gyakran tisztességtelen előnyt szerez.";
|
||||
$a->strings["You go first..."] = "Ön lép először…";
|
||||
$a->strings["I'm going first this time..."] = "Most én lépek először…";
|
||||
$a->strings["You won!"] = "Ön nyert!";
|
||||
$a->strings["\"Cat\" game!"] = "„Macska” játék!";
|
||||
$a->strings["I won!"] = "Én nyertem!";
|
||||
$a->strings['Three Dimensional Tic-Tac-Toe'] = 'Háromdimenziós tic-tac-toe';
|
||||
$a->strings['3D Tic-Tac-Toe'] = '3D tic-tac-toe';
|
||||
$a->strings['New game'] = 'Új játék';
|
||||
$a->strings['New game with handicap'] = 'Új játék hátránnyal';
|
||||
$a->strings['Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. '] = 'A háromdimenziós tic-tac-toe olyan mint a hagyományos játék, kivéve hogy ezt egyidejűleg több szinten játsszák.';
|
||||
$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.'] = 'Ebben az esetben három szint van. Akkor nyeri meg a játékot, ha letesz hármat egy sorba bármely szinten, valamint fel, le és átlósan a különböző szintek között.';
|
||||
$a->strings['The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage.'] = 'A hátránnyal indított játék letiltja a középső pozíciót a középső szinten, mert azt a négyzetet megszerző játékos gyakran tisztességtelen előnyt szerez.';
|
||||
$a->strings['You go first...'] = 'Ön lép először…';
|
||||
$a->strings['I\'m going first this time...'] = 'Most én lépek először…';
|
||||
$a->strings['You won!'] = 'Ön nyert!';
|
||||
$a->strings['"Cat" game!'] = '„Macska” játék!';
|
||||
$a->strings['I won!'] = 'Én nyertem!';
|
||||
|
|
|
@ -5,16 +5,15 @@ function string_plural_select_it($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Three Dimensional Tic-Tac-Toe"] = "Tic-Tac-Toe tridimensionale";
|
||||
$a->strings["3D Tic-Tac-Toe"] = "3D Tic-Tac-Toe";
|
||||
$a->strings["New game"] = "Nuova partita";
|
||||
$a->strings["New game with handicap"] = "Nuova partita con handicap";
|
||||
$a->strings["Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. "] = "Tic-tac-toe tridimensionale è come il gioco tradizionale, solo che si gioca su livelli multipli contemporaneamente.";
|
||||
$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."] = "In questo caso ci sono tre livelli. Puoi vincere mettendo tre segni in fila su ogni livello, anche verso l'alto, il basso e diagonalmente anche attraverso i diversi livelli.";
|
||||
$a->strings["The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage."] = "L'handicap disabilita la casella centrale sul livello di mezzo, perchè il giocatore che si prende quella casella spesso ha un deciso vantaggio.";
|
||||
$a->strings["You go first..."] = "Cominci tu...";
|
||||
$a->strings["I'm going first this time..."] = "Comincio io questa volta...";
|
||||
$a->strings["You won!"] = "Hai vinto!";
|
||||
$a->strings["\"Cat\" game!"] = "Stallo!";
|
||||
$a->strings["I won!"] = "Ho vinto!";
|
||||
$a->strings['Three Dimensional Tic-Tac-Toe'] = 'Tic-Tac-Toe tridimensionale';
|
||||
$a->strings['3D Tic-Tac-Toe'] = '3D Tic-Tac-Toe';
|
||||
$a->strings['New game'] = 'Nuova partita';
|
||||
$a->strings['New game with handicap'] = 'Nuova partita con handicap';
|
||||
$a->strings['Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. '] = 'Tic-tac-toe tridimensionale è come il gioco tradizionale, solo che si gioca su livelli multipli contemporaneamente.';
|
||||
$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.'] = 'In questo caso ci sono tre livelli. Puoi vincere mettendo tre segni in fila su ogni livello, anche verso l\'alto, il basso e diagonalmente anche attraverso i diversi livelli.';
|
||||
$a->strings['The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage.'] = 'L\'handicap disabilita la casella centrale sul livello di mezzo, perchè il giocatore che si prende quella casella spesso ha un deciso vantaggio.';
|
||||
$a->strings['You go first...'] = 'Cominci tu...';
|
||||
$a->strings['I\'m going first this time...'] = 'Comincio io questa volta...';
|
||||
$a->strings['You won!'] = 'Hai vinto!';
|
||||
$a->strings['"Cat" game!'] = 'Stallo!';
|
||||
$a->strings['I won!'] = 'Ho vinto!';
|
||||
|
|
|
@ -5,6 +5,5 @@ function string_plural_select_nl($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Three Dimensional Tic-Tac-Toe"] = "3D Tic-Tac-Toe";
|
||||
$a->strings["3D Tic-Tac-Toe"] = "3D Tic-Tac-Toe ";
|
||||
$a->strings['Three Dimensional Tic-Tac-Toe'] = '3D Tic-Tac-Toe';
|
||||
$a->strings['3D Tic-Tac-Toe'] = '3D Tic-Tac-Toe ';
|
||||
|
|
|
@ -5,16 +5,15 @@ function string_plural_select_pl($n){
|
|||
$n = intval($n);
|
||||
if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
|
||||
}}
|
||||
;
|
||||
$a->strings["Three Dimensional Tic-Tac-Toe"] = "Trójwymiarowe Kółko i Krzyżyk";
|
||||
$a->strings["3D Tic-Tac-Toe"] = "3D Kółko i Krzyżyk";
|
||||
$a->strings["New game"] = "Nowa gra";
|
||||
$a->strings["New game with handicap"] = "Nowa gra z handicapem";
|
||||
$a->strings["Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. "] = "Zasady gry w Trójwymiarowe Kółko i Krzyżyk są takie same jak w tradycyjnej grze, z tym wyjątkiem, że gra się na wielu poziomach jednocześnie.";
|
||||
$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."] = "W tym przypadku istnieją trzy poziomy. Wygrywasz, jeśli ustawisz trzy znaki w rzędzie na dowolnym poziomie, a także w górę, w dół i po przekątnej na różnych poziomach.";
|
||||
$a->strings["The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage."] = "Gra z handicapem wyłącza środkową pozycję na środkowym poziomie, ponieważ gracz zdobywający ten kwadrat często ma nieuczciwą przewagę.";
|
||||
$a->strings["You go first..."] = "Rozpocznij pierwszy...";
|
||||
$a->strings["I'm going first this time..."] = "Tym razem rozpoczynam pierwszy...";
|
||||
$a->strings["You won!"] = "Wygrałeś!";
|
||||
$a->strings["\"Cat\" game!"] = "Gra \"Kot\"!";
|
||||
$a->strings["I won!"] = "Wygrałem!";
|
||||
$a->strings['Three Dimensional Tic-Tac-Toe'] = 'Trójwymiarowe Kółko i Krzyżyk';
|
||||
$a->strings['3D Tic-Tac-Toe'] = '3D Kółko i Krzyżyk';
|
||||
$a->strings['New game'] = 'Nowa gra';
|
||||
$a->strings['New game with handicap'] = 'Nowa gra z handicapem';
|
||||
$a->strings['Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. '] = 'Zasady gry w Trójwymiarowe Kółko i Krzyżyk są takie same jak w tradycyjnej grze, z tym wyjątkiem, że gra się na wielu poziomach jednocześnie.';
|
||||
$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.'] = 'W tym przypadku istnieją trzy poziomy. Wygrywasz, jeśli ustawisz trzy znaki w rzędzie na dowolnym poziomie, a także w górę, w dół i po przekątnej na różnych poziomach.';
|
||||
$a->strings['The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage.'] = 'Gra z handicapem wyłącza środkową pozycję na środkowym poziomie, ponieważ gracz zdobywający ten kwadrat często ma nieuczciwą przewagę.';
|
||||
$a->strings['You go first...'] = 'Rozpocznij pierwszy...';
|
||||
$a->strings['I\'m going first this time...'] = 'Tym razem rozpoczynam pierwszy...';
|
||||
$a->strings['You won!'] = 'Wygrałeś!';
|
||||
$a->strings['"Cat" game!'] = 'Gra "Kot"!';
|
||||
$a->strings['I won!'] = 'Wygrałem!';
|
||||
|
|
|
@ -5,16 +5,15 @@ function string_plural_select_pt_br($n){
|
|||
$n = intval($n);
|
||||
return intval($n > 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Three Dimensional Tic-Tac-Toe"] = "Jogo da Velha Tridimensional";
|
||||
$a->strings["3D Tic-Tac-Toe"] = "Jogo da Velha 3D";
|
||||
$a->strings["New game"] = "Novo jogo";
|
||||
$a->strings["New game with handicap"] = "Novo jogo com limitador";
|
||||
$a->strings["Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. "] = "O jogo da velha tridimensional é como o jogo tradicional, exceto por ser jogado em vários níveis simultaneamente.";
|
||||
$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."] = "Neste caso, há três níveis. Vence quem conseguir alinhar três quadrados em qualquer um dos níveis, assim como para cima, para baixo e na diagonal, em níveis diferentes.";
|
||||
$a->strings["The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage."] = "No jogo com limitador, a posição central do nível do meio é desativada, porque o jogador que marcasse esse quadrado teria uma vantagem injusta.";
|
||||
$a->strings["You go first..."] = "Você vai primeiro...";
|
||||
$a->strings["I'm going first this time..."] = "Eu vou primeiro desta vez...";
|
||||
$a->strings["You won!"] = "Você venceu!";
|
||||
$a->strings["\"Cat\" game!"] = "Empatamos!";
|
||||
$a->strings["I won!"] = "Venci!";
|
||||
$a->strings['Three Dimensional Tic-Tac-Toe'] = 'Jogo da Velha Tridimensional';
|
||||
$a->strings['3D Tic-Tac-Toe'] = 'Jogo da Velha 3D';
|
||||
$a->strings['New game'] = 'Novo jogo';
|
||||
$a->strings['New game with handicap'] = 'Novo jogo com limitador';
|
||||
$a->strings['Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. '] = 'O jogo da velha tridimensional é como o jogo tradicional, exceto por ser jogado em vários níveis simultaneamente.';
|
||||
$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.'] = 'Neste caso, há três níveis. Vence quem conseguir alinhar três quadrados em qualquer um dos níveis, assim como para cima, para baixo e na diagonal, em níveis diferentes.';
|
||||
$a->strings['The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage.'] = 'No jogo com limitador, a posição central do nível do meio é desativada, porque o jogador que marcasse esse quadrado teria uma vantagem injusta.';
|
||||
$a->strings['You go first...'] = 'Você vai primeiro...';
|
||||
$a->strings['I\'m going first this time...'] = 'Eu vou primeiro desta vez...';
|
||||
$a->strings['You won!'] = 'Você venceu!';
|
||||
$a->strings['"Cat" game!'] = 'Empatamos!';
|
||||
$a->strings['I won!'] = 'Venci!';
|
||||
|
|
|
@ -5,16 +5,15 @@ function string_plural_select_ro($n){
|
|||
$n = intval($n);
|
||||
if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; }
|
||||
}}
|
||||
;
|
||||
$a->strings["Three Dimensional Tic-Tac-Toe"] = "Tic-Tac-Toe Tridimensional";
|
||||
$a->strings["3D Tic-Tac-Toe"] = "3D Tic-Tac-Toe";
|
||||
$a->strings["New game"] = "Joc nou";
|
||||
$a->strings["New game with handicap"] = "Joc nou cu handicap";
|
||||
$a->strings["Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. "] = "Tic-tac-toe Tridimensional este exact ca și jocul tradițional cu excepția faptului că acesta este jucat simultan pe multiple niveluri.";
|
||||
$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."] = "În acest caz există trei niveluri. Câștigați prin obținerea a trei marcaje per line, la orice nivel, precum şi în sus, în jos, sau pe diagonală pe diferite niveluri.";
|
||||
$a->strings["The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage."] = "Jocul cu handicap, dezactivează poziția centrală din nivelul mediu, deoarece jucătorul consideră că acest pătrat are adeseori un avantaj incorect.";
|
||||
$a->strings["You go first..."] = "Bifează tu primul...";
|
||||
$a->strings["I'm going first this time..."] = "Bifez eu primul, de data aceasta ...";
|
||||
$a->strings["You won!"] = "Ai câştigat!";
|
||||
$a->strings["\"Cat\" game!"] = "Joc \"Pisică\" !";
|
||||
$a->strings["I won!"] = "Am câştigat!";
|
||||
$a->strings['Three Dimensional Tic-Tac-Toe'] = 'Tic-Tac-Toe Tridimensional';
|
||||
$a->strings['3D Tic-Tac-Toe'] = '3D Tic-Tac-Toe';
|
||||
$a->strings['New game'] = 'Joc nou';
|
||||
$a->strings['New game with handicap'] = 'Joc nou cu handicap';
|
||||
$a->strings['Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. '] = 'Tic-tac-toe Tridimensional este exact ca și jocul tradițional cu excepția faptului că acesta este jucat simultan pe multiple niveluri.';
|
||||
$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.'] = 'În acest caz există trei niveluri. Câștigați prin obținerea a trei marcaje per line, la orice nivel, precum şi în sus, în jos, sau pe diagonală pe diferite niveluri.';
|
||||
$a->strings['The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage.'] = 'Jocul cu handicap, dezactivează poziția centrală din nivelul mediu, deoarece jucătorul consideră că acest pătrat are adeseori un avantaj incorect.';
|
||||
$a->strings['You go first...'] = 'Bifează tu primul...';
|
||||
$a->strings['I\'m going first this time...'] = 'Bifez eu primul, de data aceasta ...';
|
||||
$a->strings['You won!'] = 'Ai câştigat!';
|
||||
$a->strings['"Cat" game!'] = 'Joc "Pisică" !';
|
||||
$a->strings['I won!'] = 'Am câştigat!';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue