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/ffmpeg/ffmpeg.pro | 3 +- .../Input/ffmpeg/translations/ffmpeg_plugin_lt.ts | 202 +++++++++++++++++++++ .../Input/ffmpeg/translations/translations.qrc | 1 + 3 files changed, 205 insertions(+), 1 deletion(-) create mode 100644 src/plugins/Input/ffmpeg/translations/ffmpeg_plugin_lt.ts (limited to 'src/plugins/Input/ffmpeg') diff --git a/src/plugins/Input/ffmpeg/ffmpeg.pro b/src/plugins/Input/ffmpeg/ffmpeg.pro index 4eae6f419..44a65d423 100644 --- a/src/plugins/Input/ffmpeg/ffmpeg.pro +++ b/src/plugins/Input/ffmpeg/ffmpeg.pro @@ -43,7 +43,8 @@ TRANSLATIONS = translations/ffmpeg_plugin_ru.ts \ translations/ffmpeg_plugin_pl.ts \ translations/ffmpeg_plugin_de.ts \ translations/ffmpeg_plugin_it.ts \ - translations/ffmpeg_plugin_tr.ts + translations/ffmpeg_plugin_tr.ts \ + translations/ffmpeg_plugin_lt.ts RESOURCES = translations/translations.qrc diff --git a/src/plugins/Input/ffmpeg/translations/ffmpeg_plugin_lt.ts b/src/plugins/Input/ffmpeg/translations/ffmpeg_plugin_lt.ts new file mode 100644 index 000000000..9d95efa0f --- /dev/null +++ b/src/plugins/Input/ffmpeg/translations/ffmpeg_plugin_lt.ts @@ -0,0 +1,202 @@ + + + + + DecoderFFmpegFactory + + + About FFmpeg Audio Plugin + Apie FFmpeg įskiepį + + + + Qmmp FFmpeg Audio Plugin + FFmpeg Qmmp audio įskiepis + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + Sukūrė: Ilya Kotov <forkotov02@hotmail.ru> + + + + FFmpeg Plugin + FFmpeg įskiepis + + + + FFmpeg Formats + FFmpeg bylų tipai + + + + Compiled against libavformat-%1.%2.%3 and libavcodec-%4.%5.%6 + Surinkta iš libavformat-%1.%2.%3 ir libavcodec-%4.%5.%6 + + + + DetailsDialog + + + KB + КB + + + + Hz + Hz + + + + + + + + - + + + + + Bitrate: + Bitrate: + + + + File size: + BYlos dydis: + + + + Channels: + Kanalai: + + + + Sample rate: + Sample rate: + + + + Length: + Ilgis: + + + + Track number: + Takelio numeris: + + + + Year: + Metai: + + + + Genre: + Žanras: + + + + Comment: + Komentaras: + + + + Album: + Albumas: + + + + Artist: + Atlikėjas: + + + + Title: + Pavadinimas: + + + + Close + Užverti + + + + File path: + Bylos kelias: + + + + kbps + kbps + + + + Details + Informacija + + + + Audio Info + Audio informacija + + + + Metadata + Metaduomenys + + + + SettingsDialog + + + Formats + Tipai + + + + Windows Media Audio + + + + + Monkey's Audio + + + + + True Audio + + + + + ALAC (Apple Lossless Audio Codec) + + + + + ADTS AAC + + + + + MPEG-4 AAC + + + + + RealAudio 1.0/2.0 + + + + + FFmpeg Plugin Settings + FFmpeg įskiepio nustatymai + + + + MP3 (MPEG audio layer 3) + + + + diff --git a/src/plugins/Input/ffmpeg/translations/translations.qrc b/src/plugins/Input/ffmpeg/translations/translations.qrc index 49e88d531..fcb3faee5 100644 --- a/src/plugins/Input/ffmpeg/translations/translations.qrc +++ b/src/plugins/Input/ffmpeg/translations/translations.qrc @@ -10,5 +10,6 @@ ffmpeg_plugin_de.qm ffmpeg_plugin_pl.qm ffmpeg_plugin_tr.qm + ffmpeg_plugin_lt.qm -- cgit v1.2.3-13-gbd6f