diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-07-23 20:16:54 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-07-23 20:16:54 +0000 |
| commit | 73c451bb2127d3f3800e29607c7798e630e57e25 (patch) | |
| tree | 9570167afe74a8ab2e62d1e90c2cc44d7d59bd18 /src/plugins/General/mpris | |
| parent | 41342d54449fa9e6e32f5beae6cbff89469b9a37 (diff) | |
| download | qmmp-73c451bb2127d3f3800e29607c7798e630e57e25.tar.gz qmmp-73c451bb2127d3f3800e29607c7798e630e57e25.tar.bz2 qmmp-73c451bb2127d3f3800e29607c7798e630e57e25.zip | |
updated Turkish translation (author: Bilgesu Güngör)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1070 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/mpris')
7 files changed, 38 insertions, 5 deletions
diff --git a/src/plugins/General/mpris/mpris.pro b/src/plugins/General/mpris/mpris.pro index 17f5d0046..d0277485d 100644 --- a/src/plugins/General/mpris/mpris.pro +++ b/src/plugins/General/mpris/mpris.pro @@ -19,7 +19,8 @@ TRANSLATIONS = translations/mpris_plugin_cs.ts \ translations/mpris_plugin_ru.ts \ translations/mpris_plugin_pl.ts \ translations/mpris_plugin_uk_UA.ts \ - translations/mpris_plugin_it.ts + translations/mpris_plugin_it.ts \ + translations/mpris_plugin_tr.ts RESOURCES = translations/translations.qrc isEmpty(LIB_DIR){ diff --git a/src/plugins/General/mpris/translations/mpris_plugin_cs.ts b/src/plugins/General/mpris/translations/mpris_plugin_cs.ts index 2ee42b183..2f85d2d5f 100644 --- a/src/plugins/General/mpris/translations/mpris_plugin_cs.ts +++ b/src/plugins/General/mpris/translations/mpris_plugin_cs.ts @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS><TS version="1.1" language="cs"> +<!DOCTYPE TS> +<TS version="2.0" language="cs"> <context> <name>MPRISFactory</name> <message> diff --git a/src/plugins/General/mpris/translations/mpris_plugin_it.ts b/src/plugins/General/mpris/translations/mpris_plugin_it.ts index 301b9a16f..e904e0aec 100644 --- a/src/plugins/General/mpris/translations/mpris_plugin_it.ts +++ b/src/plugins/General/mpris/translations/mpris_plugin_it.ts @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS><TS version="1.1" language="de"> +<!DOCTYPE TS> +<TS version="2.0" language="de"> <context> <name>MPRISFactory</name> <message> diff --git a/src/plugins/General/mpris/translations/mpris_plugin_ru.ts b/src/plugins/General/mpris/translations/mpris_plugin_ru.ts index 5eadf0132..24f067c3d 100644 --- a/src/plugins/General/mpris/translations/mpris_plugin_ru.ts +++ b/src/plugins/General/mpris/translations/mpris_plugin_ru.ts @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS><TS version="1.1" language="ru"> +<!DOCTYPE TS> +<TS version="2.0" language="ru"> <context> <name>MPRISFactory</name> <message> diff --git a/src/plugins/General/mpris/translations/mpris_plugin_tr.ts b/src/plugins/General/mpris/translations/mpris_plugin_tr.ts new file mode 100644 index 000000000..8bc44c7ba --- /dev/null +++ b/src/plugins/General/mpris/translations/mpris_plugin_tr.ts @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0"> +<context> + <name>MPRISFactory</name> + <message> + <location filename="../mprisfactory.cpp" line="29"/> + <source>MPRIS Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mprisfactory.cpp" line="49"/> + <source>About MPRIS Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mprisfactory.cpp" line="50"/> + <source>Qmmp MPRIS Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mprisfactory.cpp" line="51"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/General/mpris/translations/mpris_plugin_uk_UA.ts b/src/plugins/General/mpris/translations/mpris_plugin_uk_UA.ts index 33c3315e6..a01c2058f 100644 --- a/src/plugins/General/mpris/translations/mpris_plugin_uk_UA.ts +++ b/src/plugins/General/mpris/translations/mpris_plugin_uk_UA.ts @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS><TS version="1.1" language="uk"> +<!DOCTYPE TS> +<TS version="2.0" language="uk"> <context> <name>MPRISFactory</name> <message> diff --git a/src/plugins/General/mpris/translations/translations.qrc b/src/plugins/General/mpris/translations/translations.qrc index ebb509200..9f65dd5a3 100644 --- a/src/plugins/General/mpris/translations/translations.qrc +++ b/src/plugins/General/mpris/translations/translations.qrc @@ -9,5 +9,6 @@ <file>mpris_plugin_pl.qm</file> <file>mpris_plugin_ru.qm</file> <file>mpris_plugin_uk_UA.qm</file> + <file>mpris_plugin_tr.qm</file> </qresource> </RCC> |
