Initial polish translation
This commit is contained in:
parent
7c7c0ad930
commit
2827b7689c
4 changed files with 2449 additions and 0 deletions
|
@ -19,6 +19,7 @@ TRANSLATIONS = src/res/translation/translation_de_DE.ts \
|
|||
src/res/translation/translation_pt_PT.ts \
|
||||
src/res/translation/translation_es_ES.ts \
|
||||
src/res/translation/translation_nl_NL.ts \
|
||||
src/res/translation/translation_pl_PL.ts\
|
||||
src/res/translation/translation_it_IT.ts
|
||||
|
||||
INCLUDEPATH += src
|
||||
|
|
BIN
src/res/translation/translation_pl_PL.qm
Executable file
BIN
src/res/translation/translation_pl_PL.qm
Executable file
Binary file not shown.
2444
src/res/translation/translation_pl_PL.ts
Normal file
2444
src/res/translation/translation_pl_PL.ts
Normal file
File diff suppressed because it is too large
Load diff
|
@ -16,7 +16,11 @@
|
|||
</qresource>
|
||||
<qresource prefix="/translations" lang="it">
|
||||
<file alias="translation.qm">res/translation/translation_it_IT.qm</file>
|
||||
</qresource>
|
||||
<qresource prefix="/translations" lang="pl">
|
||||
<file alias="translation.qm">res/translation/translation_pl_PL.qm</file>
|
||||
</qresource>
|
||||
|
||||
<qresource prefix="/png/LEDs">
|
||||
<file>res/CLEDDisabledSmall.png</file>
|
||||
<file>res/CLEDGreenArrow.png</file>
|
||||
|
|
Loading…
Reference in a new issue