aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/hotkey
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/hotkey
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/hotkey')
-rw-r--r--src/plugins/General/hotkey/hotkey.pro3
-rw-r--r--src/plugins/General/hotkey/translations/hotkey_plugin_lt.ts108
-rw-r--r--src/plugins/General/hotkey/translations/translations.qrc1
3 files changed, 111 insertions, 1 deletions
diff --git a/src/plugins/General/hotkey/hotkey.pro b/src/plugins/General/hotkey/hotkey.pro
index cc394ffc4..21ef268f3 100644
--- a/src/plugins/General/hotkey/hotkey.pro
+++ b/src/plugins/General/hotkey/hotkey.pro
@@ -19,7 +19,8 @@ TRANSLATIONS = translations/hotkey_plugin_cs.ts \
translations/hotkey_plugin_pl.ts \
translations/hotkey_plugin_uk_UA.ts \
translations/hotkey_plugin_it.ts \
- translations/hotkey_plugin_tr.ts
+ translations/hotkey_plugin_tr.ts \
+ translations/hotkey_plugin_lt.ts
RESOURCES = translations/translations.qrc
isEmpty(LIB_DIR){
diff --git a/src/plugins/General/hotkey/translations/hotkey_plugin_lt.ts b/src/plugins/General/hotkey/translations/hotkey_plugin_lt.ts
new file mode 100644
index 000000000..b88b871a8
--- /dev/null
+++ b/src/plugins/General/hotkey/translations/hotkey_plugin_lt.ts
@@ -0,0 +1,108 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="lt">
+<context>
+ <name>HotkeyDialog</name>
+ <message>
+ <location filename="../hotkeydialog.ui" line="14"/>
+ <source>Modify Shortcut</source>
+ <translation>Keisti nuorodą</translation>
+ </message>
+ <message>
+ <location filename="../hotkeydialog.ui" line="29"/>
+ <source>Press the key combination you want to assign</source>
+ <translation>Paspauskite klavišų kombinaciją, kurią norite priskirti</translation>
+ </message>
+ <message>
+ <location filename="../hotkeydialog.ui" line="43"/>
+ <source>Clear</source>
+ <translation>Išvalyti</translation>
+ </message>
+</context>
+<context>
+ <name>HotkeyFactory</name>
+ <message>
+ <location filename="../hotkeyfactory.cpp" line="30"/>
+ <source>Global Hotkey Plugin</source>
+ <translation>Global Hotkey klavišų įskiepis</translation>
+ </message>
+ <message>
+ <location filename="../hotkeyfactory.cpp" line="50"/>
+ <source>About Global Hotkey Plugin</source>
+ <translation>Apie Global Hotkey įskiepį</translation>
+ </message>
+ <message>
+ <location filename="../hotkeyfactory.cpp" line="51"/>
+ <source>Qmmp Global Hotkey Plugin</source>
+ <translation>Qmmp Global Hotkey įskiepis</translation>
+ </message>
+ <message>
+ <location filename="../hotkeyfactory.cpp" line="52"/>
+ <source>This plugin adds support for multimedia keys or global key combinations</source>
+ <translation>This plugin adds support for multimedia keys or global key combinations</translation>
+ </message>
+ <message>
+ <location filename="../hotkeyfactory.cpp" line="53"/>
+ <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.cpp" line="42"/>
+ <source>Play</source>
+ <translation>Groti</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.cpp" line="43"/>
+ <source>Stop</source>
+ <translation>Stabdyti</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.cpp" line="44"/>
+ <source>Pause</source>
+ <translation>Pauzė</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.cpp" line="45"/>
+ <source>Play/Pause</source>
+ <translation>Groti/Pauzė</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.cpp" line="46"/>
+ <source>Next</source>
+ <translation>Sekantis takelis</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.cpp" line="47"/>
+ <source>Previous</source>
+ <translation>Ankstesnis takelis</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.cpp" line="48"/>
+ <source>Show/Hide</source>
+ <translation>Rodyti/Slėpti</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="14"/>
+ <source>Global Hotkey Plugin Settings</source>
+ <translation>Global Hotkey nustatymai</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="42"/>
+ <source>Action</source>
+ <translation>Veiksmas</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="47"/>
+ <source>Shortcut</source>
+ <translation>Nuoroda</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="55"/>
+ <source>Reset</source>
+ <translation>Ištrinti</translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/General/hotkey/translations/translations.qrc b/src/plugins/General/hotkey/translations/translations.qrc
index 3aeb304dd..2326eb2c0 100644
--- a/src/plugins/General/hotkey/translations/translations.qrc
+++ b/src/plugins/General/hotkey/translations/translations.qrc
@@ -10,5 +10,6 @@
<file>hotkey_plugin_ru.qm</file>
<file>hotkey_plugin_uk_UA.qm</file>
<file>hotkey_plugin_tr.qm</file>
+ <file>hotkey_plugin_lt.qm</file>
</qresource>
</RCC>