-rw-r--r-- | i18n/cz/language.ts | 38 |
1 files changed, 20 insertions, 18 deletions
diff --git a/i18n/cz/language.ts b/i18n/cz/language.ts index 19c45f1..05d8250 100644 --- a/i18n/cz/language.ts +++ b/i18n/cz/language.ts @@ -1,33 +1,35 @@ -<!DOCTYPE TS><TS> -<context> +<!DOCTYPE TS> +<TS> + <context> <name>LanguageSettings</name> <message> - <source>English</source> - <translation>Angličtina</translation> + <source>English</source> + <translation>Angličtina</translation> </message> <message> - <source>default</source> - <translation>Výchozí</translation> + <source>default</source> + <translation>Výchozí</translation> </message> <message> - <source>Language</source> - <translation type="unfinished"></translation> + <source>Language</source> + <translation>Jazyk</translation> </message> <message> - <source><qt>Attention, all windows will be closed by changing the language -without saving the Data.<br><br>Go on?</qt></source> - <translation type="unfinished"></translation> + <source><qt>Attention, all windows will be closed by changing the language +without saving the Data.<br><br>Go on?</qt></source> + <translation><qt>Upozornění, změnou jazyka budou všechna okna uzavřena +bez uložení dat.<br><br>Pokračovat?</qt></translation> </message> -</context> -<context> + </context> + <context> <name>LanguageSettingsBase</name> <message> - <source>Language Settings</source> - <translation>Nastavení jazyka</translation> + <source>Language Settings</source> + <translation>Nastavení jazyka</translation> </message> <message> - <source>Select language</source> - <translation>Vyberte jazyk</translation> + <source>Select language</source> + <translation>Vyberte jazyk</translation> </message> -</context> + </context> </TS> |