]> git.mxchange.org Git - friendica-addons.git/blob - tictac/lang/pt-br/strings.php
regenerated all the strings
[friendica-addons.git] / tictac / lang / pt-br / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_pt_br")) {
4 function string_plural_select_pt_br($n){
5         $n = intval($n);
6         return intval($n > 1);
7 }}
8 $a->strings['Three Dimensional Tic-Tac-Toe'] = 'Jogo da Velha Tridimensional';
9 $a->strings['3D Tic-Tac-Toe'] = 'Jogo da Velha 3D';
10 $a->strings['New game'] = 'Novo jogo';
11 $a->strings['New game with handicap'] = 'Novo jogo com limitador';
12 $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.';
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.'] = '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.';
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.'] = '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.';
15 $a->strings['You go first...'] = 'Você vai primeiro...';
16 $a->strings['I\'m going first this time...'] = 'Eu vou primeiro desta vez...';
17 $a->strings['You won!'] = 'Você venceu!';
18 $a->strings['"Cat" game!'] = 'Empatamos!';
19 $a->strings['I won!'] = 'Venci!';