-rw-r--r-- | i18n/cz/minesweep.ts | 35 |
1 files changed, 17 insertions, 18 deletions
diff --git a/i18n/cz/minesweep.ts b/i18n/cz/minesweep.ts index e5c380e..55b9302 100644 --- a/i18n/cz/minesweep.ts +++ b/i18n/cz/minesweep.ts @@ -1,34 +1,33 @@ -<!DOCTYPE TS> -<TS> - <context> +<!DOCTYPE TS><TS> +<context> <name>MineSweep</name> <message> - <source>You won!</source> - <translation>Vyhrál si!</translation> + <source>You won!</source> + <translation>Vyhrál si!</translation> </message> <message> - <source>You exploded!</source> - <translation>Explodoval si!</translation> + <source>You exploded!</source> + <translation>Explodoval si!</translation> </message> <message> - <source>Beginner</source> - <translation>Začátečník</translation> + <source>Beginner</source> + <translation>Začátečník</translation> </message> <message> - <source>Advanced</source> - <translation>Pokročilý</translation> + <source>Advanced</source> + <translation>Pokročilý</translation> </message> <message> - <source>Expert</source> - <translation>Expert</translation> + <source>Expert</source> + <translation>Expert</translation> </message> <message> - <source>Game</source> - <translation>Hra</translation> + <source>Game</source> + <translation>Hra</translation> </message> <message> - <source>Mine Sweep</source> - <translation>Hledání min</translation> + <source>Mine Sweep</source> + <translation>Hledání min</translation> </message> - </context> +</context> </TS> |