diff options
Diffstat (limited to 'src/plugins/General/scrobbler')
3 files changed, 47 insertions, 0 deletions
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 <forkotov02@hotmail.ru></source> + <translation>Autor: Ilya Kotov <forkotov02@hotmail.ru></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> |
