From 77621d87cddda5def4646bcbbb3ecabfd1342c91 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 27 Jul 2009 07:29:06 +0000 Subject: 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 --- src/plugins/General/hotkey/hotkey.pro | 3 +- .../hotkey/translations/hotkey_plugin_lt.ts | 108 +++++++++++++++++++++ .../General/hotkey/translations/translations.qrc | 1 + 3 files changed, 111 insertions(+), 1 deletion(-) create mode 100644 src/plugins/General/hotkey/translations/hotkey_plugin_lt.ts (limited to 'src/plugins/General/hotkey') 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 @@ + + + + + HotkeyDialog + + + Modify Shortcut + Keisti nuorodą + + + + Press the key combination you want to assign + Paspauskite klavišų kombinaciją, kurią norite priskirti + + + + Clear + Išvalyti + + + + HotkeyFactory + + + Global Hotkey Plugin + Global Hotkey klavišų įskiepis + + + + About Global Hotkey Plugin + Apie Global Hotkey įskiepį + + + + Qmmp Global Hotkey Plugin + Qmmp Global Hotkey įskiepis + + + + This plugin adds support for multimedia keys or global key combinations + This plugin adds support for multimedia keys or global key combinations + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + Sukūrė: Ilya Kotov <forkotov02@hotmail.ru> + + + + SettingsDialog + + + Play + Groti + + + + Stop + Stabdyti + + + + Pause + Pauzė + + + + Play/Pause + Groti/Pauzė + + + + Next + Sekantis takelis + + + + Previous + Ankstesnis takelis + + + + Show/Hide + Rodyti/Slėpti + + + + Global Hotkey Plugin Settings + Global Hotkey nustatymai + + + + Action + Veiksmas + + + + Shortcut + Nuoroda + + + + Reset + Ištrinti + + + 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 @@ hotkey_plugin_ru.qm hotkey_plugin_uk_UA.qm hotkey_plugin_tr.qm + hotkey_plugin_lt.qm -- cgit v1.2.3-13-gbd6f