aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/mpris
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/mpris
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/mpris')
-rw-r--r--src/plugins/General/mpris/mpris.pro3
-rw-r--r--src/plugins/General/mpris/translations/mpris_plugin_it.ts26
-rw-r--r--src/plugins/General/mpris/translations/translations.qrc1
3 files changed, 29 insertions, 1 deletions
diff --git a/src/plugins/General/mpris/mpris.pro b/src/plugins/General/mpris/mpris.pro
index 61ad84687..17f5d0046 100644
--- a/src/plugins/General/mpris/mpris.pro
+++ b/src/plugins/General/mpris/mpris.pro
@@ -18,7 +18,8 @@ TRANSLATIONS = translations/mpris_plugin_cs.ts \
translations/mpris_plugin_zh_TW.ts \
translations/mpris_plugin_ru.ts \
translations/mpris_plugin_pl.ts \
- translations/mpris_plugin_uk_UA.ts
+ translations/mpris_plugin_uk_UA.ts \
+ translations/mpris_plugin_it.ts
RESOURCES = translations/translations.qrc
isEmpty(LIB_DIR){
diff --git a/src/plugins/General/mpris/translations/mpris_plugin_it.ts b/src/plugins/General/mpris/translations/mpris_plugin_it.ts
new file mode 100644
index 000000000..301b9a16f
--- /dev/null
+++ b/src/plugins/General/mpris/translations/mpris_plugin_it.ts
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS><TS version="1.1" language="de">
+<context>
+ <name>MPRISFactory</name>
+ <message>
+ <location filename="../mprisfactory.cpp" line="29"/>
+ <source>MPRIS Plugin</source>
+ <translation>Modulo MPRIS</translation>
+ </message>
+ <message>
+ <location filename="../mprisfactory.cpp" line="49"/>
+ <source>About MPRIS Plugin</source>
+ <translation>Info sul modulo MPRIS</translation>
+ </message>
+ <message>
+ <location filename="../mprisfactory.cpp" line="51"/>
+ <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="../mprisfactory.cpp" line="50"/>
+ <source>Qmmp MPRIS Plugin</source>
+ <translation>Modulo MPRIS per Qmmp</translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/General/mpris/translations/translations.qrc b/src/plugins/General/mpris/translations/translations.qrc
index 44234e1f4..ebb509200 100644
--- a/src/plugins/General/mpris/translations/translations.qrc
+++ b/src/plugins/General/mpris/translations/translations.qrc
@@ -1,6 +1,7 @@
<!DOCTYPE RCC>
<RCC version="1.0">
<qresource>
+ <file>mpris_plugin_it.qm</file>
<file>mpris_plugin_cs.qm</file>
<file>mpris_plugin_de.qm</file>
<file>mpris_plugin_zh_CN.qm</file>