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/fileops/fileops.pro | 3 +- .../fileops/translations/fileops_plugin_lt.ts | 212 +++++++++++++++++++++ .../General/fileops/translations/translations.qrc | 1 + 3 files changed, 215 insertions(+), 1 deletion(-) create mode 100644 src/plugins/General/fileops/translations/fileops_plugin_lt.ts (limited to 'src/plugins/General/fileops') diff --git a/src/plugins/General/fileops/fileops.pro b/src/plugins/General/fileops/fileops.pro index 96f0777c6..c3ade3792 100644 --- a/src/plugins/General/fileops/fileops.pro +++ b/src/plugins/General/fileops/fileops.pro @@ -24,7 +24,8 @@ TRANSLATIONS = translations/fileops_plugin_cs.ts \ translations/fileops_plugin_pl.ts \ translations/fileops_plugin_uk_UA.ts \ translations/fileops_plugin_it.ts \ - translations/fileops_plugin_tr.ts + translations/fileops_plugin_tr.ts \ + translations/fileops_plugin_lt.ts RESOURCES = translations/translations.qrc wnix { isEmpty(LIB_DIR){ diff --git a/src/plugins/General/fileops/translations/fileops_plugin_lt.ts b/src/plugins/General/fileops/translations/fileops_plugin_lt.ts new file mode 100644 index 000000000..57fce0f3b --- /dev/null +++ b/src/plugins/General/fileops/translations/fileops_plugin_lt.ts @@ -0,0 +1,212 @@ + + + + + FileOps + + + Error + Klaida + + + + Destination directory doesn't exist + Aplankas neegzistuoja + + + + Copying + Kopijuoju + + + + Stop + Stop + + + + Copying file %1/%2 + Kopijuoju bylą %1/%2 + + + + Remove files + Ištrinti bylas + + + + Are you sure you want to remove %1 file(s) from disk + Ar tikrai nori ištrinti šias %1 bylas iš disko + + + + FileOpsFactory + + + File Operations Plugin + Bylų įskiepis + + + + About File Operations Plugin + Apie bylų įskiepį + + + + Qmmp File Operations Plugin + Qmmp bylų įskiepis + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + Sukūrė: Ilya Kotov <forkotov02@hotmail.ru> + + + + HotkeyDialog + + + Modify Shortcut + Pakeisti klavišo funkciją + + + + Press the key combination you want to assign + Paspauskiteklavišų kombinaciją, į kurią norite pakeisti + + + + Clear + Išvalyti + + + + SettingsDialog + + + + Copy + Kopijuoti + + + + + Rename + Pervadinti + + + + + Remove + Ištrinti + + + + New action + Naujas veiksmas + + + + Artist + Atlikėjas + + + + Album + Albumas + + + + Title + Pavadinimas + + + + Tracknumber + Takelio numeris + + + + Genre + Žanras + + + + Filename + Bylos pavadinimas + + + + Date + Data + + + + Year + Metai + + + + Comment + Komentaras + + + + Choose a directory + Pasirinkite aplanką + + + + File Operations Settings + Bylų operacijų nustatymai + + + + Enabled + Įjungta + + + + Operation + Operacija + + + + Menu text + Meniu tekstas + + + + Shortcut + Mygtuko nuoroda + + + + + + + + + + - + + + + + + + + ... + + + + + Destination: + Paskirtis: + + + + File name pattern: + Bylos plėtinys: + + + diff --git a/src/plugins/General/fileops/translations/translations.qrc b/src/plugins/General/fileops/translations/translations.qrc index 3c225ac13..9adeba788 100644 --- a/src/plugins/General/fileops/translations/translations.qrc +++ b/src/plugins/General/fileops/translations/translations.qrc @@ -10,5 +10,6 @@ fileops_plugin_de.qm fileops_plugin_pl.qm fileops_plugin_tr.qm + fileops_plugin_lt.qm -- cgit v1.2.3-13-gbd6f