From bb4526c98560a4b7da9b26ed37258e202430d2ee Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 18 Feb 2009 17:21:36 +0000 Subject: removed useless option git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@794 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/playlistitem.cpp | 5 +- src/qmmpui/playlistitem.h | 2 +- src/ui/configdialog.cpp | 2 - src/ui/forms/configdialog.ui | 646 +++++++++++++++++++------------------- src/ui/translations/qmmp_cs.ts | 238 ++++++++------ src/ui/translations/qmmp_de.ts | 238 ++++++++------ src/ui/translations/qmmp_pl_PL.ts | 238 ++++++++------ src/ui/translations/qmmp_pt_BR.ts | 240 ++++++++------ src/ui/translations/qmmp_ru.ts | 238 ++++++++------ src/ui/translations/qmmp_tr.ts | 240 ++++++++------ src/ui/translations/qmmp_uk_UA.ts | 238 ++++++++------ src/ui/translations/qmmp_zh_CN.ts | 238 ++++++++------ src/ui/translations/qmmp_zh_TW.ts | 238 ++++++++------ 13 files changed, 1553 insertions(+), 1248 deletions(-) (limited to 'src') diff --git a/src/qmmpui/playlistitem.cpp b/src/qmmpui/playlistitem.cpp index ad4bc9cef..f52aec350 100644 --- a/src/qmmpui/playlistitem.cpp +++ b/src/qmmpui/playlistitem.cpp @@ -46,7 +46,6 @@ PlayListItem::PlayListItem(FileInfo *info, QSettings *settings) : AbstractPlayli //other properties m_convertUnderscore = s->value ("PlayList/convert_underscore", TRUE).toBool(); m_convertTwenty = s->value ("PlayList/convert_twenty", TRUE).toBool(); - m_fullStreamPath = s->value ("PlayList/full_stream_path", FALSE).toBool(); if (!settings) //delete created settings only delete s; @@ -137,9 +136,7 @@ void PlayListItem::readMetadata() //TODO rewrite this if (m_title.isEmpty()) { - if (url().startsWith("http://") && m_fullStreamPath) - m_title = url(); - else if (url().contains('/')) + if (url().contains('/')) m_title = url().split('/',QString::SkipEmptyParts).takeLast (); } if (m_info) diff --git a/src/qmmpui/playlistitem.h b/src/qmmpui/playlistitem.h index ce26ca2f5..5fbc6a716 100644 --- a/src/qmmpui/playlistitem.h +++ b/src/qmmpui/playlistitem.h @@ -66,7 +66,7 @@ private: bool m_selected; bool m_current; bool m_use_meta; - bool m_convertUnderscore, m_convertTwenty, m_fullStreamPath; + bool m_convertUnderscore, m_convertTwenty; QString m_format; FLAGS m_flag; }; diff --git a/src/ui/configdialog.cpp b/src/ui/configdialog.cpp index a474e61a0..df7d393fd 100644 --- a/src/ui/configdialog.cpp +++ b/src/ui/configdialog.cpp @@ -103,7 +103,6 @@ void ConfigDialog::readSettings() settings.value ("PlayList/load_metadata", TRUE).toBool()); ui.underscoresCheckBox->setChecked(settings.value ("PlayList/convert_underscore", TRUE).toBool()); ui.per20CheckBox->setChecked(settings.value ("PlayList/convert_twenty", TRUE).toBool()); - ui.fullPathCheckBox->setChecked(settings.value ("PlayList/full_stream_path", FALSE).toBool()); ui.protocolCheckBox->setChecked(settings.value ("PlayList/show_protocol", FALSE).toBool()); //proxy settings @@ -545,7 +544,6 @@ void ConfigDialog::saveSettings() settings.setValue ("PlayList/load_metadata", ui.metadataCheckBox->isChecked()); settings.setValue ("PlayList/convert_underscore", ui.underscoresCheckBox->isChecked()); settings.setValue ("PlayList/convert_twenty", ui.per20CheckBox->isChecked()); - settings.setValue ("PlayList/full_stream_path", ui.fullPathCheckBox->isChecked()); settings.setValue ("PlayList/show_protocol", ui.protocolCheckBox->isChecked()); FileDialog::setEnabled(FileDialog::registeredFactories().at(ui.fileDialogComboBox->currentIndex())); diff --git a/src/ui/forms/configdialog.ui b/src/ui/forms/configdialog.ui index 328fe3ba7..cbdcab8b2 100644 --- a/src/ui/forms/configdialog.ui +++ b/src/ui/forms/configdialog.ui @@ -1,7 +1,8 @@ - + + ConfigDialog - - + + 0 0 @@ -9,199 +10,199 @@ 413 - + Qmmp Settings - - + + 6 - + 9 - - + + 0 - + 0 - - - + + + 0 0 - + 170 16777215 - + 38 38 - + QListView::Static - + QListView::TopToBottom - + false - + QListView::Adjust - + 2 - + QListView::ListMode - + false - + 100 - + false - + 0 - + Appearance - - + + :/interface.png:/interface.png - + Playlist - - + + :/playlist.png:/playlist.png - + Plugins - - + + :/plugins.png:/plugins.png - + Advanced - - + + :/advanced.png:/advanced.png - + Connectivity - - + + :/network.png:/network.png - - - + + + 0 0 - + QFrame::Raised - + 0 - - - + + + 6 - + 9 - + 5 - + 0 - + 0 - - + + Skins - - - - + + + + true - + QListView::Static - + QListView::TopToBottom - + QListView::ListMode - + 0 - - - + + + 0 0 - + Add... - - - + + + 0 0 - + Refresh @@ -210,85 +211,85 @@ - - - + + + 0 0 - + Fonts - - - - + + + + 80 16777215 - + Player: - + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter - - - + + + QFrame::StyledPanel - + QFrame::Sunken - + ??? - - - + + + ... - - - + + + 80 16777215 - + Playlist: - + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter - - - + + + QFrame::StyledPanel - + QFrame::Sunken - + ??? - - - + + + ... @@ -298,23 +299,23 @@ - - + + - - + + Metadata - - + + 9 - + 6 - - - + + + Load metadata from files @@ -323,55 +324,48 @@ - - + + Song Display - - - - + + + + Title format: - + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - + + - - - + + + ... - - - + + + Convert underscores to blanks - - - + + + Convert %20 to blanks - - - - Show full path of a stream - - - - - - + + + Show protocol @@ -381,10 +375,10 @@ - + Qt::Vertical - + 387 101 @@ -394,55 +388,55 @@ - - - + + + 9 - + 5 - + 0 - + 0 - + 6 - - - + + + 0 0 - + Preferences - - - + + + 0 0 - + Information - + - + Qt::Horizontal - + 101 20 @@ -450,114 +444,114 @@ - - - + + + QTabWidget::North - + QTabWidget::Rounded - + 0 - - + + Input - - + + 6 - + 9 - - + + QAbstractItemView::SingleSelection - + QAbstractItemView::SelectRows - + 0 - + 0 - - + + Output - - + + 6 - + 9 - - + + QAbstractItemView::SingleSelection - + QAbstractItemView::SelectRows - - + + Visualization - + - - + + QAbstractItemView::SingleSelection - + QAbstractItemView::SelectRows - - + + Effects - + - - + + QAbstractItemView::SingleSelection - + QAbstractItemView::SelectRows - - + + General - + - - + + QAbstractItemView::SingleSelection - + QAbstractItemView::SelectRows @@ -568,17 +562,17 @@ - - + + - - + + Audio - + - - + + Use software volume control @@ -587,21 +581,21 @@ - - + + Visibility Control - + - - + + Hide on close - - + + Start hidden @@ -610,27 +604,27 @@ - - + + File Dialog - + - + - - + + Information - + Qt::Horizontal - + 40 20 @@ -642,85 +636,85 @@ - - + + Transparency - - - - + + + + Main window - - - + + + 90 - + Qt::Horizontal - - - + + + 25 0 - + 0 - - - + + + Equalizer - - - + + + 90 - + Qt::Horizontal - - - + + + 0 - - - + + + Playlist - - - + + + 90 - + Qt::Horizontal - - - + + + 0 @@ -730,98 +724,98 @@ - - - + + + 9 - + 5 - + 0 - + 0 - - + + Proxy - + false - + false - - - - + + + + Enable proxy usage - - - + + + Proxy host name: - + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - + + - - - + + + Proxy port: - + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - + + - - - + + + Use authentication with proxy - - - + + + Proxy user name: - + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - + + - - - + + + Proxy password: - + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - + + + QLineEdit::Password @@ -831,10 +825,10 @@ - + Qt::Vertical - + 20 40 @@ -849,26 +843,26 @@ - - + + Qt::Horizontal - - + + 6 - + 0 - + Qt::Horizontal - + 341 20 @@ -877,8 +871,8 @@ - - + + Close @@ -888,7 +882,7 @@ - + @@ -897,11 +891,11 @@ ConfigDialog accept() - + 590 402 - + 316 340 @@ -913,11 +907,11 @@ hostLineEdit setEnabled(bool) - + 305 52 - + 424 82 @@ -929,11 +923,11 @@ portLineEdit setEnabled(bool) - + 506 56 - + 506 116 @@ -945,11 +939,11 @@ proxyUserLineEdit setEnabled(bool) - + 318 142 - + 326 163 @@ -961,11 +955,11 @@ proxyPasswLineEdit setEnabled(bool) - + 264 138 - + 580 197 @@ -977,11 +971,11 @@ mwTransparencyLabel setNum(int) - + 489 285 - + 553 284 @@ -993,11 +987,11 @@ eqTransparencyLabel setNum(int) - + 519 305 - + 549 309 @@ -1009,11 +1003,11 @@ plTransparencyLabel setNum(int) - + 511 327 - + 549 330 diff --git a/src/ui/translations/qmmp_cs.ts b/src/ui/translations/qmmp_cs.ts index 76dcc9342..5a76340c1 100644 --- a/src/ui/translations/qmmp_cs.ts +++ b/src/ui/translations/qmmp_cs.ts @@ -1,5 +1,6 @@ - + + AboutDialog @@ -96,7 +97,7 @@ Přidat URL - + Error Chyba @@ -164,7 +165,7 @@ Zobrazit dialog Přidat soubor - + Display Add Directory dialog Zobrazit dialog Přidat adresář @@ -172,317 +173,336 @@ 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ář - + Qmmp Settings Nastavení Qmmp - + Appearance Vzhled - + + Playlist Seznam skladeb - + Plugins Moduly - + Advanced Pokročilé - + Skins Témata - + Fonts Písma - + Player: Přehrávač: - + Playlist: Seznam skladeb: - + + ??? ??? - + + + ... ... - + 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 - + Connectivity 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 Převést podtržítka na mezery - + Convert %20 to blanks Převést %20 na mezery - Show full path of a stream - Zobrazit plnou cestu k streamu + Zobrazit plnou cestu k streamu - + Select Skin Files - + Skin files - + Add... - + Refresh Načíst znovu - + Show protocol - + Transparency - + Main window - + + + 0 - + Equalizer @@ -490,6 +510,7 @@ EqWidget + preset předvolba @@ -543,11 +564,14 @@ JumpToTrackDialog + Unqueue Vyřadit + + Queue Zařadit @@ -666,26 +690,31 @@ Pokles analyzátoru + Slowest Nejpomalejší + Slow Pomalý + Medium Střední + Fast Rychlý + Fastest Nejrychlejší @@ -709,172 +738,174 @@ 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 - + &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 - + All Supported Bitstreams Všechny podporované formáty - + &Repeat Track - + &Shuffle - + R - + Ctrl+R - + S - + &Repeat Playlist - + Tools @@ -937,21 +968,25 @@ 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 @@ -1032,6 +1067,7 @@ U + By Track Number Podle čísla skladby diff --git a/src/ui/translations/qmmp_de.ts b/src/ui/translations/qmmp_de.ts index 269777f7c..ec86bf816 100644 --- a/src/ui/translations/qmmp_de.ts +++ b/src/ui/translations/qmmp_de.ts @@ -1,5 +1,6 @@ - + + AboutDialog @@ -97,7 +98,7 @@ Hinzuzufügende URL eingeben - + Error Fehler @@ -165,7 +166,7 @@ „Datei hinzufügen“-Dialog anzeigen - + Display Add Directory dialog „Verzeichnis hinzufügen“-Dialog anzeigen @@ -173,317 +174,336 @@ 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 - + Qmmp Settings Einstellungen - + Appearance Erscheinungsbild - + + Playlist Wiedergabeliste - + Plugins Plugins - + Advanced Erweitert - + Skins Designs - + Fonts Schriftarten - + Player: Player: - + Playlist: Wiedergabeliste: - + + ??? ??? - + + + ... ... - + 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 - + Connectivity 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 - + Visualization Visualisierung - + Effects Effekte - + General Sonstige - + Audio Audio - + Use software volume control Softwaregesteuerte Lautstärkeregelung - + Visibility Control Tray-Steuerung - + Hide on close Beim Schließen in den Tray schicken - + Start hidden Minimiert starten - + Convert underscores to blanks Unterstriche in Leerzeichen umwandeln - + Convert %20 to blanks %20 in Leerzeichen umwandeln - Show full path of a stream - Vollständigen Pfad anzeigen + Vollständigen Pfad anzeigen - + Select Skin Files Design-Dateien auswählen - + Skin files Design-Dateien - + Add... Hinzufügen... - + Refresh Aktualisieren - + Show protocol Protokoll anzeigen - + Transparency Transparenz - + Main window Hauptfenster - + + + 0 0 - + Equalizer Equalizer @@ -491,6 +511,7 @@ EqWidget + preset Voreinstellung @@ -544,11 +565,14 @@ JumpToTrackDialog + Unqueue Aus Warteschlange entfernen + + Queue In Warteschlange @@ -667,26 +691,31 @@ Analyzer Fall-off + Slowest Sehr langsam + Slow Langsam + Medium Mittel + Fast Schnell + Fastest Sehr schnell @@ -710,172 +739,174 @@ MainWindow - + + Default Standard - + Choose a directory Verzeichnis wählen - + Select one or more files to open 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 - + All Supported Bitstreams Alle unterstützten Formate - + &Repeat Track Tite&l wiederholen - + &Shuffle &Zufallswiedergabe - + R R - + Ctrl+R Strg+R - + S S - + &Repeat Playlist W&iedergabeliste wiederholen - + Tools Werkzeuge @@ -938,21 +969,25 @@ Wiedergabeliste sortieren + By Title Nach Titel + By Filename Nach Dateinamen + By Path + Filename Nach Pfad + Dateinamen + By Date Nach Datum @@ -1033,6 +1068,7 @@ U + By Track Number Nach Titelnummer diff --git a/src/ui/translations/qmmp_pl_PL.ts b/src/ui/translations/qmmp_pl_PL.ts index 7f8cd2469..8cf8c0541 100644 --- a/src/ui/translations/qmmp_pl_PL.ts +++ b/src/ui/translations/qmmp_pl_PL.ts @@ -1,5 +1,6 @@ - + + AboutDialog @@ -91,7 +92,7 @@ AddUrlDialog - + Error Błąd @@ -164,7 +165,7 @@ Wyświetl okno dialgowe dodawania plików - + Display Add Directory dialog Wyświetl okno dialgowe dodawania katalogów @@ -172,317 +173,336 @@ 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 - + Qmmp Settings Ustawienia Qmmp - + Skins Skóry - + Fonts Czcionki - + Player: Odtwarzacz: - + Playlist: Lista odtwarzania: - + + ??? ??? - + + + ... ... - + Metadata Metadane - + Load metadata from files Załaduj metadane z pliku - + Song Display Wyświetlanie utworu - + Title format: Format tytułu: - + Input Wejście - + Output Wyjście - + Preferences Ustawienia - + + Information Informacje - + Appearance Wygląd - + + Playlist Lista odtwarzania - + Plugins Wtyczki - + Advanced Zaawansowane - + Close Zamknij - + Archived skin Kompresowana skórka - + Unarchived skin Niekompresowana skórka - + Connectivity Sieć - + Visualization Wizualizacje - + Effects Efekty - + General 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: - + Convert underscores to blanks Konwertuj podkreślenia na spacje - + Convert %20 to blanks Konwertuj sekwencje %20 na spacje - Show full path of a stream - Pokaż pełną ścieżkę strumienia + Pokaż pełną ścieżkę strumienia - + Select Skin Files - + Skin files - + Add... - + Refresh Odśwież - + Show protocol - + Transparency - + Main window - + + + 0 - + Equalizer @@ -490,6 +510,7 @@ EqWidget + preset preset @@ -543,11 +564,14 @@ JumpToTrackDialog + Unqueue Wykolejkuj + + Queue Kolejkuj @@ -666,26 +690,31 @@ + Slowest + Slow + Medium + Fast + Fastest @@ -709,172 +738,174 @@ MainWindow - + + Default Domyślne - + Choose a directory Wybierz katalog - + Select one or more files to open 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 - + All Supported Bitstreams Wszystkie wspierane formaty - + &Repeat Track - + &Shuffle - + R - + Ctrl+R - + S - + &Repeat Playlist - + Tools @@ -942,21 +973,25 @@ Sortuj listę + By Title Według nazwy + By Filename Według nazwy pliku + By Path + Filename Według Ścieżki + Nazwy pliku + By Date Wg Daty @@ -1032,6 +1067,7 @@ U + By Track Number Wg numeru utworu diff --git a/src/ui/translations/qmmp_pt_BR.ts b/src/ui/translations/qmmp_pt_BR.ts index 360341d66..9f8293c4c 100644 --- a/src/ui/translations/qmmp_pt_BR.ts +++ b/src/ui/translations/qmmp_pt_BR.ts @@ -1,5 +1,6 @@ - + + AboutDialog @@ -91,7 +92,7 @@ AddUrlDialog - + Error @@ -164,7 +165,7 @@ - + Display Add Directory dialog @@ -172,317 +173,332 @@ 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 - + Qmmp Settings Configurações - + Skins Temas - + Fonts Fontes - + Player: Player - + Playlist: Lista de músicas: - + + ??? ??? - + + + ... ... - + 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 - + Appearance Aparência - + + Playlist Lista de músicas - + Plugins Plugins - + Advanced Avançado - + Close Fechar - + Archived skin - + Unarchived skin - + Connectivity - + 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 - - - - + Select Skin Files - + Skin files - + Add... - + Refresh Recarregar - + Show protocol - + Transparency - + Main window - + + + 0 - + Equalizer @@ -490,6 +506,7 @@ EqWidget + preset preset @@ -543,11 +560,14 @@ JumpToTrackDialog + Unqueue Sem Faixa na Fila + + Queue Faixa na Fila @@ -666,26 +686,31 @@ + Slowest + Slow + Medium + Fast + Fastest @@ -709,172 +734,174 @@ 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 - + &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 - + All Supported Bitstreams - + &Repeat Track - + &Shuffle - + R - + Ctrl+R - + S - + &Repeat Playlist - + Tools @@ -942,21 +969,25 @@ Classificar lista + By Title Por Título + By Filename Por Nome + By Path + Filename Por Dirertório + Nome + By Date Por Data @@ -1032,6 +1063,7 @@ + By Track Number diff --git a/src/ui/translations/qmmp_ru.ts b/src/ui/translations/qmmp_ru.ts index 3d77384d7..7d987ca5b 100644 --- a/src/ui/translations/qmmp_ru.ts +++ b/src/ui/translations/qmmp_ru.ts @@ -1,5 +1,6 @@ - + + AboutDialog @@ -92,7 +93,7 @@ AddUrlDialog - + Error Ошибка @@ -165,7 +166,7 @@ Показать диалог добавления файлов - + Display Add Directory dialog Показать диалог добавления директорий @@ -173,317 +174,336 @@ ConfigDialog - + + + + + Enabled Включён - + + + + + Description Описание - + + + + + + Filename Имя файла - + Artist Исполнитель - + Album Альбом - + Title Название - + Tracknumber Номер трека - + Genre Жанр - + Filepath Путь к файлу - + Date Дата - + Year Год - + Comment Комментарий - + Qmmp Settings Настройки Qmmp - + Skins Обложки - + Fonts Шрифты - + Player: Плеер: - + Playlist: Список: - + + ??? ??? - + + + ... ... - + Metadata Метаданные - + Load metadata from files Считывать метаданные из файлов - + Song Display Список песен - + Title format: Формат названия: - + Input Ввод - + Output Вывод - + Preferences Настройки - + + Information Информация - + Appearance Внешний вид - + + Playlist Список - + Plugins Модули - + Advanced Дополнительно - + Close Закрыть - + Archived skin Упакованная тема - + Unarchived skin Распакованная тема - + Connectivity Сеть - + 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 Преобразовывать %20 в пробел - Show full path of a stream - Показывать полный путь для потоков + Показывать полный путь для потоков - + Select Skin Files Выберите файлы обложек - + Skin files Файлы обложек - + Add... Добавить... - + Refresh Обновить - + Show protocol Показывать протокол - + Transparency Прозрачность - + Main window Главное окно - + + + 0 - + Equalizer Эквалайзер @@ -491,6 +511,7 @@ EqWidget + preset предустановка @@ -544,11 +565,14 @@ JumpToTrackDialog + Unqueue Снять с очереди + + Queue В очередь @@ -667,26 +691,31 @@ Падение анализатора + Slowest Самое медленное + Slow Медленное + Medium Среднее + Fast Быстрое + Fastest Самое быстрое @@ -710,172 +739,174 @@ MainWindow - + + Default - + Choose a directory Выберите директорию - + Select one or more files to open Выберите один или несколько файлов - + &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 &Воспр/приост - + All Supported Bitstreams Все форматы - + &Repeat Track &Повторять трек - + &Shuffle &В случайном порядке - + R - + Ctrl+R - + S - + &Repeat Playlist &Повторять лист - + Tools Сервис @@ -943,21 +974,25 @@ Сортировать + By Title По названию + By Filename По имени файла + By Path + Filename По пути и файлу + By Date По дате @@ -1033,6 +1068,7 @@ + By Track Number По номеру трека diff --git a/src/ui/translations/qmmp_tr.ts b/src/ui/translations/qmmp_tr.ts index f5cb03a7f..35fe3421a 100644 --- a/src/ui/translations/qmmp_tr.ts +++ b/src/ui/translations/qmmp_tr.ts @@ -1,5 +1,6 @@ - + + AboutDialog @@ -91,7 +92,7 @@ AddUrlDialog - + Error @@ -164,7 +165,7 @@ - + Display Add Directory dialog @@ -172,317 +173,332 @@ 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 - + Qmmp Settings Qmmp Ayarları - + Skins Kabuklar - + Fonts Fontlar - + Player: Oynatıcı: - + Playlist: Çalma Listesi: - + + ??? ??? - + + + ... ... - + 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 - + Appearance Görünüm - + + Playlist Çalma Listesi - + Plugins Eklentiler - + Advanced Gelişmiş - + Close Kapat - + Archived skin - + Unarchived skin - + Connectivity - + 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 - - - - + Select Skin Files - + Skin files - + Add... - + Refresh Yenile - + Show protocol - + Transparency - + Main window - + + + 0 - + Equalizer @@ -490,6 +506,7 @@ EqWidget + preset tanımlanmış ayar @@ -543,11 +560,14 @@ JumpToTrackDialog + Unqueue Kuyrukta Değil + + Queue Kuyruk @@ -666,26 +686,31 @@ + Slowest + Slow + Medium + Fast + Fastest @@ -709,172 +734,174 @@ 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 - + &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 - + All Supported Bitstreams - + &Repeat Track - + &Shuffle - + R - + Ctrl+R - + S - + &Repeat Playlist - + Tools @@ -942,21 +969,25 @@ 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 @@ -1032,6 +1063,7 @@ + By Track Number diff --git a/src/ui/translations/qmmp_uk_UA.ts b/src/ui/translations/qmmp_uk_UA.ts index 506a131dd..119f2f28b 100644 --- a/src/ui/translations/qmmp_uk_UA.ts +++ b/src/ui/translations/qmmp_uk_UA.ts @@ -1,5 +1,6 @@ - + + AboutDialog @@ -92,7 +93,7 @@ AddUrlDialog - + Error Помилка @@ -165,7 +166,7 @@ Показати діалог додавання файлів - + Display Add Directory dialog Показати діалог додавання тек @@ -173,317 +174,336 @@ ConfigDialog - + + + + + Enabled Увімкнено - + + + + + Description Пояснення - + + + + + + Filename Им'я файлу - + Artist Виконавець - + Album Альбом - + Title Назва - + Tracknumber Номер треку - + Genre Жанр - + Filepath Шлях до файлу - + Date Дата - + Year Рік - + Comment Коментар - + Qmmp Settings Налаштування Qmmp - + Skins Шкурки - + Fonts Шрифти - + Player: Програвач: - + Playlist: Список: - + + ??? ??? - + + + ... ... - + Metadata Метадані - + Load metadata from files Зчитувати метадані з файлів - + Song Display Список пісень - + Title format: Формат назви: - + Input Введення - + Output Виведення - + Preferences Налаштування - + + Information Інформація - + Appearance Зовнішній вигляд - + + Playlist Список - + Plugins Модулі - + Advanced Додатково - + Close Закрити - + Archived skin Упакована тема - + Unarchived skin Розпакована тема - + Connectivity Мережа - + 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 Конвертувати %20 в пробіл - Show full path of a stream - Показувати повний шлях для потоків + Показувати повний шлях для потоків - + Select Skin Files Вибрати файли скінів - + Skin files Файли скінів - + Add... Додати... - + Refresh Поновити - + Show protocol Показати протокол - + Transparency Прозорість - + Main window Головне вікно - + + + 0 - + Equalizer Еквалайзер @@ -491,6 +511,7 @@ EqWidget + preset предвстановлення @@ -544,11 +565,14 @@ JumpToTrackDialog + Unqueue Зняти з черги + + Queue В чергу @@ -667,26 +691,31 @@ Падіння аналізатора + Slowest Найповільніше + Slow Повільне + Medium Середнє + Fast Швидке + Fastest Найшвидше @@ -710,172 +739,174 @@ MainWindow - + + Default За умовчанням - + Choose a directory Виберіть теку - + Select one or more files to open Виберіть один чи кілька файлів - + &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 &Грати/Пауза - + All Supported Bitstreams Усі формати - + &Repeat Track &Повторити трек - + &Shuffle &Перемішати - + R - + Ctrl+R - + S - + &Repeat Playlist &Повторити список - + Tools Утиліти @@ -943,21 +974,25 @@ Сортувати + By Title За назвою + By Filename За ім'ям файлу + By Path + Filename За шляхом та файлом + By Date За датою @@ -1033,6 +1068,7 @@ + By Track Number diff --git a/src/ui/translations/qmmp_zh_CN.ts b/src/ui/translations/qmmp_zh_CN.ts index 9b64685ad..8607fab8a 100644 --- a/src/ui/translations/qmmp_zh_CN.ts +++ b/src/ui/translations/qmmp_zh_CN.ts @@ -1,5 +1,6 @@ - + + AboutDialog @@ -91,7 +92,7 @@ AddUrlDialog - + Error 错误 @@ -164,7 +165,7 @@ 显示添加文件对话 - + Display Add Directory dialog 显示添加目录对话 @@ -172,317 +173,336 @@ ConfigDialog - + + + + + Enabled 启用 - + + + + + Description 描述 - + + + + + + Filename 文件名 - + Artist 艺术家 - + Album 专辑 - + Title 标题 - + Tracknumber 音轨 - + Genre 流派 - + Filepath 文件路径 - + Date 日期 - + Year 年代 - + Comment 备注 - + Qmmp Settings Qmmp 设置 - + Skins 皮肤 - + Fonts 字体 - + Player: 播放器: - + Playlist: 播放列表: - + + ??? ??? - + + + ... ... - + Metadata 元数据 - + Load metadata from files 从文件载入元数据 - + Song Display 显示歌曲 - + Title format: 标题格式: - + Input 输入 - + Output 输出 - + Preferences 参数设置 - + + Information 信息 - + Appearance 外观 - + + Playlist 播放列表 - + Plugins 插件 - + Advanced 高级 - + Close 关闭 - + Archived skin 压缩皮肤 - + Unarchived skin 未压缩皮肤 - + Connectivity 连接 - + 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 转换 %20 为空格 - Show full path of a stream - 显示媒体流的完整路径 + 显示媒体流的完整路径 - + Select Skin Files - + Skin files - + Add... - + Refresh 刷新 - + Show protocol - + Transparency - + Main window - + + + 0 - + Equalizer @@ -490,6 +510,7 @@ EqWidget + preset 预设 @@ -543,11 +564,14 @@ JumpToTrackDialog + Unqueue 移出队列 + + Queue 加入队列 @@ -666,26 +690,31 @@ 分析器下降速度 + Slowest 最慢 + Slow + Medium + Fast + Fastest 最快 @@ -709,172 +738,174 @@ 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 - + &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) - + All Supported Bitstreams 支持的全部文件 - + &Repeat Track - + &Shuffle - + R - + Ctrl+R - + S - + &Repeat Playlist - + Tools @@ -942,21 +973,25 @@ 列表排序 + By Title 按标题 + By Filename 按文件名 + By Path + Filename 按路径+文件名 + By Date 按日期 @@ -1032,6 +1067,7 @@ U + By Track Number 按音轨 diff --git a/src/ui/translations/qmmp_zh_TW.ts b/src/ui/translations/qmmp_zh_TW.ts index 2b8930d97..b3331107d 100644 --- a/src/ui/translations/qmmp_zh_TW.ts +++ b/src/ui/translations/qmmp_zh_TW.ts @@ -1,5 +1,6 @@ - + + AboutDialog @@ -91,7 +92,7 @@ AddUrlDialog - + Error 錯誤 @@ -164,7 +165,7 @@ 察看添加檔案對話 - + Display Add Directory dialog 察看添加目錄對話 @@ -172,317 +173,336 @@ ConfigDialog - + + + + + Enabled 啟用 - + + + + + Description 說明 - + + + + + + Filename 檔名 - + Artist 藝術家 - + Album 專輯 - + Title 標題 - + Tracknumber 音軌 - + Genre 流派 - + Filepath 檔案路徑 - + Date 日期 - + Year 年代 - + Comment 備註 - + Qmmp Settings Qmmp 設定 - + Skins 皮膚 - + Fonts 字型 - + Player: 播放器: - + Playlist: 播放清單: - + + ??? ??? - + + + ... ... - + Metadata 元資料 - + Load metadata from files 從檔案載入元資料 - + Song Display 察看歌曲 - + Title format: 標題格式: - + Input 匯入 - + Output 匯出 - + Preferences 引數設定 - + + Information 資訊 - + Appearance 外觀 - + + Playlist 播放清單 - + Plugins 插件 - + Advanced 進階 - + Close 關閉 - + Archived skin 封包皮膚 - + Unarchived skin 未封包皮膚 - + Connectivity 連線 - + 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 轉換 %20 為空格 - Show full path of a stream - 察看媒體流的完整路徑 + 察看媒體流的完整路徑 - + Select Skin Files - + Skin files - + Add... - + Refresh 清除 - + Show protocol - + Transparency - + Main window - + + + 0 - + Equalizer @@ -490,6 +510,7 @@ EqWidget + preset 預設 @@ -543,11 +564,14 @@ JumpToTrackDialog + Unqueue 移出佇列 + + Queue 加入佇列 @@ -666,26 +690,31 @@ 解析器下降速度 + Slowest 最慢 + Slow + Medium + Fast + Fastest 最快 @@ -709,172 +738,174 @@ 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 - + &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) - + All Supported Bitstreams 支援的全部檔案 - + &Repeat Track - + &Shuffle - + R - + Ctrl+R - + S - + &Repeat Playlist - + Tools @@ -942,21 +973,25 @@ 清單排序 + By Title 按標題 + By Filename 按檔名 + By Path + Filename 按路徑+檔名 + By Date 按日期 @@ -1032,6 +1067,7 @@ U + By Track Number 按音軌 -- cgit v1.2.3-13-gbd6f