aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/lyrics/translations
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-04-03 13:52:37 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-04-03 13:52:37 +0000
commit6a0eb9241e82aaee03f1317aaaacfa9b682ac59c (patch)
treef9dfbb0963c3a5a6448a099a2afa7fe285f66a5c /src/plugins/General/lyrics/translations
parent6429b8e08efe1b23e0a766ca15ec4f65424c2ff4 (diff)
downloadqmmp-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/lyrics/translations')
-rw-r--r--src/plugins/General/lyrics/translations/lyrics_plugin_pl.ts109
-rw-r--r--src/plugins/General/lyrics/translations/translations.qrc1
2 files changed, 110 insertions, 0 deletions
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>