mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +01:00
Added new translations into project and resource files
This commit is contained in:
parent
19f8c13c65
commit
d64a86ab7e
@ -21,10 +21,13 @@ TRANSLATIONS = \
|
||||
translations/cs_CZ.ts \
|
||||
translations/de_DE.ts \
|
||||
translations/el_GR.ts \
|
||||
translations/es_419.ts \
|
||||
translations/es_ES.ts \
|
||||
translations/es_VE.ts \
|
||||
translations/fa_IR.ts \
|
||||
translations/fr_FR.ts \
|
||||
translations/gl_ES.ts \
|
||||
translations/he_IL.ts \
|
||||
translations/hu_HU.ts \
|
||||
translations/id_ID.ts \
|
||||
translations/it_IT.ts \
|
||||
|
@ -2,17 +2,24 @@
|
||||
<qresource prefix="/accesskeysnavigation">
|
||||
<file>data/icon.png</file>
|
||||
<file>data/copyright</file>
|
||||
<file>locale/cs_CZ.qm</file>
|
||||
<file>locale/ca_ES.qm</file>
|
||||
<file>locale/cs_CZ.qm</file>
|
||||
<file>locale/de_DE.qm</file>
|
||||
<file>locale/el_GR.qm</file>
|
||||
<file>locale/es_ES.qm</file>
|
||||
<file>locale/es_419.qm</file>
|
||||
<file>locale/es_ES.qm</file>
|
||||
<file>locale/es_VE.qm</file>
|
||||
<file>locale/fa_IR.qm</file>
|
||||
<file>locale/fr_FR.qm</file>
|
||||
<file>locale/id_ID.qm</file>
|
||||
<file>locale/gl_ES.qm</file>
|
||||
<file>locale/he_IL.qm</file>
|
||||
<file>locale/hu_HU.qm</file>
|
||||
<file>locale/id_ID.qm</file>
|
||||
<file>locale/it_IT.qm</file>
|
||||
<file>locale/ja_JP.qm</file>
|
||||
<file>locale/ka_GE.qm</file>
|
||||
<file>locale/nl_NL.qm</file>
|
||||
<file>locale/pl_PL.qm</file>
|
||||
<file>locale/pt_BR.qm</file>
|
||||
<file>locale/pt_PT.qm</file>
|
||||
<file>locale/ro_RO.qm</file>
|
||||
@ -24,6 +31,5 @@
|
||||
<file>locale/sv_SE.qm</file>
|
||||
<file>locale/uk_UA.qm</file>
|
||||
<file>locale/zh_TW.qm</file>
|
||||
<file>locale/fa_IR.qm</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
@ -11,10 +11,21 @@ HEADERS += gnomekeyringplugin.h \
|
||||
RESOURCES += gnomekeyringpasswords.qrc
|
||||
|
||||
TRANSLATIONS = translations/cs_CZ.ts \
|
||||
translations/de_DE.ts \
|
||||
translations/el_GR.ts \
|
||||
translations/fr_FR.ts \
|
||||
translations/he_IL.ts \
|
||||
translations/ja_JP.ts \
|
||||
translations/nl_NL.ts \
|
||||
translations/pl_PL.ts \
|
||||
translations/pt_PT.ts \
|
||||
translations/ru_RU.ts \
|
||||
translations/sr_BA.ts \
|
||||
translations/sr_BA@latin.ts \
|
||||
translations/sr_RS.ts \
|
||||
translations/sr_RS@latin.ts
|
||||
translations/sr_RS@latin.ts \
|
||||
translations/zh_CN.ts \
|
||||
translations/zh_TW.ts
|
||||
|
||||
LIBS += $$system(pkg-config --libs gnome-keyring-1)
|
||||
QMAKE_CXXFLAGS += $$system(pkg-config --cflags gnome-keyring-1)
|
||||
|
@ -2,9 +2,20 @@
|
||||
<qresource prefix="/gkp">
|
||||
<file>data/icon.png</file>
|
||||
<file>locale/cs_CZ.qm</file>
|
||||
<file>locale/de_DE.qm</file>
|
||||
<file>locale/el_GR.qm</file>
|
||||
<file>locale/fr_FR.qm</file>
|
||||
<file>locale/he_IL.qm</file>
|
||||
<file>locale/ja_JP.qm</file>
|
||||
<file>locale/nl_NL.qm</file>
|
||||
<file>locale/pl_PL.qm</file>
|
||||
<file>locale/pt_PT.qm</file>
|
||||
<file>locale/ru_RU.qm</file>
|
||||
<file>locale/sr_BA.qm</file>
|
||||
<file>locale/sr_BA@latin.qm</file>
|
||||
<file>locale/sr_RS.qm</file>
|
||||
<file>locale/sr_RS@latin.qm</file>
|
||||
<file>locale/zh_CN.qm</file>
|
||||
<file>locale/zh_TW.qm</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
@ -49,6 +49,8 @@ TRANSLATIONS = \
|
||||
translations/es_VE.ts \
|
||||
translations/fa_IR.ts \
|
||||
translations/fr_FR.ts \
|
||||
translations/gl_ES.ts \
|
||||
translations/he_IL.ts \
|
||||
translations/hu_HU.ts \
|
||||
translations/id_ID.ts \
|
||||
translations/it_IT.ts \
|
||||
@ -66,6 +68,7 @@ TRANSLATIONS = \
|
||||
translations/sr_RS.ts \
|
||||
translations/sr_RS@latin.ts \
|
||||
translations/sv_SE.ts \
|
||||
translations/tr_TR.ts \
|
||||
translations/uk_UA.ts \
|
||||
translations/zh_CN.ts \
|
||||
translations/zh_TW.ts \
|
||||
|
@ -3,21 +3,33 @@
|
||||
<file>data/icon.png</file>
|
||||
<file>data/bootstrap.min.js</file>
|
||||
<file>data/script.png</file>
|
||||
<file>locale/ca_ES.qm</file>
|
||||
<file>locale/cs_CZ.qm</file>
|
||||
<file>locale/de_DE.qm</file>
|
||||
<file>locale/el_GR.qm</file>
|
||||
<file>locale/es_ES.qm</file>
|
||||
<file>locale/es_VE.qm</file>
|
||||
<file>locale/fa_IR.qm</file>
|
||||
<file>locale/fr_FR.qm</file>
|
||||
<file>locale/gl_ES.qm</file>
|
||||
<file>locale/he_IL.qm</file>
|
||||
<file>locale/hu_HU.qm</file>
|
||||
<file>locale/id_ID.qm</file>
|
||||
<file>locale/it_IT.qm</file>
|
||||
<file>locale/ja_JP.qm</file>
|
||||
<file>locale/ka_GE.qm</file>
|
||||
<file>locale/nl_NL.qm</file>
|
||||
<file>locale/pl_PL.qm</file>
|
||||
<file>locale/pt_BR.qm</file>
|
||||
<file>locale/pt_PT.qm</file>
|
||||
<file>locale/sr_BA.qm</file>
|
||||
<file>locale/sr_BA@latin.qm</file>
|
||||
<file>locale/sr_RS.qm</file>
|
||||
<file>locale/sr_RS@latin.qm</file>
|
||||
<file>locale/tr_TR.qm</file>
|
||||
<file>locale/uk_UA.qm</file>
|
||||
<file>locale/fa_IR.qm</file>
|
||||
<file>locale/zh_CN.qm</file>
|
||||
<file>locale/zh_TW.qm</file>
|
||||
<file>data/icon18.png</file>
|
||||
<file>data/icon16.png</file>
|
||||
</qresource>
|
||||
|
@ -11,10 +11,22 @@ HEADERS += kwalletplugin.h \
|
||||
RESOURCES += kwalletpasswords.qrc
|
||||
|
||||
TRANSLATIONS = translations/cs_CZ.ts \
|
||||
translations/de_DE.ts \
|
||||
translations/el_GR.ts \
|
||||
translations/fr_FR.ts \
|
||||
translations/id_ID.ts \
|
||||
translations/it_IT.ts \
|
||||
translations/ja_JP.ts \
|
||||
translations/nl_NL.ts \
|
||||
translations/pl_PL.ts \
|
||||
translations/pt_PT.ts \
|
||||
translations/ru_RU.ts \
|
||||
translations/sr_BA.ts \
|
||||
translations/sr_BA@latin.ts \
|
||||
translations/sr_RS.ts \
|
||||
translations/sr_RS@latin.ts
|
||||
translations/sr_RS@latin.ts \
|
||||
translations/zh_CN.ts \
|
||||
translations/zh_TW.ts
|
||||
|
||||
LIBS += -lkdeui
|
||||
|
||||
|
@ -2,9 +2,21 @@
|
||||
<qresource prefix="/kwp">
|
||||
<file>data/icon.png</file>
|
||||
<file>locale/cs_CZ.qm</file>
|
||||
<file>locale/de_DE.qm</file>
|
||||
<file>locale/el_GR.qm</file>
|
||||
<file>locale/fr_FR.qm</file>
|
||||
<file>locale/id_ID.qm</file>
|
||||
<file>locale/it_IT.qm</file>
|
||||
<file>locale/ja_JP.qm</file>
|
||||
<file>locale/nl_NL.qm</file>
|
||||
<file>locale/pl_PL.qm</file>
|
||||
<file>locale/pt_PT.qm</file>
|
||||
<file>locale/ru_RU.qm</file>
|
||||
<file>locale/sr_BA.qm</file>
|
||||
<file>locale/sr_BA@latin.qm</file>
|
||||
<file>locale/sr_RS.qm</file>
|
||||
<file>locale/sr_RS@latin.qm</file>
|
||||
<file>locale/zh_CN.qm</file>
|
||||
<file>locale/zh_TW.qm</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
@ -34,6 +34,8 @@ TRANSLATIONS = \
|
||||
translations/es_VE.ts \
|
||||
translations/fa_IR.ts \
|
||||
translations/fr_FR.ts \
|
||||
translations/gl_ES.ts \
|
||||
translations/he_IL.ts \
|
||||
translations/hu_HU.ts \
|
||||
translations/id_ID.ts \
|
||||
translations/it_IT.ts \
|
||||
|
@ -12,17 +12,23 @@
|
||||
<file>data/up-left.gif</file>
|
||||
<file>data/up-right.gif</file>
|
||||
<file>data/copyright</file>
|
||||
<file>locale/ca_ES.qm</file>
|
||||
<file>locale/cs_CZ.qm</file>
|
||||
<file>locale/de_DE.qm</file>
|
||||
<file>locale/el_GR.qm</file>
|
||||
<file>locale/es_ES.qm</file>
|
||||
<file>locale/es_VE.qm</file>
|
||||
<file>locale/fa_IR.qm</file>
|
||||
<file>locale/fr_FR.qm</file>
|
||||
<file>locale/gl_ES.qm</file>
|
||||
<file>locale/he_IL.qm</file>
|
||||
<file>locale/hu_HU.qm</file>
|
||||
<file>locale/id_ID.qm</file>
|
||||
<file>locale/it_IT.qm</file>
|
||||
<file>locale/ja_JP.qm</file>
|
||||
<file>locale/ka_GE.qm</file>
|
||||
<file>locale/nl_NL.qm</file>
|
||||
<file>locale/pl_PL.qm</file>
|
||||
<file>locale/pt_BR.qm</file>
|
||||
<file>locale/pt_PT.qm</file>
|
||||
<file>locale/ro_RO.qm</file>
|
||||
@ -34,7 +40,7 @@
|
||||
<file>locale/sr_RS@latin.qm</file>
|
||||
<file>locale/sv_SE.qm</file>
|
||||
<file>locale/uk_UA.qm</file>
|
||||
<file>locale/zh_CN.qm</file>
|
||||
<file>locale/zh_TW.qm</file>
|
||||
<file>locale/fa_IR.qm</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
@ -19,12 +19,15 @@ RESOURCES = PIM_res.qrc
|
||||
TRANSLATIONS = \
|
||||
translations/ca_ES.ts \
|
||||
translations/cs_CZ.ts \
|
||||
translations/da_DK.ts \
|
||||
translations/de_DE.ts \
|
||||
translations/el_GR.ts \
|
||||
translations/es_ES.ts \
|
||||
translations/es_VE.ts \
|
||||
translations/fa_IR.ts \
|
||||
translations/fr_FR.ts \
|
||||
translations/gl_ES.ts \
|
||||
translations/he_IL.ts \
|
||||
translations/hu_HU.ts \
|
||||
translations/id_ID.ts \
|
||||
translations/it_IT.ts \
|
||||
@ -42,6 +45,7 @@ TRANSLATIONS = \
|
||||
translations/sr_RS.ts \
|
||||
translations/sr_RS@latin.ts \
|
||||
translations/sv_SE.ts \
|
||||
translations/tr_TR.ts \
|
||||
translations/uk_UA.ts \
|
||||
translations/zh_CN.ts \
|
||||
translations/zh_TW.ts \
|
||||
|
@ -1,21 +1,37 @@
|
||||
<RCC>
|
||||
<qresource prefix="/PIM">
|
||||
<file>data/PIM.png</file>
|
||||
<file>locale/ca_ES.qm</file>
|
||||
<file>locale/cs_CZ.qm</file>
|
||||
<file>locale/da_DK.qm</file>
|
||||
<file>locale/de_DE.qm</file>
|
||||
<file>locale/el_GR.qm</file>
|
||||
<file>locale/es_ES.qm</file>
|
||||
<file>locale/es_VE.qm</file>
|
||||
<file>locale/fa_IR.qm</file>
|
||||
<file>locale/fr_FR.qm</file>
|
||||
<file>locale/gl_ES.qm</file>
|
||||
<file>locale/he_IL.qm</file>
|
||||
<file>locale/hu_HU.qm</file>
|
||||
<file>locale/id_ID.qm</file>
|
||||
<file>locale/it_IT.qm</file>
|
||||
<file>locale/ja_JP.qm</file>
|
||||
<file>locale/ka_GE.qm</file>
|
||||
<file>locale/nl_NL.qm</file>
|
||||
<file>locale/pl_PL.qm</file>
|
||||
<file>locale/pt_BR.qm</file>
|
||||
<file>locale/pt_PT.qm</file>
|
||||
<file>locale/ro_RO.qm</file>
|
||||
<file>locale/ru_RU.qm</file>
|
||||
<file>locale/sk_SK.qm</file>
|
||||
<file>locale/sr_BA.qm</file>
|
||||
<file>locale/sr_BA@latin.qm</file>
|
||||
<file>locale/sr_RS.qm</file>
|
||||
<file>locale/sr_RS@latin.qm</file>
|
||||
<file>locale/sv_SE.qm</file>
|
||||
<file>locale/tr_TR.qm</file>
|
||||
<file>locale/uk_UA.qm</file>
|
||||
<file>locale/zh_CN.qm</file>
|
||||
<file>locale/zh_TW.qm</file>
|
||||
<file>locale/fa_IR.qm</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
@ -27,10 +27,20 @@ HEADERS += statusbariconsplugin.h \
|
||||
RESOURCES += statusbaricons.qrc
|
||||
|
||||
TRANSLATIONS = \
|
||||
translations/de_DE.ts \
|
||||
translations/el_GR.ts \
|
||||
translations/he_IL.ts \
|
||||
translations/ja_JP.ts \
|
||||
translations/nl_NL.ts \
|
||||
translations/pl_PL.ts \
|
||||
translations/pt_PT.ts \
|
||||
translations/ru_RU.ts \
|
||||
translations/sr_BA.ts \
|
||||
translations/sr_BA@latin.ts \
|
||||
translations/sr_RS.ts \
|
||||
translations/sr_RS@latin.ts
|
||||
translations/sr_RS@latin.ts \
|
||||
translations/zh_CN.ts \
|
||||
translations/zh_TW.ts
|
||||
|
||||
include(../../plugins.pri)
|
||||
|
||||
|
@ -9,9 +9,19 @@
|
||||
<file>data/preferences-network.png</file>
|
||||
<file>data/add.png</file>
|
||||
<file>data/remove.png</file>
|
||||
<file>locale/de_DE.qm</file>
|
||||
<file>locale/el_GR.qm</file>
|
||||
<file>locale/he_IL.qm</file>
|
||||
<file>locale/ja_JP.qm</file>
|
||||
<file>locale/nl_NL.qm</file>
|
||||
<file>locale/pl_PL.qm</file>
|
||||
<file>locale/pt_PT.qm</file>
|
||||
<file>locale/ru_RU.qm</file>
|
||||
<file>locale/sr_BA.qm</file>
|
||||
<file>locale/sr_BA@latin.qm</file>
|
||||
<file>locale/sr_RS.qm</file>
|
||||
<file>locale/sr_RS@latin.qm</file>
|
||||
<file>locale/zh_CN.qm</file>
|
||||
<file>locale/zh_TW.qm</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
@ -22,6 +22,8 @@ TRANSLATIONS = \
|
||||
translations/es_VE.ts \
|
||||
translations/fa_IR.ts \
|
||||
translations/fr_FR.ts \
|
||||
translations/gl_ES.ts \
|
||||
translations/he_IL.ts \
|
||||
translations/hu_HU.ts \
|
||||
translations/id_ID.ts \
|
||||
translations/it_IT.ts \
|
||||
@ -39,6 +41,7 @@ TRANSLATIONS = \
|
||||
translations/sr_RS.ts \
|
||||
translations/sr_RS@latin.ts \
|
||||
translations/sv_SE.ts \
|
||||
translations/tr_TR.ts \
|
||||
translations/uk_UA.ts \
|
||||
translations/zh_CN.ts \
|
||||
translations/zh_TW.ts \
|
||||
|
@ -1,26 +1,35 @@
|
||||
<RCC>
|
||||
<qresource prefix="/testplugin">
|
||||
<file>locale/ca_ES.qm</file>
|
||||
<file>locale/cs_CZ.qm</file>
|
||||
<file>locale/de_DE.qm</file>
|
||||
<file>locale/el_GR.qm</file>
|
||||
<file>locale/es_ES.qm</file>
|
||||
<file>locale/es_VE.qm</file>
|
||||
<file>locale/fa_IR.qm</file>
|
||||
<file>locale/fr_FR.qm</file>
|
||||
<file>locale/gl_ES.qm</file>
|
||||
<file>locale/he_IL.qm</file>
|
||||
<file>locale/hu_HU.qm</file>
|
||||
<file>locale/id_ID.qm</file>
|
||||
<file>locale/it_IT.qm</file>
|
||||
<file>locale/ja_JP.qm</file>
|
||||
<file>locale/ka_GE.qm</file>
|
||||
<file>locale/nl_NL.qm</file>
|
||||
<file>locale/pl_PL.qm</file>
|
||||
<file>locale/pt_BR.qm</file>
|
||||
<file>locale/pt_PT.qm</file>
|
||||
<file>locale/ro_RO.qm</file>
|
||||
<file>locale/ru_RU.qm</file>
|
||||
<file>locale/sk_SK.qm</file>
|
||||
<file>locale/sr_BA.qm</file>
|
||||
<file>locale/sr_BA@latin.qm</file>
|
||||
<file>locale/sr_RS.qm</file>
|
||||
<file>locale/sr_RS@latin.qm</file>
|
||||
<file>locale/sv_SE.qm</file>
|
||||
<file>locale/tr_TR.qm</file>
|
||||
<file>locale/uk_UA.qm</file>
|
||||
<file>locale/zh_CN.qm</file>
|
||||
<file>locale/zh_TW.qm</file>
|
||||
<file>locale/fa_IR.qm</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
@ -1,31 +1,32 @@
|
||||
TRANSLATIONS += $$PWD/ca_ES.ts\
|
||||
$$PWD/cs_CZ.ts\
|
||||
$$PWD/sk_SK.ts\
|
||||
$$PWD/de_DE.ts\
|
||||
$$PWD/nl_NL.ts\
|
||||
$$PWD/zh_CN.ts\
|
||||
$$PWD/zh_TW.ts\
|
||||
$$PWD/it_IT.ts\
|
||||
$$PWD/pl_PL.ts\
|
||||
$$PWD/es_ES.ts\
|
||||
$$PWD/es_VE.ts\
|
||||
$$PWD/fr_FR.ts\
|
||||
$$PWD/el_GR.ts\
|
||||
$$PWD/ru_RU.ts\
|
||||
$$PWD/pt_PT.ts\
|
||||
$$PWD/pt_BR.ts\
|
||||
$$PWD/sr_BA.ts\
|
||||
$$PWD/sr_BA@latin.ts\
|
||||
$$PWD/sr_RS.ts\
|
||||
$$PWD/sr_RS@latin.ts\
|
||||
$$PWD/sv_SE.ts\
|
||||
$$PWD/id_ID.ts\
|
||||
$$PWD/ka_GE.ts\
|
||||
$$PWD/ja_JP.ts\
|
||||
$$PWD/ro_RO.ts\
|
||||
$$PWD/hu_HU.ts\
|
||||
$$PWD/uk_UA.ts\
|
||||
$$PWD/fa_IR.ts\
|
||||
TRANSLATIONS += $$PWD/ca_ES.ts \
|
||||
$$PWD/cs_CZ.ts \
|
||||
$$PWD/de_DE.ts \
|
||||
$$PWD/el_GR.ts \
|
||||
$$PWD/es_ES.ts \
|
||||
$$PWD/es_VE.ts \
|
||||
$$PWD/fa_IR.ts \
|
||||
$$PWD/fr_FR.ts \
|
||||
$$PWD/he_IL.ts \
|
||||
$$PWD/hu_HU.ts \
|
||||
$$PWD/id_ID.ts \
|
||||
$$PWD/it_IT.ts \
|
||||
$$PWD/ja_JP.ts \
|
||||
$$PWD/ka_GE.ts \
|
||||
$$PWD/nl_NL.ts \
|
||||
$$PWD/pl_PL.ts \
|
||||
$$PWD/pt_BR.ts \
|
||||
$$PWD/pt_PT.ts \
|
||||
$$PWD/ro_RO.ts \
|
||||
$$PWD/ru_RU.ts \
|
||||
$$PWD/sk_SK.ts \
|
||||
$$PWD/sr_BA.ts \
|
||||
$$PWD/sr_BA@latin.ts \
|
||||
$$PWD/sr_RS.ts \
|
||||
$$PWD/sr_RS@latin.ts \
|
||||
$$PWD/sv_SE.ts \
|
||||
$$PWD/uk_UA.ts \
|
||||
$$PWD/zh_CN.ts \
|
||||
$$PWD/zh_TW.ts \
|
||||
|
||||
updateqm.input = TRANSLATIONS
|
||||
updateqm.output = $$PWD/../bin/locale/${QMAKE_FILE_BASE}.qm
|
||||
|
Loading…
Reference in New Issue
Block a user