-rw-r--r-- | i18n/pl/language.ts | 37 |
1 files changed, 19 insertions, 18 deletions
diff --git a/i18n/pl/language.ts b/i18n/pl/language.ts index eef2c2e..50edd49 100644 --- a/i18n/pl/language.ts +++ b/i18n/pl/language.ts @@ -1,33 +1,34 @@ -<!DOCTYPE TS><TS> -<context> +<!DOCTYPE TS> +<TS> + <context> <name>LanguageSettings</name> <message> - <source>English</source> - <translation>Angielski</translation> + <source>English</source> + <translation>Angielski</translation> </message> <message> - <source>default</source> - <translation>domyslny</translation> + <source>default</source> + <translation>domyślny</translation> </message> <message> - <source>Language</source> - <translation type="unfinished"></translation> + <source>Language</source> + <translation>Język</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 type="unfinished" /> </message> -</context> -<context> + </context> + <context> <name>LanguageSettingsBase</name> <message> - <source>Select language</source> - <translation>Wybierz jezyk</translation> + <source>Select language</source> + <translation>Wybierz język</translation> </message> <message> - <source>Language Settings</source> - <translation>Ustawienia jezyka</translation> + <source>Language Settings</source> + <translation>Ustawienia języka</translation> </message> -</context> + </context> </TS> |