aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/scrobbler
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/scrobbler')
-rw-r--r--src/plugins/General/scrobbler/scrobbler.pro4
-rw-r--r--src/plugins/General/scrobbler/translations/scrobbler_plugin_lt.ts57
-rw-r--r--src/plugins/General/scrobbler/translations/translations.qrc1
3 files changed, 61 insertions, 1 deletions
diff --git a/src/plugins/General/scrobbler/scrobbler.pro b/src/plugins/General/scrobbler/scrobbler.pro
index 01cf21be2..1140c9b5b 100644
--- a/src/plugins/General/scrobbler/scrobbler.pro
+++ b/src/plugins/General/scrobbler/scrobbler.pro
@@ -15,7 +15,9 @@ TRANSLATIONS = translations/scrobbler_plugin_cs.ts \
translations/scrobbler_plugin_pl.ts \
translations/scrobbler_plugin_uk_UA.ts \
translations/scrobbler_plugin_it.ts \
- translations/scrobbler_plugin_tr.ts
+ translations/scrobbler_plugin_tr.ts \
+ translations/scrobbler_plugin_lt.ts
+
RESOURCES = translations/translations.qrc
unix {
isEmpty(LIB_DIR):LIB_DIR = /lib
diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_lt.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_lt.ts
new file mode 100644
index 000000000..a7ffba4e4
--- /dev/null
+++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_lt.ts
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="lt">
+<context>
+ <name>ScrobblerFactory</name>
+ <message>
+ <location filename="../scrobblerfactory.cpp" line="30"/>
+ <source>Scrobbler Plugin</source>
+ <translation>Scrobbler įskiepis</translation>
+ </message>
+ <message>
+ <location filename="../scrobblerfactory.cpp" line="50"/>
+ <source>About Scrobbler Plugin</source>
+ <translation>Apie Scrobbler įskiepį</translation>
+ </message>
+ <message>
+ <location filename="../scrobblerfactory.cpp" line="51"/>
+ <source>Qmmp AudioScrobbler Plugin</source>
+ <translation>Qmmp AudioScrobbler įskiepis</translation>
+ </message>
+ <message>
+ <location filename="../scrobblerfactory.cpp" line="52"/>
+ <source>Writen by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
+ <translation>Sukūrė: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ </message>
+</context>
+<context>
+ <name>SettingsDialog</name>
+ <message>
+ <location filename="../settingsdialog.ui" line="14"/>
+ <source>Scrobbler Plugin Settings</source>
+ <translation>Scrobbler įskiepio nustatymai</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="32"/>
+ <source>Last.fm</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="41"/>
+ <location filename="../settingsdialog.ui" line="77"/>
+ <source>User name:</source>
+ <translation>Vartotojo vardas:</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="51"/>
+ <location filename="../settingsdialog.ui" line="87"/>
+ <source>Password:</source>
+ <translation>Slaptažodis:</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="68"/>
+ <source>Libre.fm</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/General/scrobbler/translations/translations.qrc b/src/plugins/General/scrobbler/translations/translations.qrc
index 9b0536c39..60eb8246c 100644
--- a/src/plugins/General/scrobbler/translations/translations.qrc
+++ b/src/plugins/General/scrobbler/translations/translations.qrc
@@ -10,5 +10,6 @@
<file>scrobbler_plugin_ru.qm</file>
<file>scrobbler_plugin_uk_UA.qm</file>
<file>scrobbler_plugin_tr.qm</file>
+ <file>scrobbler_plugin_lt.qm</file>
</qresource>
</RCC>