mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
add per-plugin language files
This commit is contained in:
parent
32063986f5
commit
887fcdbd3e
840 changed files with 10332 additions and 0 deletions
14
tictac/lang/pt-br/strings.php
Normal file
14
tictac/lang/pt-br/strings.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
$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 é similar ao jogo tradicional, com a exceção que ele é jogado simultaneamente em múltiplos níveis.";
|
||||
$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, existem três níveis. Ganha quem conseguir alinhar três casas, não só no mesmo nível como também pra cima, pra baixo ou na diagonal entre os níveis.";
|
||||
$a->strings["The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage."] = "O jogo com limitador desabilita a posição central do nível do meio, uma vez que o jogador que obtém essa casa ganha uma vantagem desleal.";
|
||||
$a->strings["You go first..."] = "Você começa...";
|
||||
$a->strings["I'm going first this time..."] = "Eu vou começar desta vez...";
|
||||
$a->strings["You won!"] = "Você ganhou!";
|
||||
$a->strings["__DQ__Cat__DQ__ game!"] = "Empatamos!";
|
||||
$a->strings["I won!"] = "Eu ganhei!";
|
Loading…
Add table
Add a link
Reference in a new issue