author | davipt <davipt> | 2002-06-17 20:56:02 (UTC) |
---|---|---|
committer | davipt <davipt> | 2002-06-17 20:56:02 (UTC) |
commit | 56925b57de7d6f6a1014352c14333add737972cc (patch) (side-by-side diff) | |
tree | cc03cfcf98375cc3176834e4e552b52ed80d819f /i18n/pt/snake.ts | |
parent | b177eb4a659c674d1bc3ab82d6d980aade7c0959 (diff) | |
download | opie-56925b57de7d6f6a1014352c14333add737972cc.zip opie-56925b57de7d6f6a1014352c14333add737972cc.tar.gz opie-56925b57de7d6f6a1014352c14333add737972cc.tar.bz2 |
Updated Portuguese translations
-rw-r--r-- | i18n/pt/snake.ts | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/i18n/pt/snake.ts b/i18n/pt/snake.ts index d9d6107..0683b50 100644 --- a/i18n/pt/snake.ts +++ b/i18n/pt/snake.ts @@ -1,40 +1,43 @@ <!DOCTYPE TS><TS> <context> <name>SnakeGame</name> <message> <source>Snake</source> - <translation type="unfinished"></translation> + <translation>Cobra</translation> </message> <message> <source>New Game</source> - <translation type="unfinished"></translation> + <translation>Novo Jogo</translation> </message> <message> <source>SNAKE!</source> - <translation type="unfinished"></translation> + <translation>COBRA!</translation> </message> <message> <source>Use the arrow keys to guide the snake to eat the mouse. You must not crash into the walls, edges or its tail.</source> - <translation type="unfinished"></translation> + <translation>Use o joypad para guiar a cobra +de forma a comer o rato. Tem de +evitar bater nas paredes ou na cauda.</translation> </message> <message> <source>Press Any Key To Start</source> - <translation type="unfinished"></translation> + <translation>Prima uma tecla para começar</translation> </message> <message> <source> Score : %1 </source> - <translation type="unfinished"></translation> + <translation>Pontuação: %1</translation> </message> <message> <source>GAME OVER! Your Score: %1</source> - <translation type="unfinished"></translation> + <translation>FIM DE JOGO! +Pontuação: %1</translation> </message> <message> <source>Press Any Key to Begin a New Game.</source> - <translation type="unfinished"></translation> + <translation>Prima uma tecla para começar um novo jogo.</translation> </message> </context> </TS> |