diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-07-27 07:29:06 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-07-27 07:29:06 +0000 |
| commit | 77621d87cddda5def4646bcbbb3ecabfd1342c91 (patch) | |
| tree | 976ecd188f65de2608dd1358408af02089efe1c2 /src/plugins/General/mpris | |
| parent | 02b659277328364d740407dd840523dad0662c9f (diff) | |
| download | qmmp-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.pro | 3 | ||||
| -rw-r--r-- | src/plugins/General/mpris/translations/mpris_plugin_lt.ts | 27 | ||||
| -rw-r--r-- | src/plugins/General/mpris/translations/translations.qrc | 1 |
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 <forkotov02@hotmail.ru></source> + <translation>Sukūrė: Ilya Kotov <forkotov02@hotmail.ru></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> |
