From bae9a9b74a1468032950caedecf19a386379a6fd Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 4 Sep 2009 17:49:35 +0000 Subject: updated Lithuanian translation (Algirdas Butkus) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1177 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Effect/bs2b/bs2b.pro | 3 +- .../Effect/bs2b/translations/bs2b_plugin_cs.ts | 34 ++++---- .../Effect/bs2b/translations/bs2b_plugin_lt.ts | 91 ++++++++++++++++++++++ .../Effect/bs2b/translations/bs2b_plugin_pl.ts | 4 +- .../Effect/bs2b/translations/translations.qrc | 1 + src/ui/translations/qmmp_cs.ts | 16 ++-- src/ui/translations/qmmp_de.ts | 18 ++--- src/ui/translations/qmmp_it.ts | 18 ++--- src/ui/translations/qmmp_lt.ts | 58 ++++++++------ src/ui/translations/qmmp_pl_PL.ts | 16 ++-- src/ui/translations/qmmp_pt_BR.ts | 18 ++--- src/ui/translations/qmmp_ru.ts | 18 ++--- src/ui/translations/qmmp_tr.ts | 18 ++--- src/ui/translations/qmmp_uk_UA.ts | 57 +++++++++++--- src/ui/translations/qmmp_zh_CN.ts | 18 ++--- src/ui/translations/qmmp_zh_TW.ts | 18 ++--- src/ui/txt/translators_lt.txt | 2 +- 17 files changed, 272 insertions(+), 136 deletions(-) create mode 100644 src/plugins/Effect/bs2b/translations/bs2b_plugin_lt.ts (limited to 'src') diff --git a/src/plugins/Effect/bs2b/bs2b.pro b/src/plugins/Effect/bs2b/bs2b.pro index 899c8d3f0..a31194ff1 100644 --- a/src/plugins/Effect/bs2b/bs2b.pro +++ b/src/plugins/Effect/bs2b/bs2b.pro @@ -29,7 +29,8 @@ TRANSLATIONS = translations/bs2b_plugin_cs.ts \ translations/bs2b_plugin_pl.ts \ translations/bs2b_plugin_ru.ts \ translations/bs2b_plugin_it.ts \ - translations/bs2b_plugin_tr.ts + translations/bs2b_plugin_tr.ts \ + translations/bs2b_plugin_lt.ts RESOURCES = translations/translations.qrc isEmpty(LIB_DIR){ diff --git a/src/plugins/Effect/bs2b/translations/bs2b_plugin_cs.ts b/src/plugins/Effect/bs2b/translations/bs2b_plugin_cs.ts index a85f2fbc0..6f60402d2 100644 --- a/src/plugins/Effect/bs2b/translations/bs2b_plugin_cs.ts +++ b/src/plugins/Effect/bs2b/translations/bs2b_plugin_cs.ts @@ -1,47 +1,47 @@ - + EffectBs2bFactory BS2B Plugin - Modul BS2B + About BS2B Effect Plugin - O efektovém modulu BS2B + This is the Qmmp plugin version of Boris Mikhaylov's headphone DSP effect "Bauer stereophonic-to-binaural", abbreviated bs2b. - Toto je modul Qmmp verze sluchátkového DSP efektu od Borise Michailova „Bauer stereophonic-to-binaural“ (Bauerovo stereo na binaurální), zkracovaného bs2b. + Visit %1 for more details - Více podrobností najdete na %1 + Compiled against libbs2b-%1 - Zkompilováno s libbs2b-%1 + Developers: - Autoři: + Ilya Kotov - Ilja Kotov + Sebastian Pipping - Sebastian Pipping + @@ -49,43 +49,43 @@ BS2B Plugin Settings - Nastavení modulu BS2B + Crossfeed level - Úroveň přeslechu + - - - + Default - Výchozí + C.Moy - C. Moy + J. Meier - J. Meier + %1 Hz, %2 us - %1 Hz, %2 µs + %1 dB - %1 dB + diff --git a/src/plugins/Effect/bs2b/translations/bs2b_plugin_lt.ts b/src/plugins/Effect/bs2b/translations/bs2b_plugin_lt.ts new file mode 100644 index 000000000..cabf539f1 --- /dev/null +++ b/src/plugins/Effect/bs2b/translations/bs2b_plugin_lt.ts @@ -0,0 +1,91 @@ + + + + + EffectBs2bFactory + + + BS2B Plugin + BS2B įskiepis + + + + About BS2B Effect Plugin + Apie BS2B įskiepį + + + + This is the Qmmp plugin version of Boris Mikhaylov's headphone DSP effect "Bauer stereophonic-to-binaural", abbreviated bs2b. + Boriso Mikhaylovo ausinių DSP efektas "Bauer stereophonic-to-binaural", sutrumpinimas bs2b. + + + + Visit %1 for more details + Daugiau informacijos %1 + + + + Compiled against libbs2b-%1 + Surinkta iš libbs2b-%1 + + + + Developers: + Sukūrė: + + + + Ilya Kotov + Ilya Kotov + + + + Sebastian Pipping + Sebastian Pipping + + + + SettingsDialog + + + BS2B Plugin Settings + BS2B įskiepio nustatymai + + + + Crossfeed level + Suliejimo nustatymai + + + + + - + + + + + Default + Numatytas + + + + C.Moy + C.Moy + + + + J. Meier + J. Meier + + + + %1 Hz, %2 us + %1 Hz, %2 us + + + + %1 dB + %1 dB + + + diff --git a/src/plugins/Effect/bs2b/translations/bs2b_plugin_pl.ts b/src/plugins/Effect/bs2b/translations/bs2b_plugin_pl.ts index 881cb77c2..0f9a6612c 100644 --- a/src/plugins/Effect/bs2b/translations/bs2b_plugin_pl.ts +++ b/src/plugins/Effect/bs2b/translations/bs2b_plugin_pl.ts @@ -16,7 +16,7 @@ This is the Qmmp plugin version of Boris Mikhaylov's headphone DSP effect "Bauer stereophonic-to-binaural", abbreviated bs2b. - + Jest to wersja wtyczki efektu DSP dla słuchawek autorstwa Boris Mikhaylov'a "Bauer stereophonic-to-binaural", w skrócie bs2b. @@ -65,7 +65,7 @@ Default - Domyślne + Domyślny diff --git a/src/plugins/Effect/bs2b/translations/translations.qrc b/src/plugins/Effect/bs2b/translations/translations.qrc index 3575e886d..e7c1c72d4 100644 --- a/src/plugins/Effect/bs2b/translations/translations.qrc +++ b/src/plugins/Effect/bs2b/translations/translations.qrc @@ -10,5 +10,6 @@ bs2b_plugin_pl.qm bs2b_plugin_ru.qm bs2b_plugin_tr.qm + bs2b_plugin_lt.qm diff --git a/src/ui/translations/qmmp_cs.ts b/src/ui/translations/qmmp_cs.ts index b14da90a2..11a1bcb44 100644 --- a/src/ui/translations/qmmp_cs.ts +++ b/src/ui/translations/qmmp_cs.ts @@ -1207,42 +1207,42 @@ QMMPStarter - + Usage: qmmp [options] [files] Použití: qmmp [volby] [soubory] - + Options: Volby: - + Print version number and exit Vypsat číslo verze a skončit - + Ideas, patches, bugreports send to forkotov02@hotmail.ru Nápady, patche, hlášení chyb posílejte na forkotov02@hotmail.ru (anglicky) - + Display this text and exit Zobrazit tento text a skončit - + QMMP version: Verze QMMP: - + Don't clear the playlist Nevyprazdňovat seznam skladeb - + Qt version: Verze Qt: diff --git a/src/ui/translations/qmmp_de.ts b/src/ui/translations/qmmp_de.ts index 6b06c52f3..c39dbc52d 100644 --- a/src/ui/translations/qmmp_de.ts +++ b/src/ui/translations/qmmp_de.ts @@ -1207,42 +1207,42 @@ QMMPStarter - + Usage: qmmp [options] [files] Aufruf: qmmp [Optionen] [Dateien] - + Options: Optionen: - + Print version number and exit Gibt die Versionsnummer aus - + Ideas, patches, bugreports send to forkotov02@hotmail.ru Ideen, Patches und Bugreports an <forkotov02@hotmail.ru> senden - + Display this text and exit Zeigt diesen Hilfetext an - + QMMP version: Qmmp-Version: - + Don't clear the playlist Titel an Wiedergabeliste anhängen - + Qt version: Qt-Version: @@ -1250,7 +1250,7 @@ TextScroller - + Buffering: Pufferung: diff --git a/src/ui/translations/qmmp_it.ts b/src/ui/translations/qmmp_it.ts index 2416411bf..2ae2d5ef8 100644 --- a/src/ui/translations/qmmp_it.ts +++ b/src/ui/translations/qmmp_it.ts @@ -1207,42 +1207,42 @@ QMMPStarter - + Usage: qmmp [options] [files] Uso: qmmp [options] [fichiers] - + Options: Opzioni: - + Don't clear the playlist - + Print version number and exit Stampa il numero di versione ed esci - + Ideas, patches, bugreports send to forkotov02@hotmail.ru Per idee, modifiche, segnalazione di errori scrivire a: forkotov02@hotmail.ru - + Qt version: - + Display this text and exit Mostra questo testo ed esci - + QMMP version: Versione di Qmmp: @@ -1250,7 +1250,7 @@ TextScroller - + Buffering: Buffer: diff --git a/src/ui/translations/qmmp_lt.ts b/src/ui/translations/qmmp_lt.ts index 8919754e2..2810cd1b6 100644 --- a/src/ui/translations/qmmp_lt.ts +++ b/src/ui/translations/qmmp_lt.ts @@ -224,11 +224,6 @@ Disc number - - - Genre - Žanras - Composer @@ -244,6 +239,19 @@ File path + + Tracknumber + Takelio numeris + + + + Genre + Žanras + + + Filepath + Bylos kelias + Year @@ -300,7 +308,7 @@ Load metadata from files - Load metadata from files + Įkelti meta duomenis iš bylų @@ -402,7 +410,7 @@ Show song numbers - + Rodyti takelių numerius @@ -427,12 +435,12 @@ Compatibility - + Suderinamumas Openbox compatibility - + Openbox suderinamumas @@ -452,7 +460,7 @@ Proxy port: - Proxy port: + Proxy portas: @@ -477,7 +485,7 @@ Convert %20 to blanks - Convert %20 to blanks + Konvertuoti %20 į tarpus @@ -1102,7 +1110,7 @@ Invert Selection - Invert Selection + Atšaukti pasirinkimą @@ -1127,7 +1135,7 @@ &Load List - &Įkwlti sąrašą + &Įkelti sąrašą @@ -1207,42 +1215,42 @@ QMMPStarter - + Usage: qmmp [options] [files] - Naudojimas: qmmp [options] [files] + Naudojimas: qmmp [nuostatos] [bylos] - + Options: Nustatymai: - + Print version number and exit Parodyti versiją ir išeiti - + Display this text and exit Parodyti šį tekstą ir išeiti - + Ideas, patches, bugreports send to forkotov02@hotmail.ru - + Idėjas, pataisymus, klaidas siųsti forkotov02@hotmail.ru - + QMMP version: QMMP versija: - + Don't clear the playlist Neišvalyti sąrašo - + Qt version: Qt versija: @@ -1250,9 +1258,9 @@ TextScroller - + Buffering: - Buffering: + Kuriamas buferis: diff --git a/src/ui/translations/qmmp_pl_PL.ts b/src/ui/translations/qmmp_pl_PL.ts index 4afdabd72..6c77af487 100644 --- a/src/ui/translations/qmmp_pl_PL.ts +++ b/src/ui/translations/qmmp_pl_PL.ts @@ -1207,42 +1207,42 @@ QMMPStarter - + Usage: qmmp [options] [files] Użycie: qmmp [opcje] [pliki] - + Options: Opcje: - + Print version number and exit Wyświetla wersję programu i wychodzi - + Ideas, patches, bugreports send to forkotov02@hotmail.ru Pomysły, poprawki, raporty o błędach proszę wysyłać na forkotov02@hotmail.ru - + Display this text and exit Wyświetla ten tekst i wychodzi - + QMMP version: Wersja QMMP: - + Don't clear the playlist Nie czyść listy - + Qt version: Wersja QT: diff --git a/src/ui/translations/qmmp_pt_BR.ts b/src/ui/translations/qmmp_pt_BR.ts index 862a30821..349e18bc0 100644 --- a/src/ui/translations/qmmp_pt_BR.ts +++ b/src/ui/translations/qmmp_pt_BR.ts @@ -1207,42 +1207,42 @@ QMMPStarter - + Usage: qmmp [options] [files] - + Options: - + Print version number and exit - + Ideas, patches, bugreports send to forkotov02@hotmail.ru - + Display this text and exit - + QMMP version: - + Don't clear the playlist - + Qt version: @@ -1250,7 +1250,7 @@ TextScroller - + Buffering: diff --git a/src/ui/translations/qmmp_ru.ts b/src/ui/translations/qmmp_ru.ts index 81411d6e9..a54827da5 100644 --- a/src/ui/translations/qmmp_ru.ts +++ b/src/ui/translations/qmmp_ru.ts @@ -1207,42 +1207,42 @@ QMMPStarter - + Usage: qmmp [options] [files] Использование: qmmp [options] [files] - + Options: Опции: - + Print version number and exit Показать версии и выйти - + Ideas, patches, bugreports send to forkotov02@hotmail.ru Идеи, исправления, отчёты об ошибках: forkotov02@hotmail.ru - + Display this text and exit Показать этот текст и выйти - + QMMP version: Версия QMMP: - + Don't clear the playlist Не очищать лист - + Qt version: Версия Qt: @@ -1250,7 +1250,7 @@ TextScroller - + Buffering: Буферизация: diff --git a/src/ui/translations/qmmp_tr.ts b/src/ui/translations/qmmp_tr.ts index f0b0067b7..e4a7b0db6 100644 --- a/src/ui/translations/qmmp_tr.ts +++ b/src/ui/translations/qmmp_tr.ts @@ -1207,42 +1207,42 @@ QMMPStarter - + Usage: qmmp [options] [files] Kullanım:qmmp [seçenek] [dosyalar] - + Options: Seçenekler: - + Print version number and exit Sürüm numarasını yazdır ve çık - + Ideas, patches, bugreports send to forkotov02@hotmail.ru Fikirleinizi, yamalarınızı, hata raporlarınızı forkotov02@hotmail.ru adresine gönderin - + Display this text and exit Bu metni göster ve çık - + QMMP version: QMMP sürümü: - + Don't clear the playlist Çalma listesini temizleme - + Qt version: Qt sürümü: @@ -1250,7 +1250,7 @@ TextScroller - + Buffering: Arabelleğe alınıyor: diff --git a/src/ui/translations/qmmp_uk_UA.ts b/src/ui/translations/qmmp_uk_UA.ts index 89aa40ceb..fe9b7f10b 100644 --- a/src/ui/translations/qmmp_uk_UA.ts +++ b/src/ui/translations/qmmp_uk_UA.ts @@ -1,6 +1,6 @@ - - + + AboutDialog @@ -173,16 +173,28 @@ ConfigDialog + + + + Enabled Увімкнено + + + + Description Пояснення + + + + Filename Ім'я файлу @@ -268,11 +280,14 @@ Список: + ??? ??? + + ... ... @@ -313,6 +328,7 @@ Налаштування + Information Інформація @@ -323,6 +339,7 @@ Зовнішній вигляд + Playlist Список @@ -498,6 +515,8 @@ Головне вікно + + 0 @@ -511,6 +530,7 @@ EqWidget + preset предвстановлення @@ -564,11 +584,14 @@ JumpToTrackDialog + Unqueue Зняти з черги + + Queue В чергу @@ -750,26 +773,31 @@ Падіння аналізатора + Slowest Найповільніше + Slow Повільне + Medium Середнє + Fast Швидке + Fastest Найшвидше @@ -793,6 +821,7 @@ MainWindow + Default За умовчанням @@ -903,6 +932,7 @@ &Про програму + Playlist Files Файли списків @@ -1031,21 +1061,25 @@ Сортувати + By Title За назвою + By Filename За ім'ям файлу + By Path + Filename За шляхом та файлом + By Date За датою @@ -1121,6 +1155,7 @@ + By Track Number @@ -1172,42 +1207,42 @@ QMMPStarter - + Usage: qmmp [options] [files] Використання: qmmp [options] [files] - + Options: Опції: - + Print version number and exit Показати версію та вийти - + Ideas, patches, bugreports send to forkotov02@hotmail.ru Ідеї, виправлення, звіти про помилки: forkotov02@hotmail.ru - + Display this text and exit Показати цей текст та вийти - + QMMP version: Версія QMMP: - + Don't clear the playlist Не очищати список - + Qt version: Версія Qt: @@ -1215,7 +1250,7 @@ TextScroller - + Buffering: Буферизація: diff --git a/src/ui/translations/qmmp_zh_CN.ts b/src/ui/translations/qmmp_zh_CN.ts index 4231733dd..bff074c2c 100644 --- a/src/ui/translations/qmmp_zh_CN.ts +++ b/src/ui/translations/qmmp_zh_CN.ts @@ -1207,42 +1207,42 @@ QMMPStarter - + Usage: qmmp [options] [files] 使用:qmmp [设置] [文件] - + Options: 设置: - + Print version number and exit 显示版本并退出 - + Ideas, patches, bugreports send to forkotov02@hotmail.ru 建议、补丁或提交 bug 请发送到 forkotov02@hotmail.ru - + Display this text and exit 显示这些文本并退出 - + QMMP version: Qmmp 版本: - + Don't clear the playlist 不要清除这个播放列表 - + Qt version: Qt 版本: @@ -1250,7 +1250,7 @@ TextScroller - + Buffering: 缓冲: diff --git a/src/ui/translations/qmmp_zh_TW.ts b/src/ui/translations/qmmp_zh_TW.ts index 8162b99d6..c4011b255 100644 --- a/src/ui/translations/qmmp_zh_TW.ts +++ b/src/ui/translations/qmmp_zh_TW.ts @@ -1207,42 +1207,42 @@ QMMPStarter - + Usage: qmmp [options] [files] 使用:qmmp [設定] [檔案] - + Options: 設定: - + Print version number and exit 察看版本並結束 - + Ideas, patches, bugreports send to forkotov02@hotmail.ru 建議、補丁或提交 bug 請傳送到 forkotov02@hotmail.ru - + Display this text and exit 察看這些字檔並結束 - + QMMP version: Qmmp 版本: - + Don't clear the playlist 不要清除這個播放清單 - + Qt version: Qt 版本: @@ -1250,7 +1250,7 @@ TextScroller - + Buffering: 緩衝: diff --git a/src/ui/txt/translators_lt.txt b/src/ui/txt/translators_lt.txt index 4f5f05f2f..e154dddb5 100644 --- a/src/ui/txt/translators_lt.txt +++ b/src/ui/txt/translators_lt.txt @@ -1,4 +1,4 @@ -Brazilų Portugalų: +Brazilų, Portugalų: Klaos Lacerda Bruno Gonçalves -- cgit v1.2.3-13-gbd6f