add uk language, bump version
This commit is contained in:
parent
b71b4e62fc
commit
4357fdc58f
7 changed files with 12154 additions and 8 deletions
7916
localization/qtbase_uk.ts
Normal file
7916
localization/qtbase_uk.ts
Normal file
File diff suppressed because it is too large
Load diff
|
@ -2480,15 +2480,15 @@ Nyní ho můžete nainstalovat.</translation>
|
|||
<name>GmailServiceRoot</name>
|
||||
<message>
|
||||
<source>Inbox</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Příjaté</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Sent</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Odeslané</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Drafts</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Koncepty</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Spam</source>
|
||||
|
@ -2510,7 +2510,7 @@ Tokeny vyprší: %2</translation>
|
|||
</message>
|
||||
<message>
|
||||
<source>Select attachment destination file</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Zvolte soubor pro uložení přílohy</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Write new e-mail message</source>
|
||||
|
@ -2781,11 +2781,11 @@ Tokeny vyprší: %2</translation>
|
|||
</message>
|
||||
<message>
|
||||
<source>Has enclosures</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Má přílohy</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Indication of enclosures presence within the message.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Indikuje, zda zpráva obsahuje přílohy.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
|
4225
localization/rssguard_uk.ts
Normal file
4225
localization/rssguard_uk.ts
Normal file
File diff suppressed because it is too large
Load diff
BIN
resources/graphics/misc/flags/uk.png
Normal file
BIN
resources/graphics/misc/flags/uk.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 737 B |
|
@ -30,6 +30,7 @@
|
|||
<file>graphics/misc/flags/pl.png</file>
|
||||
<file>graphics/misc/flags/pt.png</file>
|
||||
<file>graphics/misc/flags/sv.png</file>
|
||||
<file>graphics/misc/flags/uk.png</file>
|
||||
<file>graphics/misc/flags/zh.png</file>
|
||||
|
||||
<file>skins/dark/html_adblocked.html</file>
|
||||
|
@ -68,6 +69,7 @@
|
|||
<file>../localization/rssguard_pl.qm</file>
|
||||
<file>../localization/rssguard_pt.qm</file>
|
||||
<file>../localization/rssguard_sv.qm</file>
|
||||
<file>../localization/rssguard_uk.qm</file>
|
||||
<file>../localization/rssguard_zh.qm</file>
|
||||
|
||||
<file>../localization/qtbase_cs.qm</file>
|
||||
|
@ -81,6 +83,7 @@
|
|||
<file>../localization/qtbase_pl.qm</file>
|
||||
<file>../localization/qtbase_pt.qm</file>
|
||||
<file>../localization/qtbase_sv.qm</file>
|
||||
<file>../localization/qtbase_uk.qm</file>
|
||||
<file>../localization/qtbase_zh.qm</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
|
|
@ -9,7 +9,7 @@ read -p "Password: " PASSWORD
|
|||
|
||||
# Setup parameters.
|
||||
RESOURCE=../../../localization/rssguard_en.ts
|
||||
CODES="cs da de es fr he id it ja lt nl pl pt sv zh"
|
||||
CODES="cs da de es fr he id it ja lt nl pl pt sv uk zh"
|
||||
TRANSLATION='../../../localization/rssguard_$CODE.ts'
|
||||
|
||||
declare PARAMS
|
||||
|
|
|
@ -51,7 +51,7 @@ APP_REVERSE_NAME = "com.github.rssguard"
|
|||
APP_LOW_H_NAME = ".rssguard"
|
||||
APP_AUTHOR = "Martin Rotter"
|
||||
APP_COPYRIGHT = "(C) 2011-2019 $$APP_AUTHOR"
|
||||
APP_VERSION = "3.5.9"
|
||||
APP_VERSION = "3.5.10"
|
||||
APP_LONG_NAME = "$$APP_NAME $$APP_VERSION"
|
||||
APP_EMAIL = "rotter.martinos@gmail.com"
|
||||
APP_URL = "https://github.com/martinrotter/rssguard"
|
||||
|
@ -621,6 +621,7 @@ TRANSLATIONS_WO_QT += $$PWD/localization/rssguard_cs.ts \
|
|||
$$PWD/localization/rssguard_pl.ts \
|
||||
$$PWD/localization/rssguard_pt.ts \
|
||||
$$PWD/localization/rssguard_sv.ts \
|
||||
$$PWD/localization/rssguard_uk.ts \
|
||||
$$PWD/localization/rssguard_zh.ts
|
||||
|
||||
TRANSLATIONS += $$TRANSLATIONS_WO_QT \
|
||||
|
@ -636,6 +637,7 @@ TRANSLATIONS += $$TRANSLATIONS_WO_QT \
|
|||
$$PWD/localization/qtbase_pl.ts \
|
||||
$$PWD/localization/qtbase_pt.ts \
|
||||
$$PWD/localization/qtbase_sv.ts \
|
||||
$$PWD/localization/qtbase_uk.ts \
|
||||
$$PWD/localization/qtbase_zh.ts
|
||||
|
||||
load(uic)
|
||||
|
|
Loading…
Add table
Reference in a new issue