From d4bdda57d3380d1b939f440fe93e7a71f31ad53b Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 11 Jun 2008 13:43:19 +0000 Subject: updated translation git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@402 90c681e8-e032-0410-971d-27865f9a5e38 --- .../IncDecVolumeOption/CMakeLists.txt | 5 +- .../IncDecVolumeOption/IncDecVolumeOption.pro | 4 + .../IncDecVolumeOption/incdecvolumeoption.cpp | 7 +- .../translations/incdecvolume_plugin_cs.ts | 16 + .../translations/incdevvolume_plugin_de.ts | 16 + .../translations/translations.qrc | 5 + src/ui/translations/qmmp_cs.qm | Bin 12779 -> 14417 bytes src/ui/translations/qmmp_cs.ts | 387 +++++++++++++------- src/ui/translations/qmmp_de.qm | Bin 13244 -> 14985 bytes src/ui/translations/qmmp_de.ts | 399 ++++++++++++++------- src/ui/translations/qmmp_pt_BR.qm | Bin 10982 -> 12723 bytes src/ui/translations/qmmp_pt_BR.ts | 398 +++++++++++++------- src/ui/translations/qmmp_ru.qm | Bin 10977 -> 12718 bytes src/ui/translations/qmmp_ru.ts | 398 +++++++++++++------- src/ui/translations/qmmp_tr.qm | Bin 11226 -> 12967 bytes src/ui/translations/qmmp_tr.ts | 398 +++++++++++++------- src/ui/translations/qmmp_uk_UA.qm | Bin 10975 -> 12716 bytes src/ui/translations/qmmp_uk_UA.ts | 398 +++++++++++++------- src/ui/translations/qmmp_zh_CN.qm | Bin 9671 -> 11412 bytes src/ui/translations/qmmp_zh_CN.ts | 398 +++++++++++++------- src/ui/translations/qmmp_zh_TW.qm | Bin 9667 -> 11408 bytes src/ui/translations/qmmp_zh_TW.ts | 398 +++++++++++++------- 22 files changed, 2166 insertions(+), 1061 deletions(-) create mode 100644 src/plugins/CommandLineOptions/IncDecVolumeOption/translations/incdecvolume_plugin_cs.ts create mode 100644 src/plugins/CommandLineOptions/IncDecVolumeOption/translations/incdevvolume_plugin_de.ts create mode 100644 src/plugins/CommandLineOptions/IncDecVolumeOption/translations/translations.qrc (limited to 'src') diff --git a/src/plugins/CommandLineOptions/IncDecVolumeOption/CMakeLists.txt b/src/plugins/CommandLineOptions/IncDecVolumeOption/CMakeLists.txt index 542f4fab2..c561c812a 100644 --- a/src/plugins/CommandLineOptions/IncDecVolumeOption/CMakeLists.txt +++ b/src/plugins/CommandLineOptions/IncDecVolumeOption/CMakeLists.txt @@ -34,6 +34,8 @@ SET(libincdecvolumeoption_MOC_HDRS incdecvolumeoption.h ) +SET(libincdecvolumeoption_RCCS translations/translations.qrc) + QT4_ADD_RESOURCES(libincdecvolumeoption_RCC_SRCS ${libincdecvolumeoption_RCCS}) QT4_WRAP_CPP(libincdecvolumeoption_MOC_SRCS ${libincdecvolumeoption_MOC_HDRS}) @@ -43,6 +45,7 @@ QT4_WRAP_CPP(libincdecvolumeoption_MOC_SRCS ${libincdecvolumeoption_MOC_HDRS}) # the UI file won't be wrapped! include_directories(${CMAKE_CURRENT_BINARY_DIR}) -ADD_LIBRARY(incdecvolumeoption SHARED ${libincdecvolumeoption_SRCS} ${libincdecvolumeoption_MOC_SRCS}) +ADD_LIBRARY(incdecvolumeoption SHARED ${libincdecvolumeoption_SRCS} ${libincdecvolumeoption_MOC_SRCS} + ${libincdecvolumeoption_RCC_SRCS}) target_link_libraries(incdecvolumeoption ${QT_LIBRARIES} -lqmmpui) install(TARGETS incdecvolumeoption DESTINATION ${LIB_DIR}/qmmp/CommandLineOptions) diff --git a/src/plugins/CommandLineOptions/IncDecVolumeOption/IncDecVolumeOption.pro b/src/plugins/CommandLineOptions/IncDecVolumeOption/IncDecVolumeOption.pro index 8b98e14db..692f82193 100644 --- a/src/plugins/CommandLineOptions/IncDecVolumeOption/IncDecVolumeOption.pro +++ b/src/plugins/CommandLineOptions/IncDecVolumeOption/IncDecVolumeOption.pro @@ -11,6 +11,10 @@ QMAKE_CLEAN =$$PLUGINS_PREFIX/CommandLineOptions/libincdecvolumeoption.so TEMPLATE = lib QMAKE_LIBDIR += ../../../../lib +TRANSLATIONS = translations/incdecvolume_plugin_cs.ts \ + translations/incdevvolume_plugin_de.ts + RESOURCES = translations/translations.qrc + isEmpty(LIB_DIR){ LIB_DIR = /lib } diff --git a/src/plugins/CommandLineOptions/IncDecVolumeOption/incdecvolumeoption.cpp b/src/plugins/CommandLineOptions/IncDecVolumeOption/incdecvolumeoption.cpp index 93a7dd21d..5c355f476 100644 --- a/src/plugins/CommandLineOptions/IncDecVolumeOption/incdecvolumeoption.cpp +++ b/src/plugins/CommandLineOptions/IncDecVolumeOption/incdecvolumeoption.cpp @@ -1,5 +1,6 @@ #include #include +#include #include "incdecvolumeoption.h" @@ -53,8 +54,10 @@ const QString IncDecVolumeCommandLineOption::name() const QTranslator *IncDecVolumeCommandLineOption::createTranslator(QObject *parent) { - Q_UNUSED(parent); - return 0; + QTranslator *translator = new QTranslator(parent); + QString locale = QLocale::system().name(); + translator->load(QString(":/incdecvolume_plugin_") + locale); + return translator; } Q_EXPORT_PLUGIN(IncDecVolumeCommandLineOption) diff --git a/src/plugins/CommandLineOptions/IncDecVolumeOption/translations/incdecvolume_plugin_cs.ts b/src/plugins/CommandLineOptions/IncDecVolumeOption/translations/incdecvolume_plugin_cs.ts new file mode 100644 index 000000000..abb7bbfd4 --- /dev/null +++ b/src/plugins/CommandLineOptions/IncDecVolumeOption/translations/incdecvolume_plugin_cs.ts @@ -0,0 +1,16 @@ + + + + IncDecVolumeCommandLineOption + + + Increase volume with step 5 + + + + + Decrease volume with step 5 + + + + diff --git a/src/plugins/CommandLineOptions/IncDecVolumeOption/translations/incdevvolume_plugin_de.ts b/src/plugins/CommandLineOptions/IncDecVolumeOption/translations/incdevvolume_plugin_de.ts new file mode 100644 index 000000000..abb7bbfd4 --- /dev/null +++ b/src/plugins/CommandLineOptions/IncDecVolumeOption/translations/incdevvolume_plugin_de.ts @@ -0,0 +1,16 @@ + + + + IncDecVolumeCommandLineOption + + + Increase volume with step 5 + + + + + Decrease volume with step 5 + + + + diff --git a/src/plugins/CommandLineOptions/IncDecVolumeOption/translations/translations.qrc b/src/plugins/CommandLineOptions/IncDecVolumeOption/translations/translations.qrc new file mode 100644 index 000000000..f678c6101 --- /dev/null +++ b/src/plugins/CommandLineOptions/IncDecVolumeOption/translations/translations.qrc @@ -0,0 +1,5 @@ + + + + + diff --git a/src/ui/translations/qmmp_cs.qm b/src/ui/translations/qmmp_cs.qm index a0a5ea57c..34376f972 100644 Binary files a/src/ui/translations/qmmp_cs.qm and b/src/ui/translations/qmmp_cs.qm differ diff --git a/src/ui/translations/qmmp_cs.ts b/src/ui/translations/qmmp_cs.ts index 1a9f62420..7593096bb 100644 --- a/src/ui/translations/qmmp_cs.ts +++ b/src/ui/translations/qmmp_cs.ts @@ -96,7 +96,7 @@ Přidat URL - + Error Chyba @@ -111,65 +111,123 @@ Z&rušit + + BuiltinCommandLineOption + + + Skip forward in playlist + + + + + Skip backwards in playlist + + + + + Start playing current song + + + + + Pause current song + + + + + Pause if playing, play otherwise + + + + + Stop current song + + + + + Set playback volume(example: qmmp --volume20, qmmp --volume100) + + + + + Display Jump to File dialog + + + + + Show/hide application + + + + + Display Add File dialog + + + + + Display Add Directory dialog + + + 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ář @@ -224,52 +282,52 @@ ??? - + ... ... - + Metadata Metadata - + Load metadata from files Číst ze souborů metadata - + Song Display Zobrazení skladby - + Title format: Formát titulku: - + Preferences Nastavení - + Information Informace - + Input Vstup - + Output Výstup - + Close Zavřít @@ -279,95 +337,110 @@ 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 - + Visualization Vizualizace - + Effects Efekty - + General 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é + + + Convert underscores to blanks + + + + + Convert %20 to blanks + + + + + Show full path of a stream + + Decoder @@ -380,52 +453,52 @@ EqWidget - + preset předvolba - + &Load/Delete &Načíst/Odstranit - + &Save Preset &Uložit předvolbu - + &Save Auto-load Preset Uložit &automatickou předvolbu - + &Import &Importovat - + &Clear &Vynulovat - + Saving Preset Uložení předvolby - + Preset name: Název předvolby: - + preset # předvolba # - + Import Preset Importovat předvolbu @@ -471,260 +544,270 @@ MainVisual - + Visualization Mode Režim vizualizace - + Analyzer Frekvenční analýza - + Scope Osciloskop - + Off Vypnuto - + Analyzer Mode Režim analýzy - + Normal Normální - + Fire Oheň - + Vertical Lines Sloupce - + Lines Úzké - + Bars Široké - + Peaks Špičky - + Refresh Rate Obnovovací frekvence - + 50 fps 50 Hz - + 25 fps 25 Hz - + 10 fps 10 Hz - + 5 fps 5 Hz - + Analyzer Falloff Pokles analyzátoru - + Slowest Nejpomalejší - + Slow Pomalý - + Medium Střední - + Fast Rychlý - + Fastest Nejrychlejší - + Peaks Falloff Pokles špiček + + + Background + + + + + Transparent + + MainWindow - + Default Seznam - + Choose a directory Výběr adresáře - + Select one or more files to open 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 - + &Queue &Fronta - + Q Q - + &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 - + P&lay/Pause Přehrá&t/Pozastavit - + Space Mezerník - + &About Qt O knihovně &Qt @@ -732,157 +815,157 @@ PlayList - + &Add File Přidat &soubor - + F F - + &Add Directory Přidat &adresář - + D D - + &Remove Selected &Odstranit vybrané - + Del Del - + &Remove All Odstranit &vše - + &Remove Unselected Odstranit &nevybrané - + &View Track Details Zobrazit &informace o skladbě - + Alt+I Alt+I - + Sort List Seřadit seznam - + By Title Podle názvu skladby - + By Filename Podle názvu souboru - + By Path + Filename Podle cesty a názvu souboru - + By Date Podle data - + Sort Selection Seřadit výběr - + Randomize List Zamíchat seznam - + Reverse List Obrátit pořadí seznamu - + Invert Selection Invertovat výběr - + &Select None &Zrušit výběr - + &Select All &Vybrat vše - + Ctrl+A Ctrl+A - + &New List &Nový seznam - + Shift+N Shift+N - + &Load List Načíst &seznam - + O O - + &Save List &Uložit seznam - + Shift+S Shift+S - + &Add Url Přidat &URL - + U U - + By Track Number Podle čísla skladby @@ -915,6 +998,44 @@ Automatická předvolba + + QMMPStarter + + + Usage: qmmp [options] [files] + + + + + Options: + + + + + -------- + + + + + Display this text and exit. + + + + + Print version number and exit + + + + + Ideas, patches, bugreports send to forkotov02@hotmail.ru + + + + + QMMP version: + + + TextScroller diff --git a/src/ui/translations/qmmp_de.qm b/src/ui/translations/qmmp_de.qm index 518d22956..aab9d1d81 100644 Binary files a/src/ui/translations/qmmp_de.qm and b/src/ui/translations/qmmp_de.qm differ diff --git a/src/ui/translations/qmmp_de.ts b/src/ui/translations/qmmp_de.ts index 788099619..04939ec66 100644 --- a/src/ui/translations/qmmp_de.ts +++ b/src/ui/translations/qmmp_de.ts @@ -1,6 +1,5 @@ - AboutDialog @@ -97,7 +96,7 @@ URL eingeben und hinzufügen - + Error Fehler @@ -112,65 +111,123 @@ &Abbrechen + + BuiltinCommandLineOption + + + Skip forward in playlist + + + + + Skip backwards in playlist + + + + + Start playing current song + + + + + Pause current song + + + + + Pause if playing, play otherwise + + + + + Stop current song + + + + + Set playback volume(example: qmmp --volume20, qmmp --volume100) + + + + + Display Jump to File dialog + + + + + Show/hide application + + + + + Display Add File dialog + + + + + Display Add Directory dialog + + + 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 @@ -225,52 +282,52 @@ ??? - + ... ... - + Metadata Metadaten - + Load metadata from files Metadaten aus Dateien laden - + Song Display Titelanzeige - + Title format: Titelformat: - + Preferences Konfiguration - + Information Information - + Input Eingabe - + Output Ausgabe - + Close Schließen @@ -280,145 +337,160 @@ Verbindung - + File Dialog Datei-Dialog - + Proxy Proxy - + Enable proxy usage Proxy aktivieren - + Proxy host name: Name des Proxyservers: - + Proxy port: Proxy-Port: - + Use authentication with proxy Benutze Authentisierung mit Proxyserver - + Proxy user name: Benutzername für Proxyserver: - + Proxy password: Passwort für Proxyserver: - + Archived skin Archivierter Skin - + Unarchived skin Nicht archivierter Skin - + Visualization Visualisierung - + Effects Effekte - + General Allgemein - + Audio Audio - + Use software volume control Softwaregesteuerte Lautstärkeregelung - + Visibility Control Tray-Steuerung - + Hide on close Beim Schließen minimieren - + Start hidden Minimiert starten + + + Convert underscores to blanks + + + + + Convert %20 to blanks + + + + + Show full path of a stream + + EqWidget - + preset Voreinstellung - + &Load/Delete &Laden/Löschen - + &Save Preset &Voreinstellung speichern - + &Save Auto-load Preset &Automatische Voreinstellungen speichern - + &Import &Importieren - + &Clear &Leeren - + Saving Preset Voreinstellung speichern - + Preset name: Name der Voreinstellung: - + preset # Voreinstellung # - + Import Preset Voreinstellung importieren @@ -464,260 +536,270 @@ MainVisual - + Visualization Mode Visualisierungsmodus - + Analyzer Analyzer - + Scope Oszilloskop - + Off Aus - + Analyzer Mode Analyzer-Modus - + Normal Normal - + Fire Feuer - + Vertical Lines Vertikale Linien - + Lines Linien - + Bars Balken - + Peaks Spitzen - + Refresh Rate Wiederholfrequenz - + 50 fps 50 fps - + 25 fps 25 fps - + 10 fps 10 fps - + 5 fps 5 fps - + Analyzer Falloff Analyzer Fall-off - + Slowest Sehr langsam - + Slow Langsam - + Medium Mittel - + Fast Schnell - + Fastest Sehr schnell - + Peaks Falloff Peaks Fall-off + + + Background + + + + + Transparent + + MainWindow - + Default Standard - + Choose a directory Verzeichnis wählen - + Select one or more files to open Eine oder mehrere Dateien zu Öffnen auswählen - + &Play &Wiedergabe - + X X - + &Pause &Pause - + C C - + &Stop &Stop - + V V - + &Previous &Vorheriger Titel - + Z Z - + &Next &Nächster Titel - + B B - + &Queue &Warteschlange - + Q Q - + &Jump To File &Springe zu Titel - + J J - + &Settings &Einstellungen - + Ctrl+P Ctrl+P - + &About Ü&ber - + &Exit &Beenden - + Ctrl+Q Ctrl+Q - + Playlist Files Wiedergabelisten - + Open Playlist Wiedergabeliste öffnen - + Save Playlist Wiedergabeliste speichern - + P&lay/Pause Wieder&gabe/Pause - + Space Leertaste - + &About Qt Übe&r Qt @@ -725,155 +807,160 @@ PlayList - + &Add File &Datei hinzufügen - + F F - + &Add Directory &Verzeichnis hinzufügen - + D D - + &Remove Selected &Ausgewählte entfernen - + Del Entf - + &Remove All Alle &entfernen - + &Remove Unselected &Nicht ausgewählte entfernen - + &View Track Details &Titeldetails anzeigen - + Alt+I Alt+I - + Sort List Wiedergabeliste sortieren - + By Title Nach Titel - + By Filename Nach Dateinamen - + By Path + Filename Nach Pfad + Dateinamen - + By Date Nach Datum - + Sort Selection Auswahl sortieren - + Randomize List Zufällige Wiedergabe - + Reverse List Wiedergabeliste umkehren - + Invert Selection Auswahl umkehren - + &Select None &Keine auswählen - + &Select All Alle aus&wählen - + Ctrl+A Ctrl+A - + &New List &Neue Wiedergabeliste - + Shift+N Shift+N - + &Load List Wiedergabeliste &laden - + O O - + &Save List Wiedergabeliste &speichern - + Shift+S Shift+S - + &Add Url &URL hinzufügen - + U U + + + By Track Number + + PresetEditor @@ -903,6 +990,52 @@ Automatische Voreinstellung + + QMMPStarter + + + Usage: qmmp [options] [files] + + + + + Options: + + + + + -------- + + + + + Display this text and exit. + + + + + Print version number and exit + + + + + Ideas, patches, bugreports send to forkotov02@hotmail.ru + + + + + QMMP version: + + + + + TextScroller + + + Buffering: + + + VisualMenu diff --git a/src/ui/translations/qmmp_pt_BR.qm b/src/ui/translations/qmmp_pt_BR.qm index 64359df97..e10534983 100644 Binary files a/src/ui/translations/qmmp_pt_BR.qm and b/src/ui/translations/qmmp_pt_BR.qm differ diff --git a/src/ui/translations/qmmp_pt_BR.ts b/src/ui/translations/qmmp_pt_BR.ts index af73a14d7..1d1866b64 100644 --- a/src/ui/translations/qmmp_pt_BR.ts +++ b/src/ui/translations/qmmp_pt_BR.ts @@ -91,7 +91,7 @@ AddUrlDialog - + Error @@ -111,65 +111,123 @@ + + BuiltinCommandLineOption + + + Skip forward in playlist + + + + + Skip backwards in playlist + + + + + Start playing current song + + + + + Pause current song + + + + + Pause if playing, play otherwise + + + + + Stop current song + + + + + Set playback volume(example: qmmp --volume20, qmmp --volume100) + + + + + Display Jump to File dialog + + + + + Show/hide application + + + + + Display Add File dialog + + + + + Display Add Directory dialog + + + 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 @@ -204,47 +262,47 @@ ??? - + ... ... - + Metadata MetaData - + Load metadata from files Carregar arquivo MetaData - + Song Display Mostrar música - + Title format: Tipo de Formato: - + Input Entrada - + Output Saída - + Preferences Preferências - + Information Informações @@ -269,17 +327,17 @@ Avançado - + Close Fechar - + Archived skin - + Unarchived skin @@ -289,135 +347,150 @@ - + Visualization - + Effects - + General - + 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: + + + Convert underscores to blanks + + + + + Convert %20 to blanks + + + + + Show full path of a stream + + EqWidget - + preset preset - + &Load/Delete &Carregar/Deletar - + &Save Preset %Salvar preset - + &Save Auto-load Preset &Salvar Auto-Carregar preset - + &Clear &Limpar - + Saving Preset Salvando Preset - + Preset name: Nome Preset: - + preset # Preset # - + &Import &Importar - + Import Preset Importar Preset @@ -463,260 +536,270 @@ MainVisual - + Visualization Mode - + Analyzer - + Scope - + Off - + Analyzer Mode - + Normal - + Fire - + Vertical Lines - + Lines - + Bars - + Peaks - + Refresh Rate - + 50 fps - + 25 fps - + 10 fps - + 5 fps - + Analyzer Falloff - + Slowest - + Slow - + Medium - + Fast - + Fastest - + Peaks Falloff + + + Background + + + + + Transparent + + MainWindow - + Default Padrão - + Choose a directory Escolher o diretorio - + Select one or more files to open Selecionar um ou mais arquivos - + &Play Tocar - + X - + &Pause Pausar - + C - + &Stop Parar - + V - + &Previous Anterior - + Z - + &Next Próximo - + B - + &Queue Na fila - + Q - + &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 - + P&lay/Pause - + Space - + &About Qt @@ -724,155 +807,160 @@ PlayList - + F - + D - + Alt+I - + Ctrl+A - + O - + &Add File &Adicionar arquivo - + &Add Directory &Adicionar Diretorio - + &Remove Selected &Remover selecionadas - + &Remove All &Remover tudo - + &Remove Unselected &Remover não selecionadas - + &View Track Details &Ver detalhes da Faixa - + Sort List Classificar lista - + By Title Por Título - + By Filename Por Nome - + By Path + Filename Por Dirertório + Nome - + By Date Por Data - + Sort Selection Classificar por Seleção - + Randomize List Lista Eleatória - + Reverse List Lista Revertida - + Invert Selection Inverter Seleção - + &Select None &Nenhum selecionado - + &Select All &Selecionar tudo - + &New List &Nova lista - + Shift+N - + &Load List &Carregar lista - + &Save List &Salvar lista - + Shift+S - + Del - + &Add Url - + U + + + By Track Number + + PresetEditor @@ -902,6 +990,52 @@ Auto-preset + + QMMPStarter + + + Usage: qmmp [options] [files] + + + + + Options: + + + + + -------- + + + + + Display this text and exit. + + + + + Print version number and exit + + + + + Ideas, patches, bugreports send to forkotov02@hotmail.ru + + + + + QMMP version: + + + + + TextScroller + + + Buffering: + + + VisualMenu diff --git a/src/ui/translations/qmmp_ru.qm b/src/ui/translations/qmmp_ru.qm index 9fac115a6..596acfed0 100644 Binary files a/src/ui/translations/qmmp_ru.qm and b/src/ui/translations/qmmp_ru.qm differ diff --git a/src/ui/translations/qmmp_ru.ts b/src/ui/translations/qmmp_ru.ts index 7a5314ddc..11481ecab 100644 --- a/src/ui/translations/qmmp_ru.ts +++ b/src/ui/translations/qmmp_ru.ts @@ -91,7 +91,7 @@ AddUrlDialog - + Error @@ -111,65 +111,123 @@ + + BuiltinCommandLineOption + + + Skip forward in playlist + + + + + Skip backwards in playlist + + + + + Start playing current song + + + + + Pause current song + + + + + Pause if playing, play otherwise + + + + + Stop current song + + + + + Set playback volume(example: qmmp --volume20, qmmp --volume100) + + + + + Display Jump to File dialog + + + + + Show/hide application + + + + + Display Add File dialog + + + + + Display Add Directory dialog + + + ConfigDialog - + Enabled Включён - + Description Описание - + Filename Имя файла - + Artist Исполнитель - + Album Альбом - + Title Название - + Tracknumber Номер трека - + Genre Жанр - + Filepath Путь к файлу - + Date Дата - + Year Год - + Comment Комментарий @@ -204,47 +262,47 @@ ??? - + ... ... - + Metadata Метаданные - + Load metadata from files Считывать метаданные из файлов - + Song Display Список песен - + Title format: Формат названия: - + Input Ввод - + Output Вывод - + Preferences Настройки - + Information Информация @@ -269,17 +327,17 @@ Дополнительно - + Close Закрыть - + Archived skin - + Unarchived skin @@ -289,135 +347,150 @@ - + Visualization - + Effects - + General - + 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: + + + Convert underscores to blanks + + + + + Convert %20 to blanks + + + + + Show full path of a stream + + EqWidget - + preset предустановка - + &Load/Delete &Загрузить/Удалить - + &Save Preset &Сохранить предустановку - + &Save Auto-load Preset &Сохранить авто-предустановку - + &Clear &Очистить - + Saving Preset Сохранение предустановки - + Preset name: Имя предустановки: - + preset # предустановка # - + &Import &Импортировать - + Import Preset Импорт предустановки @@ -463,260 +536,270 @@ MainVisual - + Visualization Mode - + Analyzer - + Scope - + Off - + Analyzer Mode - + Normal - + Fire - + Vertical Lines - + Lines - + Bars - + Peaks - + Refresh Rate - + 50 fps - + 25 fps - + 10 fps - + 5 fps - + Analyzer Falloff - + Slowest - + Slow - + Medium - + Fast - + Fastest - + Peaks Falloff + + + Background + + + + + Transparent + + MainWindow - + Default - + Choose a directory Выберите директорию - + Select one or more files to open Выберите один или несколько файлов - + &Play &Воспроизвести - + X - + &Pause &Приостановить - + C - + &Stop &Стоп - + V - + &Previous &Назад - + Z - + &Next &Вперёд - + B - + &Queue &В очередь - + Q - + &Jump To File &Перейти к файлу - + J - + &Settings &Настройки - + Ctrl+P - + &Exit &Выход - + Ctrl+Q - + Open Playlist Открыть список - + Save Playlist Сохранить список - + &About &О программе - + Playlist Files Файлы списков - + P&lay/Pause - + Space - + &About Qt @@ -724,155 +807,160 @@ PlayList - + F - + D - + Alt+I - + Ctrl+A - + O - + &Add File &Добавить файл - + &Add Directory &Добавить директорию - + &Remove Selected &Удалить выделенное - + &Remove All &Удалить всё - + &Remove Unselected &Удалить невыделенное - + &View Track Details &Информация - + Sort List Сортировать - + By Title По названию - + By Filename По имени файла - + By Path + Filename По пути и файлу - + By Date По дате - + Sort Selection Сортировать выделенное - + Randomize List Перемешать - + Reverse List Перевернуть - + Invert Selection Инвертировать выделение - + &Select None &Снять выделение - + &Select All &Выделить всё - + &New List &Новый лист - + Shift+N - + &Load List &Загрузить лист - + &Save List &Сохранить лист - + Shift+S - + Del - + &Add Url - + U + + + By Track Number + + PresetEditor @@ -902,6 +990,52 @@ Авто-предустановка + + QMMPStarter + + + Usage: qmmp [options] [files] + + + + + Options: + + + + + -------- + + + + + Display this text and exit. + + + + + Print version number and exit + + + + + Ideas, patches, bugreports send to forkotov02@hotmail.ru + + + + + QMMP version: + + + + + TextScroller + + + Buffering: + + + VisualMenu diff --git a/src/ui/translations/qmmp_tr.qm b/src/ui/translations/qmmp_tr.qm index 2bd66da69..e2c42d98f 100644 Binary files a/src/ui/translations/qmmp_tr.qm and b/src/ui/translations/qmmp_tr.qm differ diff --git a/src/ui/translations/qmmp_tr.ts b/src/ui/translations/qmmp_tr.ts index 5fab0c835..18647614a 100644 --- a/src/ui/translations/qmmp_tr.ts +++ b/src/ui/translations/qmmp_tr.ts @@ -91,7 +91,7 @@ AddUrlDialog - + Error @@ -111,65 +111,123 @@ + + BuiltinCommandLineOption + + + Skip forward in playlist + + + + + Skip backwards in playlist + + + + + Start playing current song + + + + + Pause current song + + + + + Pause if playing, play otherwise + + + + + Stop current song + + + + + Set playback volume(example: qmmp --volume20, qmmp --volume100) + + + + + Display Jump to File dialog + + + + + Show/hide application + + + + + Display Add File dialog + + + + + Display Add Directory dialog + + + 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 @@ -204,47 +262,47 @@ ??? - + ... ... - + Metadata Veri bilgisi - + Load metadata from files Veri bilgisini dosyadan yükle - + Song Display Şarkı Göstergesi - + Title format: Başlık formatı: - + Input Giriş - + Output Çıkış - + Preferences Tercihler - + Information Bilgi @@ -269,17 +327,17 @@ Gelişmiş - + Close Kapat - + Archived skin - + Unarchived skin @@ -289,135 +347,150 @@ - + Visualization - + Effects - + General - + 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: + + + Convert underscores to blanks + + + + + Convert %20 to blanks + + + + + Show full path of a stream + + EqWidget - + preset tanımlanmış ayar - + &Load/Delete &Yükle/Sil - + &Save Preset Tanımlanmış &Ayarları Kaydet - + &Save Auto-load Preset &Otomatik Tanımlanmış Ayarları Kaydet - + &Clear &Temizle - + Saving Preset Tanımlanmış Ayarla Kaydediliyor - + Preset name: Tanımlanmış ayar adı: - + preset # tanımlanmış ayar # - + &Import &İçe Aktar - + Import Preset Tanımlanmış Ayarları Al @@ -463,260 +536,270 @@ MainVisual - + Visualization Mode - + Analyzer - + Scope - + Off - + Analyzer Mode - + Normal - + Fire - + Vertical Lines - + Lines - + Bars - + Peaks - + Refresh Rate - + 50 fps - + 25 fps - + 10 fps - + 5 fps - + Analyzer Falloff - + Slowest - + Slow - + Medium - + Fast - + Fastest - + Peaks Falloff + + + Background + + + + + Transparent + + MainWindow - + Default Öntanımlı - + Choose a directory Bir dizin seçin - + Select one or more files to open 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 - + &Queue &Kuyruğa ekle - + Q Q - + &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ı - + P&lay/Pause - + Space - + &About Qt @@ -724,155 +807,160 @@ PlayList - + F F - + D D - + Alt+I Alt+I - + Ctrl+A Ctrl+A - + O O - + &Add File &Dosya Ekle - + &Add Directory &Dizin Ekle - + &Remove Selected &Seçileni Kaldır - + &Remove All &Hepsini Kaldır - + &Remove Unselected &Seçilmemişleri Kaldır - + &View Track Details &Parça Detaylarını Göster - + Sort List Listeyi Sınıflandır - + By Title Başlığa Göre - + By Filename Dosya Adına Göre - + By Path + Filename Dosya Yolu + Dosya Adına Göre - + By Date Tarihe Göre - + Sort Selection Seçilenleri Sınıflandır - + Randomize List Rastgele Listele - + Reverse List Listeyi Ters Çevir - + Invert Selection Seçimi Tersine Çevir - + &Select None &Hiçbirini Seçme - + &Select All &Tümünü Seç - + &New List &Yeni Liste - + Shift+N Shift+N - + &Load List &Liste Yükle - + &Save List &Listeyi Kaydet - + Shift+S Shift+S - + Del Del - + &Add Url - + U + + + By Track Number + + PresetEditor @@ -902,6 +990,52 @@ Ayarları Otomatik Tanımla + + QMMPStarter + + + Usage: qmmp [options] [files] + + + + + Options: + + + + + -------- + + + + + Display this text and exit. + + + + + Print version number and exit + + + + + Ideas, patches, bugreports send to forkotov02@hotmail.ru + + + + + QMMP version: + + + + + TextScroller + + + Buffering: + + + VisualMenu diff --git a/src/ui/translations/qmmp_uk_UA.qm b/src/ui/translations/qmmp_uk_UA.qm index bed2139e0..a19e0711c 100644 Binary files a/src/ui/translations/qmmp_uk_UA.qm and b/src/ui/translations/qmmp_uk_UA.qm differ diff --git a/src/ui/translations/qmmp_uk_UA.ts b/src/ui/translations/qmmp_uk_UA.ts index f69b0280c..1200c2cb1 100644 --- a/src/ui/translations/qmmp_uk_UA.ts +++ b/src/ui/translations/qmmp_uk_UA.ts @@ -91,7 +91,7 @@ AddUrlDialog - + Error @@ -111,65 +111,123 @@ + + BuiltinCommandLineOption + + + Skip forward in playlist + + + + + Skip backwards in playlist + + + + + Start playing current song + + + + + Pause current song + + + + + Pause if playing, play otherwise + + + + + Stop current song + + + + + Set playback volume(example: qmmp --volume20, qmmp --volume100) + + + + + Display Jump to File dialog + + + + + Show/hide application + + + + + Display Add File dialog + + + + + Display Add Directory dialog + + + ConfigDialog - + Enabled Увімкнено - + Description Пояснення - + Filename Им'я файлу - + Artist Виконавець - + Album Альбом - + Title Назва - + Tracknumber Номер треку - + Genre Жанр - + Filepath Шлях до файлу - + Date Дата - + Year Рік - + Comment Коментар @@ -204,47 +262,47 @@ ??? - + ... ... - + Metadata Метадані - + Load metadata from files Зчитувати метадані з файлів - + Song Display Список пісень - + Title format: Формат назви: - + Input Введення - + Output Виведення - + Preferences Налаштування - + Information Інформація @@ -269,17 +327,17 @@ Додатково - + Close Закрити - + Archived skin - + Unarchived skin @@ -289,135 +347,150 @@ - + Visualization - + Effects - + General - + 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: + + + Convert underscores to blanks + + + + + Convert %20 to blanks + + + + + Show full path of a stream + + EqWidget - + preset предвстановлення - + &Load/Delete &Завантажити/Видалити - + &Save Preset &Зберегти предвстановлення - + &Save Auto-load Preset &Зберегти авто-предвстановлення - + &Clear &Очистити - + Saving Preset Збережені предвстановлення - + Preset name: Им'я предвстановлення: - + preset # предвстановлення # - + &Import &Імпортувати - + Import Preset Імпорт предвстановлення @@ -463,260 +536,270 @@ MainVisual - + Visualization Mode - + Analyzer - + Scope - + Off - + Analyzer Mode - + Normal - + Fire - + Vertical Lines - + Lines - + Bars - + Peaks - + Refresh Rate - + 50 fps - + 25 fps - + 10 fps - + 5 fps - + Analyzer Falloff - + Slowest - + Slow - + Medium - + Fast - + Fastest - + Peaks Falloff + + + Background + + + + + Transparent + + MainWindow - + Default - + Choose a directory Виберіть теку - + Select one or more files to open Виберіть один чи кілька файлів - + &Play &Відтворити - + X - + &Pause &Пауза - + C - + &Stop &Стоп - + V - + &Previous &Назад - + Z - + &Next &Вперед - + B - + &Queue &В чергу - + Q - + &Jump To File &Перейти до файлу - + J - + &Settings &Налаштування - + Ctrl+P - + &Exit &Вихід - + Ctrl+Q - + Open Playlist Відкрити список - + Save Playlist Зберегти список - + &About &Про програму - + Playlist Files Файли списків - + P&lay/Pause - + Space - + &About Qt @@ -724,155 +807,160 @@ PlayList - + F - + D - + Alt+I - + Ctrl+A - + O - + &Add File &Додати файл - + &Add Directory &Додати теку - + &Remove Selected &Видалити вибране - + &Remove All &Видалити все - + &Remove Unselected &Видалити не вибране - + &View Track Details &Інформація - + Sort List Сортувати - + By Title За назвою - + By Filename За ім'ям файлу - + By Path + Filename За шляхом та файлом - + By Date За датою - + Sort Selection Сортувати вибране - + Randomize List Перемішати - + Reverse List Перевернути - + Invert Selection Інвертувати вибране - + &Select None &Зняти виділення - + &Select All &Вибрати все - + &New List &Новий список - + Shift+N - + &Load List &Завантажити список - + &Save List &Зберегти список - + Shift+S - + Del - + &Add Url - + U + + + By Track Number + + PresetEditor @@ -902,6 +990,52 @@ Авто-предвстановлення + + QMMPStarter + + + Usage: qmmp [options] [files] + + + + + Options: + + + + + -------- + + + + + Display this text and exit. + + + + + Print version number and exit + + + + + Ideas, patches, bugreports send to forkotov02@hotmail.ru + + + + + QMMP version: + + + + + TextScroller + + + Buffering: + + + VisualMenu diff --git a/src/ui/translations/qmmp_zh_CN.qm b/src/ui/translations/qmmp_zh_CN.qm index 1878e7f60..c44e83f96 100644 Binary files a/src/ui/translations/qmmp_zh_CN.qm and b/src/ui/translations/qmmp_zh_CN.qm differ diff --git a/src/ui/translations/qmmp_zh_CN.ts b/src/ui/translations/qmmp_zh_CN.ts index a997980a7..5e5dbf3a9 100644 --- a/src/ui/translations/qmmp_zh_CN.ts +++ b/src/ui/translations/qmmp_zh_CN.ts @@ -91,7 +91,7 @@ AddUrlDialog - + Error @@ -111,65 +111,123 @@ + + BuiltinCommandLineOption + + + Skip forward in playlist + + + + + Skip backwards in playlist + + + + + Start playing current song + + + + + Pause current song + + + + + Pause if playing, play otherwise + + + + + Stop current song + + + + + Set playback volume(example: qmmp --volume20, qmmp --volume100) + + + + + Display Jump to File dialog + + + + + Show/hide application + + + + + Display Add File dialog + + + + + Display Add Directory dialog + + + ConfigDialog - + Enabled 启用 - + Description 描述 - + Filename 文件名 - + Artist 艺术家 - + Album 专辑 - + Title 标题 - + Tracknumber 轨迹 - + Genre 流派 - + Filepath 文件路径 - + Date 日期 - + Year 年代 - + Comment 备注 @@ -204,47 +262,47 @@ ??? - + ... ... - + Metadata 元数据 - + Load metadata from files 从文件载入元数据 - + Song Display 显示歌曲 - + Title format: 标题格式: - + Input 输入 - + Output 输出 - + Preferences 参数设置 - + Information 信息 @@ -269,17 +327,17 @@ 高级 - + Close 关闭 - + Archived skin - + Unarchived skin @@ -289,135 +347,150 @@ - + Visualization - + Effects - + General - + 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: + + + Convert underscores to blanks + + + + + Convert %20 to blanks + + + + + Show full path of a stream + + EqWidget - + preset 预设 - + &Load/Delete 载入/删除(&L) - + &Save Preset 保存预设(&S) - + &Save Auto-load Preset 保存自动载入预设(&S) - + &Clear 清除(&C) - + Saving Preset 保存预设 - + Preset name: 预设名字: - + preset # 预设 # - + &Import 导入(&I) - + Import Preset 导入预设 @@ -463,260 +536,270 @@ MainVisual - + Visualization Mode - + Analyzer - + Scope - + Off - + Analyzer Mode - + Normal - + Fire - + Vertical Lines - + Lines - + Bars - + Peaks - + Refresh Rate - + 50 fps - + 25 fps - + 10 fps - + 5 fps - + Analyzer Falloff - + Slowest - + Slow - + Medium - + Fast - + Fastest - + Peaks Falloff + + + Background + + + + + Transparent + + MainWindow - + Default 默认 - + Choose a directory 选择一个目录 - + Select one or more files to open 选择打开一个或更多文件 - + &Play 播放(&P) - + X X - + &Pause 暂停(&P) - + C C - + &Stop 停止(&S) - + V V - + &Previous 上一个(&P) - + Z Z - + &Next 下一个(&N) - + B B - + &Queue 队列(&Q) - + Q Q - + &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 播放列表文件 - + P&lay/Pause - + Space - + &About Qt @@ -724,155 +807,160 @@ PlayList - + F F - + D D - + Alt+I Alt+I - + Ctrl+A Ctrl+A - + O O - + &Add File 添加文件(&A) - + &Add Directory 添加文件夹(&A) - + &Remove Selected 移除所选(&R) - + &Remove All 移除全部(&R) - + &Remove Unselected 移除未选(&R) - + &View Track Details 查看音轨详细信息(&V) - + Sort List 列表排序 - + By Title 按标题 - + By Filename 按文件名 - + By Path + Filename 按路径+文件名 - + By Date 按日期 - + Sort Selection 选择排序 - + Randomize List 随机产生列表 - + Reverse List 逆序列表 - + Invert Selection 反选 - + &Select None 无选择(&S) - + &Select All 选择全部(&S) - + &New List 新建列表(&N) - + Shift+N Shift+N - + &Load List 载入列表(&L) - + &Save List 保存列表(&S) - + Shift+S Shift+S - + Del Del - + &Add Url - + U + + + By Track Number + + PresetEditor @@ -902,6 +990,52 @@ 自动预设 + + QMMPStarter + + + Usage: qmmp [options] [files] + + + + + Options: + + + + + -------- + + + + + Display this text and exit. + + + + + Print version number and exit + + + + + Ideas, patches, bugreports send to forkotov02@hotmail.ru + + + + + QMMP version: + + + + + TextScroller + + + Buffering: + + + VisualMenu diff --git a/src/ui/translations/qmmp_zh_TW.qm b/src/ui/translations/qmmp_zh_TW.qm index 6ac842707..17cc0b3a3 100644 Binary files a/src/ui/translations/qmmp_zh_TW.qm and b/src/ui/translations/qmmp_zh_TW.qm differ diff --git a/src/ui/translations/qmmp_zh_TW.ts b/src/ui/translations/qmmp_zh_TW.ts index 80d202f4d..d7726f694 100644 --- a/src/ui/translations/qmmp_zh_TW.ts +++ b/src/ui/translations/qmmp_zh_TW.ts @@ -91,7 +91,7 @@ AddUrlDialog - + Error @@ -111,65 +111,123 @@ + + BuiltinCommandLineOption + + + Skip forward in playlist + + + + + Skip backwards in playlist + + + + + Start playing current song + + + + + Pause current song + + + + + Pause if playing, play otherwise + + + + + Stop current song + + + + + Set playback volume(example: qmmp --volume20, qmmp --volume100) + + + + + Display Jump to File dialog + + + + + Show/hide application + + + + + Display Add File dialog + + + + + Display Add Directory dialog + + + ConfigDialog - + Enabled 啓用 - + Description 說明 - + Filename 檔名 - + Artist 兿術家 - + Album 專輯 - + Title 標題 - + Tracknumber 軌迹 - + Genre 流派 - + Filepath 檔案路徑 - + Date 日期 - + Year 年代 - + Comment 備注 @@ -204,47 +262,47 @@ ??? - + ... ... - + Metadata 元資料 - + Load metadata from files 從檔案載入元資料 - + Song Display 察看歌曲 - + Title format: 標題格式: - + Input 匯入 - + Output 匯出 - + Preferences 引數設定 - + Information 資訊 @@ -269,17 +327,17 @@ 進階 - + Close 關閉 - + Archived skin - + Unarchived skin @@ -289,135 +347,150 @@ - + Visualization - + Effects - + General - + 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: + + + Convert underscores to blanks + + + + + Convert %20 to blanks + + + + + Show full path of a stream + + EqWidget - + preset 預設 - + &Load/Delete 載入/移除(&L) - + &Save Preset 儲存預設(&S) - + &Save Auto-load Preset 儲存自動載入預設(&S) - + &Clear 清除(&C) - + Saving Preset 儲存預設 - + Preset name: 預設名字: - + preset # 預設 # - + &Import 導入(&I) - + Import Preset 導入預設 @@ -463,260 +536,270 @@ MainVisual - + Visualization Mode - + Analyzer - + Scope - + Off - + Analyzer Mode - + Normal - + Fire - + Vertical Lines - + Lines - + Bars - + Peaks - + Refresh Rate - + 50 fps - + 25 fps - + 10 fps - + 5 fps - + Analyzer Falloff - + Slowest - + Slow - + Medium - + Fast - + Fastest - + Peaks Falloff + + + Background + + + + + Transparent + + MainWindow - + Default 預設 - + Choose a directory 選取一個目録 - + Select one or more files to open 選取開啟一個或更多檔案 - + &Play 播放(&P) - + X X - + &Pause 暫停(&P) - + C C - + &Stop 停止(&S) - + V V - + &Previous 上一個(&P) - + Z Z - + &Next 下一個(&N) - + B B - + &Queue 佇列(&Q) - + Q Q - + &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 播放清單檔案 - + P&lay/Pause - + Space - + &About Qt @@ -724,155 +807,160 @@ PlayList - + F F - + D D - + Alt+I Alt+I - + Ctrl+A Ctrl+A - + O O - + &Add File 添加檔案(&A) - + &Add Directory 添加檔案夾(&A) - + &Remove Selected 移除所選(&R) - + &Remove All 移除全部(&R) - + &Remove Unselected 移除未選(&R) - + &View Track Details 檢視音軌詳細資訊(&V) - + Sort List 清單排序 - + By Title 按標題 - + By Filename 按檔名 - + By Path + Filename 按路徑+檔名 - + By Date 按日期 - + Sort Selection 選取排序 - + Randomize List 隨機産生清單 - + Reverse List 逆串列表 - + Invert Selection 反選 - + &Select None 無選取(&S) - + &Select All 選取全部(&S) - + &New List 新建清單(&N) - + Shift+N Shift+N - + &Load List 載入清單(&L) - + &Save List 儲存清單(&S) - + Shift+S Shift+S - + Del Del - + &Add Url - + U + + + By Track Number + + PresetEditor @@ -902,6 +990,52 @@ 自動預設 + + QMMPStarter + + + Usage: qmmp [options] [files] + + + + + Options: + + + + + -------- + + + + + Display this text and exit. + + + + + Print version number and exit + + + + + Ideas, patches, bugreports send to forkotov02@hotmail.ru + + + + + QMMP version: + + + + + TextScroller + + + Buffering: + + + VisualMenu -- cgit v1.2.3-13-gbd6f