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/Input/flac/flac.pro | 3 +- .../Input/flac/translations/flac_plugin_lt.ts | 160 +++++++++++++++++++++ .../Input/flac/translations/translations.qrc | 1 + 3 files changed, 163 insertions(+), 1 deletion(-) create mode 100644 src/plugins/Input/flac/translations/flac_plugin_lt.ts (limited to 'src/plugins/Input/flac') diff --git a/src/plugins/Input/flac/flac.pro b/src/plugins/Input/flac/flac.pro index 66245d4a5..15bd4b537 100644 --- a/src/plugins/Input/flac/flac.pro +++ b/src/plugins/Input/flac/flac.pro @@ -30,7 +30,8 @@ TRANSLATIONS = translations/flac_plugin_ru.ts \ translations/flac_plugin_pl.ts \ translations/flac_plugin_de.ts \ translations/flac_plugin_it.ts \ - translations/flac_plugin_tr.ts + translations/flac_plugin_tr.ts \ + translations/flac_plugin_lt.ts RESOURCES = translations/translations.qrc isEmpty(LIB_DIR){ diff --git a/src/plugins/Input/flac/translations/flac_plugin_lt.ts b/src/plugins/Input/flac/translations/flac_plugin_lt.ts new file mode 100644 index 000000000..e965026a7 --- /dev/null +++ b/src/plugins/Input/flac/translations/flac_plugin_lt.ts @@ -0,0 +1,160 @@ + + + + + DecoderFLACFactory + + + FLAC Plugin + FLAC įskiepis + + + + FLAC Files + FLAC bylos + + + + About FLAC Audio Plugin + Apie FLAC audio įskiepį + + + + Qmmp FLAC Audio Plugin + Qmmp FLAC audio įskiepis + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + Sukūrė: Ilya Kotov <forkotov02@hotmail.ru> + + + + DetailsDialog + + + Hz + Hz + + + + bits + bitai + + + + FLAC Info + FLAC informacija + + + + + + + + + - + + + + + Length: + Ilgis: + + + + Sample rate: + Sample rate: + + + + Channels: + Kanalai: + + + + File size: + Bylos dydis: + + + + Bitrate: + Bitrate: + + + + Sample width: + Sample width: + + + + File path: + Bylos kelias: + + + + Close + Užverti + + + + FLAC Tag + FLAC Tag + + + + Save + Išsaugoti + + + + Track number: + Takelio numeris: + + + + Year: + Metai: + + + + Genre: + Žanras: + + + + Comment: + Komentaras: + + + + Album: + Albumas: + + + + Artist: + Atlikėjas: + + + + Title: + Pavadinimas: + + + + kbps + kbps + + + + KB + KB + + + + Details + Informacija + + + diff --git a/src/plugins/Input/flac/translations/translations.qrc b/src/plugins/Input/flac/translations/translations.qrc index 0f27c0309..cedb9293a 100644 --- a/src/plugins/Input/flac/translations/translations.qrc +++ b/src/plugins/Input/flac/translations/translations.qrc @@ -10,5 +10,6 @@ flac_plugin_pl.qm flac_plugin_de.qm flac_plugin_tr.qm + flac_plugin_lt.qm -- cgit v1.2.3-13-gbd6f