aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/lyrics/translations
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-05-12 09:57:33 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-05-12 09:57:33 +0000
commitbc9336d21146ee9ba78ceed3061b1741d74b5e9e (patch)
tree45519ea33ae019f0ee2a9707a7e1da9eaad253aa /src/plugins/General/lyrics/translations
parent6d179f72a1dd35c26483a56abd13082b3145d5ce (diff)
downloadqmmp-bc9336d21146ee9ba78ceed3061b1741d74b5e9e.tar.gz
qmmp-bc9336d21146ee9ba78ceed3061b1741d74b5e9e.tar.bz2
qmmp-bc9336d21146ee9ba78ceed3061b1741d74b5e9e.zip
added Italian translation (author: Gian Paolo)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@945 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/lyrics/translations')
-rw-r--r--src/plugins/General/lyrics/translations/lyrics_plugin_it.ts114
-rw-r--r--src/plugins/General/lyrics/translations/translations.qrc1
2 files changed, 115 insertions, 0 deletions
diff --git a/src/plugins/General/lyrics/translations/lyrics_plugin_it.ts b/src/plugins/General/lyrics/translations/lyrics_plugin_it.ts
new file mode 100644
index 000000000..c31b27535
--- /dev/null
+++ b/src/plugins/General/lyrics/translations/lyrics_plugin_it.ts
@@ -0,0 +1,114 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="de">
+<context>
+ <name>Lyrics</name>
+ <message>
+ <location filename="../lyrics.cpp" line="35"/>
+ <source>View Lyrics</source>
+ <translation>Vedi testi lirica</translation>
+ </message>
+ <message>
+ <location filename="../lyrics.cpp" line="36"/>
+ <source>Ctrl+L</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>LyricsFactory</name>
+ <message>
+ <location filename="../lyricsfactory.cpp" line="29"/>
+ <source>Lyrics Plugin</source>
+ <translation>Modulo Lirica</translation>
+ </message>
+ <message>
+ <location filename="../lyricsfactory.cpp" line="50"/>
+ <source>About Lyrics Plugin</source>
+ <translation>Info sul modulo Lirica</translation>
+ </message>
+ <message>
+ <location filename="../lyricsfactory.cpp" line="51"/>
+ <source>Qmmp Lyrics Plugin</source>
+ <translation>Modulo Lirica per Qmmp</translation>
+ </message>
+ <message>
+ <location filename="../lyricsfactory.cpp" line="53"/>
+ <source>Writen by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
+ <translation>Autore: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ </message>
+ <message>
+ <location filename="../lyricsfactory.cpp" line="52"/>
+ <source>This plugin retrieves lyrics from LyricWiki.org</source>
+ <translation>Modulo che permette di trovare testi di canzoni da LyricWiki.org</translation>
+ </message>
+</context>
+<context>
+ <name>LyricsWindow</name>
+ <message>
+ <location filename="../lyricswindow.cpp" line="90"/>
+ <source>Lyrics: %1 - %2</source>
+ <translation>Testo: %1 - %2</translation>
+ </message>
+ <message>
+ <location filename="../lyricswindow.cpp" line="66"/>
+ <location filename="../lyricswindow.ui" line="67"/>
+ <source>No connection</source>
+ <translation>Nessuna connessione</translation>
+ </message>
+ <message>
+ <location filename="../lyricswindow.cpp" line="69"/>
+ <source>Looking up host...</source>
+ <translation>Ricerca host</translation>
+ </message>
+ <message>
+ <location filename="../lyricswindow.cpp" line="72"/>
+ <source>Connecting...</source>
+ <translation>Connessione...</translation>
+ </message>
+ <message>
+ <location filename="../lyricswindow.cpp" line="75"/>
+ <source>Sending request...</source>
+ <translation>Invio richiesta...</translation>
+ </message>
+ <message>
+ <location filename="../lyricswindow.cpp" line="78"/>
+ <source>Receiving</source>
+ <translation>Ricezione</translation>
+ </message>
+ <message>
+ <location filename="../lyricswindow.cpp" line="81"/>
+ <source>Connected</source>
+ <translation>Connesso</translation>
+ </message>
+ <message>
+ <location filename="../lyricswindow.cpp" line="84"/>
+ <source>Closing connection...</source>
+ <translation>Chiusura connessione...</translation>
+ </message>
+ <message>
+ <location filename="../lyricswindow.ui" line="14"/>
+ <source>Lyrics Plugin</source>
+ <translation>Modulo Lirica</translation>
+ </message>
+ <message>
+ <location filename="../lyricswindow.ui" line="31"/>
+ <source>Artist:</source>
+ <translation>Artista:</translation>
+ </message>
+ <message>
+ <location filename="../lyricswindow.ui" line="41"/>
+ <source>Title:</source>
+ <translation>Titolo:</translation>
+ </message>
+ <message>
+ <location filename="../lyricswindow.ui" line="51"/>
+ <source>Search</source>
+ <translation>Cerca</translation>
+ </message>
+ <message>
+ <location filename="../lyricswindow.ui" line="87"/>
+ <source>Close</source>
+ <translation>Chiudi</translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/General/lyrics/translations/translations.qrc b/src/plugins/General/lyrics/translations/translations.qrc
index 434dbc6ea..3dfff2368 100644
--- a/src/plugins/General/lyrics/translations/translations.qrc
+++ b/src/plugins/General/lyrics/translations/translations.qrc
@@ -1,6 +1,7 @@
<!DOCTYPE RCC>
<RCC version="1.0">
<qresource>
+ <file>lyrics_plugin_it.qm</file>
<file>lyrics_plugin_ru.qm</file>
<file>lyrics_plugin_uk_UA.qm</file>
<file>lyrics_plugin_zh_CN.qm</file>