diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-04-03 13:52:37 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-04-03 13:52:37 +0000 |
| commit | 6a0eb9241e82aaee03f1317aaaacfa9b682ac59c (patch) | |
| tree | f9dfbb0963c3a5a6448a099a2afa7fe285f66a5c /src/plugins/General/mpris | |
| parent | 6429b8e08efe1b23e0a766ca15ec4f65424c2ff4 (diff) | |
| download | qmmp-6a0eb9241e82aaee03f1317aaaacfa9b682ac59c.tar.gz qmmp-6a0eb9241e82aaee03f1317aaaacfa9b682ac59c.tar.bz2 qmmp-6a0eb9241e82aaee03f1317aaaacfa9b682ac59c.zip | |
updated Polish translation (Grzegorz Gibas)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@887 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/mpris')
| -rw-r--r-- | src/plugins/General/mpris/mpris.pro | 1 | ||||
| -rw-r--r-- | src/plugins/General/mpris/translations/mpris_plugin_pl.ts | 27 | ||||
| -rw-r--r-- | src/plugins/General/mpris/translations/translations.qrc | 1 |
3 files changed, 29 insertions, 0 deletions
diff --git a/src/plugins/General/mpris/mpris.pro b/src/plugins/General/mpris/mpris.pro index 7101a1888..61ad84687 100644 --- a/src/plugins/General/mpris/mpris.pro +++ b/src/plugins/General/mpris/mpris.pro @@ -17,6 +17,7 @@ TRANSLATIONS = translations/mpris_plugin_cs.ts \ translations/mpris_plugin_zh_CN.ts \ translations/mpris_plugin_zh_TW.ts \ translations/mpris_plugin_ru.ts \ + translations/mpris_plugin_pl.ts \ translations/mpris_plugin_uk_UA.ts RESOURCES = translations/translations.qrc diff --git a/src/plugins/General/mpris/translations/mpris_plugin_pl.ts b/src/plugins/General/mpris/translations/mpris_plugin_pl.ts new file mode 100644 index 000000000..b7482eb36 --- /dev/null +++ b/src/plugins/General/mpris/translations/mpris_plugin_pl.ts @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="pl"> +<context> + <name>MPRISFactory</name> + <message> + <location filename="../mprisfactory.cpp" line="29"/> + <source>MPRIS Plugin</source> + <translation>Wtyczka MPRIS</translation> + </message> + <message> + <location filename="../mprisfactory.cpp" line="49"/> + <source>About MPRIS Plugin</source> + <translation>O wtyczce MPRIS</translation> + </message> + <message> + <location filename="../mprisfactory.cpp" line="50"/> + <source>Qmmp MPRIS Plugin</source> + <translation>Wtyczka MPRIS dla Qmmp</translation> + </message> + <message> + <location filename="../mprisfactory.cpp" line="51"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation>Autor: Ilya Kotov <forkotov02@hotmail.ru></translation> + </message> +</context> +</TS> diff --git a/src/plugins/General/mpris/translations/translations.qrc b/src/plugins/General/mpris/translations/translations.qrc index 624cd0b6f..44234e1f4 100644 --- a/src/plugins/General/mpris/translations/translations.qrc +++ b/src/plugins/General/mpris/translations/translations.qrc @@ -5,6 +5,7 @@ <file>mpris_plugin_de.qm</file> <file>mpris_plugin_zh_CN.qm</file> <file>mpris_plugin_zh_TW.qm</file> + <file>mpris_plugin_pl.qm</file> <file>mpris_plugin_ru.qm</file> <file>mpris_plugin_uk_UA.qm</file> </qresource> |
