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 --- .../Input/wavpack/translations/translations.qrc | 1 + .../wavpack/translations/wavpack_plugin_lt.ts | 159 +++++++++++++++++++++ src/plugins/Input/wavpack/wavpack.pro | 3 +- 3 files changed, 162 insertions(+), 1 deletion(-) create mode 100644 src/plugins/Input/wavpack/translations/wavpack_plugin_lt.ts (limited to 'src/plugins/Input/wavpack') diff --git a/src/plugins/Input/wavpack/translations/translations.qrc b/src/plugins/Input/wavpack/translations/translations.qrc index 812778c7c..5df851673 100644 --- a/src/plugins/Input/wavpack/translations/translations.qrc +++ b/src/plugins/Input/wavpack/translations/translations.qrc @@ -10,5 +10,6 @@ wavpack_plugin_ru.qm wavpack_plugin_uk_UA.qm wavpack_plugin_tr.qm + wavpack_plugin_lt.qm diff --git a/src/plugins/Input/wavpack/translations/wavpack_plugin_lt.ts b/src/plugins/Input/wavpack/translations/wavpack_plugin_lt.ts new file mode 100644 index 000000000..27a621fce --- /dev/null +++ b/src/plugins/Input/wavpack/translations/wavpack_plugin_lt.ts @@ -0,0 +1,159 @@ + + + + DecoderWavPackFactory + + + WavPack Plugin + WavPack įskiepis + + + + WavPack Files + WavPack bylos + + + + About WavPack Audio Plugin + Apie WavPack audio įskiepį + + + + Qmmp WavPack Audio Plugin + Qmmp WavPack audio įskiepis + + + + WavPack library version: + WavPack bibliotekos versija: + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + Sukurta: Ilya Kotov <forkotov02@hotmail.ru> + + + + DetailsDialog + + + Hz + Hz + + + + kbps + kbps + + + + KB + KB + + + + Details + + + + + File path: + Bylos kelias: + + + + WavPack Info + WavPack informacija + + + + Length: + Ilgis: + + + + - + + + + + Sample rate: + Sample rate: + + + + File size: + Bylos dydis: + + + + Channels: + Kanalai: + + + + Bitrate: + Bitrate: + + + + Ratio: + Suspaudimas: + + + + Version: + Versija: + + + + APE Tag + APE Tag + + + + Save + Išsaugoti + + + + Track number: + Takelio numeris: + + + + Year: + Metai: + + + + Genre: + Žanras: + + + + Comment: + Komentaras: + + + + Album: + Albumas: + + + + Artist: + Atlikėjas: + + + + Title: + Pavadinimas: + + + + Close + Užverti + + + diff --git a/src/plugins/Input/wavpack/wavpack.pro b/src/plugins/Input/wavpack/wavpack.pro index 7c9bbe23e..0ca81b005 100644 --- a/src/plugins/Input/wavpack/wavpack.pro +++ b/src/plugins/Input/wavpack/wavpack.pro @@ -31,7 +31,8 @@ TRANSLATIONS = translations/wavpack_plugin_cs.ts \ translations/wavpack_plugin_pl.ts \ translations/wavpack_plugin_uk_UA.ts \ translations/wavpack_plugin_it.ts \ - translations/wavpack_plugin_tr.ts + translations/wavpack_plugin_tr.ts \ + translations/wavpack_plugin_lt.ts RESOURCES = translations/translations.qrc isEmpty (LIB_DIR){ -- cgit v1.2.3-13-gbd6f