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/hotkey | |
| 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/hotkey')
| -rw-r--r-- | src/plugins/General/hotkey/hotkey.pro | 1 | ||||
| -rw-r--r-- | src/plugins/General/hotkey/translations/hotkey_plugin_pl.ts | 108 | ||||
| -rw-r--r-- | src/plugins/General/hotkey/translations/translations.qrc | 1 |
3 files changed, 110 insertions, 0 deletions
diff --git a/src/plugins/General/hotkey/hotkey.pro b/src/plugins/General/hotkey/hotkey.pro index 8d69f8c70..6eda15191 100644 --- a/src/plugins/General/hotkey/hotkey.pro +++ b/src/plugins/General/hotkey/hotkey.pro @@ -16,6 +16,7 @@ TRANSLATIONS = translations/hotkey_plugin_cs.ts \ translations/hotkey_plugin_zh_CN.ts \ translations/hotkey_plugin_zh_TW.ts \ translations/hotkey_plugin_ru.ts \ + translations/hotkey_plugin_pl.ts \ translations/hotkey_plugin_uk_UA.ts RESOURCES = translations/translations.qrc diff --git a/src/plugins/General/hotkey/translations/hotkey_plugin_pl.ts b/src/plugins/General/hotkey/translations/hotkey_plugin_pl.ts new file mode 100644 index 000000000..e61254ca6 --- /dev/null +++ b/src/plugins/General/hotkey/translations/hotkey_plugin_pl.ts @@ -0,0 +1,108 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="pl"> +<context> + <name>HotkeyDialog</name> + <message> + <location filename="../hotkeydialog.ui" line="14"/> + <source>Modify Shortcut</source> + <translation>Modyfikuj skrót</translation> + </message> + <message> + <location filename="../hotkeydialog.ui" line="29"/> + <source>Press the key combination you want to assign</source> + <translation>Wciśnij kombinację klawiszy, którą chcesz przypisać</translation> + </message> + <message> + <location filename="../hotkeydialog.ui" line="43"/> + <source>Clear</source> + <translation>Wyczyść</translation> + </message> +</context> +<context> + <name>HotkeyFactory</name> + <message> + <location filename="../hotkeyfactory.cpp" line="30"/> + <source>Global Hotkey Plugin</source> + <translation>Wtyczka klawiszów skrótowych</translation> + </message> + <message> + <location filename="../hotkeyfactory.cpp" line="50"/> + <source>About Global Hotkey Plugin</source> + <translation>O wtyczce Klawisze Skrótowe</translation> + </message> + <message> + <location filename="../hotkeyfactory.cpp" line="51"/> + <source>Qmmp Global Hotkey Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../hotkeyfactory.cpp" line="52"/> + <source>This plugin adds support for multimedia keys or global key combinations</source> + <translation>Ta wtyczka obsługuje klawisze multimedialne oraz globalne kombinacje klawiszów skrótowych</translation> + </message> + <message> + <location filename="../hotkeyfactory.cpp" line="53"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation>Autor: Ilya Kotov <forkotov02@hotmail.ru></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.cpp" line="42"/> + <source>Play</source> + <translation>Odtwarzaj</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="43"/> + <source>Stop</source> + <translation>Zatrzymaj</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="44"/> + <source>Pause</source> + <translation>Pauza</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="45"/> + <source>Play/Pause</source> + <translation>Odtwarzaj/Pauza</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="46"/> + <source>Next</source> + <translation>Następny</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="47"/> + <source>Previous</source> + <translation>Poprzedni</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="48"/> + <source>Show/Hide</source> + <translation>Pokaż/Ukryj</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>Global Hotkey Plugin Settings</source> + <translation>Globalne ustawienia wtyczki Klawiszów Skrótowych</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="42"/> + <source>Action</source> + <translation>Akcja</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="47"/> + <source>Shortcut</source> + <translation>Skrót klawiszowy</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="55"/> + <source>Reset</source> + <translation>Wyczyść</translation> + </message> +</context> +</TS> diff --git a/src/plugins/General/hotkey/translations/translations.qrc b/src/plugins/General/hotkey/translations/translations.qrc index 9258014ff..43377a061 100644 --- a/src/plugins/General/hotkey/translations/translations.qrc +++ b/src/plugins/General/hotkey/translations/translations.qrc @@ -5,6 +5,7 @@ <file>hotkey_plugin_de.qm</file> <file>hotkey_plugin_zh_CN.qm</file> <file>hotkey_plugin_zh_TW.qm</file> + <file>hotkey_plugin_pl.qm</file> <file>hotkey_plugin_ru.qm</file> <file>hotkey_plugin_uk_UA.qm</file> </qresource> |
