diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-05-12 09:57:33 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-05-12 09:57:33 +0000 |
| commit | bc9336d21146ee9ba78ceed3061b1741d74b5e9e (patch) | |
| tree | 45519ea33ae019f0ee2a9707a7e1da9eaad253aa /src/plugins/General/scrobbler | |
| parent | 6d179f72a1dd35c26483a56abd13082b3145d5ce (diff) | |
| download | qmmp-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/scrobbler')
3 files changed, 49 insertions, 1 deletions
diff --git a/src/plugins/General/scrobbler/scrobbler.pro b/src/plugins/General/scrobbler/scrobbler.pro index 75af38213..232d0ae7c 100644 --- a/src/plugins/General/scrobbler/scrobbler.pro +++ b/src/plugins/General/scrobbler/scrobbler.pro @@ -18,7 +18,8 @@ TRANSLATIONS = translations/scrobbler_plugin_cs.ts \ translations/scrobbler_plugin_zh_TW.ts \ translations/scrobbler_plugin_ru.ts \ translations/scrobbler_plugin_pl.ts \ - translations/scrobbler_plugin_uk_UA.ts + translations/scrobbler_plugin_uk_UA.ts \ + translations/scrobbler_plugin_is.ts RESOURCES = translations/translations.qrc unix{ diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_it.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_it.ts new file mode 100644 index 000000000..2e022dd9d --- /dev/null +++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_it.ts @@ -0,0 +1,46 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="it"> +<defaultcodec></defaultcodec> +<context> + <name>ScrobblerFactory</name> + <message> + <location filename="../scrobblerfactory.cpp" line="30"/> + <source>Scrobbler Plugin</source> + <translation>Modulo Scrobbler</translation> + </message> + <message> + <location filename="../scrobblerfactory.cpp" line="50"/> + <source>About Scrobbler Plugin</source> + <translation>Info sul modulo Scrobbler</translation> + </message> + <message> + <location filename="../scrobblerfactory.cpp" line="51"/> + <source>Qmmp AudioScrobbler Plugin</source> + <translation>Modulo AudioScrobbler per Qmmp</translation> + </message> + <message> + <location filename="../scrobblerfactory.cpp" line="52"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation>Autore: 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>Impostazioni del modulo Scrobbler</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="19"/> + <source>User name:</source> + <translation>Utente:</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="29"/> + <source>Password:</source> + <translation>Passowrd:</translation> + </message> +</context> +</TS> diff --git a/src/plugins/General/scrobbler/translations/translations.qrc b/src/plugins/General/scrobbler/translations/translations.qrc index 076048894..08b4d1b85 100644 --- a/src/plugins/General/scrobbler/translations/translations.qrc +++ b/src/plugins/General/scrobbler/translations/translations.qrc @@ -1,6 +1,7 @@ <!DOCTYPE RCC> <RCC version="1.0"> <qresource> + <file>scrobbler_plugin_it.qm</file> <file>scrobbler_plugin_cs.qm</file> <file>scrobbler_plugin_de.qm</file> <file>scrobbler_plugin_zh_CN.qm</file> |
