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/hal/hal.pro | 4 +- .../General/hal/translations/hal_plugin_lt.ts | 88 ++++++++++++++++++++++ .../General/hal/translations/translations.qrc | 1 + 3 files changed, 92 insertions(+), 1 deletion(-) create mode 100644 src/plugins/General/hal/translations/hal_plugin_lt.ts (limited to 'src/plugins/General/hal') diff --git a/src/plugins/General/hal/hal.pro b/src/plugins/General/hal/hal.pro index 594dff9e5..2103f3a29 100644 --- a/src/plugins/General/hal/hal.pro +++ b/src/plugins/General/hal/hal.pro @@ -20,7 +20,9 @@ TRANSLATIONS = translations/hal_plugin_cs.ts \ translations/hal_plugin_pl.ts \ translations/hal_plugin_uk_UA.ts \ translations/hal_plugin_it.ts \ - translations/hal_plugin_tr.ts + translations/hal_plugin_tr.ts \ + translations/hal_plugin_lt.ts \ + RESOURCES = translations/translations.qrc isEmpty(LIB_DIR){ diff --git a/src/plugins/General/hal/translations/hal_plugin_lt.ts b/src/plugins/General/hal/translations/hal_plugin_lt.ts new file mode 100644 index 000000000..42de910bd --- /dev/null +++ b/src/plugins/General/hal/translations/hal_plugin_lt.ts @@ -0,0 +1,88 @@ + + + + + HalFactory + + + HAL Plugin + HAL įskiepis + + + + About HAL Plugin + Apie HAL įskiepį + + + + Qmmp HAL Plugin + qmmp HAL įskiepis + + + + This plugin provides removable devices detection using HAL + Šis įskiepis atlieka išorinių prijungiamų įrenginių aptikimą naudojant HAL + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + Sukūrė: Ilya Kotov + + + + Based on Solid (KDE hardware library) + Sukurta Solid pagrindu (KDE biblioteka) + + + + HalPlugin + + + Add CD "%1" + Pridėti CD "%1" + + + + Add Volume "%1" + Pridėti tomą "%1" + + + + SettingsDialog + + + HAL Plugin Settings + HAL įskiepio nustatymai + + + + CD Audio Detection + Audio CD aptikimas + + + + Add tracks to playlist automatically + Įdėti takelius į grojaraštį automatiškai + + + + Remove tracks from playlist automatically + Pašalinti takelius iš grojaraščio automatiškai + + + + Removable Device Detection + Išorinių įrenginių aptikimas + + + + Add files to playlist automatically + Įdėti takelius į grojaratį automatiškai + + + + Remove files from playlist automatically + Pašalinti takelius iš grojaraščio automatiškai + + + diff --git a/src/plugins/General/hal/translations/translations.qrc b/src/plugins/General/hal/translations/translations.qrc index cdca7ccb9..baab4610e 100644 --- a/src/plugins/General/hal/translations/translations.qrc +++ b/src/plugins/General/hal/translations/translations.qrc @@ -10,5 +10,6 @@ hal_plugin_de.qm hal_plugin_pl.qm hal_plugin_tr.qm + hal_plugin_lt.qm -- cgit v1.2.3-13-gbd6f