aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/mpris
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-07-27 07:29:06 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-07-27 07:29:06 +0000
commit77621d87cddda5def4646bcbbb3ecabfd1342c91 (patch)
tree976ecd188f65de2608dd1358408af02089efe1c2 /src/plugins/General/mpris
parent02b659277328364d740407dd840523dad0662c9f (diff)
downloadqmmp-77621d87cddda5def4646bcbbb3ecabfd1342c91.tar.gz
qmmp-77621d87cddda5def4646bcbbb3ecabfd1342c91.tar.bz2
qmmp-77621d87cddda5def4646bcbbb3ecabfd1342c91.zip
added Lithuanian translation (author: Algirdas Butkus)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1076 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_lt.ts27
-rw-r--r--src/plugins/General/mpris/translations/translations.qrc1
3 files changed, 30 insertions, 1 deletions
diff --git a/src/plugins/General/mpris/mpris.pro b/src/plugins/General/mpris/mpris.pro
index d0277485d..1c963b95e 100644
--- a/src/plugins/General/mpris/mpris.pro
+++ b/src/plugins/General/mpris/mpris.pro
@@ -20,7 +20,8 @@ TRANSLATIONS = translations/mpris_plugin_cs.ts \
translations/mpris_plugin_pl.ts \
translations/mpris_plugin_uk_UA.ts \
translations/mpris_plugin_it.ts \
- translations/mpris_plugin_tr.ts
+ translations/mpris_plugin_tr.ts \
+ translations/mpris_plugin_lt.ts
RESOURCES = translations/translations.qrc
isEmpty(LIB_DIR){
diff --git a/src/plugins/General/mpris/translations/mpris_plugin_lt.ts b/src/plugins/General/mpris/translations/mpris_plugin_lt.ts
new file mode 100644
index 000000000..29d31efbe
--- /dev/null
+++ b/src/plugins/General/mpris/translations/mpris_plugin_lt.ts
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="ru">
+<context>
+ <name>MPRISFactory</name>
+ <message>
+ <location filename="../mprisfactory.cpp" line="29"/>
+ <source>MPRIS Plugin</source>
+ <translation>MPRIS įskiepis</translation>
+ </message>
+ <message>
+ <location filename="../mprisfactory.cpp" line="49"/>
+ <source>About MPRIS Plugin</source>
+ <translation>Apie MPRIS įskiepį</translation>
+ </message>
+ <message>
+ <location filename="../mprisfactory.cpp" line="51"/>
+ <source>Writen by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
+ <translation>Sukūrė: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ </message>
+ <message>
+ <location filename="../mprisfactory.cpp" line="50"/>
+ <source>Qmmp MPRIS Plugin</source>
+ <translation>Qmmp MPRIS įskiepis</translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/General/mpris/translations/translations.qrc b/src/plugins/General/mpris/translations/translations.qrc
index 9f65dd5a3..a60ddeeb6 100644
--- a/src/plugins/General/mpris/translations/translations.qrc
+++ b/src/plugins/General/mpris/translations/translations.qrc
@@ -10,5 +10,6 @@
<file>mpris_plugin_ru.qm</file>
<file>mpris_plugin_uk_UA.qm</file>
<file>mpris_plugin_tr.qm</file>
+ <file>mpris_plugin_lt.qm</file>
</qresource>
</RCC>