author | kergoth <kergoth> | 2003-08-09 15:23:37 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-08-09 15:23:37 (UTC) |
commit | 0799b67a825c8ec00e57a63e5a5d55fd26bb2337 (patch) (side-by-side diff) | |
tree | 418a6198021568b1b6dbe4178a938e6fe975c2c8 /i18n/da/tictac.ts | |
parent | b97ae670792c4b9e35fbe89f1e40d59786afdabb (diff) | |
download | opie-0799b67a825c8ec00e57a63e5a5d55fd26bb2337.zip opie-0799b67a825c8ec00e57a63e5a5d55fd26bb2337.tar.gz opie-0799b67a825c8ec00e57a63e5a5d55fd26bb2337.tar.bz2 |
Merge from BRANCH_1_0.
-rw-r--r-- | i18n/da/tictac.ts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/i18n/da/tictac.ts b/i18n/da/tictac.ts index 4c865d9..2a42304 100644 --- a/i18n/da/tictac.ts +++ b/i18n/da/tictac.ts @@ -1,41 +1,48 @@ <!DOCTYPE TS><TS> <context> + <name>QObject</name> + <message> + <source>TicTac</source> + <translation>Kryds og bolle</translation> + </message> +</context> +<context> <name>TicTacToe</name> <message> <source>Computer starts</source> <translation>Computeren starter</translation> </message> <message> <source>Human starts</source> <translation>Spilleren starter</translation> </message> <message> <source>Play!</source> <translation>Spil!</translation> </message> <message> <source>Quit</source> <translation>Afslut</translation> </message> <message> <source>Click Play to start</source> <translation>Klik 'Spil' for at starte</translation> </message> <message> <source>Make your move</source> <translation>Dit træk</translation> </message> <message> <source>You won!</source> <translation>Du vandt!</translation> </message> <message> <source>Computer won!</source> <translation>Computeren vandt!</translation> </message> <message> <source>It's a draw</source> <translation>Uafgjort</translation> </message> </context> </TS> |