mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 18:56:34 +01:00
Plugins: Serbian translations
This commit is contained in:
parent
c035e02bbd
commit
a7044e36ea
@ -11,6 +11,10 @@ HEADERS += gnomekeyringplugin.h \
|
|||||||
RESOURCES += gnomekeyringpasswords.qrc
|
RESOURCES += gnomekeyringpasswords.qrc
|
||||||
|
|
||||||
TRANSLATIONS = translations/cs_CZ.ts \
|
TRANSLATIONS = translations/cs_CZ.ts \
|
||||||
|
translations/sr_BA.ts \
|
||||||
|
translations/sr_BA@latin.ts \
|
||||||
|
translations/sr_RS.ts \
|
||||||
|
translations/sr_RS@latin.ts
|
||||||
|
|
||||||
LIBS += $$system(pkg-config --libs gnome-keyring-1)
|
LIBS += $$system(pkg-config --libs gnome-keyring-1)
|
||||||
QMAKE_CXXFLAGS += $$system(pkg-config --cflags gnome-keyring-1)
|
QMAKE_CXXFLAGS += $$system(pkg-config --cflags gnome-keyring-1)
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
<RCC>
|
<RCC>
|
||||||
<qresource prefix="/gkp">
|
<qresource prefix="/gkp">
|
||||||
<file>data/icon.png</file>
|
<file>data/icon.png</file>
|
||||||
|
<file>locale/cs_CZ.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>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
12
src/plugins/GnomeKeyringPasswords/translations/sr_BA.ts
Normal file
12
src/plugins/GnomeKeyringPasswords/translations/sr_BA.ts
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!DOCTYPE TS>
|
||||||
|
<TS version="2.0" language="sr_BA">
|
||||||
|
<context>
|
||||||
|
<name>GnomeKeyringPlugin</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../gnomekeyringpasswordbackend.cpp" line="92"/>
|
||||||
|
<source>Gnome Keyring</source>
|
||||||
|
<translation>Гномов привезак</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
</TS>
|
@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!DOCTYPE TS>
|
||||||
|
<TS version="2.0" language="sr_BA@latin">
|
||||||
|
<context>
|
||||||
|
<name>GnomeKeyringPlugin</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../gnomekeyringpasswordbackend.cpp" line="92"/>
|
||||||
|
<source>Gnome Keyring</source>
|
||||||
|
<translation>Gnomov privezak</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
</TS>
|
12
src/plugins/GnomeKeyringPasswords/translations/sr_RS.ts
Normal file
12
src/plugins/GnomeKeyringPasswords/translations/sr_RS.ts
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!DOCTYPE TS>
|
||||||
|
<TS version="2.0" language="sr_RS">
|
||||||
|
<context>
|
||||||
|
<name>GnomeKeyringPlugin</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../gnomekeyringpasswordbackend.cpp" line="92"/>
|
||||||
|
<source>Gnome Keyring</source>
|
||||||
|
<translation>Гномов привезак</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
</TS>
|
@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!DOCTYPE TS>
|
||||||
|
<TS version="2.0" language="sr_RS@latin">
|
||||||
|
<context>
|
||||||
|
<name>GnomeKeyringPlugin</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../gnomekeyringpasswordbackend.cpp" line="92"/>
|
||||||
|
<source>Gnome Keyring</source>
|
||||||
|
<translation>Gnomov privezak</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
</TS>
|
@ -11,6 +11,10 @@ HEADERS += kwalletplugin.h \
|
|||||||
RESOURCES += kwalletpasswords.qrc
|
RESOURCES += kwalletpasswords.qrc
|
||||||
|
|
||||||
TRANSLATIONS = translations/cs_CZ.ts \
|
TRANSLATIONS = translations/cs_CZ.ts \
|
||||||
|
translations/sr_BA.ts \
|
||||||
|
translations/sr_BA@latin.ts \
|
||||||
|
translations/sr_RS.ts \
|
||||||
|
translations/sr_RS@latin.ts
|
||||||
|
|
||||||
LIBS += -lkdeui
|
LIBS += -lkdeui
|
||||||
|
|
||||||
|
@ -2,5 +2,9 @@
|
|||||||
<qresource prefix="/kwp">
|
<qresource prefix="/kwp">
|
||||||
<file>data/icon.png</file>
|
<file>data/icon.png</file>
|
||||||
<file>locale/cs_CZ.qm</file>
|
<file>locale/cs_CZ.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>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
12
src/plugins/KWalletPasswords/translations/sr_BA.ts
Normal file
12
src/plugins/KWalletPasswords/translations/sr_BA.ts
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!DOCTYPE TS>
|
||||||
|
<TS version="2.0" language="sr_BA" sourcelanguage="en_US">
|
||||||
|
<context>
|
||||||
|
<name>KWalletPlugin</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../kwalletpasswordbackend.cpp" line="48"/>
|
||||||
|
<source>KWallet</source>
|
||||||
|
<translation>К-новчаник</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
</TS>
|
12
src/plugins/KWalletPasswords/translations/sr_BA@latin.ts
Normal file
12
src/plugins/KWalletPasswords/translations/sr_BA@latin.ts
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!DOCTYPE TS>
|
||||||
|
<TS version="2.0" language="sr_BA@latin" sourcelanguage="en_US">
|
||||||
|
<context>
|
||||||
|
<name>KWalletPlugin</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../kwalletpasswordbackend.cpp" line="48"/>
|
||||||
|
<source>KWallet</source>
|
||||||
|
<translation>K-novčanik</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
</TS>
|
12
src/plugins/KWalletPasswords/translations/sr_RS.ts
Normal file
12
src/plugins/KWalletPasswords/translations/sr_RS.ts
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!DOCTYPE TS>
|
||||||
|
<TS version="2.0" language="sr_RS" sourcelanguage="en_US">
|
||||||
|
<context>
|
||||||
|
<name>KWalletPlugin</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../kwalletpasswordbackend.cpp" line="48"/>
|
||||||
|
<source>KWallet</source>
|
||||||
|
<translation>К-новчаник</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
</TS>
|
12
src/plugins/KWalletPasswords/translations/sr_RS@latin.ts
Normal file
12
src/plugins/KWalletPasswords/translations/sr_RS@latin.ts
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!DOCTYPE TS>
|
||||||
|
<TS version="2.0" language="sr_RS@latin" sourcelanguage="en_US">
|
||||||
|
<context>
|
||||||
|
<name>KWalletPlugin</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../kwalletpasswordbackend.cpp" line="48"/>
|
||||||
|
<source>KWallet</source>
|
||||||
|
<translation>K-novčanik</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
</TS>
|
Loading…
Reference in New Issue
Block a user