From ad1fd928c02b8d3fc274269ab9d9138d33175a67 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 26 Dec 2008 18:17:11 +0000 Subject: added transparency options git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@713 90c681e8-e032-0410-971d-27865f9a5e38 --- src/ui/configdialog.cpp | 7 ++ src/ui/forms/configdialog.ui | 164 ++++++++++++++++++++++++++++++------ src/ui/mainwindow.cpp | 5 +- src/ui/translations/qmmp_cs.ts | 168 ++++++++++++++++++++----------------- src/ui/translations/qmmp_de.ts | 169 +++++++++++++++++++++----------------- src/ui/translations/qmmp_pl_PL.ts | 168 ++++++++++++++++++++----------------- src/ui/translations/qmmp_pt_BR.ts | 168 ++++++++++++++++++++----------------- src/ui/translations/qmmp_ru.ts | 169 +++++++++++++++++++++----------------- src/ui/translations/qmmp_tr.ts | 168 ++++++++++++++++++++----------------- src/ui/translations/qmmp_uk_UA.ts | 169 +++++++++++++++++++++----------------- src/ui/translations/qmmp_zh_CN.ts | 168 ++++++++++++++++++++----------------- src/ui/translations/qmmp_zh_TW.ts | 168 ++++++++++++++++++++----------------- 12 files changed, 994 insertions(+), 697 deletions(-) (limited to 'src') diff --git a/src/ui/configdialog.cpp b/src/ui/configdialog.cpp index 1b0afa273..4a6cc687e 100644 --- a/src/ui/configdialog.cpp +++ b/src/ui/configdialog.cpp @@ -127,6 +127,10 @@ void ConfigDialog::readSettings() //volume ui.softVolumeCheckBox->setChecked(SoundCore::instance()->softwareVolume()); connect(ui.softVolumeCheckBox, SIGNAL(clicked(bool)), SoundCore::instance(), SLOT(setSoftwareVolume(bool))); + //transparency + ui.mwTransparencySlider->setValue(100 - settings.value("MainWindow/opacity", 1.0).toDouble()*100); + ui.eqTransparencySlider->setValue(100 - settings.value("Equalizer/opacity", 1.0).toDouble()*100); + ui.plTransparencySlider->setValue(100 - settings.value("PlayList/opacity", 1.0).toDouble()*100); } void ConfigDialog::changePage (QListWidgetItem *current, QListWidgetItem *previous) @@ -554,6 +558,9 @@ void ConfigDialog::saveSettings() settings.setValue ("Proxy/passw",ui.proxyPasswLineEdit->text()); settings.setValue ("MainWindow/start_hidden", ui.hiddenCheckBox->isChecked()); settings.setValue ("MainWindow/hide_on_close", ui.hideOnCloseCheckBox->isChecked()); + settings.setValue ("MainWindow/opacity", 1.0 - (double)ui.mwTransparencySlider->value()/100); + settings.setValue ("Equalizer/opacity", 1.0 - (double)ui.eqTransparencySlider->value()/100); + settings.setValue ("PlayList/opacity", 1.0 - (double)ui.plTransparencySlider->value()/100); } void ConfigDialog::updateButtons() diff --git a/src/ui/forms/configdialog.ui b/src/ui/forms/configdialog.ui index 0f1132569..7675e1e29 100644 --- a/src/ui/forms/configdialog.ui +++ b/src/ui/forms/configdialog.ui @@ -6,7 +6,7 @@ 0 0 601 - 426 + 413 @@ -563,19 +563,7 @@ - - - 9 - - - 5 - - - 0 - - - 0 - + @@ -648,17 +636,91 @@ - - - Qt::Vertical - - - - 387 - 91 - + + + Transparency - + + + + + Main window + + + + + + + 90 + + + Qt::Horizontal + + + + + + + + 25 + 0 + + + + 0 + + + + + + + Equalizer + + + + + + + 90 + + + Qt::Horizontal + + + + + + + 0 + + + + + + + Playlist + + + + + + + 90 + + + Qt::Horizontal + + + + + + + 0 + + + + + @@ -831,7 +893,7 @@ 590 - 364 + 402 316 @@ -898,8 +960,56 @@ 138 - 334 - 204 + 580 + 197 + + + + + mwTransparencySlider + valueChanged(int) + mwTransparencyLabel + setNum(int) + + + 489 + 285 + + + 553 + 284 + + + + + eqTransparencySlider + valueChanged(int) + eqTransparencyLabel + setNum(int) + + + 519 + 305 + + + 549 + 309 + + + + + plTransparencySlider + valueChanged(int) + plTransparencyLabel + setNum(int) + + + 511 + 327 + + + 549 + 330 diff --git a/src/ui/mainwindow.cpp b/src/ui/mainwindow.cpp index 146e2e6cc..c7fb89397 100644 --- a/src/ui/mainwindow.cpp +++ b/src/ui/mainwindow.cpp @@ -152,7 +152,7 @@ MainWindow::MainWindow(const QStringList& args, BuiltinCommandLineOption* option MainWindow::~MainWindow() { - stop(); + //stop(); } void MainWindow::play() @@ -343,6 +343,9 @@ void MainWindow::readSettings() m_update = TRUE; } + setWindowOpacity(settings.value("MainWindow/opacity", 1.0).toDouble()); + m_equalizer->setWindowOpacity(settings.value("Equalizer/opacity", 1.0).toDouble()); + m_playlist->setWindowOpacity(settings.value("PlayList/opacity", 1.0).toDouble()); m_hideOnClose = settings.value("MainWindow/hide_on_close", FALSE).toBool(); } diff --git a/src/ui/translations/qmmp_cs.ts b/src/ui/translations/qmmp_cs.ts index fe7879956..d6a1da689 100644 --- a/src/ui/translations/qmmp_cs.ts +++ b/src/ui/translations/qmmp_cs.ts @@ -28,52 +28,52 @@ Licence - + :/txt/authors_en.txt :/txt/authors_cs.txt - + :/txt/thanks_en.txt :/txt/thanks_cs.txt - + Qt-based Multimedia Player (Qmmp) Qt-based Multimedia Player (Qmmp) - + Version: Verze: - + :txt/description_en.txt :txt/description_cs.txt - + Input plugins: Vstupní moduly: - + Output plugins: Výstupní moduly: - + Visual plugins: Vizualizační moduly: - + Effect plugins: Efektové moduly: - + General plugins: Obecné moduly: @@ -83,7 +83,7 @@ Překladatelé - + :/txt/translators_en.txt :/txt/translators_cs.txt @@ -96,7 +96,7 @@ Přidat URL - + Error Chyba @@ -172,62 +172,62 @@ ConfigDialog - + Enabled Povoleno - + Description Popis - + Filename Soubor - + Artist Umělec - + Album Album - + Title Název - + Tracknumber Číslo stopy - + Genre Žánr - + Filepath Soubor - + Date Datum - + Year Rok - + Comment Komentář @@ -242,7 +242,7 @@ Vzhled - + Playlist Seznam skladeb @@ -312,7 +312,7 @@ Nastavení - + Information Informace @@ -327,7 +327,7 @@ Výstup - + Close Zavřít @@ -337,52 +337,52 @@ Síť - + File Dialog Souborový dialog - + Proxy Proxy - + Enable proxy usage Povolit používání proxy - + Proxy host name: Adresa proxy: - + Proxy port: Port proxy: - + Use authentication with proxy Použít autorizaci pro proxy - + Proxy user name: Uživatelské jméno: - + Proxy password: Heslo: - + Archived skin Sbalené téma - + Unarchived skin Rozbalené téma @@ -402,27 +402,27 @@ Obecné - + Audio Zvuk - + Use software volume control Používat softwarové ovládání hlasitosti - + Visibility Control Viditelnost - + Hide on close Skrýt při zavření - + Start hidden Spustit skryté @@ -442,12 +442,12 @@ Zobrazit plnou cestu k streamu - + Select Skin Files - + Skin files @@ -466,6 +466,26 @@ Show protocol + + + Transparency + + + + + Main window + + + + + 0 + + + + + Equalizer + + EqWidget @@ -689,7 +709,7 @@ MainWindow - + Default Seznam @@ -704,117 +724,117 @@ Vyberte jeden či více souborů k otevření - + &Play Pře&hrát - + X X - + &Pause Pau&za - + C C - + &Stop &Stop - + V V - + &Previous &Předchozí - + Z Z - + &Next &Další - + B B - + &Jump To File Přeskočit na soubo&r - + J J - + &Settings &Nastavení - + Ctrl+P Ctrl+P - + &About O &aplikaci - + &Exit U&končit - + Ctrl+Q Ctrl+Q - + Playlist Files Seznamy skladeb - + Open Playlist Načíst seznam skladeb - + Save Playlist Uložit seznam skladeb - + Space Mezerník - + &About Qt O knihovně &Qt - + &Play/Pause &Přehrát/Pauza @@ -824,32 +844,32 @@ Všechny podporované formáty - + &Repeat Track - + &Shuffle - + R - + Ctrl+R - + S - + &Repeat Playlist diff --git a/src/ui/translations/qmmp_de.ts b/src/ui/translations/qmmp_de.ts index 8ade4b2a7..d39bc192b 100644 --- a/src/ui/translations/qmmp_de.ts +++ b/src/ui/translations/qmmp_de.ts @@ -1,6 +1,5 @@ - AboutDialog @@ -29,52 +28,52 @@ Lizenz - + :/txt/authors_en.txt :/txt/authors_de.txt - + :/txt/thanks_en.txt :/txt/thanks_de.txt - + Qt-based Multimedia Player (Qmmp) Qt-basierter Multimedia-Player (Qmmp) - + Version: Version: - + :txt/description_en.txt :txt/description_de.txt - + Input plugins: Dekoder-Plugins: - + Output plugins: Ausgabe-Plugins: - + Visual plugins: Visualisierungs-Plugins: - + Effect plugins: Effekt-Plugins: - + General plugins: Sonstige Plugins: @@ -84,7 +83,7 @@ Übersetzer - + :/txt/translators_en.txt :/txt/translators_de.txt @@ -97,7 +96,7 @@ Hinzuzufügende URL eingeben - + Error Fehler @@ -173,62 +172,62 @@ ConfigDialog - + Enabled Aktiviert - + Description Beschreibung - + Filename Dateiname - + Artist Künstler - + Album Album - + Title Titel - + Tracknumber Titelnummer - + Genre Genre - + Filepath Dateipfad - + Date Datum - + Year Jahr - + Comment Kommentar @@ -243,7 +242,7 @@ Erscheinungsbild - + Playlist Wiedergabeliste @@ -313,7 +312,7 @@ Konfiguration - + Information Information @@ -328,7 +327,7 @@ Ausgabe - + Close Schließen @@ -338,52 +337,52 @@ Verbindung - + File Dialog Datei-Dialog - + Proxy Proxyserver - + Enable proxy usage Proxyserver verwenden - + Proxy host name: Name des Proxyservers: - + Proxy port: Port: - + Use authentication with proxy Authentisierung verwenden - + Proxy user name: Benutzername: - + Proxy password: Passwort: - + Archived skin Archiviertes Design - + Unarchived skin Nicht archiviertes Design @@ -403,27 +402,27 @@ Sonstige - + Audio Audio - + Use software volume control Softwaregesteuerte Lautstärkeregelung - + Visibility Control Tray-Steuerung - + Hide on close Beim Schließen ausblenden - + Start hidden Minimiert starten @@ -443,12 +442,12 @@ Vollständigen Pfad anzeigen - + Select Skin Files Design-Dateien auswählen - + Skin files Design-Dateien @@ -467,6 +466,26 @@ Show protocol Protokoll anzeigen + + + Transparency + + + + + Main window + + + + + 0 + + + + + Equalizer + + EqWidget @@ -690,7 +709,7 @@ MainWindow - + Default Standard @@ -705,117 +724,117 @@ Dateien hinzufügen - + &Play &Wiedergabe - + X X - + &Pause &Pause - + C C - + &Stop &Stop - + V V - + &Previous &Vorheriger Titel - + Z Z - + &Next &Nächster Titel - + B B - + &Jump To File Springe zu &Titel - + J J - + &Settings &Einstellungen - + Ctrl+P Strg+P - + &About Ü&ber - + &Exit &Beenden - + Ctrl+Q Strg+Q - + Playlist Files Wiedergabelisten - + Open Playlist Wiedergabeliste öffnen - + Save Playlist Wiedergabeliste speichern - + Space Leertaste - + &About Qt Übe&r Qt - + &Play/Pause Wieder&gabe/Pause @@ -825,32 +844,32 @@ Alle unterstützten Formate - + &Repeat Track Tite&l wiederholen - + &Shuffle &Zufallswiedergabe - + R R - + Ctrl+R Strg+R - + S S - + &Repeat Playlist W&iedergabeliste wiederholen diff --git a/src/ui/translations/qmmp_pl_PL.ts b/src/ui/translations/qmmp_pl_PL.ts index 95d45f233..ab9640dd1 100644 --- a/src/ui/translations/qmmp_pl_PL.ts +++ b/src/ui/translations/qmmp_pl_PL.ts @@ -28,52 +28,52 @@ Podziękowania - + :/txt/authors_en.txt - + :/txt/thanks_en.txt - + Qt-based Multimedia Player (Qmmp) - + Version: Wersja: - + :txt/description_en.txt - + Input plugins: Wtyczki wejściowe: - + Output plugins: Wtyczki wyjściowe: - + Visual plugins: - + Effect plugins: Wtyczki efektów: - + General plugins: Wtyczki ogólne: @@ -83,7 +83,7 @@ Tłumacze - + :/txt/translators_en.txt @@ -91,7 +91,7 @@ AddUrlDialog - + Error Błąd @@ -172,62 +172,62 @@ ConfigDialog - + Enabled Włączone - + Description Opis - + Filename Nazwa pliku - + Artist Artysta - + Album Album - + Title Tytuł - + Tracknumber Numer utworu - + Genre Gatunek - + Filepath Ścieżka pliku - + Date Data - + Year Rok - + Comment Komentarz @@ -302,7 +302,7 @@ Ustawienia - + Information Informacje @@ -312,7 +312,7 @@ Wygląd - + Playlist Lista odtwarzania @@ -327,17 +327,17 @@ Zaawansowane - + Close Zamknij - + Archived skin Kompresowana skórka - + Unarchived skin Niekompresowana skórka @@ -362,67 +362,67 @@ Ogólne - + File Dialog Okno dialogowe - + Audio - + Use software volume control Użyj programowej regulacji głośności - + Visibility Control Sterowanie - + Hide on close Zminimalizuj przy zamykaniu - + Start hidden Uruchom zminimalizowany - + Proxy Proxy - + Enable proxy usage Włącz proxy - + Proxy host name: Nazwa hosta proxy: - + Proxy port: Port proxy: - + Use authentication with proxy Użyj autoryzacji z proxy - + Proxy user name: Nazwa użytkownika: - + Proxy password: Hasło: @@ -442,12 +442,12 @@ Pokaż pełną ścieżkę strumienia - + Select Skin Files - + Skin files @@ -466,6 +466,26 @@ Show protocol + + + Transparency + + + + + Main window + + + + + 0 + + + + + Equalizer + + EqWidget @@ -689,7 +709,7 @@ MainWindow - + Default Domyślne @@ -704,117 +724,117 @@ Wybierz jeden lub więcej plików do otwarcia - + &Play &Odtwarzaj - + X X - + &Pause &Wstrzymaj - + C C - + &Stop &Zatrzymaj - + V V - + &Previous &Poprzedni - + Z Z - + &Next &Następny - + B B - + &Jump To File &Skocz do pliku - + J J - + &Settings &Ustawienia - + Ctrl+P Ctrl+P - + &Exit &Wyjście - + Ctrl+Q Ctrl+Q - + Open Playlist Otwórz listę odtwarzania - + Save Playlist Zapisz listę odtwarzania - + &About &O - + Playlist Files Pliki listy odtwarzania - + Space - + &About Qt &O Qt - + &Play/Pause &Odtwarzaj/Wstrzymaj @@ -824,32 +844,32 @@ Wszystkie wspierane formaty - + &Repeat Track - + &Shuffle - + R - + Ctrl+R - + S - + &Repeat Playlist diff --git a/src/ui/translations/qmmp_pt_BR.ts b/src/ui/translations/qmmp_pt_BR.ts index 49ed56cc1..e59986364 100644 --- a/src/ui/translations/qmmp_pt_BR.ts +++ b/src/ui/translations/qmmp_pt_BR.ts @@ -28,52 +28,52 @@ Agradecimentos para - + :/txt/authors_en.txt - + :/txt/thanks_en.txt - + Qt-based Multimedia Player (Qmmp) - + Version: - + :txt/description_en.txt - + Input plugins: - + Output plugins: - + Visual plugins: - + Effect plugins: - + General plugins: @@ -83,7 +83,7 @@ - + :/txt/translators_en.txt @@ -91,7 +91,7 @@ AddUrlDialog - + Error @@ -172,62 +172,62 @@ ConfigDialog - + Enabled Ligado - + Description Descrição - + Filename Nome do Arquivo - + Artist Artista - + Album Álbum - + Title Título - + Tracknumber Número da faixa - + Genre Gênero - + Filepath Pasta do arquivo - + Date Data - + Year Ano - + Comment Comentário @@ -302,7 +302,7 @@ Preferências - + Information Informações @@ -312,7 +312,7 @@ Aparência - + Playlist Lista de músicas @@ -327,17 +327,17 @@ Avançado - + Close Fechar - + Archived skin - + Unarchived skin @@ -362,67 +362,67 @@ - + File Dialog - + Audio - + Use software volume control - + Visibility Control - + Hide on close - + Start hidden - + Proxy - + Enable proxy usage - + Proxy host name: - + Proxy port: - + Use authentication with proxy - + Proxy user name: - + Proxy password: @@ -442,12 +442,12 @@ - + Select Skin Files - + Skin files @@ -466,6 +466,26 @@ Show protocol + + + Transparency + + + + + Main window + + + + + 0 + + + + + Equalizer + + EqWidget @@ -689,7 +709,7 @@ MainWindow - + Default Padrão @@ -704,117 +724,117 @@ Selecionar um ou mais arquivos - + &Play Tocar - + X - + &Pause Pausar - + C - + &Stop Parar - + V - + &Previous Anterior - + Z - + &Next Próximo - + B - + &Jump To File Pular para arquivo - + J - + &Settings Configurações - + Ctrl+P - + &Exit Sair - + Ctrl+Q - + Open Playlist Abrir Playlist - + Save Playlist Salvar Playlist - + &About &Sobre - + Playlist Files ФArquivos de lista de músicas - + Space - + &About Qt - + &Play/Pause @@ -824,32 +844,32 @@ - + &Repeat Track - + &Shuffle - + R - + Ctrl+R - + S - + &Repeat Playlist diff --git a/src/ui/translations/qmmp_ru.ts b/src/ui/translations/qmmp_ru.ts index f959bfaf0..b0f58588c 100644 --- a/src/ui/translations/qmmp_ru.ts +++ b/src/ui/translations/qmmp_ru.ts @@ -1,6 +1,5 @@ - AboutDialog @@ -29,52 +28,52 @@ Благодарности - + :/txt/authors_en.txt :/txt/authors_ru.txt - + :/txt/thanks_en.txt :/txt/thanks_ru.txt - + Qt-based Multimedia Player (Qmmp) - + Version: Версия: - + :txt/description_en.txt :txt/description_ru.txt - + Input plugins: Модули ввода: - + Output plugins: Модули вывода: - + Visual plugins: Модули визуализации: - + Effect plugins: Модули эффектов: - + General plugins: Общие модули: @@ -84,7 +83,7 @@ Переводчики - + :/txt/translators_en.txt :/txt/translators_ru.txt @@ -92,7 +91,7 @@ AddUrlDialog - + Error Ошибка @@ -173,62 +172,62 @@ ConfigDialog - + Enabled Включён - + Description Описание - + Filename Имя файла - + Artist Исполнитель - + Album Альбом - + Title Название - + Tracknumber Номер трека - + Genre Жанр - + Filepath Путь к файлу - + Date Дата - + Year Год - + Comment Комментарий @@ -303,7 +302,7 @@ Настройки - + Information Информация @@ -313,7 +312,7 @@ Внешний вид - + Playlist Список @@ -328,17 +327,17 @@ Дополнительно - + Close Закрыть - + Archived skin Упакованная тема - + Unarchived skin Распакованная тема @@ -363,67 +362,67 @@ Общие - + File Dialog Файловый диалог - + Audio Аудио - + Use software volume control Использовать программную регулировку громкости - + Visibility Control Управление видимостью - + Hide on close Скрывать при закрытии - + Start hidden Запускать скрытым - + Proxy Прокси - + Enable proxy usage Использовать прокси - + Proxy host name: Прокси сервер: - + Proxy port: Прокси порт: - + Use authentication with proxy Использовать авторизацию на прокси - + Proxy user name: Имя пользователя прокси: - + Proxy password: Пароль прокси: @@ -443,12 +442,12 @@ Показывать полный путь для потоков - + Select Skin Files Выберите файлы обложек - + Skin files Файлы обложек @@ -467,6 +466,26 @@ Show protocol Показывать протокол + + + Transparency + + + + + Main window + + + + + 0 + + + + + Equalizer + + EqWidget @@ -690,7 +709,7 @@ MainWindow - + Default @@ -705,117 +724,117 @@ Выберите один или несколько файлов - + &Play &Воспроизвести - + X - + &Pause &Приостановить - + C - + &Stop &Стоп - + V - + &Previous &Предыдущий фрагмент - + Z - + &Next &Следующий фрагмент - + B - + &Jump To File &Перейти к файлу - + J - + &Settings &Настройки - + Ctrl+P - + &Exit &Выход - + Ctrl+Q - + Open Playlist Открыть список - + Save Playlist Сохранить список - + &About &О программе - + Playlist Files Файлы списков - + Space - + &About Qt &О библиотеке Qt - + &Play/Pause &Воспр/приост @@ -825,32 +844,32 @@ Все форматы - + &Repeat Track &Повторять трек - + &Shuffle &В случайном порядке - + R - + Ctrl+R - + S - + &Repeat Playlist &Повторять лист diff --git a/src/ui/translations/qmmp_tr.ts b/src/ui/translations/qmmp_tr.ts index 17d0a0b27..eb159a1a9 100644 --- a/src/ui/translations/qmmp_tr.ts +++ b/src/ui/translations/qmmp_tr.ts @@ -28,52 +28,52 @@ Teşekkürler - + :/txt/authors_en.txt - + :/txt/thanks_en.txt - + Qt-based Multimedia Player (Qmmp) - + Version: - + :txt/description_en.txt - + Input plugins: - + Output plugins: - + Visual plugins: - + Effect plugins: - + General plugins: @@ -83,7 +83,7 @@ - + :/txt/translators_en.txt @@ -91,7 +91,7 @@ AddUrlDialog - + Error @@ -172,62 +172,62 @@ ConfigDialog - + Enabled Etkinleştirildi - + Description Açıklama - + Filename Dosya adı - + Artist Sanatçı - + Album Albüm - + Title Başlık - + Tracknumber Parça Numarası - + Genre Tarz - + Filepath Dosya yolu - + Date Tarih - + Year Yıl - + Comment Yorum @@ -302,7 +302,7 @@ Tercihler - + Information Bilgi @@ -312,7 +312,7 @@ Görünüm - + Playlist Çalma Listesi @@ -327,17 +327,17 @@ Gelişmiş - + Close Kapat - + Archived skin - + Unarchived skin @@ -362,67 +362,67 @@ - + File Dialog - + Audio - + Use software volume control - + Visibility Control - + Hide on close - + Start hidden - + Proxy - + Enable proxy usage - + Proxy host name: - + Proxy port: - + Use authentication with proxy - + Proxy user name: - + Proxy password: @@ -442,12 +442,12 @@ - + Select Skin Files - + Skin files @@ -466,6 +466,26 @@ Show protocol + + + Transparency + + + + + Main window + + + + + 0 + + + + + Equalizer + + EqWidget @@ -689,7 +709,7 @@ MainWindow - + Default Öntanımlı @@ -704,117 +724,117 @@ Açmak için bir yada daha çok dosya seçin - + &Play &Çal - + X X - + &Pause &Duraklat - + C C - + &Stop &Durdur - + V V - + &Previous &Önceki - + Z Z - + &Next &Sonraki - + B B - + &Jump To File &Parçaya Git - + J J - + &Settings &Ayarlar - + Ctrl+P Ctrl+P - + &Exit &Çıkış - + Ctrl+Q Ctrl+Q - + Open Playlist Çalma Listesini Aç - + Save Playlist Çalma Listesini Kaydet - + &About &Hakkında - + Playlist Files Çalma Listesi Dosyaları - + Space - + &About Qt - + &Play/Pause @@ -824,32 +844,32 @@ - + &Repeat Track - + &Shuffle - + R - + Ctrl+R - + S - + &Repeat Playlist diff --git a/src/ui/translations/qmmp_uk_UA.ts b/src/ui/translations/qmmp_uk_UA.ts index 7cc962a78..f6b854ae9 100644 --- a/src/ui/translations/qmmp_uk_UA.ts +++ b/src/ui/translations/qmmp_uk_UA.ts @@ -1,6 +1,5 @@ - AboutDialog @@ -29,52 +28,52 @@ Подяки - + :/txt/authors_en.txt :/txt/authors_uk_UA.txt - + :/txt/thanks_en.txt :/txt/thanks_uk_UA.txt - + Qt-based Multimedia Player (Qmmp) Мультимедійний програвач на базі Qt (Qmmp) - + Version: Версія: - + :txt/description_en.txt :txt/description_uk_UA.txt - + Input plugins: Модулі введення: - + Output plugins: Модулі виведення: - + Visual plugins: Модулі візуалізації: - + Effect plugins: Модулі ефектів: - + General plugins: Загальні модулі: @@ -84,7 +83,7 @@ Перекладачі - + :/txt/translators_en.txt :/txt/translators_uk_UA.txt @@ -92,7 +91,7 @@ AddUrlDialog - + Error Помилка @@ -173,62 +172,62 @@ ConfigDialog - + Enabled Увімкнено - + Description Пояснення - + Filename Им'я файлу - + Artist Виконавець - + Album Альбом - + Title Назва - + Tracknumber Номер треку - + Genre Жанр - + Filepath Шлях до файлу - + Date Дата - + Year Рік - + Comment Коментар @@ -303,7 +302,7 @@ Налаштування - + Information Інформація @@ -313,7 +312,7 @@ Зовнішній вигляд - + Playlist Список @@ -328,17 +327,17 @@ Додатково - + Close Закрити - + Archived skin Упакована тема - + Unarchived skin Розпакована тема @@ -363,67 +362,67 @@ Загальне - + File Dialog Файловий діалог - + Audio Звук - + Use software volume control Використовувати програмний контроль гучності - + Visibility Control Керування видимістю - + Hide on close Ховати при закритті - + Start hidden Запускати схованим - + Proxy Проксі - + Enable proxy usage Використосувати проксі - + Proxy host name: Сервер проксі: - + Proxy port: Порт проксі: - + Use authentication with proxy Використовувати авторизацію на проксі - + Proxy user name: Ім'я користвача проксі: - + Proxy password: Пароль проксі: @@ -443,12 +442,12 @@ Показувати повний шлях для потоків - + Select Skin Files Вибрати файли скінів - + Skin files Файли скінів @@ -467,6 +466,26 @@ Show protocol Показати протокол + + + Transparency + + + + + Main window + + + + + 0 + + + + + Equalizer + + EqWidget @@ -690,7 +709,7 @@ MainWindow - + Default За умовчанням @@ -705,117 +724,117 @@ Виберіть один чи кілька файлів - + &Play &Відтворити - + X - + &Pause &Пауза - + C - + &Stop &Стоп - + V - + &Previous &Назад - + Z - + &Next &Вперед - + B - + &Jump To File &Перейти до файлу - + J - + &Settings &Налаштування - + Ctrl+P - + &Exit &Вихід - + Ctrl+Q - + Open Playlist Відкрити список - + Save Playlist Зберегти список - + &About &Про програму - + Playlist Files Файли списків - + Space - + &About Qt &Про Qt - + &Play/Pause &Грати/Пауза @@ -825,32 +844,32 @@ Усі формати - + &Repeat Track &Повторити трек - + &Shuffle &Перемішати - + R - + Ctrl+R - + S - + &Repeat Playlist &Повторити список diff --git a/src/ui/translations/qmmp_zh_CN.ts b/src/ui/translations/qmmp_zh_CN.ts index 539a77c5a..c9bb018e3 100644 --- a/src/ui/translations/qmmp_zh_CN.ts +++ b/src/ui/translations/qmmp_zh_CN.ts @@ -28,52 +28,52 @@ 感谢 - + :/txt/authors_en.txt :/txt/authors_zh_CN.txt - + :/txt/thanks_en.txt :/txt/thanks_zh_CN.txt - + Qt-based Multimedia Player (Qmmp) 基于 Qt 的多媒体播放器 (Qmmp) - + Version: 版本: - + :txt/description_en.txt :txt/description_zh_CN.txt - + Input plugins: 输入插件: - + Output plugins: 输出插件 - + Visual plugins: 可视化插件 - + Effect plugins: 特效插件: - + General plugins: 常规插件: @@ -83,7 +83,7 @@ 翻译 - + :/txt/translators_en.txt :/txt/translators_zh_CN.txt @@ -91,7 +91,7 @@ AddUrlDialog - + Error 错误 @@ -172,62 +172,62 @@ ConfigDialog - + Enabled 启用 - + Description 描述 - + Filename 文件名 - + Artist 艺术家 - + Album 专辑 - + Title 标题 - + Tracknumber 音轨 - + Genre 流派 - + Filepath 文件路径 - + Date 日期 - + Year 年代 - + Comment 备注 @@ -302,7 +302,7 @@ 参数设置 - + Information 信息 @@ -312,7 +312,7 @@ 外观 - + Playlist 播放列表 @@ -327,17 +327,17 @@ 高级 - + Close 关闭 - + Archived skin 压缩皮肤 - + Unarchived skin 未压缩皮肤 @@ -362,67 +362,67 @@ 常规 - + File Dialog 文件对话 - + Audio 音频 - + Use software volume control 使用软设备音量控制 - + Visibility Control 可见性控制 - + Hide on close 关闭时隐藏 - + Start hidden 启动时隐藏 - + Proxy 代理 - + Enable proxy usage 启用代理 - + Proxy host name: 主机名: - + Proxy port: 端口: - + Use authentication with proxy 需要身份验证 - + Proxy user name: 用户名: - + Proxy password: 密码: @@ -442,12 +442,12 @@ 显示媒体流的完整路径 - + Select Skin Files - + Skin files @@ -466,6 +466,26 @@ Show protocol + + + Transparency + + + + + Main window + + + + + 0 + + + + + Equalizer + + EqWidget @@ -689,7 +709,7 @@ MainWindow - + Default 默认 @@ -704,117 +724,117 @@ 选择打开一个或更多文件 - + &Play 播放(&P) - + X X - + &Pause 暂停(&P) - + C C - + &Stop 停止(&S) - + V V - + &Previous 上一曲(&P) - + Z Z - + &Next 下一曲(&N) - + B B - + &Jump To File 跳到文件(&J) - + J J - + &Settings 设置(&S) - + Ctrl+P Ctrl+P - + &Exit 退出(&E) - + Ctrl+Q Ctrl+Q - + Open Playlist 打开播放列表 - + Save Playlist 保存播放列表 - + &About 关于(&A) - + Playlist Files 播放列表文件 - + Space 空格 - + &About Qt 关于 Qt (&A) - + &Play/Pause 播放/暂停(&P) @@ -824,32 +844,32 @@ 支持的全部文件 - + &Repeat Track - + &Shuffle - + R - + Ctrl+R - + S - + &Repeat Playlist diff --git a/src/ui/translations/qmmp_zh_TW.ts b/src/ui/translations/qmmp_zh_TW.ts index b68646b5c..422ed5895 100644 --- a/src/ui/translations/qmmp_zh_TW.ts +++ b/src/ui/translations/qmmp_zh_TW.ts @@ -28,52 +28,52 @@ 感謝 - + :/txt/authors_en.txt :/txt/authors_zh_TW.txt - + :/txt/thanks_en.txt :/txt/thanks_zh_TW.txt - + Qt-based Multimedia Player (Qmmp) 基於 Qt 的多媒體播放器 (Qmmp) - + Version: 版本: - + :txt/description_en.txt :txt/description_zh_TW.txt - + Input plugins: 匯入插件: - + Output plugins: 匯出插件 - + Visual plugins: 可視化插件 - + Effect plugins: 特效插件: - + General plugins: 常規插件: @@ -83,7 +83,7 @@ 翻譯 - + :/txt/translators_en.txt :/txt/translators_zh_TW.txt @@ -91,7 +91,7 @@ AddUrlDialog - + Error 錯誤 @@ -172,62 +172,62 @@ ConfigDialog - + Enabled 啟用 - + Description 說明 - + Filename 檔名 - + Artist 藝術家 - + Album 專輯 - + Title 標題 - + Tracknumber 音軌 - + Genre 流派 - + Filepath 檔案路徑 - + Date 日期 - + Year 年代 - + Comment 備註 @@ -302,7 +302,7 @@ 引數設定 - + Information 資訊 @@ -312,7 +312,7 @@ 外觀 - + Playlist 播放清單 @@ -327,17 +327,17 @@ 進階 - + Close 關閉 - + Archived skin 封包皮膚 - + Unarchived skin 未封包皮膚 @@ -362,67 +362,67 @@ 常規 - + File Dialog 檔案對話 - + Audio 聲訊 - + Use software volume control 使用軟裝置音量控制 - + Visibility Control 可見性控制 - + Hide on close 關閉時隱藏 - + Start hidden 啟動時隱藏 - + Proxy 代理 - + Enable proxy usage 啟用代理 - + Proxy host name: 主機名: - + Proxy port: 通訊埠: - + Use authentication with proxy 需要身份驗證 - + Proxy user name: 用戶名: - + Proxy password: 密碼: @@ -442,12 +442,12 @@ 察看媒體流的完整路徑 - + Select Skin Files - + Skin files @@ -466,6 +466,26 @@ Show protocol + + + Transparency + + + + + Main window + + + + + 0 + + + + + Equalizer + + EqWidget @@ -689,7 +709,7 @@ MainWindow - + Default 預設 @@ -704,117 +724,117 @@ 選取開啟一個或更多檔案 - + &Play 播放(&P) - + X X - + &Pause 暫停(&P) - + C C - + &Stop 停止(&S) - + V V - + &Previous 上一曲(&P) - + Z Z - + &Next 下一曲(&N) - + B B - + &Jump To File 跳到檔案(&J) - + J J - + &Settings 設定(&S) - + Ctrl+P Ctrl+P - + &Exit 結束(&E) - + Ctrl+Q Ctrl+Q - + Open Playlist 開啟播放清單 - + Save Playlist 儲存播放清單 - + &About 關於(&A) - + Playlist Files 播放清單檔案 - + Space 空格 - + &About Qt 關於 Qt (&A) - + &Play/Pause 播放/暫停(&P) @@ -824,32 +844,32 @@ 支援的全部檔案 - + &Repeat Track - + &Shuffle - + R - + Ctrl+R - + S - + &Repeat Playlist -- cgit v1.2.3-13-gbd6f