-rw-r--r-- | i18n/pt_BR/tictac.ts | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/i18n/pt_BR/tictac.ts b/i18n/pt_BR/tictac.ts index a5e2858..01ad06e 100644 --- a/i18n/pt_BR/tictac.ts +++ b/i18n/pt_BR/tictac.ts @@ -1,3 +1,22 @@ <!DOCTYPE TS><TS> <defaultcodec>iso8859-1</defaultcodec> +<context> + <name>TicTacToe</name> + <message> + <source>Computer starts</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Human starts</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Play!</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Quit</source> + <translation type="unfinished"></translation> + </message> +</context> </TS> |