aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General')
-rw-r--r--src/plugins/General/hal/hal.pro1
-rw-r--r--src/plugins/General/hal/translations/hal_plugin_pl.ts88
-rw-r--r--src/plugins/General/hal/translations/translations.qrc1
-rw-r--r--src/plugins/General/hotkey/hotkey.pro1
-rw-r--r--src/plugins/General/hotkey/translations/hotkey_plugin_pl.ts108
-rw-r--r--src/plugins/General/hotkey/translations/translations.qrc1
-rw-r--r--src/plugins/General/lyrics/lyrics.pro1
-rw-r--r--src/plugins/General/lyrics/translations/lyrics_plugin_pl.ts109
-rw-r--r--src/plugins/General/lyrics/translations/translations.qrc1
-rw-r--r--src/plugins/General/mpris/mpris.pro1
-rw-r--r--src/plugins/General/mpris/translations/mpris_plugin_pl.ts27
-rw-r--r--src/plugins/General/mpris/translations/translations.qrc1
-rw-r--r--src/plugins/General/notifier/notifier.pro1
-rw-r--r--src/plugins/General/notifier/translations/notifier_plugin_pl.ts88
-rw-r--r--src/plugins/General/notifier/translations/translations.qrc1
-rw-r--r--src/plugins/General/scrobbler/scrobbler.pro1
-rw-r--r--src/plugins/General/scrobbler/translations/scrobbler_plugin_pl.ts45
-rw-r--r--src/plugins/General/scrobbler/translations/translations.qrc1
-rw-r--r--src/plugins/General/statusicon/statusicon.pro1
-rw-r--r--src/plugins/General/statusicon/translations/statusicon_plugin_pl.ts88
-rw-r--r--src/plugins/General/statusicon/translations/translations.qrc1
21 files changed, 567 insertions, 0 deletions
diff --git a/src/plugins/General/hal/hal.pro b/src/plugins/General/hal/hal.pro
index b23431893..a87611718 100644
--- a/src/plugins/General/hal/hal.pro
+++ b/src/plugins/General/hal/hal.pro
@@ -17,6 +17,7 @@ TRANSLATIONS = translations/hal_plugin_cs.ts \
translations/hal_plugin_zh_CN.ts \
translations/hal_plugin_zh_TW.ts \
translations/hal_plugin_ru.ts \
+ translations/hal_plugin_pl.ts \
translations/hal_plugin_uk_UA.ts
RESOURCES = translations/translations.qrc
diff --git a/src/plugins/General/hal/translations/hal_plugin_pl.ts b/src/plugins/General/hal/translations/hal_plugin_pl.ts
new file mode 100644
index 000000000..99d449bd6
--- /dev/null
+++ b/src/plugins/General/hal/translations/hal_plugin_pl.ts
@@ -0,0 +1,88 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="pl">
+<context>
+ <name>HalFactory</name>
+ <message>
+ <location filename="../halfactory.cpp" line="30"/>
+ <source>HAL Plugin</source>
+ <translation>Wtyczka HAL</translation>
+ </message>
+ <message>
+ <location filename="../halfactory.cpp" line="50"/>
+ <source>About HAL Plugin</source>
+ <translation>O wtyczce HAL</translation>
+ </message>
+ <message>
+ <location filename="../halfactory.cpp" line="51"/>
+ <source>Qmmp HAL Plugin</source>
+ <translation>Wtyczka HAL dla Qmmp</translation>
+ </message>
+ <message>
+ <location filename="../halfactory.cpp" line="52"/>
+ <source>This plugin provides removable devices detection using HAL</source>
+ <translation>Ta wtyczka umożliwia detekcję urządzeń przenośnych dzięki HAL</translation>
+ </message>
+ <message>
+ <location filename="../halfactory.cpp" line="53"/>
+ <source>Writen by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
+ <translation>Autor: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ </message>
+ <message>
+ <location filename="../halfactory.cpp" line="54"/>
+ <source>Based on Solid (KDE hardware library)</source>
+ <translation>Oparte na Solid (biblioteka urządzeń dla KDE)</translation>
+ </message>
+</context>
+<context>
+ <name>HalPlugin</name>
+ <message>
+ <location filename="../halplugin.cpp" line="160"/>
+ <source>Add CD &quot;%1&quot;</source>
+ <translation>Dodaj CD &quot;%1&quot;</translation>
+ </message>
+ <message>
+ <location filename="../halplugin.cpp" line="166"/>
+ <source>Add Volume &quot;%1&quot;</source>
+ <translation>Dodaj urządzenie &quot;%1&quot;</translation>
+ </message>
+</context>
+<context>
+ <name>SettingsDialog</name>
+ <message>
+ <location filename="../settingsdialog.ui" line="13"/>
+ <source>HAL Plugin Settings</source>
+ <translation>Ustawienia wtyczki HAL</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="28"/>
+ <source>CD Audio Detection</source>
+ <translation>Detekcja płyt CD Audio</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="37"/>
+ <source>Add tracks to playlist automatically</source>
+ <translation>Automatycznie dodaj utwory do listy</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="44"/>
+ <source>Remove tracks from playlist automatically</source>
+ <translation>Automatycznie usuń utwory z listy</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="54"/>
+ <source>Removable Device Detection</source>
+ <translation>Detekcja urządzeń przenośnych</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="63"/>
+ <source>Add files to playlist automatically</source>
+ <translation>Automatycznie dodaj pliki do listy</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="70"/>
+ <source>Remove files from playlist automatically</source>
+ <translation>Automatycznie usuń pliki z listy</translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/General/hal/translations/translations.qrc b/src/plugins/General/hal/translations/translations.qrc
index 1c584d684..39c4698ab 100644
--- a/src/plugins/General/hal/translations/translations.qrc
+++ b/src/plugins/General/hal/translations/translations.qrc
@@ -7,5 +7,6 @@
<file>hal_plugin_zh_TW.qm</file>
<file>hal_plugin_cs.qm</file>
<file>hal_plugin_de.qm</file>
+ <file>hal_plugin_pl.qm</file>
</qresource>
</RCC>
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 &lt;forkotov02@hotmail.ru&gt;</source>
+ <translation>Autor: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</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>
diff --git a/src/plugins/General/lyrics/lyrics.pro b/src/plugins/General/lyrics/lyrics.pro
index cb5ab5f8a..8f4985481 100644
--- a/src/plugins/General/lyrics/lyrics.pro
+++ b/src/plugins/General/lyrics/lyrics.pro
@@ -18,6 +18,7 @@ TRANSLATIONS = translations/lyrics_plugin_cs.ts \
translations/lyrics_plugin_zh_CN.ts \
translations/lyrics_plugin_zh_TW.ts \
translations/lyrics_plugin_ru.ts \
+ translations/lyrics_plugin_pl.ts \
translations/lyrics_plugin_uk_UA.ts
RESOURCES = translations/translations.qrc
diff --git a/src/plugins/General/lyrics/translations/lyrics_plugin_pl.ts b/src/plugins/General/lyrics/translations/lyrics_plugin_pl.ts
new file mode 100644
index 000000000..d8e6f7c1b
--- /dev/null
+++ b/src/plugins/General/lyrics/translations/lyrics_plugin_pl.ts
@@ -0,0 +1,109 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="pl">
+<context>
+ <name>Lyrics</name>
+ <message>
+ <location filename="../lyrics.cpp" line="35"/>
+ <source>View Lyrics</source>
+ <translation>Pokaż tekst piosenki</translation>
+ </message>
+</context>
+<context>
+ <name>LyricsFactory</name>
+ <message>
+ <location filename="../lyricsfactory.cpp" line="29"/>
+ <source>Lyrics Plugin</source>
+ <translation>Wtyczka tekstów piosenek</translation>
+ </message>
+ <message>
+ <location filename="../lyricsfactory.cpp" line="50"/>
+ <source>About Lyrics Plugin</source>
+ <translation>O wtyczce Teksty piosenek</translation>
+ </message>
+ <message>
+ <location filename="../lyricsfactory.cpp" line="51"/>
+ <source>Qmmp Lyrics Plugin</source>
+ <translation>Wtyczka Teksty Piosenek dla Qmmp</translation>
+ </message>
+ <message>
+ <location filename="../lyricsfactory.cpp" line="52"/>
+ <source>This plugin retrieves lyrics from LyricWiki.org</source>
+ <translation>Ta wtyczka ściąga teksty piosenek z LyricWiki.org</translation>
+ </message>
+ <message>
+ <location filename="../lyricsfactory.cpp" line="53"/>
+ <source>Writen by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
+ <translation>Autor: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ </message>
+</context>
+<context>
+ <name>LyricsWindow</name>
+ <message>
+ <location filename="../lyricswindow.cpp" line="66"/>
+ <location filename="../lyricswindow.ui" line="67"/>
+ <source>No connection</source>
+ <translation>Brak połączenia</translation>
+ </message>
+ <message>
+ <location filename="../lyricswindow.cpp" line="69"/>
+ <source>Looking up host...</source>
+ <translation>Szukanie hosta...</translation>
+ </message>
+ <message>
+ <location filename="../lyricswindow.cpp" line="72"/>
+ <source>Connecting...</source>
+ <translation>Łączenie...</translation>
+ </message>
+ <message>
+ <location filename="../lyricswindow.cpp" line="75"/>
+ <source>Sending request...</source>
+ <translation>Wysyłanie żądania...</translation>
+ </message>
+ <message>
+ <location filename="../lyricswindow.cpp" line="78"/>
+ <source>Receiving</source>
+ <translation>Odbieranie</translation>
+ </message>
+ <message>
+ <location filename="../lyricswindow.cpp" line="81"/>
+ <source>Connected</source>
+ <translation>Połączony</translation>
+ </message>
+ <message>
+ <location filename="../lyricswindow.cpp" line="84"/>
+ <source>Closing connection...</source>
+ <translation>Zamykanie połączenia...</translation>
+ </message>
+ <message>
+ <location filename="../lyricswindow.cpp" line="90"/>
+ <source>Lyrics: %1 - %2</source>
+ <translation>Teksty: %1 - %2</translation>
+ </message>
+ <message>
+ <location filename="../lyricswindow.ui" line="14"/>
+ <source>Lyrics Plugin</source>
+ <translation>Wtyczka wyszukiwania tekstów piosenek</translation>
+ </message>
+ <message>
+ <location filename="../lyricswindow.ui" line="31"/>
+ <source>Artist:</source>
+ <translation>Artysta:</translation>
+ </message>
+ <message>
+ <location filename="../lyricswindow.ui" line="41"/>
+ <source>Title:</source>
+ <translation>Tytuł:</translation>
+ </message>
+ <message>
+ <location filename="../lyricswindow.ui" line="51"/>
+ <source>Search</source>
+ <translation>Szukaj</translation>
+ </message>
+ <message>
+ <location filename="../lyricswindow.ui" line="87"/>
+ <source>Close</source>
+ <translation>Zamknij</translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/General/lyrics/translations/translations.qrc b/src/plugins/General/lyrics/translations/translations.qrc
index b84a22b7a..434dbc6ea 100644
--- a/src/plugins/General/lyrics/translations/translations.qrc
+++ b/src/plugins/General/lyrics/translations/translations.qrc
@@ -6,6 +6,7 @@
<file>lyrics_plugin_zh_CN.qm</file>
<file>lyrics_plugin_zh_TW.qm</file>
<file>lyrics_plugin_cs.qm</file>
+ <file>lyrics_plugin_pl.qm</file>
<file>lyrics_plugin_de.qm</file>
</qresource>
</RCC>
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 &lt;forkotov02@hotmail.ru&gt;</source>
+ <translation>Autor: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</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>
diff --git a/src/plugins/General/notifier/notifier.pro b/src/plugins/General/notifier/notifier.pro
index 825dc536a..9c80b2215 100644
--- a/src/plugins/General/notifier/notifier.pro
+++ b/src/plugins/General/notifier/notifier.pro
@@ -18,6 +18,7 @@ TRANSLATIONS = translations/notifier_plugin_cs.ts \
translations/notifier_plugin_zh_CN.ts \
translations/notifier_plugin_zh_TW.ts \
translations/notifier_plugin_ru.ts \
+ translations/notifier_plugin_pl.ts \
translations/notifier_plugin_uk_UA.ts
RESOURCES = notifier_images.qrc \
translations/translations.qrc
diff --git a/src/plugins/General/notifier/translations/notifier_plugin_pl.ts b/src/plugins/General/notifier/translations/notifier_plugin_pl.ts
new file mode 100644
index 000000000..5a6558ed2
--- /dev/null
+++ b/src/plugins/General/notifier/translations/notifier_plugin_pl.ts
@@ -0,0 +1,88 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="pl">
+<context>
+ <name>NotifierFactory</name>
+ <message>
+ <location filename="../notifierfactory.cpp" line="30"/>
+ <source>Notifier Plugin</source>
+ <translation>Wtyczka Notifier</translation>
+ </message>
+ <message>
+ <location filename="../notifierfactory.cpp" line="50"/>
+ <source>About Notifier Plugin</source>
+ <translation>O wtyczce Notifier</translation>
+ </message>
+ <message>
+ <location filename="../notifierfactory.cpp" line="51"/>
+ <source>Qmmp Notifier Plugin</source>
+ <translation>Wtyczka Notifier dla Qmmp</translation>
+ </message>
+ <message>
+ <location filename="../notifierfactory.cpp" line="52"/>
+ <source>Writen by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
+ <translation>Autor: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ </message>
+</context>
+<context>
+ <name>PopupWidget</name>
+ <message>
+ <location filename="../popupwidget.cpp" line="115"/>
+ <source>Volume:</source>
+ <translation>Głośność:</translation>
+ </message>
+</context>
+<context>
+ <name>SettingsDialog</name>
+ <message>
+ <location filename="../settingsdialog.ui" line="13"/>
+ <source>Notifier Plugin Settings</source>
+ <translation>Ustawienia wtyczki Notifier</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="19"/>
+ <source>Psi Notification</source>
+ <translation>Powiadomienia Psi</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="25"/>
+ <source>Enable Psi notification</source>
+ <translation>Włącz powiadomienia Psi</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="35"/>
+ <source>Desktop Notification</source>
+ <translation>Powiadomienie na pulpicie</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="41"/>
+ <source>Song change notification</source>
+ <translation>Pozycja</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="48"/>
+ <source>Volume change notification</source>
+ <translation>Powiadamianie o zmianie głośności</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="55"/>
+ <source>Delay, ms:</source>
+ <translation>Opóźnienie, ms:</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="81"/>
+ <source>Transparency</source>
+ <translation>Przezroczystość</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="104"/>
+ <source>0</source>
+ <translation>0</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="248"/>
+ <source>Position</source>
+ <translation>Pozycja</translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/General/notifier/translations/translations.qrc b/src/plugins/General/notifier/translations/translations.qrc
index b07dab608..70e3acc5f 100644
--- a/src/plugins/General/notifier/translations/translations.qrc
+++ b/src/plugins/General/notifier/translations/translations.qrc
@@ -5,6 +5,7 @@
<file>notifier_plugin_de.qm</file>
<file>notifier_plugin_zh_CN.qm</file>
<file>notifier_plugin_zh_TW.qm</file>
+ <file>notifier_plugin_pl.qm</file>
<file>notifier_plugin_ru.qm</file>
<file>notifier_plugin_uk_UA.qm</file>
</qresource>
diff --git a/src/plugins/General/scrobbler/scrobbler.pro b/src/plugins/General/scrobbler/scrobbler.pro
index 118b03c84..98f55d53e 100644
--- a/src/plugins/General/scrobbler/scrobbler.pro
+++ b/src/plugins/General/scrobbler/scrobbler.pro
@@ -16,6 +16,7 @@ TRANSLATIONS = translations/scrobbler_plugin_cs.ts \
translations/scrobbler_plugin_zh_CN.ts \
translations/scrobbler_plugin_zh_TW.ts \
translations/scrobbler_plugin_ru.ts \
+ translations/scrobbler_plugin_pl.ts \
translations/scrobbler_plugin_uk_UA.ts
RESOURCES = translations/translations.qrc
diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_pl.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_pl.ts
new file mode 100644
index 000000000..5bab430c4
--- /dev/null
+++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_pl.ts
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="pl">
+<context>
+ <name>ScrobblerFactory</name>
+ <message>
+ <location filename="../scrobblerfactory.cpp" line="30"/>
+ <source>Scrobbler Plugin</source>
+ <translation>Wtyczka Scrobbler</translation>
+ </message>
+ <message>
+ <location filename="../scrobblerfactory.cpp" line="50"/>
+ <source>About Scrobbler Plugin</source>
+ <translation>O wtyczce Scrobbler</translation>
+ </message>
+ <message>
+ <location filename="../scrobblerfactory.cpp" line="51"/>
+ <source>Qmmp AudioScrobbler Plugin</source>
+ <translation>Wtyczka AudioScrobbler dla Qmmp</translation>
+ </message>
+ <message>
+ <location filename="../scrobblerfactory.cpp" line="52"/>
+ <source>Writen by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
+ <translation>Autor: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ </message>
+</context>
+<context>
+ <name>SettingsDialog</name>
+ <message>
+ <location filename="../settingsdialog.ui" line="13"/>
+ <source>Scrobbler Plugin Settings</source>
+ <translation>Ustawienia wtyczki Scrobbler</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="19"/>
+ <source>User name:</source>
+ <translation>Nazwa użytkownika:</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="29"/>
+ <source>Password:</source>
+ <translation>Hasło:</translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/General/scrobbler/translations/translations.qrc b/src/plugins/General/scrobbler/translations/translations.qrc
index ed7645d52..076048894 100644
--- a/src/plugins/General/scrobbler/translations/translations.qrc
+++ b/src/plugins/General/scrobbler/translations/translations.qrc
@@ -5,6 +5,7 @@
<file>scrobbler_plugin_de.qm</file>
<file>scrobbler_plugin_zh_CN.qm</file>
<file>scrobbler_plugin_zh_TW.qm</file>
+ <file>scrobbler_plugin_pl.qm</file>
<file>scrobbler_plugin_ru.qm</file>
<file>scrobbler_plugin_uk_UA.qm</file>
</qresource>
diff --git a/src/plugins/General/statusicon/statusicon.pro b/src/plugins/General/statusicon/statusicon.pro
index a9c46d832..b9bd03e21 100644
--- a/src/plugins/General/statusicon/statusicon.pro
+++ b/src/plugins/General/statusicon/statusicon.pro
@@ -18,6 +18,7 @@ TRANSLATIONS = translations/statusicon_plugin_cs.ts \
translations/statusicon_plugin_zh_CN.ts \
translations/statusicon_plugin_zh_TW.ts \
translations/statusicon_plugin_ru.ts \
+ translations/statusicon_plugin_pl.ts \
translations/statusicon_plugin_uk_UA.ts
RESOURCES = translations/translations.qrc
diff --git a/src/plugins/General/statusicon/translations/statusicon_plugin_pl.ts b/src/plugins/General/statusicon/translations/statusicon_plugin_pl.ts
new file mode 100644
index 000000000..fd8b59208
--- /dev/null
+++ b/src/plugins/General/statusicon/translations/statusicon_plugin_pl.ts
@@ -0,0 +1,88 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="pl">
+<context>
+ <name>SettingsDialog</name>
+ <message>
+ <location filename="../settingsdialog.ui" line="13"/>
+ <source>Status Icon Plugin Settings</source>
+ <translation>Ustawienia wtyczki Ikona Statusu</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="19"/>
+ <source>Show message</source>
+ <translation>Pokaż wiadomość</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="26"/>
+ <source>Show tooltip</source>
+ <translation>Pokaż chmurki</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="33"/>
+ <source>Message delay, ms:</source>
+ <translation>Długość wyświetlania, ms:</translation>
+ </message>
+</context>
+<context>
+ <name>StatusIcon</name>
+ <message>
+ <location filename="../statusicon.cpp" line="45"/>
+ <source>Play</source>
+ <translation>Odtwarzaj</translation>
+ </message>
+ <message>
+ <location filename="../statusicon.cpp" line="46"/>
+ <source>Pause</source>
+ <translation>Pauza</translation>
+ </message>
+ <message>
+ <location filename="../statusicon.cpp" line="47"/>
+ <source>Stop</source>
+ <translation>Zatrzymaj</translation>
+ </message>
+ <message>
+ <location filename="../statusicon.cpp" line="48"/>
+ <source>Next</source>
+ <translation>Następny</translation>
+ </message>
+ <message>
+ <location filename="../statusicon.cpp" line="49"/>
+ <source>Previous</source>
+ <translation>Poprzedni</translation>
+ </message>
+ <message>
+ <location filename="../statusicon.cpp" line="51"/>
+ <source>Exit</source>
+ <translation>Wyjdź</translation>
+ </message>
+ <message>
+ <location filename="../statusicon.cpp" line="103"/>
+ <source>Now Playing</source>
+ <translation>Teraz odtwarza</translation>
+ </message>
+</context>
+<context>
+ <name>StatusIconFactory</name>
+ <message>
+ <location filename="../statusiconfactory.cpp" line="30"/>
+ <source>Status Icon Plugin</source>
+ <translation>Wtyczka Ikona Statusu</translation>
+ </message>
+ <message>
+ <location filename="../statusiconfactory.cpp" line="50"/>
+ <source>About Status Icon Plugin</source>
+ <translation>O Wtyczce Ikona Statusu</translation>
+ </message>
+ <message>
+ <location filename="../statusiconfactory.cpp" line="51"/>
+ <source>Qmmp Status Icon Plugin</source>
+ <translation>Wtyczka Ikona Statusu dla Qmmp</translation>
+ </message>
+ <message>
+ <location filename="../statusiconfactory.cpp" line="52"/>
+ <source>Writen by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
+ <translation>Autor: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/General/statusicon/translations/translations.qrc b/src/plugins/General/statusicon/translations/translations.qrc
index ebf06d82b..d2c8d3e0d 100644
--- a/src/plugins/General/statusicon/translations/translations.qrc
+++ b/src/plugins/General/statusicon/translations/translations.qrc
@@ -5,6 +5,7 @@
<file>statusicon_plugin_de.qm</file>
<file>statusicon_plugin_zh_CN.qm</file>
<file>statusicon_plugin_zh_TW.qm</file>
+ <file>statusicon_plugin_pl.qm</file>
<file>statusicon_plugin_ru.qm</file>
<file>statusicon_plugin_uk_UA.qm</file>
</qresource>