From c7e638130d7be39feed0bde2628ed9c8a7cb2fb9 Mon Sep 17 00:00:00 2001 From: RJ Skerry-Ryan Date: Tue, 30 Oct 2018 22:07:30 -0700 Subject: [PATCH 1/8] Add missing Q_OBJECT macros. --- src/library/dlgtrackmetadataexport.h | 1 + src/waveform/widgets/glslwaveformwidget.h | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/library/dlgtrackmetadataexport.h b/src/library/dlgtrackmetadataexport.h index b0d3df298f2d..58343b671bfb 100644 --- a/src/library/dlgtrackmetadataexport.h +++ b/src/library/dlgtrackmetadataexport.h @@ -10,6 +10,7 @@ namespace mixxx { // needed for i18n message strings. The class contains mutable // static data and must only be used within the UI thread. class DlgTrackMetadataExport: private QDialog { + Q_OBJECT public: static void showMessageBoxOncePerSession(); diff --git a/src/waveform/widgets/glslwaveformwidget.h b/src/waveform/widgets/glslwaveformwidget.h index 915c1a56abcb..2f2dd57d8aee 100644 --- a/src/waveform/widgets/glslwaveformwidget.h +++ b/src/waveform/widgets/glslwaveformwidget.h @@ -29,6 +29,7 @@ class GLSLWaveformWidget : public QGLWidget, public WaveformWidgetAbstract { }; class GLSLFilteredWaveformWidget : public GLSLWaveformWidget { + Q_OBJECT public: GLSLFilteredWaveformWidget(const char* group, QWidget* parent); virtual ~GLSLFilteredWaveformWidget() {} @@ -42,6 +43,7 @@ class GLSLFilteredWaveformWidget : public GLSLWaveformWidget { }; class GLSLRGBWaveformWidget : public GLSLWaveformWidget { + Q_OBJECT public: GLSLRGBWaveformWidget(const char* group, QWidget* parent); virtual ~GLSLRGBWaveformWidget() {} From 32df2ca61986b9ac0db4b050567635f1547dc56c Mon Sep 17 00:00:00 2001 From: RJ Skerry-Ryan Date: Tue, 30 Oct 2018 22:10:42 -0700 Subject: [PATCH 2/8] Remove unnecessary struct keyword. --- src/library/banshee/bansheedbconnection.cpp | 12 ++++++------ src/library/banshee/bansheedbconnection.h | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/library/banshee/bansheedbconnection.cpp b/src/library/banshee/bansheedbconnection.cpp index ed8acb58636d..b3c42247ad99 100644 --- a/src/library/banshee/bansheedbconnection.cpp +++ b/src/library/banshee/bansheedbconnection.cpp @@ -53,10 +53,10 @@ int BansheeDbConnection::getSchemaVersion() { return -1; } -QList BansheeDbConnection::getPlaylists() { +QList BansheeDbConnection::getPlaylists() { - QList list; - struct BansheeDbConnection::Playlist playlist; + QList list; + BansheeDbConnection::Playlist playlist; QSqlQuery query(m_database); query.prepare("SELECT PlaylistID, Name FROM CorePlaylists ORDER By Name"); @@ -73,13 +73,13 @@ QList BansheeDbConnection::getPlaylists() return list; } -QList BansheeDbConnection::getPlaylistEntries(int playlistId) { +QList BansheeDbConnection::getPlaylistEntries(int playlistId) { PerformanceTimer time; time.start(); - QList list; - struct BansheeDbConnection::PlaylistEntry entry; + QList list; + BansheeDbConnection::PlaylistEntry entry; QSqlQuery query(m_database); query.setForwardOnly(true); // Saves about 50% time diff --git a/src/library/banshee/bansheedbconnection.h b/src/library/banshee/bansheedbconnection.h index b0d12d6d67ce..d7e2df6dddee 100644 --- a/src/library/banshee/bansheedbconnection.h +++ b/src/library/banshee/bansheedbconnection.h @@ -54,14 +54,14 @@ class BansheeDbConnection bool open(const QString& databaseFile); int getSchemaVersion(); - QList getPlaylists(); - QList getPlaylistEntries(int playlistId); + QList getPlaylists(); + QList getPlaylistEntries(int playlistId); private: QSqlDatabase m_database; - QMap m_trackMap; - QMap m_artistMap; - QMap m_albumMap; + QMap m_trackMap; + QMap m_artistMap; + QMap m_albumMap; }; From 6f0aaa6c69b3763d74e7aa53760049020bc65673 Mon Sep 17 00:00:00 2001 From: RJ Skerry-Ryan Date: Tue, 30 Oct 2018 22:11:35 -0700 Subject: [PATCH 3/8] Run lupdate src -recursive -noobsolete -extensions cpp,h,ui -ts res/translations/mixxx.ts --- res/translations/mixxx.ts | 238 +++++++++++++++++++------------------- 1 file changed, 119 insertions(+), 119 deletions(-) diff --git a/res/translations/mixxx.ts b/res/translations/mixxx.ts index 26b5b1e02ac9..b49902489954 100644 --- a/res/translations/mixxx.ts +++ b/res/translations/mixxx.ts @@ -2959,17 +2959,17 @@ - + Credits - + License - + <a href="http://mixxx.org/">Official Website</a> @@ -7027,37 +7027,37 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectsManager - + Flanger - + BitCrusher - + Filter - + Reverb - + Echo - + AutoPan - + Tremolo @@ -7127,7 +7127,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h GLSLFilteredWaveformWidget - + Filtered @@ -7135,7 +7135,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h GLSLRGBWaveformWidget - + RGB @@ -7228,39 +7228,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes - - + + Select your iTunes library - + (loading) iTunes - + Use Default Library - + Choose Library... - + Error Loading iTunes Library - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. @@ -7502,47 +7502,47 @@ support. - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7550,135 +7550,135 @@ Click OK to exit. - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. - - - + + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? @@ -12450,257 +12450,257 @@ Use this to change only the effected (wet) signal with EQ and filter effects. WTrackTableView - + Add to Playlist - + Reset Reset metadata in right click track context menu in library - + Cover Art - + ESC Focus - + Remove - + Remove from Playlist - + Remove from Crate - + Hide from Library - + Unhide from Library - + Purge from Library - + Properties - + Open in File Browser - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist - + Create New Crate - + Enter name for new playlist: - + Load to - + Deck - + Sampler - + Crates - + Change BPM - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues - + Loop - + ReplayGain - + Waveform - + All - + Deck %1 - + New Playlist - - - + + + Playlist Creation Failed - + A playlist by that name already exists. - + A playlist cannot have a blank name. - + An unknown error occurred while creating playlist: - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + Sampler %1 @@ -12716,12 +12716,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. WaveformWidgetFactory - + (GLSL) - + (GL) From 0b7eba7a4c4fa00e1667a742c4db63e08e647bad Mon Sep 17 00:00:00 2001 From: RJ Skerry-Ryan Date: Tue, 30 Oct 2018 22:52:17 -0700 Subject: [PATCH 4/8] Run tx pull -a -f --parallel --minimum-perc 1 --- build/wix/Localization/po/ca-ES.po | 102 +- build/wix/Localization/po/cs-CZ.po | 2 +- build/wix/Localization/po/de-DE.po | 4 +- build/wix/Localization/po/es-ES.po | 4 +- build/wix/Localization/po/et-EE.po | 2 +- build/wix/Localization/po/fr-FR.po | 2 +- build/wix/Localization/po/it-IT.po | 39 +- build/wix/Localization/po/nl-NL.po | 7 +- build/wix/Localization/po/pl-PL.po | 4 +- build/wix/Localization/po/pt-BR.po | 2 +- build/wix/Localization/po/pt-PT.po | 123 +- build/wix/Localization/po/ro-RO.po | 2 +- build/wix/Localization/po/ru-RU.po | 29 +- build/wix/Localization/po/tr-TR.po | 4 +- build/wix/Localization/po/zh-TW.po | 29 +- res/translations/mixxx_ar.ts | 2588 ++--- res/translations/mixxx_ast.ts | 2551 ++--- res/translations/mixxx_bg.ts | 2563 ++--- res/translations/mixxx_br.ts | 2549 ++--- res/translations/mixxx_bs.ts | 2549 ++--- res/translations/mixxx_ca-ES.ts | 2673 +++--- res/translations/mixxx_ca.ts | 2681 +++--- res/translations/mixxx_cs.ts | 2621 ++--- res/translations/mixxx_da.ts | 2549 ++--- res/translations/mixxx_de-DE.ts | 12741 ++++++++++++++++++++++++ res/translations/mixxx_de.ts | 2555 ++--- res/translations/mixxx_el.ts | 2621 ++--- res/translations/mixxx_en.ts | 12826 +++++++++++++++++++++++++ res/translations/mixxx_en_GB.ts | 2571 ++--- res/translations/mixxx_eo.ts | 2549 ++--- res/translations/mixxx_es-ES.ts | 2583 ++--- res/translations/mixxx_es-MX.ts | 12742 ++++++++++++++++++++++++ res/translations/mixxx_es.ts | 2579 ++--- res/translations/mixxx_et.ts | 2563 ++--- res/translations/mixxx_eu.ts | 2551 ++--- res/translations/mixxx_fa.ts | 2551 ++--- res/translations/mixxx_fi.ts | 2551 ++--- res/translations/mixxx_fr-FR.ts | 12740 ++++++++++++++++++++++++ res/translations/mixxx_fr.ts | 2573 ++--- res/translations/mixxx_ga.ts | 2549 ++--- res/translations/mixxx_gl.ts | 2573 ++--- res/translations/mixxx_he.ts | 2789 +++--- res/translations/mixxx_hr.ts | 2549 ++--- res/translations/mixxx_hu.ts | 2551 ++--- res/translations/mixxx_hy.ts | 2549 ++--- res/translations/mixxx_ia.ts | 2549 ++--- res/translations/mixxx_id.ts | 2549 ++--- res/translations/mixxx_is.ts | 2551 ++--- res/translations/mixxx_it.ts | 2565 ++--- res/translations/mixxx_ja.ts | 2553 ++--- res/translations/mixxx_ko.ts | 2575 ++--- res/translations/mixxx_lb.ts | 2549 ++--- res/translations/mixxx_lt.ts | 2551 ++--- res/translations/mixxx_lv.ts | 2549 ++--- res/translations/mixxx_mk.ts | 2549 ++--- res/translations/mixxx_ml.ts | 2551 ++--- res/translations/mixxx_mn.ts | 2549 ++--- res/translations/mixxx_mr.ts | 2549 ++--- res/translations/mixxx_ms.ts | 2549 ++--- res/translations/mixxx_my.ts | 2549 ++--- res/translations/mixxx_nb.ts | 2616 ++--- res/translations/mixxx_nl.ts | 2571 ++--- res/translations/mixxx_nn.ts | 2549 ++--- res/translations/mixxx_oc.ts | 2551 ++--- res/translations/mixxx_pl.ts | 2577 ++--- res/translations/mixxx_pt-PT.ts | 2683 +++--- res/translations/mixxx_pt.ts | 2555 ++--- res/translations/mixxx_pt_BR.ts | 2605 ++--- res/translations/mixxx_ro.ts | 2551 ++--- res/translations/mixxx_ru.ts | 2633 ++--- res/translations/mixxx_si.ts | 2549 ++--- res/translations/mixxx_sk.ts | 2563 ++--- res/translations/mixxx_sl.ts | 2549 ++--- res/translations/mixxx_sn.ts | 2549 ++--- res/translations/mixxx_sq-AL.ts | 2567 ++--- res/translations/mixxx_sr.ts | 4167 ++++---- res/translations/mixxx_sv.ts | 2573 ++--- res/translations/mixxx_ta.ts | 2549 ++--- res/translations/mixxx_te.ts | 2549 ++--- res/translations/mixxx_tr.ts | 2573 ++--- res/translations/mixxx_uk.ts | 2551 ++--- res/translations/mixxx_uz.ts | 2549 ++--- res/translations/mixxx_vi.ts | 2557 ++--- res/translations/mixxx_zh_CN.ts | 2603 ++--- res/translations/mixxx_zh_TW.Big5.ts | 12740 ++++++++++++++++++++++++ res/translations/mixxx_zh_TW.ts | 2702 +++--- 86 files changed, 155536 insertions(+), 80067 deletions(-) create mode 100644 res/translations/mixxx_de-DE.ts create mode 100644 res/translations/mixxx_en.ts create mode 100644 res/translations/mixxx_es-MX.ts create mode 100644 res/translations/mixxx_fr-FR.ts create mode 100644 res/translations/mixxx_zh_TW.Big5.ts diff --git a/build/wix/Localization/po/ca-ES.po b/build/wix/Localization/po/ca-ES.po index 88ed3497cbe3..8997481b2c4c 100644 --- a/build/wix/Localization/po/ca-ES.po +++ b/build/wix/Localization/po/ca-ES.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mixxx DJ Windows installer\n" -"PO-Revision-Date: 2017-07-15 15:06+0000\n" -"Last-Translator: Sebastien BLAISOT \n" +"PO-Revision-Date: 2017-09-23 22:04+0000\n" +"Last-Translator: Josep Maria Antolin \n" "Language-Team: Catalan (Spain) (http://www.transifex.com/mixxx-dj-software/mixxxdj-windows-installer/language/ca_ES/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -99,7 +99,7 @@ msgid "" "Installer was not able to find Microsoft Visual C++ 2015 Redistributable on " "this system. This is likely an installer bug that should be reported to " "Mixxx developers." -msgstr "" +msgstr "L'instal·lador no ha trobat les llibreries de Microsoft Visual C++ 2015 en aquest ordinador. Probablement es tracta d'un error de l'instal·lador que hauríeu de reportar als desenvolupadors del Mixxx." #. Custom Warning Dialog msgctxt "WarningDlgTitle" @@ -165,23 +165,23 @@ msgstr "Fitxers de recursos addicionals que permeten mostrar el Mixxx en idiomes #. Bootstrapper msgctxt "Caption" msgid "[WixBundleName] Setup" -msgstr "" +msgstr "[WixBundleName] Configuració" msgctxt "Title" msgid "[WixBundleName]" -msgstr "" +msgstr "[WixBundleName]" msgctxt "ConfirmCancelMessage" msgid "Are you sure you want to cancel?" -msgstr "" +msgstr "Confirmeu que voleu cancel·lar?" msgctxt "ExecuteUpgradeRelatedBundleMessage" msgid "Previous version" -msgstr "" +msgstr "Versió prèvia" msgctxt "HelpHeader" msgid "Setup Help" -msgstr "" +msgstr "Ajuda sobre la configuració" msgctxt "HelpText" msgid "" @@ -195,178 +195,178 @@ msgid "" " /norestart - suppress any attempts to restart. By default user interface will prompt before restart.\n" "\n" " /log log.txt - logs to a specific file. By default a log file is created in %TEMP%." -msgstr "" +msgstr "/install | /repair | /uninstall | /layout [directory] - instal·la, repara, desinstal·la or\n genera una copia completa en el directori indicat.\n La opció per defectes és instal·la.\n\n /passive | /quiet - mostra una interfície mínima sense preguntes, o bé no mostra ni pregunta res.\n Per defecte, es mostra la interfície i es demana confirmació.\n\n /norestart - descarta els intents de reiniciar per part de l'instal·lador. Per defecte, es demana a l'usuari si vol reiniciar.\n\n /log log.txt - Escriu el log de la instal·lació en el fitxer indicat. Per defecte es crea en el directori %TEMP%." msgctxt "HelpCloseButton" msgid "&Close" -msgstr "" +msgstr "&Tanca" msgctxt "InstallHeader" msgid "Welcome" -msgstr "" +msgstr "Benvinguts" msgctxt "InstallMessage" msgid "" "Setup will install Mixxx on your computer.\n" "It will first install required third party libraries, then Mixxx itself.\n" "Click Install to continue or Close to exit." -msgstr "" +msgstr "Aquesta aplicació instal·larà el Mixxx en el vostre ordinador.\nPrimer instal·larà les llibreries de tercers necessaries, i després el Mixxx.\nFeu clic a Instal·la per continuar o Tanca per sortir." msgctxt "InstallVersion" msgid "Version [WixBundleVersion]" -msgstr "" +msgstr "Versió [WixBundleVersion]" msgctxt "InstallOptionsButton" msgid "&Options" -msgstr "" +msgstr "&Opcions" msgctxt "InstallInstallButton" msgid "&Install" -msgstr "" +msgstr "&Instal·la" msgctxt "InstallCloseButton" msgid "&Close" -msgstr "" +msgstr "&Tanca" msgctxt "OptionsHeader" msgid "Setup Options" -msgstr "" +msgstr "Opcions de configuració" msgctxt "OptionsLocationLabel" msgid "Install location:" -msgstr "" +msgstr "Carpeta de destinació:" msgctxt "OptionsBrowseButton" msgid "&Browse" -msgstr "" +msgstr "&Navega" msgctxt "OptionsOkButton" msgid "&OK" -msgstr "" +msgstr "&Accepta" msgctxt "OptionsCancelButton" msgid "&Cancel" -msgstr "" +msgstr "&Cancel·la" msgctxt "FilesInUseHeader" msgid "Files In Use" -msgstr "" +msgstr "Fitxers en ús" msgctxt "FilesInUseLabel" msgid "The following applications are using files that need to be updated:" -msgstr "" +msgstr "Les següents aplicacions estan utilitzant fitxers que cal actualitzar:" msgctxt "FilesInUseCloseRadioButton" msgid "Close the &applications and attempt to restart them." -msgstr "" +msgstr "Tanca les &aplicacions i intenta reiniciar-les després." msgctxt "FilesInUseDontCloseRadioButton" msgid "&Do not close applications. A reboot will be required." -msgstr "" +msgstr "&No tanquis les aplicacions. Serà necessari reiniciar." msgctxt "FilesInUseOkButton" msgid "&OK" -msgstr "" +msgstr "Accepta" msgctxt "FilesInUseCancelButton" msgid "&Cancel" -msgstr "" +msgstr "&Cancel·la" msgctxt "ProgressHeader" msgid "Setup Progress" -msgstr "" +msgstr "Progrés de la instal·lació" msgctxt "ProgressLabel" msgid "Processing:" -msgstr "" +msgstr "Processant:" msgctxt "OverallProgressPackageText" msgid "Initializing..." -msgstr "" +msgstr "Inicialitzant..." msgctxt "ProgressCancelButton" msgid "&Cancel" -msgstr "" +msgstr "&Cancel·la" msgctxt "ModifyHeader" msgid "Modify Setup" -msgstr "" +msgstr "Canvia la configuració" msgctxt "ModifyRepairButton" msgid "&Repair" -msgstr "" +msgstr "&Repara" msgctxt "ModifyUninstallButton" msgid "&Uninstall" -msgstr "" +msgstr "&Desinstal·la" msgctxt "ModifyCloseButton" msgid "&Close" -msgstr "" +msgstr "&Tanca" msgctxt "SuccessHeader" msgid "Setup Successful" -msgstr "" +msgstr "Configuració correcta" msgctxt "SuccessInstallHeader" msgid "Mixxx installation has been successful" -msgstr "" +msgstr "La instal·lació del Mixxx s'ha realitzat correctament" msgctxt "SuccessRepairHeader" msgid "Mixxx repair has been successful" -msgstr "" +msgstr "La reparació del Mixxx s'ha realitzat correctament" msgctxt "SuccessUninstallHeader" msgid "Mixxx uninstall has been successful" -msgstr "" +msgstr "La desinstal·lació del Mixxx s'ha realitzat correctament" msgctxt "SuccessLaunchButton" msgid "&Launch" -msgstr "" +msgstr "&Inicia" msgctxt "SuccessRestartText" msgid "You must restart your computer before you can use the software." -msgstr "" +msgstr "Heu de reiniciar l'ordinador abans de poder utilitzar l'aplicació." msgctxt "SuccessRestartButton" msgid "&Restart" -msgstr "" +msgstr "&Reinicia" msgctxt "SuccessCloseButton" msgid "&Close" -msgstr "" +msgstr "&Tanca" msgctxt "FailureHeader" msgid "Setup Failed" -msgstr "" +msgstr "Configuració fallida" msgctxt "FailureInstallHeader" msgid "Mixxx installation failed" -msgstr "" +msgstr "La instal·lació del Mixxx ha fallat" msgctxt "FailureRepairHeader" msgid "Mixxx repair failed" -msgstr "" +msgstr "La reparació del Mixxx ha fallat" msgctxt "FailureUninstallHeader" msgid "Mixxx uninstall failed" -msgstr "" +msgstr "La desinstal·lació del Mixxx ha fallat" msgctxt "FailureHyperlinkLogText" msgid "" "One or more issues caused the setup to fail. Please fix the issues and then " "retry setup. For more information see the log file." -msgstr "" +msgstr "Hi ha hagut un o més problemes durant la instal·lació. Si us plau, corregiu-los i intenteu-ho de nou. Per a més informació consulteu el fitxer de log." msgctxt "FailureRestartText" msgid "" "You must restart your computer to complete the rollback of the software." -msgstr "" +msgstr "Heu de reiniciar l'ordinador per acabar de restaurar el sistema a abans de la instal·lació." msgctxt "FailureRestartButton" msgid "&Restart" -msgstr "" +msgstr "&Reinicia" msgctxt "FailureCloseButton" msgid "&Close" -msgstr "" +msgstr "&Tanca" diff --git a/build/wix/Localization/po/cs-CZ.po b/build/wix/Localization/po/cs-CZ.po index 28f0b3992869..938bf36a5eee 100644 --- a/build/wix/Localization/po/cs-CZ.po +++ b/build/wix/Localization/po/cs-CZ.po @@ -14,7 +14,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: cs_CZ\n" -"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" #. Programm informations msgctxt "ApplicationName" diff --git a/build/wix/Localization/po/de-DE.po b/build/wix/Localization/po/de-DE.po index 66f574f6edc6..4088282d4e39 100644 --- a/build/wix/Localization/po/de-DE.po +++ b/build/wix/Localization/po/de-DE.po @@ -1,7 +1,7 @@ # # Translators: -# Inpromtu , 2016 -# Inpromtu , 2016 +# Klaus Michael Bredt , 2016 +# Klaus Michael Bredt , 2016 # S.Brandt , 2017-2018 # Sebastien BLAISOT , 2016-2017 # Sebastien BLAISOT , 2016 diff --git a/build/wix/Localization/po/es-ES.po b/build/wix/Localization/po/es-ES.po index d7a56f38a4ef..b85a70481f1d 100644 --- a/build/wix/Localization/po/es-ES.po +++ b/build/wix/Localization/po/es-ES.po @@ -1,7 +1,7 @@ # # Translators: -# Jorge Marcos (Jorgeelalto) , 2016 -# Jorge Marcos (Jorgeelalto) , 2016 +# Jorge Marcos (Jorgeelalto) , 2016 +# Jorge Marcos (Jorgeelalto) , 2016 # Josep Maria Antolin , 2016-2017 # Josep Maria Antolin , 2016 # miguel angel , 2017 diff --git a/build/wix/Localization/po/et-EE.po b/build/wix/Localization/po/et-EE.po index b9643fd67d36..e7c8e0491c2a 100644 --- a/build/wix/Localization/po/et-EE.po +++ b/build/wix/Localization/po/et-EE.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mixxx DJ Windows installer\n" -"PO-Revision-Date: 2017-07-15 15:06+0000\n" +"PO-Revision-Date: 2017-09-22 19:10+0000\n" "Last-Translator: Sebastien BLAISOT \n" "Language-Team: Estonian (Estonia) (http://www.transifex.com/mixxx-dj-software/mixxxdj-windows-installer/language/et_EE/)\n" "MIME-Version: 1.0\n" diff --git a/build/wix/Localization/po/fr-FR.po b/build/wix/Localization/po/fr-FR.po index 86a2fa0bc456..ad1e40c708f6 100644 --- a/build/wix/Localization/po/fr-FR.po +++ b/build/wix/Localization/po/fr-FR.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: Mixxx DJ Windows installer\n" -"PO-Revision-Date: 2017-07-15 15:07+0000\n" +"PO-Revision-Date: 2017-09-23 22:04+0000\n" "Last-Translator: Sebastien BLAISOT \n" "Language-Team: French (France) (http://www.transifex.com/mixxx-dj-software/mixxxdj-windows-installer/language/fr_FR/)\n" "MIME-Version: 1.0\n" diff --git a/build/wix/Localization/po/it-IT.po b/build/wix/Localization/po/it-IT.po index 23a01f184965..2a9a074efaba 100644 --- a/build/wix/Localization/po/it-IT.po +++ b/build/wix/Localization/po/it-IT.po @@ -2,14 +2,15 @@ # Translators: # Damtux, 2016 # Edoardo Codeglia , 2016 +# Roberto Ekesi , 2017 # Sebastien BLAISOT , 2016 # Sebastien BLAISOT , 2016 # Damtux, 2016 msgid "" msgstr "" "Project-Id-Version: Mixxx DJ Windows installer\n" -"PO-Revision-Date: 2017-07-15 15:06+0000\n" -"Last-Translator: Sebastien BLAISOT \n" +"PO-Revision-Date: 2017-10-03 08:16+0000\n" +"Last-Translator: Roberto Ekesi \n" "Language-Team: Italian (Italy) (http://www.transifex.com/mixxx-dj-software/mixxxdj-windows-installer/language/it_IT/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -77,7 +78,7 @@ msgid "" "installed. This can lead to undesired behavior. Please un-install the " "existing Mixxx first, or download the 64-bit installation package to upgrade" " (unless you know exactly what you are doing.)" -msgstr "" +msgstr "Stai per installare la versione a 32-bit ma è già installata una versione a 64-bit. Ciò può portare a comportamenti indesiderati. Disinstallare prima l'esistente Mixxx per favore, oppure scaricare il pacchetto di installazione a 64-bit per eseguire l'aggiornamento (a meno che tu non conosca esattamente quello che stai facendo)." msgctxt "bitWidthMismatch64" msgid "" @@ -85,21 +86,21 @@ msgid "" "installed. This can lead to undesired behavior. Please un-install the " "existing Mixxx first, or download the 32-bit installation package to upgrade" " (unless you know exactly what you are doing.)" -msgstr "" +msgstr "Stai per installare la versione a 64-bit ma è già installata una versione a 32-bit. Ciò può portare a comportamenti indesiderati. Disinstallare prima l'esistente Mixxx per favore, oppure scaricare il pacchetto di installazione a 32-bit per eseguire l'aggiornamento (a meno che tu non conosca esattamente quello che stai facendo)." msgctxt "OlderVersionFound" msgid "" "An older version of Mixxx has been detected. As we changed installer, we can" " not smoothly upgrade. Please uninstall older version before installing this" " one." -msgstr "" +msgstr "È stata rilevata una versione precedente di Mixxx. Si come abbiamo cambiato l'installatore, non possiamo aggiornare senza problemi. Disinstallare la versione precedente per favore, prima di installare questa." msgctxt "VCredistNotFound" msgid "" "Installer was not able to find Microsoft Visual C++ 2015 Redistributable on " "this system. This is likely an installer bug that should be reported to " "Mixxx developers." -msgstr "" +msgstr "Installer non è riuscito a trovare Microsoft Visual C ++ 2015 Redistributable in questo sistema. Questo è probabilmente un bug di installazione che dovrebbe essere segnalato agli sviluppatori Mixxx." #. Custom Warning Dialog msgctxt "WarningDlgTitle" @@ -109,7 +110,7 @@ msgstr "{\\WixUI_Font_Title}Attenzione" #. Custom exit dialog msgctxt "StartOnExit" msgid "Launch Mixxx when setup exits." -msgstr "" +msgstr "Avvia Mixxx quando l'installazione esce." #. Features translations msgctxt "FeatureCompleteDescription" @@ -122,17 +123,17 @@ msgstr "Applicazione principale" msgctxt "FeatureMainProgramDescription" msgid "The core Mixxx application including controller presets." -msgstr "" +msgstr "L'applicazione Mixxx principale compreso i preset del controller." msgctxt "FeaturePDBTitle" msgid "PDB debug files" -msgstr "" +msgstr "PDB debug files" msgctxt "FeaturePDBDescription" msgid "" "Install Mixxx PDB files to use with a debugger. This is useful to debug " "Mixxx and provide readable backtraces to the development team." -msgstr "" +msgstr "Installare i file Mixxx PDB da utilizzare con un debugger. Questo è utile per eseguire il debug di Mixxx e fornire backtraces leggibili al team di sviluppo." msgctxt "FeatureDesktopShortcutTitle" msgid "Desktop Shortcut" @@ -160,28 +161,28 @@ msgctxt "FeatureTranslationsDescription" msgid "" "Resource files that allow Mixxx to display in alternate languages, other " "than US english" -msgstr "" +msgstr "File di risorse che permettono a Mixxx di visualizzare in lingue alternate, oltre che l'inglese US" #. Bootstrapper msgctxt "Caption" msgid "[WixBundleName] Setup" -msgstr "" +msgstr "[WixBundleName] Impostazione" msgctxt "Title" msgid "[WixBundleName]" -msgstr "" +msgstr "[WixBundleName]" msgctxt "ConfirmCancelMessage" msgid "Are you sure you want to cancel?" -msgstr "" +msgstr "È sicuro/a di voler annullare?" msgctxt "ExecuteUpgradeRelatedBundleMessage" msgid "Previous version" -msgstr "" +msgstr "Versione precedente" msgctxt "HelpHeader" msgid "Setup Help" -msgstr "" +msgstr "Guida di Installazione" msgctxt "HelpText" msgid "" @@ -203,7 +204,7 @@ msgstr "" msgctxt "InstallHeader" msgid "Welcome" -msgstr "" +msgstr "Benvenuto" msgctxt "InstallMessage" msgid "" @@ -214,7 +215,7 @@ msgstr "" msgctxt "InstallVersion" msgid "Version [WixBundleVersion]" -msgstr "" +msgstr "Versione [WixBundleVersion]" msgctxt "InstallOptionsButton" msgid "&Options" @@ -230,7 +231,7 @@ msgstr "" msgctxt "OptionsHeader" msgid "Setup Options" -msgstr "" +msgstr "Opzioni di installazione" msgctxt "OptionsLocationLabel" msgid "Install location:" diff --git a/build/wix/Localization/po/nl-NL.po b/build/wix/Localization/po/nl-NL.po index 85b6bbb8021d..a81808bf8b89 100644 --- a/build/wix/Localization/po/nl-NL.po +++ b/build/wix/Localization/po/nl-NL.po @@ -1,5 +1,6 @@ # # Translators: +# Henk Gordebeke , 2017 # Raf Van De Meirssche , 2016 # Raf Van De Meirssche , 2016 # Sebastien BLAISOT , 2016-2017 @@ -7,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mixxx DJ Windows installer\n" -"PO-Revision-Date: 2017-07-15 15:06+0000\n" -"Last-Translator: Sebastien BLAISOT \n" +"PO-Revision-Date: 2017-09-23 22:04+0000\n" +"Last-Translator: Henk Gordebeke \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/mixxx-dj-software/mixxxdj-windows-installer/language/nl_NL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -98,7 +99,7 @@ msgid "" "Installer was not able to find Microsoft Visual C++ 2015 Redistributable on " "this system. This is likely an installer bug that should be reported to " "Mixxx developers." -msgstr "" +msgstr "De installatie heeft Microsoft Visual C++ 2015 Redistributable niet kunnen vinden op uw computer. Dit zou kunnen wijzen op een fout in het installatie bestand. Wilt u dit even doorgeven aan de makers van Mixxx, dat hun dit probleem kunnen oplossen voor u." #. Custom Warning Dialog msgctxt "WarningDlgTitle" diff --git a/build/wix/Localization/po/pl-PL.po b/build/wix/Localization/po/pl-PL.po index 3293cdb3e303..a5988a15b2ed 100644 --- a/build/wix/Localization/po/pl-PL.po +++ b/build/wix/Localization/po/pl-PL.po @@ -1,12 +1,12 @@ # # Translators: -# Jakub Fabijan , 2018 +# Jakub Fabijan (Felidae) , 2018 # Jan Ochwat , 2016 msgid "" msgstr "" "Project-Id-Version: Mixxx DJ Windows installer\n" "PO-Revision-Date: 2018-03-26 16:11+0000\n" -"Last-Translator: Jakub Fabijan \n" +"Last-Translator: Jakub Fabijan (Felidae) \n" "Language-Team: Polish (Poland) (http://www.transifex.com/mixxx-dj-software/mixxxdj-windows-installer/language/pl_PL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/build/wix/Localization/po/pt-BR.po b/build/wix/Localization/po/pt-BR.po index 219ecd7bcfb5..603abcb95cd1 100644 --- a/build/wix/Localization/po/pt-BR.po +++ b/build/wix/Localization/po/pt-BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mixxx DJ Windows installer\n" -"PO-Revision-Date: 2017-07-15 15:06+0000\n" +"PO-Revision-Date: 2017-09-23 22:04+0000\n" "Last-Translator: Sebastien BLAISOT \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/mixxx-dj-software/mixxxdj-windows-installer/language/pt_BR/)\n" "MIME-Version: 1.0\n" diff --git a/build/wix/Localization/po/pt-PT.po b/build/wix/Localization/po/pt-PT.po index a62d2830ba90..0e481fa2665d 100644 --- a/build/wix/Localization/po/pt-PT.po +++ b/build/wix/Localization/po/pt-PT.po @@ -2,13 +2,14 @@ # Translators: # Diogo Oliveira , 2016 # Joaquim Carvalho , 2016 +# Rui , 2018 # Sebastien BLAISOT , 2016 # Sebastien BLAISOT , 2016 msgid "" msgstr "" "Project-Id-Version: Mixxx DJ Windows installer\n" -"PO-Revision-Date: 2017-07-15 15:06+0000\n" -"Last-Translator: Sebastien BLAISOT \n" +"PO-Revision-Date: 2018-10-04 08:37+0000\n" +"Last-Translator: Rui \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/mixxx-dj-software/mixxxdj-windows-installer/language/pt_PT/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -45,30 +46,30 @@ msgstr "Este produto requer o Windows XP ou superior." msgctxt "NewerInstalled" msgid "The same or a newer version of this product is already installed." -msgstr "A mesma ou uma versão mais recente deste produto já está instalada." +msgstr "Já está instalada esta versão ou uma mais recente deste programa." msgctxt "x64VersionRequired" msgid "" "You need to install the 64-bit version of this product on 64-bit Windows." -msgstr "Precisa de instalar a versão 64-bit deste produto no Windows de 64-bit." +msgstr "Tem de instalar a versão 64-bit deste produto no Windows de 64-bit." msgctxt "x86VersionRequired" msgid "" "You need to install the 32-bit version of this product on 32-bit Windows." -msgstr "Precisa de instalar a versão 32-bit deste produto no Windows de 32-bit." +msgstr "Tem de instalar a versão 32-bit deste produto no Windows de 32-bit." msgctxt "x86VersionWarning" msgid "" "You are about to install the 32-bit version on a 64-bit operating system.\r\n" "We recommend using the 64-bit version for better performance.\r\n" "You can download the 64-bit installation package from http://mixxx.org/download/" -msgstr "Está prestes a instalar a versão 32-bit num sistema operativo de 64-bit.\nNós recomendamos que use a versão 64-bit para obter um melhor desempenho.\nPode transferir o pacote de instalação de 64-bit a partir de http://mixxx.org/download/" +msgstr "Está prestes a instalar a versão 32-bit num sistema operativo de 64-bit.\nÉ recomendável usar a versão 64-bit para obter um melhor desempenho.\nPode transferir o pacote de instalação de 64-bit a partir de http://mixxx.org/download/" msgctxt "XPWarning" msgid "" "You are installing Mixxx on an outdated operating system. Some functions may" " not work well or at all. We recommend upgrading your operating system." -msgstr "Está a instalar o Mixxx num sistema operativo desatualizado. Algumas funcionalidade poderão não funcionar corretamente. Nós recomendamos que atualize o seu sistema operativo." +msgstr "Está a instalar o Mixxx num sistema operativo desatualizado. Algumas funcionalidade poderão não funcionar corretamente. É recomendável atualizar o seu sistema operativo." msgctxt "bitWidthMismatch32" msgid "" @@ -91,14 +92,14 @@ msgid "" "An older version of Mixxx has been detected. As we changed installer, we can" " not smoothly upgrade. Please uninstall older version before installing this" " one." -msgstr "Foi detetada uma versão anterior do Mixxx. Como nós mudámos o instalador, não podemos facilmente proceder à atualização. Por favor desinstale a versão antiga antes de instalar esta." +msgstr "Foi detetada uma versão anterior do Mixxx. Como o instalador foi alterado, não podemos fazer a atualização facilmente. Por favor desinstale a versão antiga antes de instalar esta." msgctxt "VCredistNotFound" msgid "" "Installer was not able to find Microsoft Visual C++ 2015 Redistributable on " "this system. This is likely an installer bug that should be reported to " "Mixxx developers." -msgstr "" +msgstr "O instalador não conseguiu encontrar o Microsoft Visual C++ 2015 Redistributable neste sistema. Provavelmente isto deve-se a um erro do instalador que deve ser reportado aos programadores do Mixxx." #. Custom Warning Dialog msgctxt "WarningDlgTitle" @@ -121,17 +122,17 @@ msgstr "Aplicação principal" msgctxt "FeatureMainProgramDescription" msgid "The core Mixxx application including controller presets." -msgstr "A Mixxx core application inclui presets de controladores." +msgstr "A aplicação principal Mixxx inclui predefinições de controladores." msgctxt "FeaturePDBTitle" msgid "PDB debug files" -msgstr "Ficheiros PDB de depuração" +msgstr "Ficheiros PDB de depuração de erros" msgctxt "FeaturePDBDescription" msgid "" "Install Mixxx PDB files to use with a debugger. This is useful to debug " "Mixxx and provide readable backtraces to the development team." -msgstr "Instala ficheiros PDB do Mixxx para usar com um depurador. Isto é bastante útil para permitir o retorno de indícios legíveis à equipa de desenvolvimento e depurar o Mixxx." +msgstr "Instala ficheiros PDB do Mixxx para usar com um depurador de erros. Isto é bastante útil para permitir o retorno de indícios legíveis à equipa de desenvolvimento e depurar o Mixxx." msgctxt "FeatureDesktopShortcutTitle" msgid "Desktop Shortcut" @@ -159,28 +160,28 @@ msgctxt "FeatureTranslationsDescription" msgid "" "Resource files that allow Mixxx to display in alternate languages, other " "than US english" -msgstr "Ficheiros de recurso que permitem ao Mixxx apresentar outras linguagens, diferentes do inglês - EUA" +msgstr "Ficheiros de recurso que permitem ao Mixxx mostrar outros idiomas, diferentes do inglês - EUA" #. Bootstrapper msgctxt "Caption" msgid "[WixBundleName] Setup" -msgstr "" +msgstr "Instalação do [WixBundleName]" msgctxt "Title" msgid "[WixBundleName]" -msgstr "" +msgstr "[WixBundleName]" msgctxt "ConfirmCancelMessage" msgid "Are you sure you want to cancel?" -msgstr "" +msgstr "Tem a certeza que quer cancelar?" msgctxt "ExecuteUpgradeRelatedBundleMessage" msgid "Previous version" -msgstr "" +msgstr "Versão anterior" msgctxt "HelpHeader" msgid "Setup Help" -msgstr "" +msgstr "Ajuda do Instalador" msgctxt "HelpText" msgid "" @@ -194,178 +195,178 @@ msgid "" " /norestart - suppress any attempts to restart. By default user interface will prompt before restart.\n" "\n" " /log log.txt - logs to a specific file. By default a log file is created in %TEMP%." -msgstr "" +msgstr "/install | /repair | /uninstall | /layout [directory] - instala, repara, desinstala ou\n cria uma cópia local do pacote no diretório.\n A instalação é o padrão.\n\n /passive | /quiet - mostra uma interface mínima sem perguntas ou não mostra nenhuma interface\n nem perguntas. Por padrão, a interface e as perguntas são mostradas.\n\n /norestart - suprime qualquer tentativa de reiniciar. Por padrão, a interface irá perguntar antes de reiniciar.\n\n /log log.txt - faz o registo para um ficheiro específico. Por defeito, é criado um registo em %TEMP%." msgctxt "HelpCloseButton" msgid "&Close" -msgstr "" +msgstr "&Fechar" msgctxt "InstallHeader" msgid "Welcome" -msgstr "" +msgstr "Bem-vindo(a)" msgctxt "InstallMessage" msgid "" "Setup will install Mixxx on your computer.\n" "It will first install required third party libraries, then Mixxx itself.\n" "Click Install to continue or Close to exit." -msgstr "" +msgstr "O instalador irá instalar o Mixxx ne sou computador\nPrimeiro irá instalar bibliotecas externas necessárias e só depois o Mixxx.\nClique Instalar para continuar ou Fechar para sair." msgctxt "InstallVersion" msgid "Version [WixBundleVersion]" -msgstr "" +msgstr "Versão [WixBundleVersion]" msgctxt "InstallOptionsButton" msgid "&Options" -msgstr "" +msgstr "&Opções" msgctxt "InstallInstallButton" msgid "&Install" -msgstr "" +msgstr "&Instalar" msgctxt "InstallCloseButton" msgid "&Close" -msgstr "" +msgstr "&Fechar" msgctxt "OptionsHeader" msgid "Setup Options" -msgstr "" +msgstr "Opções de Instalação" msgctxt "OptionsLocationLabel" msgid "Install location:" -msgstr "" +msgstr "Local de instalação:" msgctxt "OptionsBrowseButton" msgid "&Browse" -msgstr "" +msgstr "&Navegar" msgctxt "OptionsOkButton" msgid "&OK" -msgstr "" +msgstr "&OK" msgctxt "OptionsCancelButton" msgid "&Cancel" -msgstr "" +msgstr "&Cancelar" msgctxt "FilesInUseHeader" msgid "Files In Use" -msgstr "" +msgstr "Ficheiro a Serem Utilizados" msgctxt "FilesInUseLabel" msgid "The following applications are using files that need to be updated:" -msgstr "" +msgstr "Os seguintes programas estão a usar ficheiros que têm de ser atualizados:" msgctxt "FilesInUseCloseRadioButton" msgid "Close the &applications and attempt to restart them." -msgstr "" +msgstr "Feche os _programas e tente reiniciá-los." msgctxt "FilesInUseDontCloseRadioButton" msgid "&Do not close applications. A reboot will be required." -msgstr "" +msgstr "&Não feche os programas. É necessário reiniciar o computador." msgctxt "FilesInUseOkButton" msgid "&OK" -msgstr "" +msgstr "&OK" msgctxt "FilesInUseCancelButton" msgid "&Cancel" -msgstr "" +msgstr "&Cancelar" msgctxt "ProgressHeader" msgid "Setup Progress" -msgstr "" +msgstr "Progresso da Instalação" msgctxt "ProgressLabel" msgid "Processing:" -msgstr "" +msgstr "A processar:" msgctxt "OverallProgressPackageText" msgid "Initializing..." -msgstr "" +msgstr "A inicializar..." msgctxt "ProgressCancelButton" msgid "&Cancel" -msgstr "" +msgstr "&Cancelar" msgctxt "ModifyHeader" msgid "Modify Setup" -msgstr "" +msgstr "Alterar Instalador" msgctxt "ModifyRepairButton" msgid "&Repair" -msgstr "" +msgstr "&Reparar" msgctxt "ModifyUninstallButton" msgid "&Uninstall" -msgstr "" +msgstr "&Desinstalar" msgctxt "ModifyCloseButton" msgid "&Close" -msgstr "" +msgstr "&Fechar" msgctxt "SuccessHeader" msgid "Setup Successful" -msgstr "" +msgstr "Instalação Bem Sucedida" msgctxt "SuccessInstallHeader" msgid "Mixxx installation has been successful" -msgstr "" +msgstr "O Mixxx foi instalado com sucesso" msgctxt "SuccessRepairHeader" msgid "Mixxx repair has been successful" -msgstr "" +msgstr "O Mixxx foi reparado com sucesso" msgctxt "SuccessUninstallHeader" msgid "Mixxx uninstall has been successful" -msgstr "" +msgstr "O Mixxx foi desinstalado com sucesso" msgctxt "SuccessLaunchButton" msgid "&Launch" -msgstr "" +msgstr "&Lançar" msgctxt "SuccessRestartText" msgid "You must restart your computer before you can use the software." -msgstr "" +msgstr "Tem de reiniciar o computador antes de poder utilizar o programa." msgctxt "SuccessRestartButton" msgid "&Restart" -msgstr "" +msgstr "&Reiniciar" msgctxt "SuccessCloseButton" msgid "&Close" -msgstr "" +msgstr "&Fechar" msgctxt "FailureHeader" msgid "Setup Failed" -msgstr "" +msgstr "Falhou a Instalação" msgctxt "FailureInstallHeader" msgid "Mixxx installation failed" -msgstr "" +msgstr "A instalação do Mixxx falhou" msgctxt "FailureRepairHeader" msgid "Mixxx repair failed" -msgstr "" +msgstr "A reparação do Mixxx falhou" msgctxt "FailureUninstallHeader" msgid "Mixxx uninstall failed" -msgstr "" +msgstr "A desinstalação do Mixxx falhou" msgctxt "FailureHyperlinkLogText" msgid "" "One or more issues caused the setup to fail. Please fix the issues and then " "retry setup. For more information see the log file." -msgstr "" +msgstr "Um ou mais problemas impediram a instalação correta. Por favor corrija os problemas e tente novamente. Para mais informações veja o ficheiro de registos." msgctxt "FailureRestartText" msgid "" "You must restart your computer to complete the rollback of the software." -msgstr "" +msgstr "Tem de reiniciar o computador para terminar a desinstalação do programa" msgctxt "FailureRestartButton" msgid "&Restart" -msgstr "" +msgstr "&Reiniciar" msgctxt "FailureCloseButton" msgid "&Close" -msgstr "" +msgstr "&Fechar" diff --git a/build/wix/Localization/po/ro-RO.po b/build/wix/Localization/po/ro-RO.po index bac94b86871e..57ee45df2949 100644 --- a/build/wix/Localization/po/ro-RO.po +++ b/build/wix/Localization/po/ro-RO.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mixxx DJ Windows installer\n" -"PO-Revision-Date: 2017-07-15 15:06+0000\n" +"PO-Revision-Date: 2017-09-23 22:04+0000\n" "Last-Translator: Sebastien BLAISOT \n" "Language-Team: Romanian (Romania) (http://www.transifex.com/mixxx-dj-software/mixxxdj-windows-installer/language/ro_RO/)\n" "MIME-Version: 1.0\n" diff --git a/build/wix/Localization/po/ru-RU.po b/build/wix/Localization/po/ru-RU.po index 49533ad3ba60..8df1cffaa08d 100644 --- a/build/wix/Localization/po/ru-RU.po +++ b/build/wix/Localization/po/ru-RU.po @@ -2,13 +2,14 @@ # Translators: # Sebastien BLAISOT , 2016 # Sebastien BLAISOT , 2016 -# Vladimir Novikov , 2016 +# Владимир Новиков , 2016 # Андрей Фролов , 2017 +# Владимир Новиков , 2017 msgid "" msgstr "" "Project-Id-Version: Mixxx DJ Windows installer\n" -"PO-Revision-Date: 2017-07-15 15:06+0000\n" -"Last-Translator: Sebastien BLAISOT \n" +"PO-Revision-Date: 2017-09-23 22:04+0000\n" +"Last-Translator: Владимир Новиков \n" "Language-Team: Russian (Russia) (http://www.transifex.com/mixxx-dj-software/mixxxdj-windows-installer/language/ru_RU/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -98,7 +99,7 @@ msgid "" "Installer was not able to find Microsoft Visual C++ 2015 Redistributable on " "this system. This is likely an installer bug that should be reported to " "Mixxx developers." -msgstr "" +msgstr "Установщик не нашел Microsoft Visual C++ 2015 Redistributable в данной системе. Судя по всему это баг установщика, о котором стоит сообщить создателям Mixxx" #. Custom Warning Dialog msgctxt "WarningDlgTitle" @@ -172,15 +173,15 @@ msgstr "" msgctxt "ConfirmCancelMessage" msgid "Are you sure you want to cancel?" -msgstr "" +msgstr "Вы уверены, что хотите отменить?" msgctxt "ExecuteUpgradeRelatedBundleMessage" msgid "Previous version" -msgstr "" +msgstr "Предыдущая версия" msgctxt "HelpHeader" msgid "Setup Help" -msgstr "" +msgstr "Помощь в установке" msgctxt "HelpText" msgid "" @@ -194,15 +195,15 @@ msgid "" " /norestart - suppress any attempts to restart. By default user interface will prompt before restart.\n" "\n" " /log log.txt - logs to a specific file. By default a log file is created in %TEMP%." -msgstr "" +msgstr "/install | /repair | /uninstall | /layout [directory] - устанавливает, восстанавливает, удаляет или\n создает полную локальную копию пакета в каталог.\n Установка (/install) включена по умолчанию.\n\n /passive | /quiet - показывает минималистичный пользовательский интерфейс без запросов параметров или не показывает пользовательский интерфейс вообще\n и без параметров. По умолчанию интерфейс и параметры включены.\n\n /norestart - подавляет попытки перезапуска. По умолчанию будет выводиться окно информирования перед перезагрузкой.\n\n /log log.txt - лог в отдельный файл. По умолчанию лог пишется по пути %TEMP%." msgctxt "HelpCloseButton" msgid "&Close" -msgstr "" +msgstr "&Закрыть" msgctxt "InstallHeader" msgid "Welcome" -msgstr "" +msgstr "Добро пожаловать" msgctxt "InstallMessage" msgid "" @@ -225,7 +226,7 @@ msgstr "" msgctxt "InstallCloseButton" msgid "&Close" -msgstr "" +msgstr "&Закрыть" msgctxt "OptionsHeader" msgid "Setup Options" @@ -301,7 +302,7 @@ msgstr "" msgctxt "ModifyCloseButton" msgid "&Close" -msgstr "" +msgstr "&Закрыть" msgctxt "SuccessHeader" msgid "Setup Successful" @@ -333,7 +334,7 @@ msgstr "" msgctxt "SuccessCloseButton" msgid "&Close" -msgstr "" +msgstr "&Закрыть" msgctxt "FailureHeader" msgid "Setup Failed" @@ -368,4 +369,4 @@ msgstr "" msgctxt "FailureCloseButton" msgid "&Close" -msgstr "" +msgstr "&Закрыть" diff --git a/build/wix/Localization/po/tr-TR.po b/build/wix/Localization/po/tr-TR.po index 8cd14522a5f7..17501a112534 100644 --- a/build/wix/Localization/po/tr-TR.po +++ b/build/wix/Localization/po/tr-TR.po @@ -5,14 +5,14 @@ msgid "" msgstr "" "Project-Id-Version: Mixxx DJ Windows installer\n" -"PO-Revision-Date: 2017-07-15 15:06+0000\n" +"PO-Revision-Date: 2017-09-22 19:25+0000\n" "Last-Translator: Sebastien BLAISOT \n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/mixxx-dj-software/mixxxdj-windows-installer/language/tr_TR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: tr_TR\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" #. Programm informations msgctxt "ApplicationName" diff --git a/build/wix/Localization/po/zh-TW.po b/build/wix/Localization/po/zh-TW.po index 10efeb916334..176c45aed155 100644 --- a/build/wix/Localization/po/zh-TW.po +++ b/build/wix/Localization/po/zh-TW.po @@ -2,13 +2,14 @@ # Translators: # Sebastien BLAISOT , 2016 # Sebastien BLAISOT , 2016 +# 尚齊 吳 , 2018 # 羅廷中 , 2017 # 鬼迪 陳 , 2016 msgid "" msgstr "" "Project-Id-Version: Mixxx DJ Windows installer\n" -"PO-Revision-Date: 2017-10-25 02:25+0000\n" -"Last-Translator: 羅廷中 \n" +"PO-Revision-Date: 2018-08-28 19:42+0000\n" +"Last-Translator: 尚齊 吳 \n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/mixxx-dj-software/mixxxdj-windows-installer/language/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -168,7 +169,7 @@ msgstr "[WixBundleName] 設定" msgctxt "Title" msgid "[WixBundleName]" -msgstr "" +msgstr "[WixBundleName]" msgctxt "ConfirmCancelMessage" msgid "Are you sure you want to cancel?" @@ -202,7 +203,7 @@ msgstr "&關閉" msgctxt "InstallHeader" msgid "Welcome" -msgstr "" +msgstr "歡迎" msgctxt "InstallMessage" msgid "" @@ -229,11 +230,11 @@ msgstr "&關閉" msgctxt "OptionsHeader" msgid "Setup Options" -msgstr "" +msgstr "安裝選項" msgctxt "OptionsLocationLabel" msgid "Install location:" -msgstr "" +msgstr "安裝位址:" msgctxt "OptionsBrowseButton" msgid "&Browse" @@ -281,7 +282,7 @@ msgstr "" msgctxt "OverallProgressPackageText" msgid "Initializing..." -msgstr "" +msgstr "初始化..." msgctxt "ProgressCancelButton" msgid "&Cancel" @@ -309,15 +310,15 @@ msgstr "" msgctxt "SuccessInstallHeader" msgid "Mixxx installation has been successful" -msgstr "" +msgstr "Mixxx 已成功安裝" msgctxt "SuccessRepairHeader" msgid "Mixxx repair has been successful" -msgstr "" +msgstr "Mixxx 已成功修復" msgctxt "SuccessUninstallHeader" msgid "Mixxx uninstall has been successful" -msgstr "" +msgstr "Mixxx 已成功解除安裝" msgctxt "SuccessLaunchButton" msgid "&Launch" @@ -325,7 +326,7 @@ msgstr "&登入程式" msgctxt "SuccessRestartText" msgid "You must restart your computer before you can use the software." -msgstr "" +msgstr "您必須要在使用軟體前重新啟動電腦" msgctxt "SuccessRestartButton" msgid "&Restart" @@ -341,15 +342,15 @@ msgstr "" msgctxt "FailureInstallHeader" msgid "Mixxx installation failed" -msgstr "" +msgstr "Mixxx 安裝失敗" msgctxt "FailureRepairHeader" msgid "Mixxx repair failed" -msgstr "" +msgstr "Mixxx 修復失敗" msgctxt "FailureUninstallHeader" msgid "Mixxx uninstall failed" -msgstr "" +msgstr "Mixxx 解除安裝失敗" msgctxt "FailureHyperlinkLogText" msgid "" diff --git a/res/translations/mixxx_ar.ts b/res/translations/mixxx_ar.ts index 70dad24a3118..5489635496ec 100644 --- a/res/translations/mixxx_ar.ts +++ b/res/translations/mixxx_ar.ts @@ -1,4 +1,4 @@ - + : @@ -106,18 +106,18 @@ Add to Auto DJ Queue (bottom) - اضافة الي اوتوماتيك دي جي (في الاسفل) + اضافة الي اوتوماتيك دي جي (الأسفل) Create New Playlist - + أنشاء مجموعه مقاطع جديده Add to Auto DJ Queue (top) - اضافة الي اوتوماتيك دي جي (في الاعلي) + أضافة إلي أوتوماتيك دي جي (الأعلي) @@ -148,17 +148,17 @@ Export Track Files - + تصدير ملفات Analyze entire Playlist - + تحليل كل المجموعة Enter new name for playlist: - + ادخال اسم جديد للمجموعة @@ -377,33 +377,33 @@ Action failed - + محاولة فاشلة Please enable at least one connection to use Live Broadcasting. - + برجاء تشغيل وصله واحده علي الاقل لاستخدام البث المباشر BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error - + <b>Error with settings for '%1':</b><br> @@ -697,8 +697,8 @@ - - + + Deck %1 @@ -789,13 +789,13 @@ - + Set to full volume - + Set to zero volume @@ -820,13 +820,13 @@ - + Headphone listen button - + Mute button زر كتم الصوت @@ -842,25 +842,25 @@ - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -936,229 +936,224 @@ - - One-time beat sync (tempo and phase) - - - - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode - + Equalizers - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 ١/٢ - + 1 ١ - + 2 ٢ - + 4 ٤ - + 8 ٨ - + 16 ١٦ - + 32 ٣٢ - + 64 ٦٤ - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Beat-Looping - + Create %1-beat loop - + Create temporary %1-beat loop roll - + Library مكتبة @@ -1289,20 +1284,20 @@ + - Volume Fader - + Full Volume - + Zero Volume @@ -1318,7 +1313,7 @@ - + Mute كتم الصوت @@ -1329,7 +1324,7 @@ - + Headphone Listen @@ -1350,25 +1345,25 @@ - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1473,11 +1468,6 @@ Sync Mode - - - Tap to sync, hold to enable sync mode - - Internal Sync Master @@ -1525,527 +1515,521 @@ - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Speed (Pitch/Tempo) - + Keylock Mode - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original - + High EQ - + Mid EQ - + Low EQ - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 ١/٣٢ - + 1/16 ١/١٦ - + 1/8 ١/٨ - + 1/4 ١/٤ - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) - اضافة الي اوتوماتيك دي جي (في الاسفل) + اضافة الي اوتوماتيك دي جي (الأسفل) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) - اضافة الي اوتوماتيك دي جي (في الاعلي) + أضافة إلي أوتوماتيك دي جي (الأعلي) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Track Load and Play - + Load selected track and play - + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - + Quick Effect - + Clear effect rack - + Clear Effect Rack - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain + - + - + - + - Assign - + Clear مسح - + Clear the current effect - + Toggle - + Toggle the current effect - + Next التّالي - + Switch to next effect - + Previous السابق - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect + - Parameter Value + - Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Cover Art Show/Hide - + Show/hide cover art - + Waveform Zoom Out - + Toggle Effect Unit @@ -2070,546 +2054,566 @@ - - Playback Speed + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - - Playback speed control (Vinyl "Pitch" slider) + + One-time beat sync tempo (and phase with quantize enabled) - - Pitch (Musical key) + + Playback Speed - - Increase Speed + + Playback speed control (Vinyl "Pitch" slider) - + + Pitch (Musical key) + + + + + Increase Speed + + + + Adjust speed faster (coarse) - - + + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) + - Adjust %1 + - Kill %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ الدي جي الأوتوماتيكي - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Microphone Show/Hide - + Show/hide the microphone section - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out @@ -2760,7 +2764,7 @@ Export Track Files - + تصدير ملفات @@ -2919,6 +2923,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + + + + + With contributions from: + + + + + And special thanks to: + + + + + Past Developers + + + + + Past Contributors + + + DlgAboutDlg @@ -3563,102 +3595,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Automatic - + Mono - + Stereo - - - - + + + + Action failed - + محاولة فاشلة - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3671,27 +3703,27 @@ Two source connections to the same server can't have the same mountpoint. - + Mixxx Icecast Testing - + Public stream - + http://www.mixxx.org http://www.mixxx.org - + Stream name - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. @@ -3726,189 +3758,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. - + + ICQ + + + + + AIM + + + + Website - + Live mix - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre النوع - + Use UTF-8 encoding for metadata. - + Description وصف - + Encoding - + Bitrate معدل البت - - + + Format - + Channels - + Server connection - + Type النّوع - + Host - + Login - + Mount - + Port - + Password - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4666,15 +4713,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected @@ -4801,32 +4844,32 @@ Displayed when no effect is selected - + Effect Info - + Version: - + Description: - + Author: - + Name: - + Type: @@ -5063,6 +5106,19 @@ and allows you to pitch adjust them for harmonic mixing. + + DlgPrefLV2Dlg + + + Equalizer Preferences + + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5884,11 +5940,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds @@ -6128,17 +6180,17 @@ milliseconds - + OpenGL not available - + dropped frames - + Cached waveforms occupy %1 MiB on disk. @@ -6176,28 +6228,28 @@ milliseconds - + Default zoom level Waveform zoom - + Displays the actual frame rate. - + Visual gain of the middle frequencies - + End of track warning - + OpenGL status @@ -6212,105 +6264,124 @@ milliseconds - + Low - + Middle - + Global - + Visual gain of the high frequencies - + Visual gain of the low frequencies - + High - + Waveform type - + Global visual gain - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. - + Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms @@ -6318,83 +6389,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library مكتبة - + Interface - + Waveforms - + Auto DJ الدي جي الأوتوماتيكي - + Equalizers - + Decks - + Crossfader - + + Effects + + + + + LV2 Plugins + + + + Recording - + Beat Detection - + Key Detection - + Normalization - - + + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -6911,7 +6992,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject @@ -6925,40 +7006,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h + + EffectSettingsModel + + + Visible + + + + + Name + اسم + + + + Type + النّوع + + EffectsManager - + Flanger - + BitCrusher - + Filter - + Reverb - + Echo - + AutoPan - + Tremolo @@ -7129,39 +7228,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes - - + + Select your iTunes library - + (loading) iTunes - + Use Default Library - + Choose Library... - + Error Loading iTunes Library - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. @@ -7398,52 +7497,52 @@ support. MixxxMainWindow - + Choose music library directory - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry إعادة المحاولة - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7451,147 +7550,139 @@ Click OK to exit. - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. - - + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? - - NativeBackend - - - Native - - - ParserCsv @@ -7696,7 +7787,7 @@ Please select an input device in the sound hardware preferences first. Create New Playlist - + أنشاء مجموعه مقاطع جديده @@ -7970,563 +8061,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo - - + + Time - - + + Ping Pong - - - - + + + + Send - + How much of the signal to send into the delay buffer - - - - + + + + Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth - - + + Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM عدد البتات في الدقيقة - + Set the beats per minute value of the click sound - + Sync - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low - - - + + + Gain for Low Filter - + Kill Low - + Kill the Low Filter - + Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8536,58 +8627,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8652,47 +8743,47 @@ Higher values result in less attenuation of high frequencies. - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8702,60 +8793,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix @@ -8788,45 +8879,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8834,172 +8925,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9036,22 +9148,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9187,132 +9309,147 @@ Fully right: end of the effect period - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. - + Error setting bitrate - + Error: unknown server protocol! - + Error: libshout only supports Shoutcast with MP3 format! - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -9359,8 +9496,7 @@ Fully right: end of the effect period Name - اسم - + اسم @@ -9731,7 +9867,7 @@ Fully right: end of the effect period - + Cover Art غلاف الألبوم @@ -9993,7 +10129,6 @@ Fully right: end of the effect period Key - The musical key of a track المفتاح @@ -10068,563 +10203,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - - - - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear مسح - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next التّالي - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous السابق - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10646,123 +10817,123 @@ Fully right: end of the effect period - + If quantize is enabled, snaps to the nearest beat. - + Quantize - + Toggles quantization. - + Loops and cues snap to the nearest beat when quantization is enabled. - + Reverse - + Reverses track playback during regular playback. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause - + Jumps to the beginning of the track. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -10907,255 +11078,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. - + Jumps to the beginning of the track and stops. - + Plays or pauses the track. - + (while playing) - + (while stopped) - + Cue - + Headphone - + Mute كتم الصوت - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. - + If no deck is playing, syncs to the first deck that has a BPM. - + Decks can't sync to samplers and samplers can only sync to decks. - + Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key - The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11220,279 +11390,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. - + Fast Rewind - + Fast rewind through the track. - + Fast Forward - + Fast forward through the track. - + Jumps to the end of the track. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control - + Pitch Rate - + Displays the current playback rate of the track. - + Repeat - + When active the track will repeat if you go past the end or reverse before the start. - + Eject - + Ejects track from the player. - + Hotcue - + If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. - + If hotcue is set, clears the hotcue. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album الألبوم - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -11614,34 +11784,6 @@ Fully right: end of the effect period - - Ui - - - Mixxx %1 Development Team - - - - - With contributions from: - - - - - And special thanks to: - - - - - Past Developers - - - - - Past Contributors - - - VSyncThread @@ -11737,12 +11879,18 @@ Fully right: end of the effect period WEffect - - None + + %1: %2 + %1 = effect name; %2 = effect description + None + + + + No effect loaded. @@ -11881,317 +12029,333 @@ Fully right: end of the effect period - + May not be supported on all skins. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + + + + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback - + Send feedback to the Mixxx team. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -12208,9 +12372,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source @@ -12292,6 +12454,12 @@ Text on waveform overview when file is cached from source Add to Playlist + + + Reset + Reset metadata in right click track context menu in library + + Cover Art @@ -12304,58 +12472,68 @@ Text on waveform overview when file is cached from source - + Remove حذف - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library - + Unhide from Library - + Purge from Library - + Properties - + Open in File Browser - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist - + أنشاء مجموعه مقاطع جديده - + Create New Crate - + Enter name for new playlist: إدخل اسم جديد لقائمة التشغيل @@ -12385,150 +12563,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - مسح - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues - + Loop - + ReplayGain - + Waveform - + All - + Deck %1 - + New Playlist قائمة تشغيل جديدة - - - + + + Playlist Creation Failed فشل إنشاء قائمة التشغيل. - + A playlist by that name already exists. توجد قائمة تشغيل بهذا الاسم - + A playlist cannot have a blank name. لا يمكن لقائمة التشغيل أن تحوي اسماً فارغاً. - + An unknown error occurred while creating playlist: حدث خطأ غير معروف أثناء إنشاء قائمة التشغيل. - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + Sampler %1 @@ -12544,12 +12716,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) - + (GL) diff --git a/res/translations/mixxx_ast.ts b/res/translations/mixxx_ast.ts index 69067ea1cc31..9236b46480ca 100644 --- a/res/translations/mixxx_ast.ts +++ b/res/translations/mixxx_ast.ts @@ -1,4 +1,4 @@ - + : @@ -386,22 +386,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error - + <b>Error with settings for '%1':</b><br> @@ -695,8 +695,8 @@ - - + + Deck %1 @@ -787,13 +787,13 @@ - + Set to full volume - + Set to zero volume @@ -818,13 +818,13 @@ - + Headphone listen button - + Mute button @@ -840,25 +840,25 @@ - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -934,229 +934,224 @@ - - One-time beat sync (tempo and phase) - - - - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode - + Equalizers Ecualizadores - + Vinyl Control Control de vinilu - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) Conmutar mou de control de vinilu (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping Repetición - + Loop In button Botón meter repetición - + Loop Out button Botón sacar repetición - + Loop Exit button - + 1/2 - + 1 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Beat-Looping - + Create %1-beat loop - + Create temporary %1-beat loop roll - + Library Biblioteca @@ -1287,20 +1282,20 @@ + - Volume Fader - + Full Volume - + Zero Volume @@ -1316,7 +1311,7 @@ - + Mute @@ -1327,7 +1322,7 @@ - + Headphone Listen @@ -1348,25 +1343,25 @@ - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1471,11 +1466,6 @@ Sync Mode - - - Tap to sync, hold to enable sync mode - - Internal Sync Master @@ -1523,527 +1513,521 @@ - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Speed (Pitch/Tempo) - + Keylock Mode - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original - + High EQ - + Mid EQ - + Low EQ - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) Amestar a la cola del DJ Automáticu (al final) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) Amestar a la cola del DJ Automáticu (al principiu) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Track Load and Play - + Load selected track and play - + Record Mix - + Toggle mix recording - + Effects Efeutos - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - + Quick Effect - + Clear effect rack - + Clear Effect Rack - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain + - + - + - + - Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect + - Parameter Value + - Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Cover Art Show/Hide - + Show/hide cover art - + Waveform Zoom Out - + Toggle Effect Unit @@ -2068,546 +2052,566 @@ - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - - + + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) + - Adjust %1 + - Kill %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off Micrófonu prendíu/apagáu - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Auto-DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface Interfaz d'usuariu - + Samplers Show/Hide - + Show/hide the sampler section Amosar/anubrir la seición del muestréu - + Microphone Show/Hide - + Show/hide the microphone section Amosar/anubrir la seición del micrófonu - + Vinyl Control Show/Hide - + Show/hide the vinyl control section Amosar/anubrir la seición del control de vinilu - + Preview Deck Show/Hide - + Show/hide the preview deck - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget Amosar/anubrir el widget de xiru del vinilu - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out @@ -2917,6 +2921,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + + + + + With contributions from: + + + + + And special thanks to: + + + + + Past Developers + + + + + Past Contributors + + + DlgAboutDlg @@ -3561,102 +3593,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Automatic - + Mono - + Stereo Estéreo - - - - + + + + Action failed - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3669,27 +3701,27 @@ Two source connections to the same server can't have the same mountpoint. - + Mixxx Icecast Testing Prueba de Icecast Mixxx - + Public stream Tresmisión pública - + http://www.mixxx.org http://www.mixxx.org - + Stream name Nome de la emisión - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. @@ -3724,189 +3756,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. - + + ICQ + + + + + AIM + + + + Website Páxina web - + Live mix - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre Xéneru - + Use UTF-8 encoding for metadata. - + Description Descripción - + Encoding Codificación - + Bitrate Tasa de bits - - + + Format Formatu - + Channels Canales - + Server connection Conexón al sirvidor - + Type Triba - + Host Sirvidor - + Login Aniciu de sesión - + Mount Montar - + Port Puertu - + Password Contraseña - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4664,15 +4711,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected Nengunu @@ -4799,32 +4842,32 @@ Displayed when no effect is selected - + Effect Info - + Version: - + Description: - + Author: - + Name: - + Type: @@ -5061,6 +5104,19 @@ and allows you to pitch adjust them for harmonic mixing. + + DlgPrefLV2Dlg + + + Equalizer Preferences + + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5844,7 +5900,7 @@ The loudness target is approximate and assumes track pregain and master output l Sample Rate - + Tasa de muestréu @@ -5882,11 +5938,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds @@ -6126,17 +6178,17 @@ milliseconds - + OpenGL not available - + dropped frames - + Cached waveforms occupy %1 MiB on disk. @@ -6174,28 +6226,28 @@ milliseconds Ganancia visual - + Default zoom level Waveform zoom - + Displays the actual frame rate. - + Visual gain of the middle frequencies - + End of track warning - + OpenGL status @@ -6210,105 +6262,124 @@ milliseconds - + Low Baxa - + Middle - + Global - + Visual gain of the high frequencies - + Visual gain of the low frequencies - + High Alta - + Waveform type - + Global visual gain - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. - + Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + % + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms @@ -6316,83 +6387,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware Hardware de soníu - + Controllers Controladores - + Library Biblioteca - + Interface Interfaz - + Waveforms - + Auto DJ Auto-DJ - + Equalizers Ecualizadores - + Decks - + Crossfader - + + Effects + Efeutos + + + + LV2 Plugins + + + + Recording Grabación - + Beat Detection - + Key Detection - + Normalization - - + + Vinyl Control Control de vinilu - + Live Broadcasting Emisión en vivo - + Modplug Decoder @@ -6909,7 +6990,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject @@ -6923,40 +7004,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h + + EffectSettingsModel + + + Visible + + + + + Name + + + + + Type + Triba + + EffectsManager - + Flanger - + BitCrusher - + Filter - + Reverb - + Echo - + AutoPan - + Tremolo @@ -7127,39 +7226,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes - - + + Select your iTunes library - + (loading) iTunes - + Use Default Library - + Choose Library... - + Error Loading iTunes Library - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. @@ -7396,52 +7495,52 @@ support. MixxxMainWindow - + Choose music library directory Escueyi'l direutoriu de biblioteca de música - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7449,147 +7548,139 @@ Click OK to exit. - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. - - + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? - - NativeBackend - - - Native - - - ParserCsv @@ -7968,563 +8059,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo - - + + Time - - + + Ping Pong - - - - + + + + Send - + How much of the signal to send into the delay buffer - - - - + + + + Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth - - + + Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM PPM - + Set the beats per minute value of the click sound - + Sync - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low Baxa - - - + + + Gain for Low Filter - + Kill Low - + Kill the Low Filter - + Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High Alta - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8534,58 +8625,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo Estéreo - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8650,47 +8741,47 @@ Higher values result in less attenuation of high frequencies. - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8700,60 +8791,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix @@ -8786,45 +8877,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8832,172 +8923,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + Internu + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9034,22 +9146,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording Grabación - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9185,132 +9307,147 @@ Fully right: end of the effect period - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. - + Error setting bitrate - + Error: unknown server protocol! - + Error: libshout only supports Shoutcast with MP3 format! - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -9728,7 +9865,7 @@ Fully right: end of the effect period - + Cover Art @@ -9990,7 +10127,6 @@ Fully right: end of the effect period Key - The musical key of a track Clave @@ -10065,563 +10201,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - - - - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10643,123 +10815,123 @@ Fully right: end of the effect period - + If quantize is enabled, snaps to the nearest beat. - + Quantize - + Toggles quantization. - + Loops and cues snap to the nearest beat when quantization is enabled. - + Reverse - + Reverses track playback during regular playback. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause - + Jumps to the beginning of the track. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -10904,255 +11076,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. - + Jumps to the beginning of the track and stops. - + Plays or pauses the track. - + (while playing) - + (while stopped) - + Cue - + Headphone - + Mute - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. - + If no deck is playing, syncs to the first deck that has a BPM. - + Decks can't sync to samplers and samplers can only sync to decks. - + Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key - The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11217,279 +11388,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. - + Fast Rewind - + Fast rewind through the track. - + Fast Forward - + Fast forward through the track. - + Jumps to the end of the track. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control - + Pitch Rate - + Displays the current playback rate of the track. - + Repeat - + When active the track will repeat if you go past the end or reverse before the start. - + Eject - + Ejects track from the player. - + Hotcue - + If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. - + If hotcue is set, clears the hotcue. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Álbum - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -11611,34 +11782,6 @@ Fully right: end of the effect period - - Ui - - - Mixxx %1 Development Team - - - - - With contributions from: - - - - - And special thanks to: - - - - - Past Developers - - - - - Past Contributors - - - VSyncThread @@ -11734,12 +11877,18 @@ Fully right: end of the effect period WEffect - + + %1: %2 + %1 = effect name; %2 = effect description + + + + None Nengunu - + No effect loaded. @@ -11878,317 +12027,333 @@ Fully right: end of the effect period - + May not be supported on all skins. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + + + + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback - + Send feedback to the Mixxx team. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -12205,9 +12370,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source @@ -12289,6 +12452,12 @@ Text on waveform overview when file is cached from source Add to Playlist + + + Reset + Reset metadata in right click track context menu in library + + Cover Art @@ -12301,58 +12470,68 @@ Text on waveform overview when file is cached from source - + Remove Desaniciar - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library - + Unhide from Library - + Purge from Library - + Properties - + Open in File Browser - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist - + Create New Crate - + Enter name for new playlist: @@ -12382,150 +12561,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues - + Loop - + ReplayGain - + Waveform - + All Too - + Deck %1 - + New Playlist Llista de reproducción nueva - - - + + + Playlist Creation Failed Falló crear llista de reproducción - + A playlist by that name already exists. Yá esiste una llista de reproducción con esi nome. - + A playlist cannot have a blank name. Una llista de reproducción nun pue tener un nome baleru. - + An unknown error occurred while creating playlist: Hebo un error desconocíu mentanto se creaba la llista de reproducción: - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + Sampler %1 @@ -12541,12 +12714,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) - + (GL) diff --git a/res/translations/mixxx_bg.ts b/res/translations/mixxx_bg.ts index 12837812eee5..c99bbb9db90d 100644 --- a/res/translations/mixxx_bg.ts +++ b/res/translations/mixxx_bg.ts @@ -1,4 +1,4 @@ - + : @@ -104,7 +104,7 @@ Add to Auto DJ Queue (bottom) - Добавяне към Авто DJ опашка (дъно) + Добавяне към Авто DJ опашка (край) @@ -386,22 +386,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error Грешка в настройките - + <b>Error with settings for '%1':</b><br> <b>Грешка в настройките за '%1':</b><br> @@ -695,8 +695,8 @@ - - + + Deck %1 Дек %1 @@ -787,13 +787,13 @@ - + Set to full volume - + Set to zero volume @@ -818,13 +818,13 @@ - + Headphone listen button - + Mute button Бутон за заглушаване @@ -840,25 +840,25 @@ - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -934,229 +934,224 @@ - - One-time beat sync (tempo and phase) - - - - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode - + Equalizers Еквалайзери - + Vinyl Control Контрол с грамофони - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Beat-Looping - + Create %1-beat loop - + Create temporary %1-beat loop roll - + Library Библиотека @@ -1287,20 +1282,20 @@ + - Volume Fader - + Full Volume - + Zero Volume @@ -1316,7 +1311,7 @@ - + Mute Заглушаване @@ -1327,7 +1322,7 @@ - + Headphone Listen @@ -1348,25 +1343,25 @@ - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1471,11 +1466,6 @@ Sync Mode - - - Tap to sync, hold to enable sync mode - - Internal Sync Master @@ -1523,527 +1513,521 @@ - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Speed (Pitch/Tempo) - + Keylock Mode - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original - + High EQ - + Mid EQ - + Low EQ - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) - Добавяне към Авто DJ опашка (дъно) + Добавяне към Авто DJ опашка (край) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) Добавяне към Авто DJ опашка (начало) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Track Load and Play - + Load selected track and play - + Record Mix Запиши микс - + Toggle mix recording - + Effects Ефекти - + Quick Effects Бързи ефекти - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - + Quick Effect - + Clear effect rack - + Clear Effect Rack - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain + - + - + - + - Assign - + Clear Изчисти - + Clear the current effect Изчисти текущия ефект - + Toggle - + Toggle the current effect - + Next Следваща - + Switch to next effect - + Previous Предишна - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect + - Parameter Value + - Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle Активиране на Автоматичен DJ - + Toggle Auto DJ On/Off - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Cover Art Show/Hide - + Show/hide cover art - + Waveform Zoom Out - + Toggle Effect Unit @@ -2068,546 +2052,566 @@ - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed Скорост на възпроизвеждане - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - - + + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) + - Adjust %1 + - Kill %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off Вкл./изкл. микрофон - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ - Автоматичен DJ + Авто-DJ (Автодиджей) - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Microphone Show/Hide - + Show/hide the microphone section - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out @@ -2917,6 +2921,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + Колектив на разработка на Mixxx %1 + + + + With contributions from: + Със съдействието на: + + + + And special thanks to: + Специални благодарности за: + + + + Past Developers + Програмисти от стари версии + + + + Past Contributors + Програмисти от стари версии + + DlgAboutDlg @@ -3028,7 +3060,7 @@ Auto DJ - Автоматичен DJ + Авто-DJ (Автодиджей) @@ -3561,102 +3593,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Automatic - + Mono - + Stereo Стерео - - - - + + + + Action failed Неуспешно действие - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3669,27 +3701,27 @@ Two source connections to the same server can't have the same mountpoint. - + Mixxx Icecast Testing Пробване на Mixxx Icecast - + Public stream Публичен поток - + http://www.mixxx.org http://www.mixxx.org - + Stream name Име на потока - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. @@ -3724,189 +3756,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 Настройки за %1 - + Dynamically update Ogg Vorbis metadata. - + + ICQ + + + + + AIM + + + + Website Уеб страница - + Live mix Микс на живо - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre Жанр - + Use UTF-8 encoding for metadata. - + Description Описание - + Encoding Кодиране - + Bitrate Бит./сек. (bitrate) - - + + Format Формат - + Channels Канали - + Server connection Връзка със сървъра - + Type Тип - + Host Сървър - + Login Влизане - + Mount Монтиране - + Port Порт - + Password Парола - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4664,15 +4711,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected Без @@ -4799,32 +4842,32 @@ Displayed when no effect is selected - + Effect Info - + Version: - + Description: - + Author: - + Name: - + Type: @@ -5061,6 +5104,19 @@ and allows you to pitch adjust them for harmonic mixing. + + DlgPrefLV2Dlg + + + Equalizer Preferences + + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5844,7 +5900,7 @@ The loudness target is approximate and assumes track pregain and master output l Sample Rate - + Честота на дискретизация @@ -5882,11 +5938,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds @@ -6126,17 +6178,17 @@ milliseconds - + OpenGL not available - + dropped frames - + Cached waveforms occupy %1 MiB on disk. @@ -6174,28 +6226,28 @@ milliseconds - + Default zoom level Waveform zoom - + Displays the actual frame rate. - + Visual gain of the middle frequencies - + End of track warning - + OpenGL status @@ -6210,105 +6262,124 @@ milliseconds - + Low Ниско - + Middle - + Global - + Visual gain of the high frequencies - + Visual gain of the low frequencies - + High Високо - + Waveform type - + Global visual gain - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. - + Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. - - Show Beat Markers + + % + % + + + + Play marker position - + + Moves the play marker position on the waveforms to the left, right or center (default). + + + + Clear Cached Waveforms @@ -6316,83 +6387,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware Звуков хардуер - + Controllers - + Library Библиотека - + Interface Интерфейс - + Waveforms - + Auto DJ - Автоматичен DJ + Авто-DJ (Автодиджей) - + Equalizers Еквалайзери - + Decks - + Crossfader Кросфейдър - + + Effects + Ефекти + + + + LV2 Plugins + + + + Recording Записване - + Beat Detection - + Key Detection - + Normalization Нормализация - - + + Vinyl Control Контрол с грамофони - + Live Broadcasting Живо излъчване - + Modplug Decoder @@ -6909,7 +6990,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject @@ -6923,40 +7004,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h + + EffectSettingsModel + + + Visible + + + + + Name + Име + + + + Type + Тип + + EffectsManager - + Flanger - + BitCrusher - + Filter - + Reverb - + Echo - + AutoPan - + Tremolo @@ -7127,39 +7226,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes iTunes - - + + Select your iTunes library Изберете вашата библиотека на iTunes - + (loading) iTunes iTunes (зареждане) - + Use Default Library Използване на стандартната библиотека - + Choose Library... Избор на библиотека... - + Error Loading iTunes Library Грешка при зареждане библиотеката на iTunes - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. Възникна грешка при зареждане на вашата библиотека на iTunes. Някой от песните и списъците с песни от iTunes може да не са се заредили. @@ -7396,52 +7495,52 @@ support. MixxxMainWindow - + Choose music library directory Изберете папка за музикалната библиотека - + Sound Device Busy Аудио устройството е заето. - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Опитайте отново</b> след като затворите другото приложение и включите аудио устройството - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Повторно</b> конфигуриране на настройките на Mixxx за аудио устройството. - - + + Get <b>Help</b> from the Mixxx Wiki. Получете <b>Помощ</b> от Уики-то на Mixxx. - - - + + + <b>Exit</b> Mixxx. <b>Изход</b> от Mixxx. - + Retry Отново - + Cannot open database Не може да се отвори базата данни - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7452,147 +7551,139 @@ Mixxx се нуждае от QT с поддръжка за SQLite. Молже п Щракнете ОК, за да затворите приложението. - - + + Reconfigure Пренастройване - + Help Помощ - - + + Exit Изход - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue Продължаване - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. - - + + Confirm Exit Потвърждане на излизането - + A deck is currently playing. Exit Mixxx? В момента свири дек. Изход от Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? - - NativeBackend - - - Native - - - ParserCsv @@ -7973,563 +8064,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo - - + + Time - - + + Ping Pong - - - - + + + + Send - + How much of the signal to send into the delay buffer - - - - + + + + Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth - - + + Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM Уд/мин (BPM) - + Set the beats per minute value of the click sound - + Sync Синхронизация - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low Ниско - - - + + + Gain for Low Filter - + Kill Low - + Kill the Low Filter - + Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High Високо - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8539,58 +8630,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo Стерео - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8655,47 +8746,47 @@ Higher values result in less attenuation of high frequencies. F11 - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8705,60 +8796,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix @@ -8791,45 +8882,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8837,173 +8928,194 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet - + + + Built-in + Used for effects that are built into Mixxx + Вградени + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + + QtSimpleWaveformWidget @@ -9039,22 +9151,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording Записване - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9190,132 +9312,147 @@ Fully right: end of the effect period Грешка при задаване на несинхроничен режим: - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. - + Error setting bitrate - + Error: unknown server protocol! - + Error: libshout only supports Shoutcast with MP3 format! - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. Моля проверете Интернет връзката си и дали името и паролата ви са верни. @@ -9733,7 +9870,7 @@ Fully right: end of the effect period - + Cover Art Обложка @@ -9995,7 +10132,6 @@ Fully right: end of the effect period Key - The musical key of a track Ключ @@ -10070,563 +10206,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank Запазване на банка с фрази - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank Зареждане на банка с фрази - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - - - - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear Изчисти - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next Следваща - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous Предишна - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10648,123 +10820,123 @@ Fully right: end of the effect period - + If quantize is enabled, snaps to the nearest beat. - + Quantize - + Toggles quantization. - + Loops and cues snap to the nearest beat when quantization is enabled. - + Reverse - + Reverses track playback during regular playback. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause - + Jumps to the beginning of the track. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -10909,255 +11081,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. - + Jumps to the beginning of the track and stops. - + Plays or pauses the track. - + (while playing) - + (while stopped) - + Cue - + Headphone - + Mute Заглушаване - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. - + If no deck is playing, syncs to the first deck that has a BPM. - + Decks can't sync to samplers and samplers can only sync to decks. - + Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix Запиши микс - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key - The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11222,279 +11393,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. - + Fast Rewind - + Fast rewind through the track. - + Fast Forward - + Fast forward through the track. - + Jumps to the end of the track. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control - + Pitch Rate - + Displays the current playback rate of the track. - + Repeat - + When active the track will repeat if you go past the end or reverse before the start. - + Eject - + Ejects track from the player. - + Hotcue - + If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. - + If hotcue is set, clears the hotcue. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Албум - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -11616,34 +11787,6 @@ Fully right: end of the effect period Грешка при зареждането на Traktor библиотеката. Някои от вашите Traktor песни или плейлисти може да не са заредени. - - Ui - - - Mixxx %1 Development Team - Колектив на разработка на Mixxx %1 - - - - With contributions from: - Със съдействието на: - - - - And special thanks to: - Специални благодарности за: - - - - Past Developers - Програмисти от стари версии - - - - Past Contributors - Програмисти от стари версии - - VSyncThread @@ -11739,12 +11882,18 @@ Fully right: end of the effect period WEffect - + + %1: %2 + %1 = effect name; %2 = effect description + + + + None Без - + No effect loaded. @@ -11883,317 +12032,333 @@ Fully right: end of the effect period &Изглед - + May not be supported on all skins. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + + + + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen &На цял екран - + Display Mixxx using the full screen Показване на Mixxx на цял екран - + &Options &Опции - + &Vinyl Control &Контрол с грамофони - + Use timecoded vinyls on external turntables to control Mixxx Ползване на грамофонни плочи с код за контролиране на Mixxx - + Enable Vinyl Control &%1 - + &Record Mix &Записване на микс - + Record your mix to a file Записва Вашия микс във файл - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server Излъчвайте миксовете чрез shoutcast или icecast сървър - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences Нас&тройки - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help Помо&щ - + &Community Support &Поддръжка от общността - + Get help with Mixxx - + &User Manual Н&аръчник на потребителя - + Read the Mixxx user manual. Прочетете наръчника за потребителя на Mixxx. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback Обратна &връзка - + Send feedback to the Mixxx team. Обратна връзка с колектива на Mixxx. - + &Translate This Application - + Help translate this application into your language. Помогнете на превода на този софтуер на Вашия език. - + &About &За - + About the application Относно приложението @@ -12210,9 +12375,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source @@ -12294,6 +12457,12 @@ Text on waveform overview when file is cached from source Add to Playlist Добавяне към списък с песни + + + Reset + Reset metadata in right click track context menu in library + Нулиране + Cover Art @@ -12306,58 +12475,68 @@ Text on waveform overview when file is cached from source - + Remove Премахване - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library - + Unhide from Library - + Purge from Library - + Properties - + Open in File Browser - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist Създаване на нов списък с песни - + Create New Crate - + Enter name for new playlist: Въведете име за нов списък с песни @@ -12387,150 +12566,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - Изчисти - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues - + Loop - + ReplayGain - + Waveform - + All Всички - + Deck %1 Дек %1 - + New Playlist Нов списък с песни - - - + + + Playlist Creation Failed Създаването на списъка за изпъленине се провали - + A playlist by that name already exists. Вече съществува списък с песни с това име - + A playlist cannot have a blank name. Списъка с песни не може да бъде без име. - + An unknown error occurred while creating playlist: По време на създаването на списъка за изпълнение възникна неизвестна грешка: - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + Sampler %1 Смесител %1 @@ -12546,12 +12719,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) - + (GL) diff --git a/res/translations/mixxx_br.ts b/res/translations/mixxx_br.ts index 8a94b49fae36..f937a2f02df3 100644 --- a/res/translations/mixxx_br.ts +++ b/res/translations/mixxx_br.ts @@ -1,4 +1,4 @@ - + : @@ -386,22 +386,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error - + <b>Error with settings for '%1':</b><br> @@ -695,8 +695,8 @@ - - + + Deck %1 @@ -787,13 +787,13 @@ - + Set to full volume - + Set to zero volume @@ -818,13 +818,13 @@ - + Headphone listen button - + Mute button @@ -840,25 +840,25 @@ - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -934,229 +934,224 @@ - - One-time beat sync (tempo and phase) - - - - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode - + Equalizers - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Beat-Looping - + Create %1-beat loop - + Create temporary %1-beat loop roll - + Library @@ -1287,20 +1282,20 @@ + - Volume Fader - + Full Volume - + Zero Volume @@ -1316,7 +1311,7 @@ - + Mute @@ -1327,7 +1322,7 @@ - + Headphone Listen @@ -1348,25 +1343,25 @@ - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1471,11 +1466,6 @@ Sync Mode - - - Tap to sync, hold to enable sync mode - - Internal Sync Master @@ -1523,527 +1513,521 @@ - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Speed (Pitch/Tempo) - + Keylock Mode - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original - + High EQ - + Mid EQ - + Low EQ - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Track Load and Play - + Load selected track and play - + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - + Quick Effect - + Clear effect rack - + Clear Effect Rack - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain + - + - + - + - Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect + - Parameter Value + - Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Cover Art Show/Hide - + Show/hide cover art - + Waveform Zoom Out - + Toggle Effect Unit @@ -2068,546 +2052,566 @@ - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - - + + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) + - Adjust %1 + - Kill %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Microphone Show/Hide - + Show/hide the microphone section - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out @@ -2917,6 +2921,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + + + + + With contributions from: + + + + + And special thanks to: + + + + + Past Developers + + + + + Past Contributors + + + DlgAboutDlg @@ -3561,102 +3593,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Automatic - + Mono - + Stereo - - - - + + + + Action failed - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3669,27 +3701,27 @@ Two source connections to the same server can't have the same mountpoint. - + Mixxx Icecast Testing - + Public stream - + http://www.mixxx.org - + Stream name - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. @@ -3724,189 +3756,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. - + + ICQ + + + + + AIM + + + + Website - + Live mix - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre - + Use UTF-8 encoding for metadata. - + Description - + Encoding - + Bitrate - - + + Format - + Channels - + Server connection - + Type - + Host - + Login - + Mount - + Port - + Password - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4664,15 +4711,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected @@ -4799,32 +4842,32 @@ Displayed when no effect is selected - + Effect Info - + Version: - + Description: - + Author: - + Name: - + Type: @@ -5061,6 +5104,19 @@ and allows you to pitch adjust them for harmonic mixing. + + DlgPrefLV2Dlg + + + Equalizer Preferences + + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5882,11 +5938,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds @@ -6126,17 +6178,17 @@ milliseconds - + OpenGL not available - + dropped frames - + Cached waveforms occupy %1 MiB on disk. @@ -6174,28 +6226,28 @@ milliseconds - + Default zoom level Waveform zoom - + Displays the actual frame rate. - + Visual gain of the middle frequencies - + End of track warning - + OpenGL status @@ -6210,105 +6262,124 @@ milliseconds - + Low - + Middle - + Global - + Visual gain of the high frequencies - + Visual gain of the low frequencies - + High - + Waveform type - + Global visual gain - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. - + Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms @@ -6316,83 +6387,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library - + Interface - + Waveforms - + Auto DJ - + Equalizers - + Decks - + Crossfader - + + Effects + + + + + LV2 Plugins + + + + Recording - + Beat Detection - + Key Detection - + Normalization - - + + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -6909,7 +6990,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject @@ -6923,40 +7004,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h + + EffectSettingsModel + + + Visible + + + + + Name + + + + + Type + + + EffectsManager - + Flanger - + BitCrusher - + Filter - + Reverb - + Echo - + AutoPan - + Tremolo @@ -7127,39 +7226,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes - - + + Select your iTunes library - + (loading) iTunes - + Use Default Library - + Choose Library... - + Error Loading iTunes Library - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. @@ -7396,52 +7495,52 @@ support. MixxxMainWindow - + Choose music library directory - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7449,147 +7548,139 @@ Click OK to exit. - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. - - + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? - - NativeBackend - - - Native - - - ParserCsv @@ -7968,563 +8059,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo - - + + Time - - + + Ping Pong - - - - + + + + Send - + How much of the signal to send into the delay buffer - - - - + + + + Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth - - + + Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM - + Set the beats per minute value of the click sound - + Sync - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low - - - + + + Gain for Low Filter - + Kill Low - + Kill the Low Filter - + Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8534,58 +8625,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8650,47 +8741,47 @@ Higher values result in less attenuation of high frequencies. - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8700,60 +8791,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix @@ -8786,45 +8877,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8832,172 +8923,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9034,22 +9146,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9185,132 +9307,147 @@ Fully right: end of the effect period - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. - + Error setting bitrate - + Error: unknown server protocol! - + Error: libshout only supports Shoutcast with MP3 format! - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -9728,7 +9865,7 @@ Fully right: end of the effect period - + Cover Art @@ -9990,7 +10127,6 @@ Fully right: end of the effect period Key - The musical key of a track Alc'hwez @@ -10065,563 +10201,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - - - - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10643,123 +10815,123 @@ Fully right: end of the effect period - + If quantize is enabled, snaps to the nearest beat. - + Quantize - + Toggles quantization. - + Loops and cues snap to the nearest beat when quantization is enabled. - + Reverse - + Reverses track playback during regular playback. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause - + Jumps to the beginning of the track. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -10904,255 +11076,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. - + Jumps to the beginning of the track and stops. - + Plays or pauses the track. - + (while playing) - + (while stopped) - + Cue - + Headphone - + Mute - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. - + If no deck is playing, syncs to the first deck that has a BPM. - + Decks can't sync to samplers and samplers can only sync to decks. - + Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key - The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11217,279 +11388,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. - + Fast Rewind - + Fast rewind through the track. - + Fast Forward - + Fast forward through the track. - + Jumps to the end of the track. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control - + Pitch Rate - + Displays the current playback rate of the track. - + Repeat - + When active the track will repeat if you go past the end or reverse before the start. - + Eject - + Ejects track from the player. - + Hotcue - + If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. - + If hotcue is set, clears the hotcue. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Pladenn - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -11611,34 +11782,6 @@ Fully right: end of the effect period - - Ui - - - Mixxx %1 Development Team - - - - - With contributions from: - - - - - And special thanks to: - - - - - Past Developers - - - - - Past Contributors - - - VSyncThread @@ -11734,12 +11877,18 @@ Fully right: end of the effect period WEffect - - None + + %1: %2 + %1 = effect name; %2 = effect description + None + + + + No effect loaded. @@ -11878,317 +12027,333 @@ Fully right: end of the effect period - + May not be supported on all skins. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + + + + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback - + Send feedback to the Mixxx team. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -12205,9 +12370,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source @@ -12289,6 +12452,12 @@ Text on waveform overview when file is cached from source Add to Playlist + + + Reset + Reset metadata in right click track context menu in library + + Cover Art @@ -12301,58 +12470,68 @@ Text on waveform overview when file is cached from source - + Remove - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library - + Unhide from Library - + Purge from Library - + Properties - + Open in File Browser - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist - + Create New Crate - + Enter name for new playlist: @@ -12382,150 +12561,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues - + Loop - + ReplayGain - + Waveform - + All - + Deck %1 - + New Playlist - - - + + + Playlist Creation Failed - + A playlist by that name already exists. - + A playlist cannot have a blank name. - + An unknown error occurred while creating playlist: - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + Sampler %1 @@ -12541,12 +12714,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) - + (GL) diff --git a/res/translations/mixxx_bs.ts b/res/translations/mixxx_bs.ts index 0447ca014656..5de98b94b96d 100644 --- a/res/translations/mixxx_bs.ts +++ b/res/translations/mixxx_bs.ts @@ -1,4 +1,4 @@ - + : @@ -386,22 +386,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error - + <b>Error with settings for '%1':</b><br> @@ -695,8 +695,8 @@ - - + + Deck %1 @@ -787,13 +787,13 @@ - + Set to full volume - + Set to zero volume @@ -818,13 +818,13 @@ - + Headphone listen button - + Mute button @@ -840,25 +840,25 @@ - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -934,229 +934,224 @@ - - One-time beat sync (tempo and phase) - - - - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode - + Equalizers - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Beat-Looping - + Create %1-beat loop - + Create temporary %1-beat loop roll - + Library @@ -1287,20 +1282,20 @@ + - Volume Fader - + Full Volume - + Zero Volume @@ -1316,7 +1311,7 @@ - + Mute @@ -1327,7 +1322,7 @@ - + Headphone Listen @@ -1348,25 +1343,25 @@ - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1471,11 +1466,6 @@ Sync Mode - - - Tap to sync, hold to enable sync mode - - Internal Sync Master @@ -1523,527 +1513,521 @@ - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Speed (Pitch/Tempo) - + Keylock Mode - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original - + High EQ - + Mid EQ - + Low EQ - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Track Load and Play - + Load selected track and play - + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - + Quick Effect - + Clear effect rack - + Clear Effect Rack - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain + - + - + - + - Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect + - Parameter Value + - Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Cover Art Show/Hide - + Show/hide cover art - + Waveform Zoom Out - + Toggle Effect Unit @@ -2068,546 +2052,566 @@ - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - - + + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) + - Adjust %1 + - Kill %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Microphone Show/Hide - + Show/hide the microphone section - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out @@ -2917,6 +2921,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + + + + + With contributions from: + + + + + And special thanks to: + + + + + Past Developers + + + + + Past Contributors + + + DlgAboutDlg @@ -3561,102 +3593,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Automatic - + Mono - + Stereo - - - - + + + + Action failed - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3669,27 +3701,27 @@ Two source connections to the same server can't have the same mountpoint. - + Mixxx Icecast Testing - + Public stream - + http://www.mixxx.org - + Stream name - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. @@ -3724,189 +3756,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. - + + ICQ + + + + + AIM + + + + Website - + Live mix - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre Žanr - + Use UTF-8 encoding for metadata. - + Description - + Encoding - + Bitrate - - + + Format - + Channels - + Server connection - + Type - + Host - + Login - + Mount - + Port - + Password - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4664,15 +4711,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected @@ -4799,32 +4842,32 @@ Displayed when no effect is selected - + Effect Info - + Version: - + Description: - + Author: - + Name: - + Type: @@ -5061,6 +5104,19 @@ and allows you to pitch adjust them for harmonic mixing. + + DlgPrefLV2Dlg + + + Equalizer Preferences + + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5882,11 +5938,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds @@ -6126,17 +6178,17 @@ milliseconds - + OpenGL not available - + dropped frames - + Cached waveforms occupy %1 MiB on disk. @@ -6174,28 +6226,28 @@ milliseconds - + Default zoom level Waveform zoom - + Displays the actual frame rate. - + Visual gain of the middle frequencies - + End of track warning - + OpenGL status @@ -6210,105 +6262,124 @@ milliseconds - + Low - + Middle - + Global - + Visual gain of the high frequencies - + Visual gain of the low frequencies - + High - + Waveform type - + Global visual gain - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. - + Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + % + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms @@ -6316,83 +6387,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library - + Interface - + Waveforms - + Auto DJ - + Equalizers - + Decks - + Crossfader - + + Effects + + + + + LV2 Plugins + + + + Recording - + Beat Detection - + Key Detection - + Normalization - - + + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -6909,7 +6990,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject @@ -6923,40 +7004,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h + + EffectSettingsModel + + + Visible + + + + + Name + + + + + Type + + + EffectsManager - + Flanger - + BitCrusher - + Filter - + Reverb - + Echo - + AutoPan - + Tremolo @@ -7127,39 +7226,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes - - + + Select your iTunes library - + (loading) iTunes - + Use Default Library - + Choose Library... - + Error Loading iTunes Library - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. @@ -7396,52 +7495,52 @@ support. MixxxMainWindow - + Choose music library directory - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7449,147 +7548,139 @@ Click OK to exit. - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. - - + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? - - NativeBackend - - - Native - - - ParserCsv @@ -7968,563 +8059,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo - - + + Time - - + + Ping Pong - - - - + + + + Send - + How much of the signal to send into the delay buffer - - - - + + + + Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth - - + + Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM - + Set the beats per minute value of the click sound - + Sync - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low - - - + + + Gain for Low Filter - + Kill Low - + Kill the Low Filter - + Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8534,58 +8625,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8650,47 +8741,47 @@ Higher values result in less attenuation of high frequencies. - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8700,60 +8791,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix @@ -8786,45 +8877,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8832,172 +8923,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9034,22 +9146,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9185,132 +9307,147 @@ Fully right: end of the effect period - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. - + Error setting bitrate - + Error: unknown server protocol! - + Error: libshout only supports Shoutcast with MP3 format! - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -9728,7 +9865,7 @@ Fully right: end of the effect period - + Cover Art @@ -9990,7 +10127,6 @@ Fully right: end of the effect period Key - The musical key of a track @@ -10065,563 +10201,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - - - - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10643,123 +10815,123 @@ Fully right: end of the effect period - + If quantize is enabled, snaps to the nearest beat. - + Quantize - + Toggles quantization. - + Loops and cues snap to the nearest beat when quantization is enabled. - + Reverse - + Reverses track playback during regular playback. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause - + Jumps to the beginning of the track. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -10904,255 +11076,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. - + Jumps to the beginning of the track and stops. - + Plays or pauses the track. - + (while playing) - + (while stopped) - + Cue - + Headphone - + Mute - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. - + If no deck is playing, syncs to the first deck that has a BPM. - + Decks can't sync to samplers and samplers can only sync to decks. - + Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key - The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11217,279 +11388,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. - + Fast Rewind - + Fast rewind through the track. - + Fast Forward - + Fast forward through the track. - + Jumps to the end of the track. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control - + Pitch Rate - + Displays the current playback rate of the track. - + Repeat - + When active the track will repeat if you go past the end or reverse before the start. - + Eject - + Ejects track from the player. - + Hotcue - + If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. - + If hotcue is set, clears the hotcue. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Album - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -11611,34 +11782,6 @@ Fully right: end of the effect period - - Ui - - - Mixxx %1 Development Team - - - - - With contributions from: - - - - - And special thanks to: - - - - - Past Developers - - - - - Past Contributors - - - VSyncThread @@ -11734,12 +11877,18 @@ Fully right: end of the effect period WEffect - - None + + %1: %2 + %1 = effect name; %2 = effect description + None + + + + No effect loaded. @@ -11878,317 +12027,333 @@ Fully right: end of the effect period - + May not be supported on all skins. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + + + + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback - + Send feedback to the Mixxx team. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -12205,9 +12370,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source @@ -12289,6 +12452,12 @@ Text on waveform overview when file is cached from source Add to Playlist + + + Reset + Reset metadata in right click track context menu in library + + Cover Art @@ -12301,58 +12470,68 @@ Text on waveform overview when file is cached from source - + Remove Ukloni - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library - + Unhide from Library - + Purge from Library - + Properties - + Open in File Browser - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist - + Create New Crate - + Enter name for new playlist: @@ -12382,150 +12561,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues - + Loop - + ReplayGain - + Waveform - + All - + Deck %1 - + New Playlist - - - + + + Playlist Creation Failed - + A playlist by that name already exists. - + A playlist cannot have a blank name. - + An unknown error occurred while creating playlist: - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + Sampler %1 @@ -12541,12 +12714,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) - + (GL) diff --git a/res/translations/mixxx_ca-ES.ts b/res/translations/mixxx_ca-ES.ts index cf437de48feb..e41ff62428ba 100644 --- a/res/translations/mixxx_ca-ES.ts +++ b/res/translations/mixxx_ca-ES.ts @@ -1,4 +1,4 @@ - + : @@ -13,7 +13,7 @@ Analyze - Tria l'analitzador + Analitzador @@ -127,7 +127,7 @@ Rename - Reanomena + Canvia el nom @@ -180,7 +180,7 @@ Rename Playlist - Reanomena la llista de reproducció + Canvia el nom a la llista de reproducció @@ -382,28 +382,28 @@ Please enable at least one connection to use Live Broadcasting. - Si us plau, activa almenys una font per a utilitzar la emissió en viu. + Si us plau, activa almenys una font per a utilitzar la retransmissió en directe. BroadcastProfile - + Can't use secure password storage: keychain access failed. No es pot utilitzar l'emmagatzematge de claus segur: L'accés al clauer ha fallat. - + Secure password retrieval unsuccessful: keychain access failed. No s'ha pogut obtenir la clau: L'accés al clauer ha fallat. - + Settings error Error de configuració - + <b>Error with settings for '%1':</b><br> <b>Error de configuració per '%1':</b><br> @@ -697,8 +697,8 @@ - - + + Deck %1 Plat %1 @@ -789,13 +789,13 @@ - + Set to full volume Posa a màxim volum - + Set to zero volume Posa en silenci @@ -820,13 +820,13 @@ Botó de reprodueix cap enrere i salta endavant (Censura) - + Headphone listen button Botó per escoltar per auriculars - + Mute button Botó de mut @@ -842,25 +842,25 @@ - + Mix orientation (e.g. left, right, center) Destí de la mescla (p.ex. esquerra, dreta, mig) - + Set mix orientation to left Destí de la mescla a l'esquerra - + Set mix orientation to center Destí de la mescla al centre - + Set mix orientation to right Destí de la mescla a la dreta @@ -936,229 +936,224 @@ Commutador de mode de sincronització de 3 estats (OFF, FOLLOWER, MASTER) - - One-time beat sync (tempo and phase) - Sincronitzar el ritme un cop (tempo i fase) - - - + One-time beat sync (tempo only) Sincronitzar el ritme un cop (només tempo) - + One-time beat sync (phase only) Sincronitzar el ritme un cop (només fase) - + Toggle keylock mode Commutador de mode de bloqueig de clau musical - + Equalizers Equalitzadors - + Vinyl Control Control de Vinil - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Commutador del mode de control dels punts cue amb Vinil (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) Commutador del mode de control de Vinil (ABS/REL/CONST) - + Pass through external audio into the internal mixer Redirecció de l'audio extern cap al mesclador intern - + Cues Punts Cue - + Cue button Botó Cue - + Set cue point Crea un punt Cue - + Go to cue point Ves a un punt Cue - + Go to cue point and play Ves a un punt Cue i reprodueix - + Go to cue point and stop Ves al punt Cue i atura't - + Preview from cue point Pre-escolta del punt Cue - + Cue button (CDJ mode) Botó Cue (mode CDJ) - + Stutter cue Reprodueix Cue (Stutter) - + Hotcues - Hotcue + Marques directes - + Set, preview from or jump to hotcue %1 - Defineix, pre-escolta des de o vés al Hotcue %1 + Defineix, pre-escolta des de o vés a la marca directa %1 - + Clear hotcue %1 - Esborra Hotcue %1 + Esborra la marca directa %1 - + Set hotcue %1 - Defineix Hotcue %1 + Defineix la marca directa %1 - + Jump to hotcue %1 - Ves al Hotcue %1 + Ves a la marca directa %1 - + Jump to hotcue %1 and stop - Ves al Hotcue %1 i atura't + Ves a la marca directa %1 i atura't - + Jump to hotcue %1 and play - Ves al Hotcue %1 i reprodueix + Ves a la marca directa %1 i reprodueix - + Preview from hotcue %1 - Pre-escolta des del Hotcue %1 + Pre-escolta des de la marca directa %1 - - + + Hotcue %1 - Hotcue %1 + Marca directa %1 - + Looping Bucles - + Loop In button Botó de punt d'inici de bucle - + Loop Out button Botó de punt final de bucle - + Loop Exit button Botó de sortir del bucle - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Moure el bucle endavant en %1 beats - + Move loop backward by %1 beats Moure el bucle endarrere en %1 beats - + Beat-Looping Bucles definits per tocs - + Create %1-beat loop Crea bucle de %1 tocs - + Create temporary %1-beat loop roll Crea bucle "roll" temporal de %1 tocs - + Library Biblioteca @@ -1289,20 +1284,20 @@ + - Volume Fader Control del volum - + Full Volume Màxim volum - + Zero Volume Volum zero @@ -1318,7 +1313,7 @@ - + Mute Posa Mut @@ -1329,7 +1324,7 @@ - + Headphone Listen Escolta pels auriculars @@ -1350,25 +1345,25 @@ - + Orientation Destí de le mescla - + Orient Left Orientació a l'esquerra - + Orient Center Orientació al Centre - + Orient Right Orientació a la dreta @@ -1473,11 +1468,6 @@ Sync Mode Mode Sincronitzat - - - Tap to sync, hold to enable sync mode - Prem per sincronitzar, mantingues per habilitar el mode sincronitzat - Internal Sync Master @@ -1525,527 +1515,521 @@ Sincronitza el ritme al prémer - + Sync Tempo One-Shot Sincronitza els tempos al prémer - + Sync Phase One-Shot Sincronitza les fases al prémer - + Speed (Pitch/Tempo) Velocitat (To i/o Tempo) - + Keylock Mode Mode de bloqueig de clau musical - + Pitch control (does not affect tempo), center is original pitch Control de to/claumusical (no afecta al tempo), el centre és la nota musical original - + Pitch Adjust Ajustament de Pitch - + Adjust pitch from speed slider pitch Ajusta el Pitch de la barra de velocitat - + Match musical key Iguala la clau musical - + Match Key Iguala la clau musical - + Reset Key Reinicia la clau musical - + Resets key to original Reinicia la clau musical per tornar a la original - + High EQ EQ d'aguts - + Mid EQ EQ de Mitjos - + Low EQ EQ de greus - + Toggle Vinyl Control Commutador de mode Vinil - + Toggle Vinyl Control (ON/OFF) Commutador de control de Vinil (On/Off) - + Vinyl Control Mode Mode de control de Vinil - + Vinyl Control Cueing Mode Mode de control dels punts cue amb Vinil - + Vinyl Control Passthrough Pas de l'audiò d'entrada del control Vinil - + Vinyl Control Next Deck Següent plat del control Vinil - + Single deck mode - Switch vinyl control to next deck Mode d'un plat - Canvia el control de vinil cap al següent plat - + Cue Punt Cue - + Set Cue Defineix el Cue - + Go-To Cue Ves al punt Cue - + Go-To Cue And Play Ves al punt Cue i reprodueix - + Go-To Cue And Stop Ves al punt Cue i atura't - + Preview Cue Pre-escolta del punt Cue - + Cue (CDJ Mode) Punt Cue (Mode CDJ) - + Stutter Cue Reprodueix Cue (Stutter) - + Go to cue point and play after release Ves a un punt Cue i reprodueix en deixar-lo - + Clear Hotcue %1 - Esborra el Hotcue %1 + Esborra la marca directa %1 - + Set Hotcue %1 - Defineix el Hotcue %1 + Defineix la marca directa %1 - + Jump To Hotcue %1 - Ves al Hotcue %1 + Ves a la marca directa %1 - + Jump To Hotcue %1 And Stop - Ves al Hotcue %1 i atura't + Ves a la marca directa %1 i atura't - + Jump To Hotcue %1 And Play - Ves al Hotcue %1 i reprodueix + Ves a la marca directa %1 i reprodueix - + Preview Hotcue %1 - Pre-escolta del Hotcue %1 + Pre-escolta la marca directa %1 - + Loop In Inici de bucle - + Loop Out Final de Bucle - + Loop Exit Surt del bucle - + Reloop/Exit Loop Repeteix/Surt del bucle - + Loop Halve Redueix el bucle a la meitat - + Loop Double Incrementa el bucle al doble - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Mou el bucle +%1 tocs - + Move Loop -%1 Beats Mou el bucle -%1 tocs - + Loop %1 Beats Bucle de %1 tocs - + Loop Roll %1 Beats Bucle "roll" de %1 tocs - + Add to Auto DJ Queue (bottom) Afegeix a la cua del DJ automàtic (al final) - + Append the selected track to the Auto DJ Queue Afegeix la pista seleccionada al final de la cua de DJ automàtic - + Add to Auto DJ Queue (top) Afegeix a la cua del DJ automàtic (al principi) - + Prepend selected track to the Auto DJ Queue Afegeix la pista seleccionada a l'inici de la cua de DJ automàtic - + Load Track Carrega la pista - + Load selected track Carrega la pista seleccionada - + Track Load and Play Carrega i reprodueix la pista - + Load selected track and play Carrega la pista seleccionada i la reprodueix - + Record Mix Gravació de la mescla - + Toggle mix recording Commutador de gravació de la mescla - + Effects Efectes - + Quick Effects Efectes ràpids - + Deck %1 Quick Effect Super Knob Súper Control d'Efecte ràpid del Plat %1 - + Quick Effect Super Knob (control linked effect parameters) Súper control de l'Efecte Ràpid (controla el paràmetre de l'efecte associat) - + Quick Effect Efecte ràpid - + Clear effect rack Esborrar el rack d'efectes - + Clear Effect Rack Esborrar el Rack d'efectes - + Clear Unit Esborrar la Unitat - + Clear effect unit Esborra la unitat d'efecte - + Toggle Unit Commutador d'unitat - + Dry/Wet Directe/Processat - + Adjust the balance between the original (dry) and processed (wet) signal. Ajusta l'equilibri entre la senyal original (dry) i la processada (wet). - + Super Knob Súper Control - - - Insert/Send Toggle - Commutador de Insert/Send - - - + Next Chain Cadena següent + - + - + - + - Assign Assigna - + Clear Descarta - + Clear the current effect Descarta l'efecte actual - + Toggle Estat d'activació - + Toggle the current effect Commutador de l'estat d'activació de l'efecte - + Next Següent - + Switch to next effect Canvia al següent efecte - + Previous Anterior - + Switch to the previous effect Canvia a l'efecte anterior - + Next or Previous Següent o anterior - + Switch to either next or previous effect Canvia a l'efecte següent o anterior + - Parameter Value Valor del paràmetre + - Microphone Ducking Strength Nivell de reducció en parlar per micròfon - + Microphone Ducking Mode Mode de reducció en parlar per micròfon - + Gain Guany - + Gain knob Control de guany - + Shuffle the content of the Auto DJ queue Barreja el contingut de la cua de DJ automàtic - + Skip the next track in the Auto DJ queue Salta la següent pista de la cua de DJ automàtic - + Auto DJ Toggle Commutador de DJ automàtic - + Toggle Auto DJ On/Off Commutador On/Off de DJ automàtic - + Library Maximize/Restore Maximitza/Restaura la vista de Biblioteca - + Maximize the track library to take up all the available screen space. Maximitza o restaura la vista de Biblioteca per abarcar tota la pantalla - + Effect Rack Show/Hide Mostra/amaga el rack d'efectes - + Show/hide the effect rack Mostra/amaga el rack d'efectes - + Cover Art Show/Hide Mostra/amaga la caràtula - + Show/hide cover art Mostra/amaga la caràtula - + Waveform Zoom Out Allunya el zoom del gràfic d'ona - + Toggle Effect Unit Commutador d'estat de la unitat d'efecte @@ -2070,546 +2054,566 @@ Guany dels auriculars - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + Toqueu per sincronitzar el tempo (i la fase si està la quantizació activada), mantingueu premut per activar la sincronització permanent + + + + One-time beat sync tempo (and phase with quantize enabled) + Sincronització del tempo en pulsar (i la fase si està la quantització activada) + + + Playback Speed Velocitat de reproducció - + Playback speed control (Vinyl "Pitch" slider) Velocitat de reproducció ("Pitch" de Vinil) - + Pitch (Musical key) Pitch (clau musical) - + Increase Speed Accelera - + Adjust speed faster (coarse) Acceleració (valor gran) de velocitat - - + + Increase Speed (Fine) Acceleració (valor petit) - + Adjust speed faster (fine) Acceleració (valor petit) - + Decrease Speed Redueix - + Adjust speed slower (coarse) Reducció de velocitat (valor gran) - + Adjust speed slower (fine) Redueix la velocitat (valor petit) - + Temporarily Increase Speed Acceleració momentània - + Temporarily increase speed (coarse) Acceleració (valor gran) momentània - + Temporarily Increase Speed (Fine) Acceleració (valor petit) momentània - + Temporarily increase speed (fine) Acceleració (valor petit) momentània - + Temporarily Decrease Speed Reducció de velocitat momentània - + Temporarily decrease speed (coarse) Reducció de velocitat (valor gran) momentània - + Temporarily Decrease Speed (Fine) Reducció de velocitat (valor petit) momentània - + Temporarily decrease speed (fine) Reducció de velocitat (valor petit) momentània + - Adjust %1 Ajusta %1 + - Kill %1 Suprimeix %1 - + CUP (Cue + Play) CUP (Cue + Play) - + Loop Selected Beats Bucle de tocs seleccionats - + Create a beat loop of selected beat size Crea un bucle de tocs de la mida seleccionada - + Loop Roll Selected Beats Bucle "roll" de tocs seleccionats - + Create a rolling beat loop of selected beat size Crea un bucle "roll" de tocs de la mida seleccionada - + Toggle loop on/off and jump to Loop In point if loop is behind play position Activa o desactiva el bucle, i salta a l'inici del bucle si aquest es anterior a la posició de reproducció actual - + Reloop And Stop Repeteix i para - + Enable loop, jump to Loop In point, and stop Activa el bucle, es mou a l'inici d'aquest i es para - + Halve the loop length Redueix el bucle a la meitat - + Double the loop length Duplica la mida del bucle - + Beat Jump / Loop Move Salt en tocs / Mou el bucle - + Jump / Move Loop Forward %1 Beats Salta / Mou el bucle endavant en %1 tocs - + Jump / Move Loop Backward %1 Beats Salta / Mou el bucle enrera en %1 tocs - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats Salta endavant %1 tocs, o si el bucle està activat, mou el bucle endavant en %1 tocs - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats Salta enrera %1 tocs, o si el bucle està activat, mou el bucle enrera en %1 tocs - + Beat Jump / Loop Move Forward Selected Beats Salt en tocs / Mou el bucle endavant els tocs seleccionats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats Salta endavant en la quantitat de tocs seleccionada, o si el bucle està activat, mou el bucle endavant el nombre de tocs seleccionat. - + Beat Jump / Loop Move Backward Selected Beats Salt en tocs / Mou el bucle enrera els tocs seleccionats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats Salta enrera en la quantitat de tocs seleccionada, o si el bucle està activat, mou el bucle enrera el nombre de tocs seleccionat. - + Move up Mou amunt - + Equivalent to pressing the UP key on the keyboard Equivalent a prémer la tecla Amunt del teclat - + Move down Mou avall - + Equivalent to pressing the DOWN key on the keyboard Equivalent a prémer la tecla Avall del teclat - + Move up/down Mou amunt/avall - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys Mou verticalment en ambdúes direccions utilitzant un control, com al prémer les tecles amunt/avall - + Scroll Up Pàgina amunt - + Equivalent to pressing the PAGE UP key on the keyboard Equivalment a prémer la tecla Pàgina amunt del teclat - + Scroll Down Pàgina avall - + Equivalent to pressing the PAGE DOWN key on the keyboard Equivalent a prémer la tecla Pàgina avall del teclat - + Scroll up/down Pàgina amunt/avall - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys Mou verticalment en ambdúes direccions utilitzant un control, com al prémer les tecles pàgina amunt/avall - + Move left Mou a l'esquerra - + Equivalent to pressing the LEFT key on the keyboard Equivalent a prémer la tecla Esquerra del teclat - + Move right Mou a la dreta - + Equivalent to pressing the RIGHT key on the keyboard Equivalent a prémer la tecla Dreta del teclat - + Move left/right Mou esquerra/dreta - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys Mou horitzontalment en ambúes direccions utilitzant un control, com al prémer les tecles Esquerra/Dreta del teclat - + Move focus to right pane Mou el focus al panell dret - + Equivalent to pressing the TAB key on the keyboard Equivalent a prémer la tecla tabulació del teclat - + Move focus to left pane Mou el focus al panell esquerra - + Equivalent to pressing the SHIFT+TAB key on the keyboard Equivalent a prémer les tecles Majúscules+Tabulació del teclat - + Move focus to right/left pane Mou el focus al panell esquerra/dret - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys Mou el focus al panell de la dreta o esquerra utilizant un control, com al prémer tabulació/Majúscules+tabulació - + Go to the currently selected item Vés a l'element seleccionat actualment - + Choose the currently selected item and advance forward one pane if appropriate Tria l'element seleccionat actualment i avança un panell si és apropiat - + Add to Auto DJ Queue (replace) Afegeix a la cua del DJ automàtic (reemplaça) - + Replace Auto DJ Queue with selected tracks Reemplaça la cua de DJ automàtic amb les pistes seleccionades - + Enable or disable effect processing Commuta el processament d'efectes - + Super Knob (control effects' Meta Knobs) Control Super (controla els controls 'Meta' dels efectes) - + + Mix Mode Toggle + Selector del mode de mescla + + + + Toggle effect unit between D/W and D+W modes + Canvi entre D/P i D+P a la unitat d'efectes + + + Next chain preset Següent cadena preestablerta - + Previous Chain Següent cadena - + Previous chain preset Cadena anterior preestablerta - + Next/Previous Chain Següent/Anterior cadena - + Next or previous chain preset Següent o anterior cadena preestablerta + - Show Effect Parameters Mostra els paràmetres d'efectes - + Meta Knob Control Meta - + Effect Meta Knob (control linked effect parameters) Control Meta de l'efecte (controla els paràmetres de l'efecte enllaçats) - + Meta Knob Mode Mode de Control Meta - + Set how linked effect parameters change when turning the Meta Knob. Defineix la manera com canvien els paràmetres de l'efecte enllaçats al girar el control Meta. - + Meta Knob Mode Invert Mode d'inversió del control Meta - + Invert how linked effect parameters change when turning the Meta Knob. Inverteix el sentit en que canvien els paràmetres de l'efecte enllaçats al girar el control Meta. - + Microphone / Auxiliary Micròfon / Línia auxiliar - + Microphone On/Off Micrònfon obert/tancat - + Microphone on/off Micròfon obert/tancat - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Commutador del mode de reducció de volum del micròfon (OFF, AUTO, MANUAL) - + Auxiliary On/Off Línia auxiliar oberta/tancada - + Auxiliary on/off Línia auxiliar oberta/tancada - + Auto DJ DJ automàtic - + Auto DJ Shuffle Barreja la cua de DJ automàtic - + Auto DJ Skip Next DJ automatic, saltar-se la següent - + Auto DJ Fade To Next DJ automàtic, Salta a la seguent esvaint l'actual - + Trigger the transition to the next track Fer que s'iniciï la transició cap a la següent pista - + User Interface Interfície d'usuari - + Samplers Show/Hide Mostra/amaga Reprod. de mostres - + Show/hide the sampler section Mostra/amaga la secció dels reproductors de mostres - + Microphone Show/Hide Mostra/amaga els micròfons - + Show/hide the microphone section Mostra o amaga la secció dels micròfons - + Vinyl Control Show/Hide Mostra/amaga el control de vinil - + Show/hide the vinyl control section Mostra/amaga la secció del control de vinil - + Preview Deck Show/Hide Mostra/amaga la pre-escolta - + Show/hide the preview deck Mostra o amaga la secció de la pre-escolta - + Vinyl Spinner Show/Hide Mostra/amaga el vinil giratori - + Show/hide spinning vinyl widget Mostra/amaga l'element de pantalla amb el vinil giratori - + Waveform zoom Fa zoom del gràfic d'ona - + Waveform Zoom Zoom del gràfic d'ona - + Zoom waveform in Apropa el zoom del gràfic d'ona - + Waveform Zoom In Apropa el zoom del gràfic d'ona - + Zoom waveform out Allunya el zoom del gràfic d'ona @@ -2749,7 +2753,7 @@ Rename - Canvia-li el nom + Canvia el nom @@ -2813,7 +2817,7 @@ Rename Crate - Reanomena la caixa + Canvia el nom a la caixa @@ -2919,6 +2923,34 @@ La còpia de la caixa ha fallat + + DlgAbout + + + Mixxx %1 Development Team + Equip de desenvolupament del Mixxx %1 + + + + With contributions from: + Amb les contribucions de: + + + + And special thanks to: + Reconeixements especials a: + + + + Past Developers + Antics desenvolupadors + + + + Past Contributors + Antics contribuidors + + DlgAboutDlg @@ -3574,105 +3606,105 @@ Heu intentat aprendre: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Automatic Automàtic - + Mono Mono - + Stereo Estèreo - - - - + + + + Action failed La acció ha fallat - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. '%1' té el mateix punt de muntatge Icecast que '%2'. Dues connexions font al mateix servidor no poden tenir el mateix punt de muntatge. - + You can't create more than %1 source connections. No podeu crear més de %1 connexions font. - + Source connection %1 Connexió font %1 - + At least one source connection is required. Es requereix com a mínim 1 connexió font. - + Are you sure you want to disconnect every active source connection? - Segur que voleu desconnectar totes les connexions fonts actives? + Segur que voleu desconnectar totes les connexions font actives? - + Confirmation required Es necessita confirmació - + Are you sure you want to delete '%1'? Esteu segur de voler esborrar '%1'? - + Renaming '%1' Reanomenant '%1' - + New name for '%1': Nom nou per a '%1': - + Can't rename '%1' to '%2': name already in use - No es pot reanomenar '%1' a '%2': Aquest nom ja existeix + No es pot canviar el nom de '%1' a '%2': Aquest nom ja existeix @@ -3680,37 +3712,37 @@ Dues connexions font al mateix servidor no poden tenir el mateix punt de muntatg Live Broadcasting Preferences - Preferències de l'emissió en viu + Preferències de la retransmissió en directe - + Mixxx Icecast Testing Prova d'Icecast del Mixxx - + Public stream Transmissió pública - + http://www.mixxx.org http://www.mixxx.org - + Stream name Nom de la emissió - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. Degut a errors en algunes aplicacions client, actualitzar les metadades Ogg Vorbis dinàmicament pot produïr errors i desconnexions als oients. Activeu la opció si això no és un problema Live Broadcasting source connections - Connexions font per a la emissió en viu + Connexions font per a la retransmissió en directe @@ -3725,7 +3757,7 @@ Dues connexions font al mateix servidor no poden tenir el mateix punt de muntatg Rename selected - Reanomena la seleccionada + Canvia el nom a la seleccionada @@ -3735,192 +3767,207 @@ Dues connexions font al mateix servidor no poden tenir el mateix punt de muntatg Turn on Live Broadcasting when applying these settings - Activa la emissió en viu a l'aplicar els canvis. + Activa la retransmissió en directe a l'aplicar els canvis. - + Settings for %1 Opcions per a %1 - + Dynamically update Ogg Vorbis metadata. Actualitza les metadades Ogg Vorbis dinàmicament - + + ICQ + ICQ + + + + AIM + AIM + + + Website Pàgina web - + Live mix Mescla en viu - + + IRC + IRC + + + Select a source connection above to edit its settings here Seleccioneu la connexió font de la qual voleu editar la configuració - + Password storage Emmagatzematge de claus - + Plain text Text simple - + Secure storage (OS keychain) Emmagatzematge segur (Clauer del SO) - + Genre Gènere - + Use UTF-8 encoding for metadata. Utilitza la codificació UTF-8 per a les metadades - + Description Descripció - + Encoding Codificació - + Bitrate Taxa de bits - - + + Format Format - + Channels Canals - + Server connection Connexió amb el servidor - + Type Tipus - + Host Màquina - + Login Usuari - + Mount Muntatge - + Port Port - + Password Contrasenya - + Stream info Informació de la emissió - + Metadata Metadades - + Use static artist and title. Utiliza títol i artista fixes. - + Static title Títol fix - + Static artist Artista fix - + Automatic reconnect Reconnecta automàticament - + Time to wait before the first reconnection attempt is made. Temps d'espera abans del primer reintent de connexió. - - + + seconds segons - + Wait until first attempt Espera del primer reintent - + Reconnect period Període de reintents - + Time to wait between two reconnection attempts. Temps d'espera entre dos intents de reconnexió. - + Limit number of reconnection attempts Limita el nombre de reintents de reconnexió - + Maximum retries Màxim de reintents - + Reconnect if the connection to the streaming server is lost. Reconnecta al servidor d'emissió si es perd la connexió. - + Enable automatic reconnect Activa la reconnexió automàtica @@ -4698,15 +4745,11 @@ Si no n'hi ha cap, va a l'inici de la pista. DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected Cap @@ -4833,32 +4876,32 @@ Displayed when no effect is selected Efectes disponibles - + Effect Info Informació de l'efecte - + Version: Versió: - + Description: Descripció: - + Author: Autor: - + Name: Nom: - + Type: Tipus: @@ -5096,6 +5139,19 @@ i permet que es pugui ajustar el to per a una mescla harmònica. SOL#m + + DlgPrefLV2Dlg + + + Equalizer Preferences + Preferències d'equalització + + + + Discovered LV2 effects + Efectes LV2 disponibles + + DlgPrefLibrary @@ -5131,7 +5187,7 @@ i permet que es pugui ajustar el to per a una mescla harmònica. Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - Metadades significa tots els detalls de la pista (artista, títol, comptador de reproducció, etc.) així com les graelles de rtime, Hotcues i bucles. Aquesta acció només afecta a la biblioteca de Mixxx. Els fitxers del disc no es canviaran ni s'esborraran. + Metadades significa tots els detalls de la pista (artista, títol, comptador de reproducció, etc.) així com les graelles de rtime, les marques directes i els bucles. Aquesta acció només afecta a la biblioteca del Mixxx. Els fitxers del disc no es canviaran ni s'esborraran. @@ -5366,7 +5422,7 @@ i permet que es pugui ajustar el to per a una mescla harmònica. Low - Suau + Greus @@ -5378,7 +5434,7 @@ i permet que es pugui ajustar el to per a una mescla harmònica. High - Fort + Aguts @@ -5802,7 +5858,7 @@ El valor desitjat és aproximat i assumeix que els pre-guanys i el volum de sort Direct monitor (recording and broadcasting only) - Monitor directe (només gravació i emissió) + Monitor directe (només gravació i retransmissió) @@ -5827,7 +5883,7 @@ El valor desitjat és aproximat i assumeix que els pre-guanys i el volum de sort Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - L'entrada de micròfon queda desincronitzada al gravar o emetre comparat amb el que es sent. + L'entrada de micròfon queda desincronitzada al gravar o retransmetre comparat amb el que es sent. @@ -5919,11 +5975,7 @@ El valor desitjat és aproximat i assumeix que els pre-guanys i el volum de sort ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds ms @@ -6163,17 +6215,17 @@ milliseconds RGB - + OpenGL not available OpenGL no està disponible - + dropped frames fotogrames descartats - + Cached waveforms occupy %1 MiB on disk. La memòria cau dels gràfics d'ona ocupa %1 MiB en disc. @@ -6211,28 +6263,28 @@ milliseconds Guany visual - + Default zoom level Waveform zoom Nivell de zoom per defecte - + Displays the actual frame rate. Mostra la velocitat de fotogrames actual - + Visual gain of the middle frequencies Guany visual de les freqüències de mitjos - + End of track warning - Avís de final de pista + Avís de finalització de la pista - + OpenGL status Estat de l'OpenGL @@ -6247,107 +6299,126 @@ milliseconds segons - + Low Greus - + Middle Mitjos - + Global Global - + Visual gain of the high frequencies Guany visual per a les frequències agudes - + Visual gain of the low frequencies Guany visual per a les frequencies de greus - + High Aguts - + Waveform type Tipus de forma d'ona local - + Global visual gain Guany visual global - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. La forma d'ona general mostra la forma de l'ona de la pista sencera. Seleccioneu entre els diferents tipus de gràfics per a la forma d'ona general, que es diferencien principalment en el nivell de detall que mostren. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. La forma d'ona local mostra la forma de l'ona de la pista al voltant de la posició de reproducció. Seleccioneu entre els diferents tipus de gràfics per a la forma d'ona local, que es diferencien principalment en el nivell de detall que mostren. - + Waveform overview type Tipus de forma d'ona general - + + fps + fps + + + Synchronize zoom level across all waveform displays. Sincronitza el nivell de zoom a totes les vistes de forma d'ona local. - + Synchronize zoom level across all waveforms Sincronitza el nivell de zoom a tots els gràfics d'ona - + Caching Memoria cau - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. El Mixxx emmagatzema a la memòria cau els gràfics d'ona de les vostres pistes a disc el primer cop que carregueu la pista en un plat. Això redueix el consum de CPU les posteriors vegades, però requereix espai addicional de disc. - + Enable waveform caching Habliita la memòria cau per a gràfics d'ona - + Generate waveforms when analyzing library Genera els gràfics d'ona a l'analitzar la biblioteca - - - Beat Grid - Graella de ritme + + Beat grid opacity + Opacitat de la graella de ritme + + + + Set amount of opacity on beat grid lines. + Seleccioneu la opacitat de les línies de la graella de ritme. + + + + % + % + + + + Play marker position + Posició del marcador de reproducció - - Show Beat Markers - Mostra els marcadors de ritme + + Moves the play marker position on the waveforms to the left, right or center (default). + Mou el marcador de posició de reproducció de l'ona a l'esquerra, dreta o centre (per defecte). - + Clear Cached Waveforms Esborra la memòria cau dels gràfics d'ona @@ -6355,83 +6426,93 @@ Seleccioneu entre els diferents tipus de gràfics per a la forma d'ona loca DlgPreferences - + Sound Hardware Maquinari de so - + Controllers Controladores - + Library Biblioteca - + Interface Interfície - + Waveforms Gràfics d'ona - + Auto DJ DJ automàtic - + Equalizers Equalitzadors - + Decks Reproductors - + Crossfader Crossfader - + + Effects + Efectes + + + + LV2 Plugins + Complements LV2 + + + Recording Enregistrament - + Beat Detection Detecció de ritme - + Key Detection Detecció de clau musical - + Normalization Normalització - - + + Vinyl Control Control de Vinil - + Live Broadcasting - Emissió en viu + Retransmissió en directe - + Modplug Decoder Decodificador Modplug @@ -6896,7 +6977,7 @@ Habitualment dóna graelles de ritme més precises, però anirà pitjor en les p Hotcue - Hotcue + Marca directa @@ -6950,7 +7031,7 @@ Habitualment dóna graelles de ritme més precises, però anirà pitjor en les p EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject Cadena buida @@ -6964,40 +7045,58 @@ Habitualment dóna graelles de ritme més precises, però anirà pitjor en les p No hi ha cap efecte carregat. + + EffectSettingsModel + + + Visible + Visible + + + + Name + Nom + + + + Type + Tipus + + EffectsManager - + Flanger Flanger - + BitCrusher BitCrusher - + Filter Filtre - + Reverb Reverberació - + Echo Eco - + AutoPan Balanç automàtic - + Tremolo Tremolo @@ -7168,39 +7267,39 @@ Habitualment dóna graelles de ritme més precises, però anirà pitjor en les p ITunesFeature - - + + iTunes iTunes - - + + Select your iTunes library Seleccioneu la vostra biblioteca de l'iTunes - + (loading) iTunes (carregant) iTunes - + Use Default Library Utilitza la biblioteca per defecte - + Choose Library... Seleccioneu la biblioteca... - + Error Loading iTunes Library Error carregant la biblioteca d'iTunes - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. Hi ha hagut un error carregant la vostra biblioteca d'iTunes. Algunes de les vostres pistes o llistes de reproducció d'iTunes poden no haver-se carregat. @@ -7439,52 +7538,52 @@ OpenGL. MixxxMainWindow - + Choose music library directory Seleccioneu la carpeta de la biblioteca de música. - + Sound Device Busy El dispositiu de so està ocupat - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Torna-ho a provar</b> després de tancar l'altra aplicació o reconnectar el dispositiu d'àudio - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Reconfigura</b> les opcions del dispositiu d'àudio de Mixxx - - + + Get <b>Help</b> from the Mixxx Wiki. Obteniu <b>ajuda</b> a la Vikipèdia de Mixxx. - - - + + + <b>Exit</b> Mixxx. <b>Surt</b> del Mixxx. - + Retry Torna a provar - + Cannot open database No es pot obrir la base de dades - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7495,150 +7594,142 @@ El Mixxx necessita una implementació QT amb suport de SQLite. Per favor, llegi Feu click a Acceptar per sortir. - - + + Reconfigure Reconfigura - + Help Ajuda - - + + Exit Surt - - + + Mixxx was unable to open all the configured sound devices. El Mixxx no ha pogut obrir tots els dispositius de so configurats. - + Sound Device Error Error del dispositiu de so - + <b>Retry</b> after fixing an issue <b>Reintenta</b> després de corregir el problema - + No Output Devices No hi ha cap dispositiu de sortida - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. S'ha configurat el Mixxx sense cap dispositiu de so de sortida, per la qual cosa s'inhabilitarà el processament d'àudio. - + <b>Continue</b> without any outputs. <b>Continua</b> sense cap sortida. - + Continue Continua - + Load track to Deck %1 Carrega la pista a la platina %1 - + Deck %1 is currently playing a track. La platina %1 està reproduint una pista. - + Are you sure you want to load a new track? Esteu segur de voler carregar una nova pista? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. No hi ha cap dispositiu d'entrada seleccionat per a aquest control de vinil. Si us plau, seleccioneu primer un dispositiu d'entrada a les preferències de Maquinari de so. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. No hi ha cap dispositiu d'entrada seleccionat per a aquest control de pas d'audio. Si us plau, seleccioneu primer un dispositiu d'entrada a les preferències de Maquinari de so. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. No hi ha cap dispositiu d'entrada seleccionat per a aquest micròfon. Si us plau, seleccioneu primer un dispositiu d'entrada a les preferències de Maquinari de so. - + Error in skin file Error en el fitxer d'aparença - + The selected skin cannot be loaded. No es pot carregar l'aparença seleccionada. - + OpenGL Direct Rendering OpenGL Renderització Directa - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. La renderització Direct Rendering no està activada a la vostra màquina.<br><br>Això significa que els gràfics d'ona seran molt<br><b>lents i poden fer anar molta CPU</b>. Proveu de canviar<br>la configuració per activar OpenGL Direct Rendering, o desactiveu<br>els gràfics d'ona a les preferències de Mixxx seleccionant<br>"Buit" al Tipus de forma d'ona local, en la secció "Gràfics d'ona".<br><br>AVÍS: Si feu anar una targeta NVIDIA,<br>és possible que la renderització per maquinari no es detecti, però no hauríeu<br>d'experimentar un rendiment degradat. - - + + Confirm Exit Confirma la sortida - + A deck is currently playing. Exit Mixxx? Un plat està reproduint encara. Voleu sortir del Mixxx? - + A sampler is currently playing. Exit Mixxx? Hi ha un reproductor de mostres que està reproduint. Segur que voleu sortir del Mixxx? - + The preferences window is still open. La finestra de preferències està oberta encara. - + Discard any changes and exit Mixxx? Descartar els canvis i sortir del Mixxx? - - NativeBackend - - - Native - Natiu - - ParserCsv @@ -7790,7 +7881,7 @@ Voleu escanejar ara la biblioteca cercant les caràtules? This does not affect saved cues, hotcues, playlists, or crates. - Això no afecta als punts Cue, Hotcues, Llistes de reproducció o caixes. + Això no afecta als punts Cue, marques directe, llistes de reproducció o caixes. @@ -7991,7 +8082,7 @@ Voleu escanejar ara la biblioteca cercant les caràtules? <html>Mixxx cannot record or stream in MP3 without the MP3 encoder &quot;lame&quot;. Due to licensing issues, we cannot include this with Mixxx. To record or stream in MP3, you must download <b>libmp3lame</b> and install it on your system. <p>See <a href='http://mixxx.org/wiki/doku.php/internet_broadcasting#%1'>Mixxx Wiki</a> for more information. </html> - <html>El Mixxx no pot enregistrar o emetre en MP3 sense el codificador MP3 &quot;LAME&quot;. Per temes de llicències, no podem distribuir-lo amb el Mixxx. Per a fer-ho, heu de descarregar el <b>libmp3lame</b> i instal·lar-lo al vostre ordinador. <p>Visiteu <a href='http://mixxx.org/wiki/doku.php/internet_broadcasting#%1'>Vikipèdia de Mixxx</a> per a més informació. </html> + <html>El Mixxx no pot enregistrar o retransmetre en MP3 sense el codificador MP3 &quot;LAME&quot;. Per temes de llicències, no podem distribuir-lo amb el Mixxx. Per a fer-ho, heu de descarregar el <b>libmp3lame</b> i instal·lar-lo al vostre ordinador. <p>Visiteu <a href='http://mixxx.org/wiki/doku.php/internet_broadcasting#%1'>Vikipèdia de Mixxx</a> per a més informació. </html> @@ -8026,88 +8117,88 @@ Per descartar aquesta acció, premeu Cancel·la. Heu seleccionat el fitxer equivocat. Per permetre acccés al Mixxx, heu de seleccionar l'arxiu '%1'. Si no voleu continuar, premeu Cancel·la - - + + Bit Depth Bits - - + + Bitcrusher Bitcrusher - + Adds noise by the reducing the bit depth and sample rate Afegeix soroll reduint el nombre de bits i la freqüència de mostreig - + The bit depth of the samples Profunditat en bits de les mostres - + Downsampling Freqüència - + Down Reducció - + The sample rate to which the signal is downsampled La freqüència de mostreig a la qual es redueix la senyal - - + + Echo Eco - - + + Time Retard - - + + Ping Pong Ping Pong - - - - + + + + Send Entrada - + How much of the signal to send into the delay buffer La quantitat de senyal d'entrada que s'envia al búfer de retard - - - - + + + + Feedback Realiment. - + Stores the input signal in a temporary buffer and outputs it after a short time Desa la senyal d'entrada en un búfer temporal i el reprodueix després d'un petit retard - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -8116,134 +8207,134 @@ Per descartar aquesta acció, premeu Cancel·la. 1/8 - 2 segons si no es detecta el tempo - + Amount the echo fades each time it loops Quantitat en que s'esvaeix l'eco en cada repetició - + How much the echoed sound bounces between the left and right sides of the stereo field La quantitat de senyal que rebota entre la banda esquerra i dreta de camp d'estèreo. - - - - + + + + Quantize Quantitza - + Round the Time parameter to the nearest 1/4 beat. Arrodoneix el paràmetre de Retard al toc més proper a 1/4. - - - - - - - + + + + + + + Triplets Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. Quan la Quantizació està activada, divideix els 1/4 de tocs del paràmetre Time per 3. - - + + Filter Filtre - + Allows only high or low frequencies to play. Permet reproduir només les freqüències altes o les baixes. - + Low Pass Filter Cutoff Punt de tall del filtre de greus - - + + LPF Pas de greus - - + + Corner frequency ratio of the low pass filter Freqüència de tall per al filtre de greus - + Q Q - + Resonance of the filters Default: flat top Ressonància dels filtres Per defecte: neutre - + High Pass Filter Cutoff Punt de tall del filtre d'aguts - - + + HPF Pas d'aguts - - + + Corner frequency ratio of the high pass filter Freqüència de tall per al filtre d'aguts - - - - + + + + Depth Profunditat - - + + Flanger Flanger - - + + Speed LFO - - + + Manual Offset - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering Mescla l'entrada amb una còpia retardada i modulada en el to per tal de crear un filtre combinat - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected @@ -8252,111 +8343,111 @@ Per defecte: neutre 1/32 - 4Hz si no es detecta tempo - + Delay amplitude of the LFO (low frequency oscillator) Amplitud del retard controlat per LFO (oscil·lador de baixa freqüència) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. Posició del retard de LFO (oscil·lador de baixa freqüència) Amb una amplitud de zero, permet de moure manualment la posició sobre el rang sencer. - + Regeneration Regeneració - + Regen Regen - + How much of the delay output is feed back into the input La quantitat de la senyal retardada que es realimenta a l'entrada - - + + Intensity of the effect Intensitat de l'efecte - - + + Divide rounded 1/2 beats of the Period parameter by 3. Divideix els tocs arrodonit a 1/2 del paràmetre de període per 3. - - + + Mix Mix - - - - - - + + + + + + Width Ample - + Metronome Metrònom - + Adds a metronome click sound to the stream Afegeix uns clics a la sortida, amb la freqüència del metrònom. - + BPM BPM - + Set the beats per minute value of the click sound Defineix la freqüència en BPM dels clics - + Sync Sincronitza - + Synchronizes the BPM with the track if it can be retrieved Sincronitza el BPM amb el de la pista, si es pot obtenir - - - - + + + + Period Període - - + + Autopan Autopan - + Bounce the sound left and right across the stereo field Rebota el so d'esquerra a dreta del camp d'estèreo - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected @@ -8365,233 +8456,233 @@ Amb una amplitud de zero, permet de moure manualment la posició sobre el rang s 1/4 - 4 segons si no es detecta el tempo - + Smoothing Suavitat - + Smooth Suavitat - + How smoothly the signal goes from one side to the other La granularitat (suavitat) amb la que la senyal va d'un costat a l'altre. - + How far the signal goes to each side La distancia que la senyal recorre cap a cada costat - + Reverb Reverberació - + Emulates the sound of the signal bouncing off the walls of a room Emula el so de la senyal rebotant en les parets d'una habitació - - + + Decay Caiguda - + Lower decay values cause reverberations to fade out more quickly. Una caiguda menor fa que la reverberació s'acabi abans. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. Ample de banda del filtre de greus a l'entrada. Valors més alts atenuaran menys les freqüències altes. - + + How much of the signal to send in to the effect + Intensitat del senyal que s'envia a l'efecte + + + Bandwidth Ample banda - + BW Banda - - + + Damping Amortiment - + Higher damping values cause high frequencies to decay more quickly than low frequencies. Un amortiment major fa que les frequències altes es redueixin abans que les freqüències baixes - - How much of the signal to send to the effect - La quantitat de senyal d'entrada que s'envia a l'efecte - - - - - + + + Low Greus - - - + + + Gain for Low Filter Guany per al filtre de greus - + Kill Low Suprimeix greus - + Kill the Low Filter Filtre que suprimeix les freqüències greus - + Mid Mitjos - + Bessel4 LV-Mix Isolator Aïllador Bessel4 LV-Mix - + Bessel4 ISO Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). Un aïllador de filtre de 4rt ordre amb mescla de Lipshitz i Vanderkooy (d'unitat, amb roll-off de -24dB/Oct). - + Gain for Mid Filter Guany per al filtre de mitjos - + Kill Mid Suprimeix mitjos - + Kill the Mid Filter Filtre que suprimeix les freqüències de mitjos - + High Aguts - - + + Gain for High Filter Guany per a la freqüència d'aguts - + Kill High Suprimeix aguts - + Kill the High Filter Filtre que suprimeix les freqüències d'aguts - + To adjust frequency shelves, go to Preferences -> Equalizers. Es pot ajustar els límits de les bandes de freqüència des de Preferències -> Equalitzadors. - + Graphic Equalizer Equalitzador gràfic - + Graphic EQ Equalitzador gràfic - + An 8-band graphic equalizer based on biquad filters Un equalitzador gràfic de 8 bandes que utilitza filtres Biquad - + Gain for Band Filter %1 Guany per a la banda %1 - + Moog Ladder 4 Filter Moog Ladder 4 Filter - + Moog Filter Filtre Moog - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation Un filtre d'escala Moog de 4 pols, basat en la implementació no lineal de Antii Houvilainen - + Res Res - - + + Resonance Ressonància - + Resonance of the filters. 4 = self oscillating Ressonància dels filtres. 4 = autoressonant - + Deck %1 EQ Effect Efecte EQ del plat %1 - - + + EQ Effect Efecte EQ - + Deck 1 EQ Effect Efecte EQ del plat 1 - + Gain for Low Filter (neutral at 1.0) Guany del filtre de greus (neutre a 1.0) @@ -8601,30 +8692,30 @@ Valors més alts atenuaran menys les freqüències altes. Flux per la xarxa - - + + Phaser Faser - - + + Stereo Estèreo - - + + Stages Estadis - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering Mescla l'entrada amb una còpia processada per una serie de filtres de pas complet el que genera un filtre combinat - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected @@ -8633,28 +8724,28 @@ Valors més alts atenuaran menys les freqüències altes. 1/4 - 4 segons si no es detecta el tempo - + Controls how much of the output signal is looped Controla la durada del bucle de la senyal de sortida - - + + Range Rang - + Controls the frequency range across which the notches sweep. Controla el rang de freqüències entre les quals es mou. - + Number of stages Nombre d'etapes - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others Fa que la fase dels LFO (oscil·lador de baixa freqüència) dels canals esquerra i dret no estigui sincronitzada entre si @@ -8719,47 +8810,47 @@ Valors més alts atenuaran menys les freqüències altes. F11 - + Bessel8 LV-Mix Isolator Aïllador Bessel8 LV-Mix - + Bessel8 ISO Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). Un aïllador de filtre Bessel de 8è ordre amb mescla de Lipshitz i Vanderkooy (d'unitat, amb roll-off de -48dB/Oct). - + LinkwitzRiley8 Isolator Aïllador LinkwitzRiley8 - + LR8 ISO LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). Un aïllador de filtre Linkwitz-Riley de 8è ordre (crossover optimitzat, fase constant, amb roll-off de -48dB/Oct) - + Biquad Equalizer Equalitzador Biquad - + BQ EQ BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. Equalitzador de 3 bandes amb dos filtres de campana biquad, un filtre shelf the pas alt i botons d'eliminació completa. @@ -8769,60 +8860,60 @@ Valors més alts atenuaran menys les freqüències altes. No s'ha trobat el dispositiu - + Biquad Full Kill Equalizer Equalitzador biquad d'eliminació completa - + BQ EQ/ISO BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. Un equalitzador de 3 bandes que combina un equalitzador i un circuït aïllador per a oferir canvis suaus i eliminació completa. - + Loudness Contour Contorn de loudness - - - + + + Loudness Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - Amplifica les freqüències alta i baixa amb volums baixos per a compensar per la sensitivitat reduïda de la orella humana. + Amplifica les freqüències de greus i aguts que tenen poc volum per a compensar la sensitivitat reduïda de la orella humana. - + Set the gain of the applied loudness contour Defineix el guany aplicat al contorn de loudness - - + + Use Gain Utilitza el Guany - + Follow Gain Knob Compensa el factor loudness depenent del control de guany del reproductor - + This stream is online for testing purposes! Aquest stream està a la xarxa en mode de proves! - + Live Mix Sessió en viu @@ -8855,45 +8946,45 @@ Valors més alts atenuaran menys les freqüències altes. 32 bits coma flotant - - - + + + Balance Balanç - + Adjust the left/right balance and stereo width Ajusta el balanç esquerra/dreta i la separació d'estèreo - + Adjust balance between left and right channels Ajusta el balanç entre els canals esquerra i dret - - + + Mid/Side Mid/Side - + Bypass Fr. Freq. de tall - + Bypass Frequency Frequència de tall - + Stereo Balance Balanç estèreo - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8904,46 +8995,46 @@ Tot a la dreta: només la senyal de diferència Centrat: no canvia la senyal original. - + Frequencies below this cutoff are not adjusted in the stereo field Les frequències per sota d'aquest tall no es veuen afectades pels canvis d'estèreo - + Parametric Equalizer Equalitzador paramètric - + Param EQ Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. Un equalitzador de 2 bandes amb caiguda suau basat en filtres biquad. Està dissenyat com a complement dels equalitzadors de mescla amb caiguda accentuada. - - + + Gain 1 Guany 1 - + Gain for Filter 1 Guany per al filtre 1 - - + + Q 1 Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. @@ -8952,35 +9043,35 @@ Un valor menor de Q afecta a més bandes de freqüència, un de major afecta un grup més reduït de bandes. - - + + Center 1 Centre 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz Freqüència central per al Filtre 1, de 100 Hz a 14Khz - - + + Gain 2 Guany 2 - + Gain for Filter 2 Guany per al filtre 2 - - + + Q 2 Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. @@ -8989,40 +9080,40 @@ Un valor menor de Q afecta a més bandes de freqüència, un de major afecta un grup més reduït de bandes. - - + + Center 2 Centre 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz Freqüència central per al Filtre 2, de 100 Hz a 14Khz - - + + Tremolo Tremolo - + Cycles the volume up and down Fa que el volum augmenti i es redueixi cíclicament - + How much the effect changes the volume Controla la intensitat de l'efecte sobre el volum - - + + Rate Velocitat - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected @@ -9031,14 +9122,14 @@ un de major afecta un grup més reduït de bandes. 1/4 Hz - 8 Hz si no es detecta tempo - + Width of the volume peak 10% - 90% of the effect period Ample respecte el pic de volum 10% - 90% del període de l'efecte - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave @@ -9047,24 +9138,24 @@ Tot a l'esquerra: Ona rectangular Tot a la dreta: Ona sinusoidal - + When the Quantize parameter is enabled, divide the effect period by 3. Quan el paràmetre de quantització està activat, divideix el període de l'efecte per 3. - - + + Waveform Ona - - + + Phase fase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period @@ -9073,15 +9164,36 @@ Tot a l'esquerra: Al començament del període Tot a la dreta: Al final del període - + Round the Rate parameter to the nearest whole division of a beat. Arrodoneix el valor del rati a la divisió entera més propera d'un toc. - + Triplet Triplet + + + Built-in + Used for effects that are built into Mixxx + Integrat + + + + This plugin does not support stereo samples as input/output + Aquest complement no suporta mostres estèreo com a entrada/sortida + + + + This plugin has features which are not yet supported + Aquest complement té característiques no suportades encara + + + + Unknown status + Estat desconegut + QtSimpleWaveformWidget @@ -9118,22 +9230,32 @@ Tot a la dreta: Al final del període RecordingManager - + + Low Disk Space Warning + Advertència de poc espai al disc + + + + There is less than 1 GiB of useable space in the recording folder + Hi ha menys d'1GB d'espai utilitzable a la unitat de la carpeta d'enregistrament + + + Recording Enregistrament - + Could not create audio file for recording! No s'ha pogut crear el fitxer per fer l'enregistrament! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. Assegureu-vos que hi ha prou espai de disc i que teniu permisos d'escriptura en la carpeta d'enregistraments. - + You can change the location of the Recordings folder in Preferences -> Recording. Podeu canviar la ubicació de la carpeta d'enregistraments des de Preferències -> Enregistraments. @@ -9269,132 +9391,147 @@ Tot a la dreta: Al final del període Error activant el mode no bloquejant: - + Error setting hostname! Error establint el nom del host! - + Error setting port! Error establint el port! - + Error setting password! Error establint la contrasenya! - + Error setting mount! Error establint el muntatge! - + Error setting username! Error establint el nom d'usuari! - + Error setting stream name! - Error establint el nom del stream! + Error establint el nom de la font d'emissió! - + Error setting stream description! - Error establint la descripció del stream! + Error establint la descripció de la font d'emissió! - + Error setting stream genre! - Error establint el gènere del stream! + Error establint el gènere de la font d'emissió! - + Error setting stream url! - Error establint la URL del stream! + Error establint la Pàgina web de la font d'emissió! + + + + Error setting stream IRC! + Error establint la informació de IRC de la font d'emissió! + + + + Error setting stream AIM! + Error establint la informació de AIM de la font d'emissió! + + + + Error setting stream ICQ! + Error establint la informació de ICQ de la font d'emissió! - + Error setting stream public! - Error establint la emissió com a pública! + Error establint la retransmissió com a pública! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. - Transmetre a 96kHz amb Ogg Vorbis no està suportat actualment. Per favor proveu amb una freqüència de mostreig diferent o canvieu a una codificació diferent. + Retransmetre a 96kHz amb Ogg Vorbis no està suportat actualment. Per favor proveu amb una freqüència de mostreig diferent o canvieu a una codificació diferent. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. Consulteu https://bugs.launchpad.net/mixxx/+bug/686212 per a més informació. - + Error setting bitrate Error establint la taxa de bits. - + Error: unknown server protocol! Error: protocol del servidor desconegut! - + Error: libshout only supports Shoutcast with MP3 format! Error: libshout només suporta Shoutcast amb el format MP3! - + Error setting protocol! Error establint el protocol! - + Network cache overflow Memòria cau de xarxa excedida - + Connection error Error de connexió - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - Una de les fonts d'emissió en viu ha provocat aquest error:<br><b>Error amb la font '%1':</b><br> + Una de les fonts de retransmissió en directe ha provocat aquest error:<br><b>Error amb la font '%1':</b><br> - + Connection message Missatge de connexió - + <b>Message from Live Broadcasting connection '%1':</b><br> - <b>Missatge de la font d'emissió en viu '%1':</b><br> + <b>Missatge de la font de retransmissió en directe '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. S'ha perdut la connexió al servidor d'emissió i han fallat %1 dels reintent de reconnexió. - + Lost connection to streaming server. S'ha perdut la connexió al servidor d'emissió. - + Please check your connection to the Internet. Per favor, comproveu la connexió cap a internet. - + Can't connect to streaming server No s'ha pogut connectar al servidor d'emissió - + Please check your connection to the Internet and verify that your username and password are correct. Per favor, comproveu la connexió cap a Internet i verifiqueu que el nom d'usuari i la contrasenya són correctes. @@ -9812,7 +9949,7 @@ Tot a la dreta: Al final del període - + Cover Art Caràtula @@ -10074,7 +10211,6 @@ Tot a la dreta: Al final del període Key - The musical key of a track Clau musical @@ -10149,563 +10285,601 @@ Tot a la dreta: Al final del període Activar el bloqueig de so durant la reproducció pot comportar en un salt momentani d'àudio. - - Places a cue point at the current position on the waveform. - Posa un punt Cue a la posició actual del gràfic d'ona + + Toggle displayed hotcue, 4 or 8 + Commuta la visibilitat de la marca directa, 4 o 8 + + + + Toggle visibility of Rate Control + Canvi de visibilitat del control de Velocitat + Places a cue point at the current position on the waveform. + Posa un punt Cue a la posició actual del gràfic d'ona + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). Para la pista al punt cue, O BÉ, va al punt cue i reprodueix en deixar-lo (mode CUP) - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). Defineix el punt cue (mode Pionner/Mixxx/Numark), defineix el punt cue i reprodueix en deixar-lo (mode CUP) O BÉ pre-escolta el punt (mode Denon). - + Seeks the track to the cue point and stops. Va al punt Cue de la pista i para. - + Play Reprodueix - + Plays track from the cue point. - + Reprodueix la pista des del punt Cue. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. Canvia la velocitat de reproducció (afecta tant al tempo com al to). Si el mode de bloqueig de clau musical està activat, només canvia el tempo. - + Recording Duration Durada de la gravació - + Displays the duration of the running recording. Mostra la durada de la gravació en curs - + Sets the track Loop-In Marker to the current play position. Estableix la marca d'inici de bucle de la pista a la posició actual - + Press and hold to move Loop-In Marker. Mantingueu premut el botó per a moure la marca d'inici de bucle - + Jump to Loop-In Marker. Vés a la marca d'inici de bucle. - + Sets the track Loop-Out Marker to the current play position. Estableix la marca de fi de bucle de la pista a la posició actual - + Press and hold to move Loop-Out Marker. Mantingueu premut el botó per a moure la marca de fi de bucle. - + Jump to Loop-Out Marker. Vés a la marca de fi de bucle. - + Beatloop Size Mida del bucle de tocs - + Select the size of the loop in beats to set with the Beatloop button. Selecciona la mida del bucle en tocs a establir al prémer el botó de bucle de tocs. - + Changing this resizes the loop if the loop already matches this size. En canviar el valor, es canvia la mida del bucle si el bucle coincideix amb la mida anterior. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. Redueix a la meitat la mida d'un bucle de tocs existent, o del proper bucle definit amb el botó de bucle de tocs. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. Incrementa al doble la mida d'un bucle de tocs existent, o del proper bucle definit amb el botó de bucle de tocs. - + Start a loop over the set number of beats. Inicia un bucle amb el nombre de tocs establert. - + Temporarily enable a rolling loop over the set number of beats. Activa momentàniament un bucle de continuació amb el nombre de tocs establert. - + Beatjump/Loop Move Size Mida de Salt en tocs/Desplaçament de bucle - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. Selecciona la quantitat de tocs a saltar o a moure el bucle amb els botons d'endavant/enrere. - + Beatjump Forward Salt endavant en tocs - + Jump forward by the set number of beats. Salta endavant la quantitat establerta de tocs. - + Move the loop forward by the set number of beats. Mou el bucle endavant la quantitat establerta de tocs. - + Jump forward by 1 beat. Salta endavant en un toc. - + Move the loop forward by 1 beat. Mou el bucle endavant en un toc. - + Beatjump Backward Salt enrere en tocs - + Jump backward by the set number of beats. Salta endavant la quantiatat establerta de tocs. - + Move the loop backward by the set number of beats. Mou el bucle endavant la quantiatat establerta de tocs. - + Jump backward by 1 beat. Mou enrere en un toc. - + Move the loop backward by 1 beat. Mou en bucle enrere en un toc. - + Reloop Torna al bucle - + If the loop is ahead of the current position, looping will start when the loop is reached. Si el bucle està més endavant de la posició actual, aquest començarà un cop s'arribi a la posició. - + Works only if Loop-In and Loop-Out Marker are set. Només funciona si les marques d'inici i fi de bucle estan definides. - + Enable loop, jump to Loop-In Marker, and stop playback. Activa el bucle, ves a la posició d'inici de bucle i para la reproducció. - + Displays the elapsed and/or remaining time of the track loaded. Mostra el temps transcorregut i/o restant de la pista carregada. - + Click to toggle between time elapsed/remaining time/both. Feu clic per canviar entre temps transcorregut/restant/amdós - + + Mix + Mix + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + Ajusta la mescla de la senyal directa (entrada) anb la senyal processada (sortida) de la unitat d'efectes + + + + D/W mode: Crossfade between dry and wet + Mode D/P: Crossfade entre senyal Directe i senyal Processada + + + + D+W mode: Add wet to dry + Mode D+P: Suma les senyals directe i processada + + + + Mix Mode + Mode de mescla + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + Ajusta la mescla de la senyal directa (entrada) anb la senyal processada (sortida) de la unitat d'efectes + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + Mode D/P (línies creuades): El control de mescla fa crossfading entre la senyal Directa i la senyal Processada. +Ho pots utilitzar per canviar el so de la pista amb EQs i efectes de filtre. + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + Mode D+P (lína directa plana): El control de mescla afegeix la senyal processada a la senyal directa. +Ho pots utilitzar per canviar només la senyal processada amb EQs i efectes de filtre. + + + Route the left crossfader bus through this effect unit. Redirigeix el bus esquerre del crossfader a través d'aquesta unitat d'efectes. - + Route the right crossfader bus through this effect unit. Redirigeix el bus dret del crossfader a través d'aquesta unitat d'efectes. - + Right side active: parameter moves with right half of Meta Knob turn Part dreta activa: el paràmetre es mou només durant la segona meitat del control Meta - + Skin Settings Menu Menú de les opcions d'aparença - + Show/hide skin settings menu Mostra/amaga el menú de les opcions d'aparença - + Save Sampler Bank Desa el banc de mostres - + Save the collection of samples loaded in the samplers. - Desa la col·lecciói de mostres carregades als reproductors de mostres. + Desa la col·lecció de mostres carregades als reproductors de mostres. - + Load Sampler Bank Carrega el banc de mostres - + Load a previously saved collection of samples into the samplers. Carrega als reproductors de mostres una col·lecció de mostres desada anteriorment. - + Show Effect Parameters Mostra els paràmetres d'efectes - + Enable Effect Activa l'efecte - + Meta Knob Link Enllaça el control Meta - + Set how this parameter is linked to the effect's Meta Knob. Configura com afecta a aquest paràmetre el control Meta de l'efecte. - + Meta Knob Link Inversion Inversió de l'enllaç del control Meta - + Inverts the direction this parameter moves when turning the effect's Meta Knob. Inverteix la direcció cap a on es mou el paràmetre quan es mou el control Meta. - - Dry/Wet - Directe/Processat - - - + Super Knob Súper Control - - - Insert/Send Toggle - Commutador de Insert/Send - - - + Next Chain Cadena següent - + Previous Chain Següent cadena - + Next/Previous Chain Següent/Anterior cadena - + Clear Descarta - + Clear the current effect. Suprimeix l'efecte actual. - + Toggle Estat d'activació - + Toggle the current effect. Commuta l'efecte actual. - + Next Següent - + Clear Unit Esborrar la Unitat - + Clear effect unit. Buida l'unitat d'efectes - + Show/hide parameters for effects in this unit. Mostra/amaga els paràmetres per als efectes d'aquesta unitat. - + Toggle Unit Commutador d'unitat - + Enable or disable this whole effect unit. Activa o desactiva aquesta unitat d'efectes. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - Ajusta el balanç entre la senyal original (Directe) i la senyal processada (processat) d'aquesta unitat d'efectes. - - - + Controls the Meta Knob of all effects in this unit together. Controla el control Meta de tots els efectes d'aquesta unitat. - + Load next effect chain preset into this effect unit. Carrega la següent preconfiguració d'efectes en aquesta unitat d'efectes. - + Load previous effect chain preset into this effect unit. Carrega la anterior preconfiguració d'efectes en aquesta unitat d'efectes. - + Load next or previous effect chain preset into this effect unit. Carrega la següent o la anterior cadena d'efectes en aquesta unitat d'efectes. - - - - - - - - - + + + + + + + + + Assign Effect Unit Assigna la unitat d'efectes - + Assign this effect unit to the channel output. Assigna aquesta unitat d'efectes al canal de sortida. - + Route the headphone channel through this effect unit. Fes passar la sortida d'auriculars per aquesta unitat d'efectes. - + Route the master mix through this effect unit. Fes passar la sortida mestra per aquesta unitat d'efectes. - + Route this deck through the indicated effect unit. Fes passar la sortida del plat per la unitat d'efectes indicada. - + Route this sampler through the indicated effect unit. Fes passar el reproductor per la unitat d'efectes indicada. - + Route this microphone through the indicated effect unit. Fes passar el micròfon per la unitat d'efectes indicada. - + Route this auxiliary input through the indicated effect unit. Fes passar l'entrada auxiliar per la unitat d'efectes indicada. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. Cal assignar la unitat d'efectes a un plat o altra font d'àudio per tal de sentir l'efecte. - + Switch to the next effect. Canvia al següent efecte - + Previous Anterior - + Switch to the previous effect. Canvia a l'efecte anterior - + Next or Previous Següent o anterior - + Switch to either the next or previous effect. Canvia a l'efecte següent o anterior - + Meta Knob Control Meta - + Controls linked parameters of this effect Controla els paràmetres associats d'aquest efecte - + Effect Focus Button Botó de focus a l'efecte - + Focuses this effect. Posa el focus en aquest efecte. - + Unfocuses this effect. Treu el focus d'aquest efecte. - + Refer to the web page on the Mixxx wiki for your controller for more information. Consulteu la pàgina web del vostre controlador a la viquipèdia del Mixxx per a més informació. - + Effect Parameter Paràmetres d'efectes - + Adjusts a parameter of the effect. Ajusta un paràmetre de l'efecte. - + Inactive: parameter not linked Inactiu: paràmetre no enllaçat - + Active: parameter moves with Meta Knob Actiu: el paràmetre es mou amb el control Meta - + Left side active: parameter moves with left half of Meta Knob turn Part esquerra actiu: el paràmetre es mou només durant la primera meitat del control Meta - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half Esquerra i dreta actiu: el paràmetre es mou en rang sencer durant la primera meitat del control Meta, i torna enrera en la segona meitat. - - + + Equalizer Parameter Kill Tall de paràmetres de l'equalitzador - - + + Holds the gain of the EQ to zero while active. Mentre estigui activa manté el guany de l'equalització a zero. - + Quick Effect Super Knob Súper control d'efecte ràpid - + Quick Effect Super Knob (control linked effect parameters). Súper control d'efecte ràpid (controla els paràmetres d'efectes enllaçats) - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. Suggerència: Podeu canviar el mode d'efecte ràpid des de Preferències -> Equalitzadors. - + Equalizer Parameter Preferències d'equalització - + Adjusts the gain of the EQ filter. Ajusta el guany del filtre d'equalització. - + Hint: Change the default EQ mode in Preferences -> Equalizers. Suggerència: Podeu canviar el mode d'equalització per defecte des de Preferències -> Equalitzadors. @@ -10727,123 +10901,123 @@ Tot a la dreta: Al final del període Ajusta la graella de ritme per a que coincideixi amb un altre plat en reproducció. - + If quantize is enabled, snaps to the nearest beat. Si el mode quantitzat està activat, es mou al toc més proper. - + Quantize Quantitza - + Toggles quantization. Commuta la quantització - + Loops and cues snap to the nearest beat when quantization is enabled. Els bucles i els punts cue s'ajusten al toc més proper quan el mode quantitzat està activat. - + Reverse Reprodueix cap enrere - + Reverses track playback during regular playback. Inverteix la direcció de reproducció durant la reproducció. - + Puts a track into reverse while being held (Censor). Reprodueix la pista cap enrere mentre es prem (Censura). - + Playback continues where the track would have been if it had not been temporarily reversed. La reproducció continua on la pista hauria estat si no s'hagués reproduït cap enrere. - - + + Play/Pause Reprodueix/Pausa - + Jumps to the beginning of the track. Va a l'inici de la pista. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. Sincronitza el tempo (BPM) i la fase amb el de l'atra pista, si ambdues tenen el BPM detectat. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. Sincronitza el tempo (BPM) amb el de l'altra pista, si ambdues tenen el BPM detectat. - + Sync and Reset Key Sincronitza i reinicia la clau musical - + Increases the pitch by one semitone. Incrementa el to en una seminota. - + Decreases the pitch by one semitone. Decrementa el to en una seminota. - + Enable Vinyl Control Activa el control de vinil - + When disabled, the track is controlled by Mixxx playback controls. Quan està desactivat, la reproducció es controla amb els controls de reproducció del Mixxx. - + When enabled, the track responds to external vinyl control. Quan està actiu, la pista repon al control extern amb el vinil. - + Enable Passthrough Activa el pas d'audio - + Indicates that the audio buffer is too small to do all audio processing. Indica que el búfer d'audio és massa petit per a processar tot l'audio. - + Displays cover artwork of the loaded track. Mostra la caràtula de la pista que s'ha carregat. - + Displays options for editing cover artwork. Mostra les opcions per editar la caràtula. - + Star Rating Puntuació - + Assign ratings to individual tracks by clicking the stars. Assigna la puntuació a les pistes fent clic a les estrelles. @@ -10988,255 +11162,254 @@ Tot a la dreta: Al final del període Evita que canviï el to/clau musical al canviar la velocitat de reproducció. - + Starts playing from the beginning of the track. Inicia la reproducció des de l'inici de la pista. - + Jumps to the beginning of the track and stops. Va a l'inici de la pista i s'atura. - + Plays or pauses the track. Reprodueix o posa en pausa una pista. - + (while playing) (mentres reprodueix) - + (while stopped) (mentres està en pausa) - + Cue Punt Cue - + Headphone Auriculars - + Mute Posa Mut - + Mutes the selected channel's audio in the master output. Silencia l'audio dels canals indicats cap a la sortida màster - + Old Synchronize Sincronitzador Antic - + (This skin should be updated to use Master Sync!) (Cal actualitzar aquesta aparença per a que utilitzi la Sincronizació Mestra!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. Sincronitza amb el primer plat (en ordre numèric) que està reproduïnt una pista que tingui BPM. - + If no deck is playing, syncs to the first deck that has a BPM. Si no hi ha cap plat reproduïnt, es sincronitza amb el primer plat que té BPM. - + Decks can't sync to samplers and samplers can only sync to decks. Els plats no poden sincronitzar-se amb els reproductors de mostres i els reproductors de mostres només es poden sincronitzar amb els plats. - + Enable Master Sync Activa la Sincronització Mestra - + Tap to sync the tempo to other playing tracks or the master clock. Toca/prem per sincronitzar el tempo amb les altres pistes o amb el rellotge mestre. - + Hold for at least a second to enable sync lock for this deck. Manté premut almenys durant un segon per activar la sincronització de rellotge per a aquest plat. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. Els plats que tinguin la sincronització activada reproduiran tots al mateix tempo, i els que també tinguin la quantizació activada tindran sempre els tocs alineats - + Resets the key to the original track key. Reinicia la clau musical a la clau original de la pista. - + Enable Sync Clock Master Activa la Sincronització de Rellotge Mestre - + When enabled, this device will serve as the master clock for all other decks. Quan s'activa, aquest dispositiu fa de rellotge mestre per a la resta de plats. - + Speed Control Control de velocitat - - - + + + Changes the track pitch independent of the tempo. Canvia el pitch de la pista, independentment del tempo. - + Increases the pitch by 10 cents. Incrementa el pitch en 10 centèssimes. - + Decreases the pitch by 10 cents. Decrementa el pitch en 10 centèssimes. - + Pitch Adjust Ajustament de Pitch - + Adjust the pitch in addition to the speed slider pitch. Ajusta el pitch sobre el pitch del control de velocitat - + Record Mix Gravació de la mescla - + Toggle mix recording. Commuta la gravació de la mescla. - + Enable Live Broadcasting - Activa l'emissió en viu + Activa la retransmissió en directe - + Stream your mix over the Internet. Emet la mescla a través d'Internet. - + Provides visual feedback for Live Broadcasting status: - Mostra una representació visual de l'estat de l'emissió en directe: + Mostra una representació visual de l'estat de la retransmissió en directe: - + disabled, connecting, connected, failure. deshabilitat, connectant, connectat, fallada. - + When enabled, the deck directly plays the audio arriving on the vinyl input. Quan s'habilita, el plat reprodueix directament l'àudio que arriba a l'entrada del vinil. - + Blue for passthrough enabled. Blau per habilitar la connexió directa. - + Playback will resume where the track would have been if it had not entered the loop. La reproducció continuarà alla on hauria estat si no s'hagués fet el bucle. - + Loop Exit Surt del bucle - + Turns the current loop off. Desactiva el bucle actual - + Slip Mode Mode de continua avançant (slip) - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. Quan està actiu, la reproducció continua en silenci en segon pla mentre es realitza el bucle, reprodució enrere, Scratch, etc. - + Once disabled, the audible playback will resume where the track would have been. Un cop es desactivi, la reproducció continuarà des del lloc on hauria estat. - + Track Key - The musical key of a track Clau de la pista - + Displays the musical key of the loaded track. Mostra la clau musical de la pista carregada - + Clock Rellotge - + Displays the current time. Mostra l'hora actual. - + Audio Latency Usage Meter Monitor de la latència de l'audio - + Displays the fraction of latency used for audio processing. Mostra la fracció de latència utilitzada pel procés daudio. - + A high value indicates that audible glitches are likely. Un valor alt indica que es poden produir talls. - + Do not enable keylock, effects or additional decks in this situation. Si es dóna això, no activeu el bloqueig de clau musical, efectes o plats adicionals. - + Audio Latency Overload Indicator Indicador de latència d'audio sobrecarregada @@ -11301,279 +11474,279 @@ Tot a la dreta: Al final del període Mostra la clau musical actual de la pista, incloent el canvi de velocitat. - + Sends the selected channel's audio to the headphone output, Envia l'audio del canal seleccionat cap a la sortida d'auriculars. - + selected in Preferences -> Sound Hardware. seleccionat en les Preferències -> Maquinari de so. - + Fast Rewind Rebobina ràpidament - + Fast rewind through the track. Rebobina la pista progressivament fins a l'inici - + Fast Forward Avança ràpidament - + Fast forward through the track. Avança la pista progressivament fins al final - + Jumps to the end of the track. Salta al final de la pista. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. Canvia el to a una clau musical que permeti una transició harmònica d'una pista a l'altra. Cal que s'hagi detectat la clau en tots dos plats. - - - + + + Pitch Control Control de Pitch - + Pitch Rate Canvi de pitch - + Displays the current playback rate of the track. Mostra el percentatge de canvi de velocitat de la pista. - + Repeat Repeteix - + When active the track will repeat if you go past the end or reverse before the start. Quan està actiu, la pista torna a començar quan arriba al final, o tona a anar endavant si estava cap enrere i arriba a l'inici. - + Eject Expulsa - + Ejects track from the player. Expulsa la pista d'aquest reproductor. - + Hotcue - Hotcue + Marca directa - + If hotcue is set, jumps to the hotcue. - Si el Hotcue està definit, va al Hotcue + Si la marca directa està definida, hi va - + If hotcue is not set, sets the hotcue to the current play position. - Si el Hotcue no està definit, defineix el hotcue a la posició de reproducció actual. + Si la marca directa no està definida, la defineix en la posició de reproducció actual. - + If hotcue is set, clears the hotcue. - Si el Hotcue està definit, l'esborra. + Si la marca directa està definida, l'esborra. - + Vinyl Control Mode Mode de control de Vinil - + Absolute mode - track position equals needle position and speed. Mode abolut - La posició de la pista coincideix amb la posició de l'agulla i la velocitat. - + Relative mode - track speed equals needle speed regardless of needle position. Relative mode - La velocitat de la pista coincideix amb la velocitat de l'agulla, sense importar la seva posició - + Constant mode - track speed equals last known-steady speed regardless of needle input. Mode constant - La velocitat de la pista coincideix amb l'últim valor constant, independentment del que es rebi actualment de l'agulla. - + Vinyl Status Estat del vinil - + Provides visual feedback for vinyl control status: Mostra una representació visual de l'estat del control de vinil: - + Green for control enabled. Verd per control activat. - + Blinking yellow for when the needle reaches the end of the record. Groc xispejant quan l'agulla arriba al final del disc. - + Loop-In Marker Marca d'entrada del bucle - + Loop-Out Marker Marca de sortida del bucle - + Loop Halve Redueix el bucle a la meitat - + Halves the current loop's length by moving the end marker. Redueix el bucle actual a la meitat movent l'indicador de final. - + Deck immediately loops if past the new endpoint. La reproducció torna immediatament a l'inici del bucle si aquesta està més enllà del nou punt. - + Loop Double Incrementa el bucle al doble - + Doubles the current loop's length by moving the end marker. Incrementa el bucle actual al doble movent l'indicador de final. - + Beatloop Bucles definits en tocs - + Toggles the current loop on or off. Commuta el bucle actual entre activat i desactivat. - + Works only if Loop-In and Loop-Out marker are set. Només aplica si els indicadors de bucle d'inici i de final estan definits. - + Hint: Change the default cue mode in Preferences -> Interface. Suggerència: Podeu canviar el mode de Cue des de Preferències -> Interfície - + Vinyl Cueing Mode Mode de punts cue de Vinil - + Determines how cue points are treated in vinyl control Relative mode: Determina com es tracten els punts Cue quan el control de vinil està en mode relatiu: - + Off - Cue points ignored. Off - Els punts Cue s'ignoren - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. One cue - Si l'agulla es posa més endavant del punt cue, la pista anirà al punt cue. - + Hot Cue - Track will seek to nearest previous hot cue point. Hot Cue - La pista anirà al Hotcue anterior més proper. - + Track Time Temps de la pista - + Track Duration Durada de la pista - + Displays the duration of the loaded track. Mostra la durada de la pista que s'ha carregat. - + Information is loaded from the track's metadata tags. La informació s'obté de les etiquetes de les metadates de la pista. - + Track Artist Artista de la pista - + Displays the artist of the loaded track. Mostra l'artista de la pista que s'ha carregat. - + Track Title Títol de la pista - + Displays the title of the loaded track. Mostra el títol de la pista que s'ha carregat. - + Track Album Àlbum de la pista - + Displays the album name of the loaded track. Mostra el nom de l'àlbum de la pista que s'ha carregat. - + Track Artist/Title Arísta/Títol de la pista - + Displays the artist and title of the loaded track. Mostra l'artista i el títol de la pista que s'ha carregat. @@ -11695,34 +11868,6 @@ Tot a la dreta: Al final del període S'ha produït un error al carregar la biblioteca del Traktor. Algunes de les vostres pistes i llistes de reproducció de Traktor podrien no haver-se carregat. - - Ui - - - Mixxx %1 Development Team - Equip de desenvolupament del Mixxx %1 - - - - With contributions from: - Amb les contribucions de: - - - - And special thanks to: - Reconeixements especials a: - - - - Past Developers - Antics desenvolupadors - - - - Past Contributors - Antics contribuidors - - VSyncThread @@ -11818,12 +11963,18 @@ Tot a la dreta: Al final del període WEffect - + + %1: %2 + %1 = effect name; %2 = effect description + %1: %2 + + + None Cap - + No effect loaded. No hi ha cap efecte carregat. @@ -11962,317 +12113,333 @@ Tot a la dreta: Al final del període &Visualització - + May not be supported on all skins. No està disponible a totes les aparences - + + Show Skin Settings Menu + Mostra el menú de les opcions d'aparença + + + + Show the Skin Settings Menu of the currently selected Skin + Mostra el menú d'opcions disponibles per al tema seleccionat + + + + Ctrl+1 + Menubar|View|Show Skin Settings + Ctrl+1 + + + Show Microphone Section Mostra la secció del micròfon - + Show the microphone section of the Mixxx interface. Mostra la secció de micròfons en la interfície del Mixxx. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section Mostra la secció de control per vinils - + Show the vinyl control section of the Mixxx interface. Mostra la secció dels controls de vinil a la interfície del Mixxx. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck Mostra el reproductor de pre-escolta - + Show the preview deck in the Mixxx interface. Mostra el reproductor de pre-escolta a la interfície del Mixxx. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art Mostra la caràtula - + Show cover art in the Mixxx interface. Mostra la caràtula a la interfície del Mixxx - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library Maximitza la biblioteca - + Maximize the track library to take up all the available screen space. Maximitza o restaura la vista de Biblioteca per abarcar tota la pantalla - + Space Menubar|View|Maximize Library Espai - + &Full Screen Pantalla sencera - + Display Mixxx using the full screen Mostra Mixx a pantalla sencera - + &Options &Opcions - + &Vinyl Control Control per &vinils - + Use timecoded vinyls on external turntables to control Mixxx Permet l'ús de vinils amb codi de temps en tocadisc externs per controlar el Mixxx - + Enable Vinyl Control &%1 Activa el control de vinil &%1 - + &Record Mix En&registra la mescla - + Record your mix to a file Enregistra la vostra mescla a un fitxer - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting - Activa la emissió en viu(&B) + Activa la retransmissió en directe(&B) - + Stream your mixes to a shoutcast or icecast server Transmeteu les vostres mescles a un servidor de shoutcast o d'icecast - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts Habilita les dreceres de teclat(&K) - + Toggles keyboard shortcuts on or off Activa o desactiva les dreceres de teclat - + Ctrl+` Ctrl+` - + &Preferences &Preferències - + Change Mixxx settings (e.g. playback, MIDI, controls) Canvia les opcions de Mixxx (p.ex. reproducció, MIDI, controladores) - + &Developer &Desenvolupador - + &Reload Skin &Recarrega l'aparença - + Reload the skin Recarrega l'aparença del disc - + Ctrl+Shift+R Ctrl+Majús+R - + Developer &Tools Eines de desenvolupador(&T) - + Opens the developer tools dialog Obre la finesta d'eines de desenvolupador - + Ctrl+Shift+T Ctrl+Majús+T - + Stats: &Experiment Bucket Estadístiques: Comptador &Experiment - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. Activa el mode experiment. Recupera les estadístiques corresponents al comptador EXPERIMENT. - + Ctrl+Shift+E Ctrl+Majús+E - + Stats: &Base Bucket Estadístiques: Comptador &Base - + Enables base mode. Collects stats in the BASE tracking bucket. Activa el mode bàsic. Recupera les estadístiques del comptador BASE. - + Ctrl+Shift+B Ctrl+Majús+B - + Deb&ugger Enabled Motor de dep&uració activat - + Enables the debugger during skin parsing Activa el motor de depuració durant el parseig de l'aparença - + Ctrl+Shift+D Ctrl+Majús+D - + &Help &Ajuda - + &Community Support Suport de la &Comunitat - + Get help with Mixxx Obteniu ajuda sobre el Mixxx - + &User Manual Manual de l'&usuari - + Read the Mixxx user manual. Llegiu el manual de l'usuari de Mixxx. - + &Keyboard Shortcuts Dreceres de teclat(&K) - + Speed up your workflow with keyboard shortcuts. Fes les coses més ràpid amb les dreceres de teclat. - + Send Us &Feedback Envieu-nos la vostra opinió(&F) - + Send feedback to the Mixxx team. Envieu la vostra opinió a l'equip de Mixxx (en anglès). - + &Translate This Application &Traduïu aquesta aplicació - + Help translate this application into your language. Ajudeu a traduir aquesta aplicació a la vostra llengua. - + &About Sobre el Mixxx (&A) - + About the application Sobre l'aplicació @@ -12289,9 +12456,7 @@ Tot a la dreta: Al final del període Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source Carregant la pista... @@ -12373,6 +12538,12 @@ Text on waveform overview when file is cached from source Add to Playlist Afegeix a la llista de reproducció + + + Reset + Reset metadata in right click track context menu in library + Restableix + Cover Art @@ -12385,60 +12556,70 @@ Text on waveform overview when file is cached from source ESC - + Remove Suprimeix - + + Remove from Playlist + Elimina de la llista + + + + Remove from Crate + Elimina de la caixa + + + Hide from Library No ho mostris a la biblioteca - + Unhide from Library Torna a mostrar a la biblioteca - + Purge from Library Suprimeix de la biblioteca - + Properties Propietats - + Open in File Browser Obre en l'explorador de fitxers - + 4/3 BPM 4/3 BPM - + 3/2 BPM 3/2 BPM - - + + Create New Playlist Crea una nova llista de reproducció - + Create New Crate Crea una nova caixa - + Enter name for new playlist: - Introduïu el nom de la nova llista de reproducció: + Inseriu el nom de la llista nova de reproducció: @@ -12466,150 +12647,144 @@ Text on waveform overview when file is cached from source Canvia el Tempo - - Clear - Clear metadata in right click track context menu in library - Descarta - - - + Add to Auto DJ Queue (Bottom) Afegeix a la cua del DJ automàtic (al final) - + Add to Auto DJ Queue (Top) Afegeix a la cua del DJ automàtic (al principi) - + Add to Auto DJ Queue (Replace) Afegeix a la cua del DJ automàtic (reemplaça) - + Import From File Tags Importa des de les metadades del fitxer - + Import From MusicBrainz Importa des del MusicBrainz - + Export To File Tags Exporta les metadades al fitxer - + Preview Deck Reproductor de pre-escolta - + BPM and Beatgrid BPM i graella de ritme - + Play Count Comptador de reproduccions - + Cue Point Punt d'inici - + Hotcues - Hotcue + Marca directa - + Loop Bucle - + ReplayGain ReplayGain - + Waveform - Forma d'ona local + Ona - + All Tot - + Deck %1 Plat %1 - + New Playlist Llista de reproducció nova - - - + + + Playlist Creation Failed Ha fallat la creació de la llista de reproducció - + A playlist by that name already exists. Ja existeix una llista de reproducció amb aquest nom. - + A playlist cannot have a blank name. El nom de la llista de reproducció no pot quedar en blanc - + An unknown error occurred while creating playlist: S'ha produït un error desconegut en crear la llista de reproducció: - + Lock BPM Bloca els BPM - + Unlock BPM Desbloca els BPM - + Double BPM Augmenta el tempo al doble - + Halve BPM Redueix el tempo a la meitat - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + Sampler %1 Reproductor de mostres %1 @@ -12625,12 +12800,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) (GLSL) - + (GL) (GL) diff --git a/res/translations/mixxx_ca.ts b/res/translations/mixxx_ca.ts index b4ad65eae494..9d52c535eefd 100644 --- a/res/translations/mixxx_ca.ts +++ b/res/translations/mixxx_ca.ts @@ -1,4 +1,4 @@ - + : @@ -13,7 +13,7 @@ Analyze - Analitza + Analitzador @@ -127,7 +127,7 @@ Rename - Reanomena + Canvia el nom @@ -180,7 +180,7 @@ Rename Playlist - Reanomena la llista de reproducció + Canvia el nom a la llista de reproducció @@ -382,28 +382,28 @@ Please enable at least one connection to use Live Broadcasting. - Si us plau, activa almenys una font per a utilitzar la emissió en viu. + Si us plau, activa almenys una font per a utilitzar la retransmissió en directe. BroadcastProfile - + Can't use secure password storage: keychain access failed. No es pot utilitzar l'emmagatzematge de claus segur: L'accés al clauer ha fallat. - + Secure password retrieval unsuccessful: keychain access failed. No s'ha pogut obtenir la clau: L'accés al clauer ha fallat. - + Settings error Error de configuració - + <b>Error with settings for '%1':</b><br> <b>Error de configuració per '%1':</b><br> @@ -697,8 +697,8 @@ - - + + Deck %1 Plat %1 @@ -789,13 +789,13 @@ - + Set to full volume Posa a màxim volum - + Set to zero volume Posa en silenci @@ -820,13 +820,13 @@ Botó de reprodueix cap enrere i salta endavant (Censura) - + Headphone listen button Botó per escoltar per auriculars - + Mute button Botó de mut @@ -842,25 +842,25 @@ - + Mix orientation (e.g. left, right, center) Destí de la mescla (p.ex. esquerra, dreta, mig) - + Set mix orientation to left Destí de la mescla a l'esquerra - + Set mix orientation to center Destí de la mescla al centre - + Set mix orientation to right Destí de la mescla a la dreta @@ -936,229 +936,224 @@ Commutador de mode de sincronització de 3 estats (OFF, FOLLOWER, MASTER) - - One-time beat sync (tempo and phase) - Sincronitzar el ritme un cop (tempo i fase) - - - + One-time beat sync (tempo only) Sincronitzar el ritme un cop (només tempo) - + One-time beat sync (phase only) Sincronitzar el ritme un cop (només fase) - + Toggle keylock mode Commutador de mode de bloqueig de clau musical - + Equalizers Equalitzadors - + Vinyl Control Control de Vinil - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Commutador del mode de control dels punts cue amb Vinil (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) Commutador del mode de control de Vinil (ABS/REL/CONST) - + Pass through external audio into the internal mixer Redirecció de l'audio extern cap al mesclador intern - + Cues Punts Cue - + Cue button Botó Cue - + Set cue point Crea un punt Cue - + Go to cue point Ves a un punt Cue - + Go to cue point and play Ves a un punt Cue i reprodueix - + Go to cue point and stop Ves al punt Cue i atura't - + Preview from cue point Pre-escolta del punt Cue - + Cue button (CDJ mode) Botó Cue (mode CDJ) - + Stutter cue Reprodueix Cue (Stutter) - + Hotcues - Hotcue + Marques directes - + Set, preview from or jump to hotcue %1 - Defineix, pre-escolta des de o vés al Hotcue %1 + Defineix, pre-escolta des de o vés a la marca directa %1 - + Clear hotcue %1 - Esborra Hotcue %1 + Esborra la marca directa %1 - + Set hotcue %1 - Defineix Hotcue %1 + Defineix la marca directa %1 - + Jump to hotcue %1 - Ves al Hotcue %1 + Ves a la marca directa %1 - + Jump to hotcue %1 and stop - Ves al Hotcue %1 i atura't + Ves a la marca directa %1 i atura't - + Jump to hotcue %1 and play - Ves al Hotcue %1 i reprodueix + Ves a la marca directa %1 i reprodueix - + Preview from hotcue %1 - Pre-escolta des del Hotcue %1 + Pre-escolta des de la marca directa %1 - - + + Hotcue %1 - Hotcue %1 + Marca directa %1 - + Looping Bucles - + Loop In button Botó de punt d'inici de bucle - + Loop Out button Botó de punt final de bucle - + Loop Exit button Botó de sortir del bucle - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Moure el bucle endavant en %1 beats - + Move loop backward by %1 beats Moure el bucle endarrere en %1 beats - + Beat-Looping Bucles definits per tocs - + Create %1-beat loop Crea bucle de %1 tocs - + Create temporary %1-beat loop roll Crea bucle "roll" temporal de %1 tocs - + Library Biblioteca @@ -1289,20 +1284,20 @@ + - Volume Fader Control del volum - + Full Volume Màxim volum - + Zero Volume Volum zero @@ -1318,7 +1313,7 @@ - + Mute Posa Mut @@ -1329,7 +1324,7 @@ - + Headphone Listen Escolta pels auriculars @@ -1350,25 +1345,25 @@ - + Orientation Destí de le mescla - + Orient Left Orientació a l'esquerra - + Orient Center Orientació al Centre - + Orient Right Orientació a la dreta @@ -1473,11 +1468,6 @@ Sync Mode Mode Sincronitzat - - - Tap to sync, hold to enable sync mode - Prem per sincronitzar, mantingues per habilitar el mode sincronitzat - Internal Sync Master @@ -1525,527 +1515,521 @@ Sincronitza el ritme al prémer - + Sync Tempo One-Shot Sincronitza els tempos al prémer - + Sync Phase One-Shot Sincronitza les fases al prémer - + Speed (Pitch/Tempo) Velocitat (To i/o Tempo) - + Keylock Mode Mode de bloqueig de clau musical - + Pitch control (does not affect tempo), center is original pitch Control de to/claumusical (no afecta al tempo), el centre és la nota musical original - + Pitch Adjust Ajustament de Pitch - + Adjust pitch from speed slider pitch Ajusta el Pitch de la barra de velocitat - + Match musical key Iguala la clau musical - + Match Key Iguala la clau musical - + Reset Key Reinicia la clau musical - + Resets key to original Reinicia la clau musical per tornar a la original - + High EQ EQ d'aguts - + Mid EQ EQ de Mitjos - + Low EQ EQ de greus - + Toggle Vinyl Control Commutador de mode Vinil - + Toggle Vinyl Control (ON/OFF) Commutador de control de Vinil (On/Off) - + Vinyl Control Mode Mode de control de Vinil - + Vinyl Control Cueing Mode Mode de control dels punts cue amb Vinil - + Vinyl Control Passthrough Pas de l'audiò d'entrada del control Vinil - + Vinyl Control Next Deck Següent plat del control Vinil - + Single deck mode - Switch vinyl control to next deck Mode d'un plat - Canvia el control de vinil cap al següent plat - + Cue Punt Cue - + Set Cue Defineix el Cue - + Go-To Cue Ves al punt Cue - + Go-To Cue And Play Ves al punt Cue i reprodueix - + Go-To Cue And Stop Ves al punt Cue i atura't - + Preview Cue Pre-escolta del punt Cue - + Cue (CDJ Mode) Punt Cue (Mode CDJ) - + Stutter Cue Reprodueix Cue (Stutter) - + Go to cue point and play after release Ves a un punt Cue i reprodueix en deixar-lo - + Clear Hotcue %1 - Esborra el Hotcue %1 + Esborra la marca directa %1 - + Set Hotcue %1 - Defineix el Hotcue %1 + Defineix la marca directa %1 - + Jump To Hotcue %1 - Ves al Hotcue %1 + Ves a la marca directa %1 - + Jump To Hotcue %1 And Stop - Ves al Hotcue %1 i atura't + Ves a la marca directa %1 i atura't - + Jump To Hotcue %1 And Play - Ves al Hotcue %1 i reprodueix + Ves a la marca directa %1 i reprodueix - + Preview Hotcue %1 - Pre-escolta del Hotcue %1 + Pre-escolta la marca directa %1 - + Loop In Inici de bucle - + Loop Out Final de Bucle - + Loop Exit Surt del bucle - + Reloop/Exit Loop Repeteix/Surt del bucle - + Loop Halve Redueix el bucle a la meitat - + Loop Double Incrementa el bucle al doble - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Mou el bucle +%1 tocs - + Move Loop -%1 Beats Mou el bucle -%1 tocs - + Loop %1 Beats Bucle de %1 tocs - + Loop Roll %1 Beats Bucle "roll" de %1 tocs - + Add to Auto DJ Queue (bottom) Afegeix a la cua del DJ automàtic (al final) - + Append the selected track to the Auto DJ Queue Afegeix la pista seleccionada al final de la cua de DJ automàtic - + Add to Auto DJ Queue (top) Afegeix a la cua del DJ automàtic (al principi) - + Prepend selected track to the Auto DJ Queue Afegeix la pista seleccionada a l'inici de la cua de DJ automàtic - + Load Track Carrega la pista - + Load selected track Carrega la pista seleccionada - + Track Load and Play Carrega i reprodueix la pista - + Load selected track and play Carrega la pista seleccionada i la reprodueix - + Record Mix Gravació de la mescla - + Toggle mix recording Commutador de gravació de la mescla - + Effects Efectes - + Quick Effects Efectes ràpids - + Deck %1 Quick Effect Super Knob Súper Control d'Efecte ràpid del Plat %1 - + Quick Effect Super Knob (control linked effect parameters) Súper control de l'Efecte Ràpid (controla el paràmetre de l'efecte associat) - + Quick Effect Efecte ràpid - + Clear effect rack Esborrar el rack d'efectes - + Clear Effect Rack Esborrar el Rack d'efectes - + Clear Unit Esborrar la Unitat - + Clear effect unit Esborra la unitat d'efecte - + Toggle Unit Commutador d'unitat - + Dry/Wet Directe/Processat - + Adjust the balance between the original (dry) and processed (wet) signal. Ajusta l'equilibri entre la senyal original (dry) i la processada (wet). - + Super Knob Súper Control - - - Insert/Send Toggle - Commutador de Insert/Send - - - + Next Chain Cadena següent + - + - + - + - Assign Assigna - + Clear Descarta - + Clear the current effect Descarta l'efecte actual - + Toggle Estat d'activació - + Toggle the current effect Commutador de l'estat d'activació de l'efecte - + Next Següent - + Switch to next effect Canvia al següent efecte - + Previous Anterior - + Switch to the previous effect Canvia a l'efecte anterior - + Next or Previous Següent o anterior - + Switch to either next or previous effect Canvia a l'efecte següent o anterior + - Parameter Value Valor del paràmetre + - Microphone Ducking Strength Nivell de reducció en parlar per micròfon - + Microphone Ducking Mode Mode de reducció en parlar per micròfon - + Gain Guany - + Gain knob Control de guany - + Shuffle the content of the Auto DJ queue Barreja el contingut de la cua de DJ automàtic - + Skip the next track in the Auto DJ queue Salta la següent pista de la cua de DJ automàtic - + Auto DJ Toggle Commutador de DJ automàtic - + Toggle Auto DJ On/Off Commutador On/Off de DJ automàtic - + Library Maximize/Restore Maximitza/Restaura la vista de Biblioteca - + Maximize the track library to take up all the available screen space. Maximitza o restaura la vista de Biblioteca per abarcar tota la pantalla - + Effect Rack Show/Hide Mostra/amaga el rack d'efectes - + Show/hide the effect rack Mostra/amaga el rack d'efectes - + Cover Art Show/Hide Mostra/amaga la caràtula - + Show/hide cover art Mostra/amaga la caràtula - + Waveform Zoom Out Allunya el zoom del gràfic d'ona - + Toggle Effect Unit Commutador d'estat de la unitat d'efecte @@ -2070,546 +2054,566 @@ Guany dels auriculars - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + Toqueu per sincronitzar el tempo (i la fase si està la quantizació activada), mantingueu premut per activar la sincronització permanent + + + + One-time beat sync tempo (and phase with quantize enabled) + Sincronització del tempo en pulsar (i la fase si està la quantització activada) + + + Playback Speed Velocitat de reproducció - + Playback speed control (Vinyl "Pitch" slider) Velocitat de reproducció ("Pitch" de Vinil) - + Pitch (Musical key) Pitch (clau musical) - + Increase Speed Accelera - + Adjust speed faster (coarse) Acceleració (valor gran) de velocitat - - + + Increase Speed (Fine) Acceleració (valor petit) - + Adjust speed faster (fine) Acceleració (valor petit) - + Decrease Speed Redueix - + Adjust speed slower (coarse) Reducció de velocitat (valor gran) - + Adjust speed slower (fine) Redueix la velocitat (valor petit) - + Temporarily Increase Speed Acceleració momentània - + Temporarily increase speed (coarse) Acceleració (valor gran) momentània - + Temporarily Increase Speed (Fine) Acceleració (valor petit) momentània - + Temporarily increase speed (fine) Acceleració (valor petit) momentània - + Temporarily Decrease Speed Reducció de velocitat momentània - + Temporarily decrease speed (coarse) Reducció de velocitat (valor gran) momentània - + Temporarily Decrease Speed (Fine) Reducció de velocitat (valor petit) momentània - + Temporarily decrease speed (fine) Reducció de velocitat (valor petit) momentània + - Adjust %1 Ajusta %1 + - Kill %1 Suprimeix %1 - + CUP (Cue + Play) CUP (Cue + Play) - + Loop Selected Beats Bucle de tocs seleccionats - + Create a beat loop of selected beat size Crea un bucle de tocs de la mida seleccionada - + Loop Roll Selected Beats Bucle "roll" de tocs seleccionats - + Create a rolling beat loop of selected beat size Crea un bucle "roll" de tocs de la mida seleccionada - + Toggle loop on/off and jump to Loop In point if loop is behind play position Activa o desactiva el bucle, i salta a l'inici del bucle si aquest es anterior a la posició de reproducció actual - + Reloop And Stop Repeteix i para - + Enable loop, jump to Loop In point, and stop Activa el bucle, es mou a l'inici d'aquest i es para - + Halve the loop length Redueix el bucle a la meitat - + Double the loop length Duplica la mida del bucle - + Beat Jump / Loop Move Salt en tocs / Mou el bucle - + Jump / Move Loop Forward %1 Beats Salta / Mou el bucle endavant en %1 tocs - + Jump / Move Loop Backward %1 Beats Salta / Mou el bucle enrera en %1 tocs - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats Salta endavant %1 tocs, o si el bucle està activat, mou el bucle endavant en %1 tocs - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats Salta enrera %1 tocs, o si el bucle està activat, mou el bucle enrera en %1 tocs - + Beat Jump / Loop Move Forward Selected Beats Salt en tocs / Mou el bucle endavant els tocs seleccionats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats Salta endavant en la quantitat de tocs seleccionada, o si el bucle està activat, mou el bucle endavant el nombre de tocs seleccionat. - + Beat Jump / Loop Move Backward Selected Beats Salt en tocs / Mou el bucle enrera els tocs seleccionats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats Salta enrera en la quantitat de tocs seleccionada, o si el bucle està activat, mou el bucle enrera el nombre de tocs seleccionat. - + Move up Mou amunt - + Equivalent to pressing the UP key on the keyboard Equivalent a prémer la tecla Amunt del teclat - + Move down Mou avall - + Equivalent to pressing the DOWN key on the keyboard Equivalent a prémer la tecla Avall del teclat - + Move up/down Mou amunt/avall - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys Mou verticalment en ambdúes direccions utilitzant un control, com al prémer les tecles amunt/avall - + Scroll Up Pàgina amunt - + Equivalent to pressing the PAGE UP key on the keyboard Equivalment a prémer la tecla Pàgina amunt del teclat - + Scroll Down Pàgina avall - + Equivalent to pressing the PAGE DOWN key on the keyboard Equivalent a prémer la tecla Pàgina avall del teclat - + Scroll up/down Pàgina amunt/avall - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys Mou verticalment en ambdúes direccions utilitzant un control, com al prémer les tecles pàgina amunt/avall - + Move left Mou a l'esquerra - + Equivalent to pressing the LEFT key on the keyboard Equivalent a prémer la tecla Esquerra del teclat - + Move right Mou a la dreta - + Equivalent to pressing the RIGHT key on the keyboard Equivalent a prémer la tecla Dreta del teclat - + Move left/right Mou esquerra/dreta - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys Mou horitzontalment en ambúes direccions utilitzant un control, com al prémer les tecles Esquerra/Dreta del teclat - + Move focus to right pane Mou el focus al panell dret - + Equivalent to pressing the TAB key on the keyboard Equivalent a prémer la tecla tabulació del teclat - + Move focus to left pane Mou el focus al panell esquerra - + Equivalent to pressing the SHIFT+TAB key on the keyboard Equivalent a prémer les tecles Majúscules+Tabulació del teclat - + Move focus to right/left pane Mou el focus al panell esquerra/dret - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys Mou el focus al panell de la dreta o esquerra utilizant un control, com al prémer tabulació/Majúscules+tabulació - + Go to the currently selected item Vés a l'element seleccionat actualment - + Choose the currently selected item and advance forward one pane if appropriate Tria l'element seleccionat actualment i avança un panell si és apropiat - + Add to Auto DJ Queue (replace) Afegeix a la cua del DJ automàtic (reemplaça) - + Replace Auto DJ Queue with selected tracks Reemplaça la cua de DJ automàtic amb les pistes seleccionades - + Enable or disable effect processing Commuta el processament d'efectes - + Super Knob (control effects' Meta Knobs) Control Super (controla els controls 'Meta' dels efectes) - + + Mix Mode Toggle + Selector del mode de mescla + + + + Toggle effect unit between D/W and D+W modes + Canvi entre D/P i D+P a la unitat d'efectes + + + Next chain preset Següent cadena preestablerta - + Previous Chain Següent cadena - + Previous chain preset Cadena anterior preestablerta - + Next/Previous Chain Següent/Anterior cadena - + Next or previous chain preset Següent o anterior cadena preestablerta + - Show Effect Parameters Mostra els paràmetres d'efectes - + Meta Knob Control Meta - + Effect Meta Knob (control linked effect parameters) Control Meta de l'efecte (controla els paràmetres de l'efecte enllaçats) - + Meta Knob Mode Mode de Control Meta - + Set how linked effect parameters change when turning the Meta Knob. Defineix la manera com canvien els paràmetres de l'efecte enllaçats al girar el control Meta. - + Meta Knob Mode Invert Mode d'inversió del control Meta - + Invert how linked effect parameters change when turning the Meta Knob. Inverteix el sentit en que canvien els paràmetres de l'efecte enllaçats al girar el control Meta. - + Microphone / Auxiliary Micròfon / Línia auxiliar - + Microphone On/Off Micrònfon obert/tancat - + Microphone on/off Micròfon obert/tancat - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Commutador del mode de reducció de volum del micròfon (OFF, AUTO, MANUAL) - + Auxiliary On/Off Línia auxiliar oberta/tancada - + Auxiliary on/off Línia auxiliar oberta/tancada - + Auto DJ DJ automàtic - + Auto DJ Shuffle Barreja la cua de DJ automàtic - + Auto DJ Skip Next DJ automatic, saltar-se la següent - + Auto DJ Fade To Next DJ automàtic, Salta a la seguent esvaint l'actual - + Trigger the transition to the next track Fer que s'iniciï la transició cap a la següent pista - + User Interface Interfície d'usuari - + Samplers Show/Hide Mostra/amaga Reprod. de mostres - + Show/hide the sampler section Mostra/amaga la secció dels reproductors de mostres - + Microphone Show/Hide Mostra/amaga els micròfons - + Show/hide the microphone section Mostra o amaga la secció dels micròfons - + Vinyl Control Show/Hide Mostra/amaga el control de vinil - + Show/hide the vinyl control section Mostra/amaga la secció del control de vinil - + Preview Deck Show/Hide Mostra/amaga la pre-escolta - + Show/hide the preview deck Mostra o amaga la secció de la pre-escolta - + Vinyl Spinner Show/Hide Mostra/amaga el vinil giratori - + Show/hide spinning vinyl widget Mostra/amaga l'element de pantalla amb el vinil giratori - + Waveform zoom Fa zoom del gràfic d'ona - + Waveform Zoom Zoom del gràfic d'ona - + Zoom waveform in Apropa el zoom del gràfic d'ona - + Waveform Zoom In Apropa el zoom del gràfic d'ona - + Zoom waveform out Allunya el zoom del gràfic d'ona @@ -2749,7 +2753,7 @@ Rename - Canvia-li el nom + Canvia el nom @@ -2813,7 +2817,7 @@ Rename Crate - Reanomena la caixa + Canvia el nom a la caixa @@ -2919,6 +2923,34 @@ La còpia de la caixa ha fallat + + DlgAbout + + + Mixxx %1 Development Team + Equip de desenvolupament del Mixxx %1 + + + + With contributions from: + Amb les contribucions de: + + + + And special thanks to: + Reconeixements especials a: + + + + Past Developers + Antics desenvolupadors + + + + Past Contributors + Antics Contribuidors + + DlgAboutDlg @@ -3574,105 +3606,105 @@ Heu intentat aprendre: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Automatic Automàtic - + Mono Mono - + Stereo Estèreo - - - - + + + + Action failed La acció ha fallat - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. '%1' té el mateix punt de muntatge Icecast que '%2'. Dues connexions font al mateix servidor no poden tenir el mateix punt de muntatge. - + You can't create more than %1 source connections. No podeu crear més de %1 connexions font. - + Source connection %1 Connexió font %1 - + At least one source connection is required. Es requereix com a mínim 1 connexió font. - + Are you sure you want to disconnect every active source connection? Segur que voleu desconnectar totes les connexions font actives? - + Confirmation required Es necessita confirmació - + Are you sure you want to delete '%1'? Esteu segur de voler esborrar '%1'? - + Renaming '%1' Reanomenant '%1' - + New name for '%1': Nom nou per a '%1': - + Can't rename '%1' to '%2': name already in use - No es pot reanomenar '%1' a '%2': Aquest nom ja existeix + No es pot canviar el nom de '%1' a '%2': Aquest nom ja existeix @@ -3680,37 +3712,37 @@ Dues connexions font al mateix servidor no poden tenir el mateix punt de muntatg Live Broadcasting Preferences - Preferències de l'emissió en viu + Preferències de la retransmissió en directe - + Mixxx Icecast Testing Prova d'Icecast del Mixxx - + Public stream Transmissió pública - + http://www.mixxx.org http://www.mixxx.org - + Stream name Nom de la emissió - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. Degut a errors en algunes aplicacions client, actualitzar les metadades Ogg Vorbis dinàmicament pot produïr errors i desconnexions als oients. Activeu la opció si això no és un problema Live Broadcasting source connections - Connexions font per a la emissió en viu + Connexions font per a la retransmissió en directe @@ -3725,7 +3757,7 @@ Dues connexions font al mateix servidor no poden tenir el mateix punt de muntatg Rename selected - Reanomena la seleccionada + Canvia el nom a la seleccionada @@ -3735,192 +3767,207 @@ Dues connexions font al mateix servidor no poden tenir el mateix punt de muntatg Turn on Live Broadcasting when applying these settings - Activa la emissió en viu a l'aplicar els canvis. + Activa la retransmissió en directe a l'aplicar els canvis. - + Settings for %1 Opcions per a %1 - + Dynamically update Ogg Vorbis metadata. Actualitza les metadades Ogg Vorbis dinàmicament - + + ICQ + ICQ + + + + AIM + AIM + + + Website Pàgina web - + Live mix Mescla en viu - + + IRC + IRC + + + Select a source connection above to edit its settings here Seleccioneu la connexió font de la qual voleu editar la configuració - + Password storage Emmagatzematge de claus - + Plain text Text simple - + Secure storage (OS keychain) Emmagatzematge segur (Clauer del SO) - + Genre Gènere - + Use UTF-8 encoding for metadata. Utilitza la codificació UTF-8 per a les metadades - + Description Descripció - + Encoding Codificació - + Bitrate Taxa de bits - - + + Format Format - + Channels Canals - + Server connection Connexió amb el servidor - + Type Tipus - + Host Màquina - + Login Usuari - + Mount Muntatge - + Port Port - + Password Contrasenya - + Stream info Informació de la emissió - + Metadata Metadades - + Use static artist and title. Utiliza títol i artista fixes. - + Static title Títol fix - + Static artist Artista fix - + Automatic reconnect Reconnecta automàticament - + Time to wait before the first reconnection attempt is made. Temps d'espera abans del primer reintent de connexió. - - + + seconds segons - + Wait until first attempt Espera del primer reintent - + Reconnect period Període de reintents - + Time to wait between two reconnection attempts. Temps d'espera entre dos intents de reconnexió. - + Limit number of reconnection attempts Limita el nombre de reintents de reconnexió - + Maximum retries Màxim de reintents - + Reconnect if the connection to the streaming server is lost. Reconnecta al servidor d'emissió si es perd la connexió. - + Enable automatic reconnect Activa la reconnexió automàtica @@ -4698,15 +4745,11 @@ Si no n'hi ha cap, va a l'inici de la pista. DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected Cap @@ -4833,32 +4876,32 @@ Displayed when no effect is selected Efectes disponibles - + Effect Info Informació de l'efecte - + Version: Versió: - + Description: Descripció: - + Author: Autor: - + Name: Nom: - + Type: Tipus: @@ -5096,6 +5139,19 @@ i permet que es pugui ajustar el to per a una mescla harmònica. SOL#m + + DlgPrefLV2Dlg + + + Equalizer Preferences + Preferències d'equalització + + + + Discovered LV2 effects + Efectes LV2 disponibles + + DlgPrefLibrary @@ -5131,7 +5187,7 @@ i permet que es pugui ajustar el to per a una mescla harmònica. Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - Metadades significa tots els detalls de la pista (artista, títol, comptador de reproducció, etc.) així com les graelles de rtime, Hotcues i bucles. Aquesta acció només afecta a la biblioteca del Mixxx. Els fitxers del disc no es canviaran ni s'esborraran. + Metadades significa tots els detalls de la pista (artista, títol, comptador de reproducció, etc.) així com les graelles de rtime, les marques directes i els bucles. Aquesta acció només afecta a la biblioteca del Mixxx. Els fitxers del disc no es canviaran ni s'esborraran. @@ -5366,7 +5422,7 @@ i permet que es pugui ajustar el to per a una mescla harmònica. Low - Suau + Greus @@ -5378,7 +5434,7 @@ i permet que es pugui ajustar el to per a una mescla harmònica. High - Fort + Aguts @@ -5802,7 +5858,7 @@ El valor desitjat és aproximat i assumeix que els pre-guanys i el volum de sort Direct monitor (recording and broadcasting only) - Monitor directe (només gravació i emissió) + Monitor directe (només gravació i retransmissió) @@ -5827,7 +5883,7 @@ El valor desitjat és aproximat i assumeix que els pre-guanys i el volum de sort Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - L'entrada de micròfon queda desincronitzada al gravar o emetre comparat amb el que es sent. + L'entrada de micròfon queda desincronitzada al gravar o retransmetre comparat amb el que es sent. @@ -5919,11 +5975,7 @@ El valor desitjat és aproximat i assumeix que els pre-guanys i el volum de sort ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds ms @@ -6163,17 +6215,17 @@ milliseconds RGB - + OpenGL not available OpenGL no està disponible - + dropped frames fotogrames descartats - + Cached waveforms occupy %1 MiB on disk. La memòria cau dels gràfics d'ona ocupa %1 MiB en disc. @@ -6211,28 +6263,28 @@ milliseconds Guany visual - + Default zoom level Waveform zoom Nivell de zoom per defecte - + Displays the actual frame rate. Mostra la velocitat de fotogrames actual - + Visual gain of the middle frequencies Guany visual de les freqüències de mitjos - + End of track warning - Avís de final de pista + Avís de finalització de la pista - + OpenGL status Estat de l'OpenGL @@ -6247,107 +6299,126 @@ milliseconds segons - + Low Greus - + Middle Mitjos - + Global Global - + Visual gain of the high frequencies Guany visual per a les frequències agudes - + Visual gain of the low frequencies Guany visual per a les frequencies de greus - + High Aguts - + Waveform type Tipus de forma d'ona local - + Global visual gain Guany visual global - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. La forma d'ona general mostra la forma de l'ona de la pista sencera. Seleccioneu entre els diferents tipus de gràfics per a la forma d'ona general, que es diferencien principalment en el nivell de detall que mostren. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. La forma d'ona local mostra la forma de l'ona de la pista al voltant de la posició de reproducció. Seleccioneu entre els diferents tipus de gràfics per a la forma d'ona local, que es diferencien principalment en el nivell de detall que mostren. - + Waveform overview type Tipus de forma d'ona general - + + fps + fps + + + Synchronize zoom level across all waveform displays. Sincronitza el nivell de zoom a totes les vistes de forma d'ona local. - + Synchronize zoom level across all waveforms Sincronitza el nivell de zoom a tots els gràfics d'ona - + Caching Memoria cau - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. El Mixxx emmagatzema a la memòria cau els gràfics d'ona de les vostres pistes a disc el primer cop que carregueu la pista en un plat. Això redueix el consum de CPU les posteriors vegades, però requereix espai addicional de disc. - + Enable waveform caching Habliita la memòria cau per a gràfics d'ona - + Generate waveforms when analyzing library Genera els gràfics d'ona a l'analitzar la biblioteca - - - Beat Grid - Graella de ritme + + Beat grid opacity + Opacitat de la graella de ritme + + + + Set amount of opacity on beat grid lines. + Seleccioneu la opacitat de les línies de la graella de ritme. - - Show Beat Markers - Mostra els marcadors de ritme + + % + % + + + + Play marker position + Posició del marcador de reproducció - + + Moves the play marker position on the waveforms to the left, right or center (default). + Mou el marcador de posició de reproducció de l'ona a l'esquerra, dreta o centre (per defecte). + + + Clear Cached Waveforms Esborra la memòria cau dels gràfics d'ona @@ -6355,83 +6426,93 @@ Seleccioneu entre els diferents tipus de gràfics per a la forma d'ona loca DlgPreferences - + Sound Hardware Maquinari de so - + Controllers Controladores - + Library Biblioteca - + Interface Interfície - + Waveforms Gràfics d'ona - + Auto DJ DJ automàtic - + Equalizers Equalitzadors - + Decks Reproductors - + Crossfader Crossfader - + + Effects + Effectes + + + + LV2 Plugins + Complements LV2 + + + Recording Enregistrament - + Beat Detection Detecció de ritme - + Key Detection Detecció de clau musical - + Normalization Normalització - - + + Vinyl Control Control de Vinil - + Live Broadcasting - Emissió en viu + Retransmissió en directe - + Modplug Decoder Decodificador Modplug @@ -6896,7 +6977,7 @@ Habitualment dóna graelles de ritme més precises, però anirà pitjor en les p Hotcue - Hotcue + Marca directa @@ -6950,7 +7031,7 @@ Habitualment dóna graelles de ritme més precises, però anirà pitjor en les p EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject Cadena buida @@ -6964,40 +7045,58 @@ Habitualment dóna graelles de ritme més precises, però anirà pitjor en les p No hi ha cap efecte carregat. + + EffectSettingsModel + + + Visible + Visible + + + + Name + Nom + + + + Type + Tipus + + EffectsManager - + Flanger Flanger - + BitCrusher BitCrusher - + Filter Filtre - + Reverb Reverberació - + Echo Eco - + AutoPan Balanç automàtic - + Tremolo Tremolo @@ -7168,39 +7267,39 @@ Habitualment dóna graelles de ritme més precises, però anirà pitjor en les p ITunesFeature - - + + iTunes iTunes - - + + Select your iTunes library Seleccioneu la vostra biblioteca de l'iTunes - + (loading) iTunes (carregant) iTunes - + Use Default Library Utilitza la biblioteca per defecte - + Choose Library... Seleccioneu la biblioteca... - + Error Loading iTunes Library Error carregant la biblioteca d'iTunes - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. Hi ha hagut un error carregant la vostra biblioteca d'iTunes. Algunes de les vostres pistes o llistes de reproducció d'iTunes poden no haver-se carregat. @@ -7439,52 +7538,52 @@ OpenGL. MixxxMainWindow - + Choose music library directory Seleccioneu la carpeta de la biblioteca de música. - + Sound Device Busy El dispositiu de so està ocupat - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Torna-ho a provar</b> després de tancar l'altra aplicació o reconnectar el dispositiu d'àudio - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Reconfigura</b> les opcions del dispositiu d'àudio de Mixxx - - + + Get <b>Help</b> from the Mixxx Wiki. Obteniu <b>ajuda</b> a la Vikipèdia de Mixxx. - - - + + + <b>Exit</b> Mixxx. <b>Surt</b> del Mixxx. - + Retry Torna a provar - + Cannot open database No es pot obrir la base de dades - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7495,150 +7594,142 @@ El Mixxx necessita una implementació QT amb suport de SQLite. Per favor, llegi Feu click a Acceptar per sortir. - - + + Reconfigure Reconfigura - + Help Ajuda - - + + Exit Surt - - + + Mixxx was unable to open all the configured sound devices. El Mixxx no ha pogut obrir tots els dispositius de so configurats. - + Sound Device Error Error del dispositiu de so - + <b>Retry</b> after fixing an issue <b>Reintenta</b> després de corregir el problema - + No Output Devices No hi ha cap dispositiu de sortida - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. S'ha configurat el Mixxx sense cap dispositiu de so de sortida, per la qual cosa s'inhabilitarà el processament d'àudio. - + <b>Continue</b> without any outputs. <b>Continua</b> sense cap sortida. - + Continue Continua - + Load track to Deck %1 Carrega la pista a la platina %1 - + Deck %1 is currently playing a track. La platina %1 està reproduint una pista. - + Are you sure you want to load a new track? Esteu segur de voler carregar una nova pista? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. No hi ha cap dispositiu d'entrada seleccionat per a aquest control de vinil. Si us plau, seleccioneu primer un dispositiu d'entrada a les preferències de Maquinari de so. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. No hi ha cap dispositiu d'entrada seleccionat per a aquest control de pas d'audio. Si us plau, seleccioneu primer un dispositiu d'entrada a les preferències de Maquinari de so. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. No hi ha cap dispositiu d'entrada seleccionat per a aquest micròfon. Si us plau, seleccioneu primer un dispositiu d'entrada a les preferències de Maquinari de so. - + Error in skin file Error en el fitxer d'aparença - + The selected skin cannot be loaded. No es pot carregar l'aparença seleccionada. - + OpenGL Direct Rendering OpenGL Renderització Directa - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. La renderització Direct Rendering no està activada a la vostra màquina.<br><br>Això significa que els gràfics d'ona seran molt<br><b>lents i poden fer anar molta CPU</b>. Proveu de canviar<br>la configuració per activar OpenGL Direct Rendering, o desactiveu<br>els gràfics d'ona a les preferències de Mixxx seleccionant<br>"Buit" al Tipus de forma d'ona local, en la secció "Gràfics d'ona".<br><br>AVÍS: Si feu anar una targeta NVIDIA,<br>és possible que la renderització per maquinari no es detecti, però no hauríeu<br>d'experimentar un rendiment degradat. - - + + Confirm Exit Confirma la sortida - + A deck is currently playing. Exit Mixxx? Un plat està reproduint encara. Voleu sortir del Mixxx? - + A sampler is currently playing. Exit Mixxx? Hi ha un reproductor de mostres que està reproduint. Segur que voleu sortir del Mixxx? - + The preferences window is still open. La finestra de preferències està oberta encara. - + Discard any changes and exit Mixxx? Descartar els canvis i sortir del Mixxx? - - NativeBackend - - - Native - Natiu - - ParserCsv @@ -7790,7 +7881,7 @@ Voleu escanejar ara la biblioteca cercant les caràtules? This does not affect saved cues, hotcues, playlists, or crates. - Això no afecta als punts Cue, Hotcues, Llistes de reproducció o caixes. + Això no afecta als punts Cue, marques directe, llistes de reproducció o caixes. @@ -7991,7 +8082,7 @@ Voleu escanejar ara la biblioteca cercant les caràtules? <html>Mixxx cannot record or stream in MP3 without the MP3 encoder &quot;lame&quot;. Due to licensing issues, we cannot include this with Mixxx. To record or stream in MP3, you must download <b>libmp3lame</b> and install it on your system. <p>See <a href='http://mixxx.org/wiki/doku.php/internet_broadcasting#%1'>Mixxx Wiki</a> for more information. </html> - <html>El Mixxx no pot enregistrar o emetre en MP3 sense el codificador MP3 &quot;LAME&quot;. Per temes de llicències, no podem distribuir-lo amb el Mixxx. Per a fer-ho, heu de descarregar el <b>libmp3lame</b> i instal·lar-lo al vostre ordinador. <p>Visiteu <a href='http://mixxx.org/wiki/doku.php/internet_broadcasting#%1'>Vikipèdia de Mixxx</a> per a més informació. </html> + <html>El Mixxx no pot enregistrar o retransmetreen MP3 sense el codificador MP3 &quot;LAME&quot;. Per temes de llicències, no podem distribuir-lo amb el Mixxx. Per a fer-ho, heu de descarregar el <b>libmp3lame</b> i instal·lar-lo al vostre ordinador. <p>Visiteu <a href='http://mixxx.org/wiki/doku.php/internet_broadcasting#%1'>Vikipèdia de Mixxx</a> per a més informació. </html> @@ -8026,88 +8117,88 @@ Per descartar aquesta acció, premeu Cancel·la. Heu seleccionat el fitxer equivocat. Per permetre acccés al Mixxx, heu de seleccionar l'arxiu '%1'. Si no voleu continuar, premeu Cancel·la - - + + Bit Depth - Nombre de bits + Bits - - + + Bitcrusher Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - Afegeix soroll reduint la profunditat del bit i el ràtio de la mostra + Afegeix soroll reduint el nombre de bits i la freqüència de mostreig - + The bit depth of the samples - Profunditat del bit de les mostres + Profunditat en bits de les mostres - + Downsampling Freqüència - + Down Reducció - + The sample rate to which the signal is downsampled La freqüència de mostreig a la qual es redueix la senyal - - + + Echo Eco - - + + Time Retard - - + + Ping Pong Ping Pong - - - - + + + + Send Entrada - + How much of the signal to send into the delay buffer La quantitat de senyal d'entrada que s'envia al búfer de retard - - - - + + + + Feedback Realiment. - + Stores the input signal in a temporary buffer and outputs it after a short time Desa la senyal d'entrada en un búfer temporal i el reprodueix després d'un petit retard - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -8116,134 +8207,134 @@ Per descartar aquesta acció, premeu Cancel·la. 1/8 - 2 segons si no es detecta el tempo - + Amount the echo fades each time it loops Quantitat en que s'esvaeix l'eco en cada repetició - + How much the echoed sound bounces between the left and right sides of the stereo field La quantitat de senyal que rebota entre la banda esquerra i dreta de camp d'estèreo. - - - - + + + + Quantize Quantitza - + Round the Time parameter to the nearest 1/4 beat. - Arrodoneix el paràmetre de temps al toc més proper a 1/4. + Arrodoneix el paràmetre de Retard al toc més proper a 1/4. - - - - - - - + + + + + + + Triplets Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. Quan la Quantizació està activada, divideix els 1/4 de tocs del paràmetre Time per 3. - - + + Filter Filtre - + Allows only high or low frequencies to play. Permet reproduir només les freqüències altes o les baixes. - + Low Pass Filter Cutoff Punt de tall del filtre de greus - - + + LPF Pas de greus - - + + Corner frequency ratio of the low pass filter Freqüència de tall per al filtre de greus - + Q Q - + Resonance of the filters Default: flat top Ressonància dels filtres Per defecte: neutre - + High Pass Filter Cutoff Punt de tall del filtre d'aguts - - + + HPF Pas d'aguts - - + + Corner frequency ratio of the high pass filter Freqüència de tall per al filtre d'aguts - - - - + + + + Depth Profunditat - - + + Flanger Flanger - - + + Speed LFO - - + + Manual Offset - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering Mescla l'entrada amb una còpia retardada i modulada en el to per tal de crear un filtre combinat - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected @@ -8252,111 +8343,111 @@ Per defecte: neutre 1/32 - 4Hz si no es detecta tempo - + Delay amplitude of the LFO (low frequency oscillator) - Amplitud del retard del LFO (oscil·lador de baixa freqüència) + Amplitud del retard controlat per LFO (oscil·lador de baixa freqüència) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. Posició del retard de LFO (oscil·lador de baixa freqüència) Amb una amplitud de zero, permet de moure manualment la posició sobre el rang sencer. - + Regeneration Regeneració - + Regen Regen - + How much of the delay output is feed back into the input La quantitat de la senyal retardada que es realimenta a l'entrada - - + + Intensity of the effect Intensitat de l'efecte - - + + Divide rounded 1/2 beats of the Period parameter by 3. Divideix els tocs arrodonit a 1/2 del paràmetre de període per 3. - - + + Mix Mix - - - - - - + + + + + + Width Ample - + Metronome Metrònom - + Adds a metronome click sound to the stream Afegeix uns clics a la sortida, amb la freqüència del metrònom. - + BPM BPM - + Set the beats per minute value of the click sound Defineix la freqüència en BPM dels clics - + Sync Sincronitza - + Synchronizes the BPM with the track if it can be retrieved Sincronitza el BPM amb el de la pista, si es pot obtenir - - - - + + + + Period Període - - + + Autopan Autopan - + Bounce the sound left and right across the stereo field Rebota el so d'esquerra a dreta del camp d'estèreo - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected @@ -8365,233 +8456,233 @@ Amb una amplitud de zero, permet de moure manualment la posició sobre el rang s 1/4 - 4 segons si no es detecta el tempo - + Smoothing Suavitat - + Smooth Suavitat - + How smoothly the signal goes from one side to the other La granularitat (suavitat) amb la que la senyal va d'un costat a l'altre. - + How far the signal goes to each side La distancia que la senyal recorre cap a cada costat - + Reverb Reverberació - + Emulates the sound of the signal bouncing off the walls of a room Emula el so de la senyal rebotant en les parets d'una habitació - - + + Decay Caiguda - + Lower decay values cause reverberations to fade out more quickly. Una caiguda menor fa que la reverberació s'acabi abans. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. Ample de banda del filtre de greus a l'entrada. Valors més alts atenuaran menys les freqüències altes. - + + How much of the signal to send in to the effect + Intensitat del senyal que s'envia a l'efecte + + + Bandwidth Ample banda - + BW Banda - - + + Damping Amortiment - + Higher damping values cause high frequencies to decay more quickly than low frequencies. Un amortiment major fa que les frequències altes es redueixin abans que les freqüències baixes - - How much of the signal to send to the effect - La quantitat de senyal d'entrada que s'envia a l'efecte - - - - - + + + Low Greus - - - + + + Gain for Low Filter Guany per al filtre de greus - + Kill Low Suprimeix greus - + Kill the Low Filter Filtre que suprimeix les freqüències greus - + Mid Mitjos - + Bessel4 LV-Mix Isolator Aïllador Bessel4 LV-Mix - + Bessel4 ISO Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). Un aïllador de filtre de 4rt ordre amb mescla de Lipshitz i Vanderkooy (d'unitat, amb roll-off de -24dB/Oct). - + Gain for Mid Filter Guany per al filtre de mitjos - + Kill Mid Suprimeix mitjos - + Kill the Mid Filter Filtre que suprimeix les freqüències de mitjos - + High Aguts - - + + Gain for High Filter Guany per a la freqüència d'aguts - + Kill High Suprimeix aguts - + Kill the High Filter Filtre que suprimeix les freqüències d'aguts - + To adjust frequency shelves, go to Preferences -> Equalizers. Es pot ajustar els límits de les bandes de freqüència des de Preferències -> Equalitzadors. - + Graphic Equalizer Equalitzador gràfic - + Graphic EQ Equalitzador gràfic - + An 8-band graphic equalizer based on biquad filters Un equalitzador gràfic de 8 bandes que utilitza filtres Biquad - + Gain for Band Filter %1 Guany per a la banda %1 - + Moog Ladder 4 Filter Moog Ladder 4 Filter - + Moog Filter Filtre Moog - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation Un filtre d'escala Moog de 4 pols, basat en la implementació no lineal de Antii Houvilainen - + Res Res - - + + Resonance Ressonància - + Resonance of the filters. 4 = self oscillating Ressonància dels filtres. 4 = autoressonant - + Deck %1 EQ Effect Efecte EQ del plat %1 - - + + EQ Effect Efecte EQ - + Deck 1 EQ Effect Efecte EQ del plat 1 - + Gain for Low Filter (neutral at 1.0) Guany del filtre de greus (neutre a 1.0) @@ -8601,30 +8692,30 @@ Valors més alts atenuaran menys les freqüències altes. Flux per la xarxa - - + + Phaser Faser - - + + Stereo Estèreo - - + + Stages Estadis - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering Mescla l'entrada amb una còpia processada per una serie de filtres de pas complet el que genera un filtre combinat - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected @@ -8633,28 +8724,28 @@ Valors més alts atenuaran menys les freqüències altes. 1/4 - 4 segons si no es detecta el tempo - + Controls how much of the output signal is looped Controla la durada del bucle de la senyal de sortida - - + + Range Rang - + Controls the frequency range across which the notches sweep. Controla el rang de freqüències entre les quals es mou. - + Number of stages Nombre d'etapes - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others Fa que la fase dels LFO (oscil·lador de baixa freqüència) dels canals esquerra i dret no estigui sincronitzada entre si @@ -8719,47 +8810,47 @@ Valors més alts atenuaran menys les freqüències altes. F11 - + Bessel8 LV-Mix Isolator Aïllador Bessel8 LV-Mix - + Bessel8 ISO Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). Un aïllador de filtre Bessel de 8è ordre amb mescla de Lipshitz i Vanderkooy (d'unitat, amb roll-off de -48dB/Oct). - + LinkwitzRiley8 Isolator Aïllador LinkwitzRiley8 - + LR8 ISO LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). Un aïllador de filtre Linkwitz-Riley de 8è ordre (crossover optimitzat, fase constant, amb roll-off de -48dB/Oct) - + Biquad Equalizer Equalitzador Biquad - + BQ EQ BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. Equalitzador de 3 bandes amb dos filtres de campana biquad, un filtre shelf the pas alt i botons d'eliminació completa. @@ -8769,60 +8860,60 @@ Valors més alts atenuaran menys les freqüències altes. No s'ha trobat el dispositiu - + Biquad Full Kill Equalizer Equalitzador biquad d'eliminació completa - + BQ EQ/ISO BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. Un equalitzador de 3 bandes que combina un equalitzador i un circuït aïllador per a oferir canvis suaus i eliminació completa. - + Loudness Contour Contorn de loudness - - - + + + Loudness Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - Amplifica les freqüències alta i baixa amb volums baixos per a compensar per la sensitivitat reduïda de la orella humana. + Amplifica les freqüències de greus i aguts que tenen poc volum per a compensar la sensitivitat reduïda de la orella humana. - + Set the gain of the applied loudness contour Defineix el guany aplicat al contorn de loudness - - + + Use Gain Utilitza el Guany - + Follow Gain Knob Compensa el factor loudness depenent del control de guany del reproductor - + This stream is online for testing purposes! Aquest stream està a la xarxa en mode de proves! - + Live Mix Sessió en viu @@ -8855,45 +8946,45 @@ Valors més alts atenuaran menys les freqüències altes. 32 bits coma flotant - - - + + + Balance Balanç - + Adjust the left/right balance and stereo width Ajusta el balanç esquerra/dreta i la separació d'estèreo - + Adjust balance between left and right channels Ajusta el balanç entre els canals esquerra i dret - - + + Mid/Side Mid/Side - + Bypass Fr. Freq. de tall - + Bypass Frequency Frequència de tall - + Stereo Balance Balanç estèreo - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8904,46 +8995,46 @@ Tot a la dreta: només la senyal de diferència Centrat: no canvia la senyal original. - + Frequencies below this cutoff are not adjusted in the stereo field Les frequències per sota d'aquest tall no es veuen afectades pels canvis d'estèreo - + Parametric Equalizer Equalitzador paramètric - + Param EQ Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. Un equalitzador de 2 bandes amb caiguda suau basat en filtres biquad. Està dissenyat com a complement dels equalitzadors de mescla amb caiguda accentuada. - - + + Gain 1 Guany 1 - + Gain for Filter 1 Guany per al filtre 1 - - + + Q 1 Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. @@ -8952,35 +9043,35 @@ Un valor menor de Q afecta a més bandes de freqüència, un de major afecta un grup més reduït de bandes. - - + + Center 1 Centre 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz Freqüència central per al Filtre 1, de 100 Hz a 14Khz - - + + Gain 2 Guany 2 - + Gain for Filter 2 Guany per al filtre 2 - - + + Q 2 Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. @@ -8989,40 +9080,40 @@ Un valor menor de Q afecta a més bandes de freqüència, un de major afecta un grup més reduït de bandes. - - + + Center 2 Centre 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz Freqüència central per al Filtre 2, de 100 Hz a 14Khz - - + + Tremolo Tremolo - + Cycles the volume up and down Fa que el volum augmenti i es redueixi cíclicament - + How much the effect changes the volume Controla la intensitat de l'efecte sobre el volum - - + + Rate Velocitat - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected @@ -9031,14 +9122,14 @@ un de major afecta un grup més reduït de bandes. 1/4 Hz - 8 Hz si no es detecta tempo - + Width of the volume peak 10% - 90% of the effect period Ample respecte el pic de volum 10% - 90% del període de l'efecte - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave @@ -9047,24 +9138,24 @@ Tot a l'esquerra: Ona rectangular Tot a la dreta: Ona sinusoidal - + When the Quantize parameter is enabled, divide the effect period by 3. Quan el paràmetre de quantització està activat, divideix el període de l'efecte per 3. - - + + Waveform Ona - - + + Phase fase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period @@ -9073,15 +9164,36 @@ Tot a l'esquerra: Al començament del període Tot a la dreta: Al final del període - + Round the Rate parameter to the nearest whole division of a beat. Arrodoneix el valor del rati a la divisió entera més propera d'un toc. - + Triplet Triplet + + + Built-in + Used for effects that are built into Mixxx + Integrat + + + + This plugin does not support stereo samples as input/output + Aquest complement no suporta mostres estèreo com a entrada/sortida + + + + This plugin has features which are not yet supported + Aquest complement té característiques no suportades encara + + + + Unknown status + Estat desconegut + QtSimpleWaveformWidget @@ -9118,22 +9230,32 @@ Tot a la dreta: Al final del període RecordingManager - + + Low Disk Space Warning + Advertència de poc espai al disc + + + + There is less than 1 GiB of useable space in the recording folder + Hi ha menys d'1GB d'espai utilitzable a la unitat de la carpeta d'enregistrament + + + Recording Enregistrament - + Could not create audio file for recording! No s'ha pogut crear el fitxer per fer l'enregistrament! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. Assegureu-vos que hi ha prou espai de disc i que teniu permisos d'escriptura en la carpeta d'enregistraments. - + You can change the location of the Recordings folder in Preferences -> Recording. Podeu canviar la ubicació de la carpeta d'enregistraments des de Preferències -> Enregistraments. @@ -9269,132 +9391,147 @@ Tot a la dreta: Al final del període Error activant el mode no bloquejant: - + Error setting hostname! Error establint el nom del host! - + Error setting port! Error establint el port! - + Error setting password! Error establint la contrasenya! - + Error setting mount! Error establint el muntatge! - + Error setting username! Error establint el nom d'usuari! - + Error setting stream name! - Error establint el nom del stream! + Error establint el nom de la font d'emissió! - + Error setting stream description! - Error establint la descripció del stream! + Error establint la descripció de la font d'emissió! - + Error setting stream genre! - Error establint el gènere del stream! + Error establint el gènere de la font d'emissió! - + Error setting stream url! - Error establint la URL del stream! + Error establint la Pàgina web de la font d'emissió! + + + + Error setting stream IRC! + Error establint la informació de IRC de la font d'emissió! - + + Error setting stream AIM! + Error establint la informació de AIM de la font d'emissió! + + + + Error setting stream ICQ! + Error establint la informació de ICQ de la font d'emissió! + + + Error setting stream public! - Error establint la emissió com a pública! + Error establint la retransmissió com a pública! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. - Transmetre a 96kHz amb Ogg Vorbis no està suportat actualment. Per favor proveu amb una freqüència de mostreig diferent o canvieu a una codificació diferent. + Retransmetre a 96kHz amb Ogg Vorbis no està suportat actualment. Per favor proveu amb una freqüència de mostreig diferent o canvieu a una codificació diferent. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. Consulteu https://bugs.launchpad.net/mixxx/+bug/686212 per a més informació. - + Error setting bitrate Error establint la taxa de bits. - + Error: unknown server protocol! Error: protocol del servidor desconegut! - + Error: libshout only supports Shoutcast with MP3 format! Error: libshout només suporta Shoutcast amb el format MP3! - + Error setting protocol! Error establint el protocol! - + Network cache overflow Memòria cau de xarxa excedida - + Connection error Error de connexió - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - Una de les fonts d'emissió en viu ha provocat aquest error:<br><b>Error amb la font '%1':</b><br> + Una de les fonts de retransmissió en directe ha provocat aquest error:<br><b>Error amb la font '%1':</b><br> - + Connection message Missatge de connexió - + <b>Message from Live Broadcasting connection '%1':</b><br> - <b>Missatge de la font d'emissió en viu '%1':</b><br> + <b>Missatge de la font de retransmissió en directe '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. S'ha perdut la connexió al servidor d'emissió i han fallat %1 dels reintent de reconnexió. - + Lost connection to streaming server. S'ha perdut la connexió al servidor d'emissió. - + Please check your connection to the Internet. Per favor, comproveu la connexió cap a internet. - + Can't connect to streaming server No s'ha pogut connectar al servidor d'emissió - + Please check your connection to the Internet and verify that your username and password are correct. Per favor, comproveu la connexió cap a Internet i verifiqueu que el nom d'usuari i la contrasenya són correctes. @@ -9812,7 +9949,7 @@ Tot a la dreta: Al final del període - + Cover Art Caràtula @@ -10074,7 +10211,6 @@ Tot a la dreta: Al final del període Key - The musical key of a track Clau musical @@ -10149,563 +10285,601 @@ Tot a la dreta: Al final del període Activar el bloqueig de so durant la reproducció pot comportar en un salt momentani d'àudio. - - Places a cue point at the current position on the waveform. - Posa un punt Cue a la posició actual del gràfic d'ona + + Toggle displayed hotcue, 4 or 8 + Commuta la visibilitat de la marca directa, 4 o 8 - + + Toggle visibility of Rate Control + Canvi de visibilitat del control de Velocitat + + + + Places a cue point at the current position on the waveform. + Posa un punt Cue a la posició actual del gràfic d'ona + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). Para la pista al punt cue, O BÉ, va al punt cue i reprodueix en deixar-lo (mode CUP) - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). Defineix el punt cue (mode Pionner/Mixxx/Numark), defineix el punt cue i reprodueix en deixar-lo (mode CUP) O BÉ pre-escolta el punt (mode Denon). - + Seeks the track to the cue point and stops. Va al punt Cue de la pista i para. - + Play Reprodueix - + Plays track from the cue point. - + Reprodueix la pista des del punt Cue. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. Canvia la velocitat de reproducció (afecta tant al tempo com al to). Si el mode de bloqueig de clau musical està activat, només canvia el tempo. - + Recording Duration Durada de la gravació - + Displays the duration of the running recording. Mostra la durada de la gravació en curs - + Sets the track Loop-In Marker to the current play position. Estableix la marca d'inici de bucle de la pista a la posició actual - + Press and hold to move Loop-In Marker. Mantingueu premut el botó per a moure la marca d'inici de bucle - + Jump to Loop-In Marker. Vés a la marca d'inici de bucle. - + Sets the track Loop-Out Marker to the current play position. Estableix la marca de fi de bucle de la pista a la posició actual - + Press and hold to move Loop-Out Marker. Mantingueu premut el botó per a moure la marca de fi de bucle. - + Jump to Loop-Out Marker. Vés a la marca de fi de bucle. - + Beatloop Size Mida del bucle de tocs - + Select the size of the loop in beats to set with the Beatloop button. Selecciona la mida del bucle en tocs a establir al prémer el botó de bucle de tocs. - + Changing this resizes the loop if the loop already matches this size. En canviar el valor, es canvia la mida del bucle si el bucle coincideix amb la mida anterior. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. Redueix a la meitat la mida d'un bucle de tocs existent, o del proper bucle definit amb el botó de bucle de tocs. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. Incrementa al doble la mida d'un bucle de tocs existent, o del proper bucle definit amb el botó de bucle de tocs. - + Start a loop over the set number of beats. Inicia un bucle amb el nombre de tocs establert. - + Temporarily enable a rolling loop over the set number of beats. Activa momentàniament un bucle de continuació amb el nombre de tocs establert. - + Beatjump/Loop Move Size Mida de Salt en tocs/Desplaçament de bucle - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. Selecciona la quantitat de tocs a saltar o a moure el bucle amb els botons d'endavant/enrere. - + Beatjump Forward Salt endavant en tocs - + Jump forward by the set number of beats. Salta endavant la quantitat establerta de tocs. - + Move the loop forward by the set number of beats. Mou el bucle endavant la quantitat establerta de tocs. - + Jump forward by 1 beat. Salta endavant en un toc. - + Move the loop forward by 1 beat. Mou el bucle endavant en un toc. - + Beatjump Backward Salt enrere en tocs - + Jump backward by the set number of beats. Salta endavant la quantiatat establerta de tocs. - + Move the loop backward by the set number of beats. Mou el bucle endavant la quantiatat establerta de tocs. - + Jump backward by 1 beat. Mou enrere en un toc. - + Move the loop backward by 1 beat. Mou en bucle enrere en un toc. - + Reloop Torna al bucle - + If the loop is ahead of the current position, looping will start when the loop is reached. Si el bucle està més endavant de la posició actual, aquest començarà un cop s'arribi a la posició. - + Works only if Loop-In and Loop-Out Marker are set. Només funciona si les marques d'inici i fi de bucle estan definides. - + Enable loop, jump to Loop-In Marker, and stop playback. Activa el bucle, ves a la posició d'inici de bucle i para la reproducció. - + Displays the elapsed and/or remaining time of the track loaded. Mostra el temps transcorregut i/o restant de la pista carregada. - + Click to toggle between time elapsed/remaining time/both. Feu clic per canviar entre temps transcorregut/restant/amdós - + + Mix + Mix + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + Ajusta la mescla de la senyal directa (entrada) anb la senyal processada (sortida) de la unitat d'efectes + + + + D/W mode: Crossfade between dry and wet + Mode D/P: Crossfade entre senyal Directe i senyal Processada + + + + D+W mode: Add wet to dry + Mode D+P: Suma les senyals directe i processada + + + + Mix Mode + Mode de mescla + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + Ajusta la mescla de la senyal directa (entrada) anb la senyal processada (sortida) de la unitat d'efectes + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + Mode Directe/Processat (línies creuades): El control de mescla fa crossfading entre la senyal Directa i la senyal Processada. +Ho pots utilitzar per canviar el so de la pista amb EQs i efectes de filtre. + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + Mode Directe+Processat (lína directa plana): El control de mescla afegeix la senyal processada a la senyal directa. +Ho pots utilitzar per canviar només la senyal processada amb EQs i efectes de filtre. + + + Route the left crossfader bus through this effect unit. Redirigeix el bus esquerre del crossfader a través d'aquesta unitat d'efectes. - + Route the right crossfader bus through this effect unit. Redirigeix el bus dret del crossfader a través d'aquesta unitat d'efectes. - + Right side active: parameter moves with right half of Meta Knob turn Part dreta activa: el paràmetre es mou només durant la segona meitat del control Meta - + Skin Settings Menu Menú de les opcions d'aparença - + Show/hide skin settings menu Mostra/amaga el menú de les opcions d'aparença - + Save Sampler Bank Desa el banc de mostres - + Save the collection of samples loaded in the samplers. Desa la col·leció de mostres carregades als reproductors de mostres. - + Load Sampler Bank Carrega el banc de mostres - + Load a previously saved collection of samples into the samplers. Carrega als reproductors de mostres una col·lecció de mostres desada anteriorment. - + Show Effect Parameters Mostra els paràmetres d'efectes - + Enable Effect Activa l'efecte - + Meta Knob Link Enllaça el control Meta - + Set how this parameter is linked to the effect's Meta Knob. Configura com afecta a aquest paràmetre el control Meta de l'efecte. - + Meta Knob Link Inversion Inversió de l'enllaç del control Meta - + Inverts the direction this parameter moves when turning the effect's Meta Knob. Inverteix la direcció cap a on es mou el paràmetre quan es mou el control Meta. - - Dry/Wet - Directe/Processat - - - + Super Knob Súper Control - - - Insert/Send Toggle - Commutador de Insert/Send - - - + Next Chain Cadena següent - + Previous Chain Següent cadena - + Next/Previous Chain Següent/Anterior cadena - + Clear Descarta - + Clear the current effect. Suprimeix l'efecte actual. - + Toggle Estat d'activació - + Toggle the current effect. Commuta l'efecte actual. - + Next Següent - + Clear Unit Esborrar la Unitat - + Clear effect unit. Buida l'unitat d'efectes - + Show/hide parameters for effects in this unit. Mostra/amaga els paràmetres per als efectes d'aquesta unitat. - + Toggle Unit Commutador d'unitat - + Enable or disable this whole effect unit. Activa o desactiva aquesta unitat d'efectes. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - Ajusta el balanç entre la senyal original (Directe) i la senyal processada (processat) d'aquesta unitat d'efectes. - - - + Controls the Meta Knob of all effects in this unit together. Controla el control Meta de tots els efectes d'aquesta unitat. - + Load next effect chain preset into this effect unit. Carrega la següent preconfiguració d'efectes en aquesta unitat d'efectes. - + Load previous effect chain preset into this effect unit. Carrega la anterior preconfiguració d'efectes en aquesta unitat d'efectes. - + Load next or previous effect chain preset into this effect unit. Carrega la següent o la anterior cadena d'efectes en aquesta unitat d'efectes. - - - - - - - - - + + + + + + + + + Assign Effect Unit Assigna la unitat d'efectes - + Assign this effect unit to the channel output. Assigna aquesta unitat d'efectes al canal de sortida. - + Route the headphone channel through this effect unit. Fes passar la sortida d'auriculars per aquesta unitat d'efectes. - + Route the master mix through this effect unit. Fes passar la sortida mestra per aquesta unitat d'efectes. - + Route this deck through the indicated effect unit. Fes passar la sortida del plat per la unitat d'efectes indicada. - + Route this sampler through the indicated effect unit. Fes passar el reproductor per la unitat d'efectes indicada. - + Route this microphone through the indicated effect unit. Fes passar el micròfon per la unitat d'efectes indicada. - + Route this auxiliary input through the indicated effect unit. Fes passar l'entrada auxiliar per la unitat d'efectes indicada. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. Cal assignar la unitat d'efectes a un plat o altra font d'àudio per tal de sentir l'efecte. - + Switch to the next effect. Canvia al següent efecte - + Previous Anterior - + Switch to the previous effect. Canvia a l'efecte anterior - + Next or Previous Següent o anterior - + Switch to either the next or previous effect. Canvia a l'efecte següent o anterior - + Meta Knob Control Meta - + Controls linked parameters of this effect Controla els paràmetres associats d'aquest efecte - + Effect Focus Button Botó de focus a l'efecte - + Focuses this effect. Posa el focus en aquest efecte. - + Unfocuses this effect. Treu el focus d'aquest efecte. - + Refer to the web page on the Mixxx wiki for your controller for more information. Consulteu la pàgina web del vostre controlador a la viquipèdia del Mixxx per a més informació. - + Effect Parameter Paràmetres d'efectes - + Adjusts a parameter of the effect. Ajusta un paràmetre de l'efecte. - + Inactive: parameter not linked Inactiu: paràmetre no enllaçat - + Active: parameter moves with Meta Knob Actiu: el paràmetre es mou amb el control Meta - + Left side active: parameter moves with left half of Meta Knob turn Part esquerra actiu: el paràmetre es mou només durant la primera meitat del control Meta - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half Esquerra i dreta actiu: el paràmetre es mou en rang sencer durant la primera meitat del control Meta, i torna enrera en la segona meitat. - - + + Equalizer Parameter Kill Tall de paràmetres de l'equalitzador - - + + Holds the gain of the EQ to zero while active. Mentre estigui activa manté el guany de l'equalització a zero. - + Quick Effect Super Knob Súper control d'efecte ràpid - + Quick Effect Super Knob (control linked effect parameters). Súper control d'efecte ràpid (controla els paràmetres d'efectes enllaçats) - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. Suggerència: Podeu canviar el mode d'efecte ràpid des de Preferències -> Equalitzadors. - + Equalizer Parameter Preferències d'equalització - + Adjusts the gain of the EQ filter. Ajusta el guany del filtre d'equalització. - + Hint: Change the default EQ mode in Preferences -> Equalizers. Suggerència: Podeu canviar el mode d'equalització per defecte des de Preferències -> Equalitzadors. @@ -10727,123 +10901,123 @@ Tot a la dreta: Al final del període Ajusta la graella de ritme per a que coincideixi amb un altre plat en reproducció. - + If quantize is enabled, snaps to the nearest beat. Si el mode quantitzat està activat, es mou al toc més proper. - + Quantize Quantitza - + Toggles quantization. Commuta la quantització - + Loops and cues snap to the nearest beat when quantization is enabled. Els bucles i els punts cue s'ajusten al toc més proper quan el mode quantitzat està activat. - + Reverse Reprodueix cap enrere - + Reverses track playback during regular playback. Inverteix la direcció de reproducció durant la reproducció. - + Puts a track into reverse while being held (Censor). Reprodueix la pista cap enrere mentre es prem (Censura). - + Playback continues where the track would have been if it had not been temporarily reversed. La reproducció continua on la pista hauria estat si no s'hagués reproduït cap enrere. - - + + Play/Pause Reprodueix/Pausa - + Jumps to the beginning of the track. Va a l'inici de la pista. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. Sincronitza el tempo (BPM) i la fase amb el de l'atra pista, si ambdues tenen el BPM detectat. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. Sincronitza el tempo (BPM) amb el de l'altra pista, si ambdues tenen el BPM detectat. - + Sync and Reset Key Sincronitza i reinicia la clau musical - + Increases the pitch by one semitone. Incrementa el to en una seminota. - + Decreases the pitch by one semitone. Decrementa el to en una seminota. - + Enable Vinyl Control Activa el control de vinil - + When disabled, the track is controlled by Mixxx playback controls. Quan està desactivat, la reproducció es controla amb els controls de reproducció del Mixxx. - + When enabled, the track responds to external vinyl control. Quan està actiu, la pista repon al control extern amb el vinil. - + Enable Passthrough Activa el pas d'audio - + Indicates that the audio buffer is too small to do all audio processing. Indica que el búfer d'audio és massa petit per a processar tot l'audio. - + Displays cover artwork of the loaded track. Mostra la caràtula de la pista que s'ha carregat. - + Displays options for editing cover artwork. Mostra les opcions per editar la caràtula. - + Star Rating Puntuació - + Assign ratings to individual tracks by clicking the stars. Assigna la puntuació a les pistes fent clic a les estrelles. @@ -10988,255 +11162,254 @@ Tot a la dreta: Al final del període Evita que canviï el to/clau musical al canviar la velocitat de reproducció. - + Starts playing from the beginning of the track. Inicia la reproducció des de l'inici de la pista. - + Jumps to the beginning of the track and stops. Va a l'inici de la pista i s'atura. - + Plays or pauses the track. Reprodueix o posa en pausa una pista. - + (while playing) (mentres reprodueix) - + (while stopped) (mentres està en pausa) - + Cue Punt Cue - + Headphone Auriculars - + Mute Posa Mut - + Mutes the selected channel's audio in the master output. Silencia l'audio dels canals indicats cap a la sortida màster - + Old Synchronize Sincronitzador Antic - + (This skin should be updated to use Master Sync!) (Cal actualitzar aquesta aparença per a que utilitzi la Sincronizació Mestra!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. Sincronitza amb el primer plat (en ordre numèric) que està reproduïnt una pista que tingui BPM. - + If no deck is playing, syncs to the first deck that has a BPM. Si no hi ha cap plat reproduïnt, es sincronitza amb el primer plat que té BPM. - + Decks can't sync to samplers and samplers can only sync to decks. Els plats no poden sincronitzar-se amb els reproductors de mostres i els reproductors de mostres només es poden sincronitzar amb els plats. - + Enable Master Sync Activa la Sincronització Mestra - + Tap to sync the tempo to other playing tracks or the master clock. Toca/prem per sincronitzar el tempo amb les altres pistes o amb el rellotge mestre. - + Hold for at least a second to enable sync lock for this deck. Manté premut almenys durant un segon per activar la sincronització de rellotge per a aquest plat. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. Els plats que tinguin la sincronització activada reproduiran tots al mateix tempo, i els que també tinguin la quantizació activada tindran sempre els tocs alineats - + Resets the key to the original track key. Reinicia la clau musical a la clau original de la pista. - + Enable Sync Clock Master Activa la Sincronització de Rellotge Mestre - + When enabled, this device will serve as the master clock for all other decks. Quan s'activa, aquest dispositiu fa de rellotge mestre per a la resta de plats. - + Speed Control Control de velocitat - - - + + + Changes the track pitch independent of the tempo. Canvia el pitch de la pista, independentment del tempo. - + Increases the pitch by 10 cents. Incrementa el pitch en 10 centèssimes. - + Decreases the pitch by 10 cents. Decrementa el pitch en 10 centèssimes. - + Pitch Adjust Ajustament de Pitch - + Adjust the pitch in addition to the speed slider pitch. Ajusta el pitch sobre el pitch del control de velocitat - + Record Mix Gravació de la mescla - + Toggle mix recording. Commuta la gravació de la mescla. - + Enable Live Broadcasting - Activa l'emissió en viu + Activa la retransmissió en directe - + Stream your mix over the Internet. Emet la mescla a través d'Internet. - + Provides visual feedback for Live Broadcasting status: - Mostra una representació visual de l'estat de l'emissió en directe: + Mostra una representació visual de l'estat de la retransmissió en directe: - + disabled, connecting, connected, failure. deshabilitat, connectant, connectat, fallada. - + When enabled, the deck directly plays the audio arriving on the vinyl input. Quan s'habilita, el plat reprodueix directament l'àudio que arriba a l'entrada del vinil. - + Blue for passthrough enabled. Blau per habilitar la connexió directa. - + Playback will resume where the track would have been if it had not entered the loop. La reproducció continuarà alla on hauria estat si no s'hagués fet el bucle. - + Loop Exit Surt del bucle - + Turns the current loop off. Desactiva el bucle actual - + Slip Mode Mode de continua avançant (slip) - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. Quan està actiu, la reproducció continua en silenci en segon pla mentre es realitza el bucle, reprodució enrere, Scratch, etc. - + Once disabled, the audible playback will resume where the track would have been. Un cop es desactivi, la reproducció continuarà des del lloc on hauria estat. - + Track Key - The musical key of a track Clau de la pista - + Displays the musical key of the loaded track. Mostra la clau musical de la pista carregada - + Clock Rellotge - + Displays the current time. Mostra l'hora actual. - + Audio Latency Usage Meter Monitor de la latència de l'audio - + Displays the fraction of latency used for audio processing. Mostra la fracció de latència utilitzada pel procés daudio. - + A high value indicates that audible glitches are likely. Un valor alt indica que es poden produir talls. - + Do not enable keylock, effects or additional decks in this situation. Si es dóna això, no activeu el bloqueig de clau musical, efectes o plats adicionals. - + Audio Latency Overload Indicator Indicador de latència d'audio sobrecarregada @@ -11301,279 +11474,279 @@ Tot a la dreta: Al final del període Mostra la clau musical actual de la pista, incloent el canvi de velocitat. - + Sends the selected channel's audio to the headphone output, Envia l'audio del canal seleccionat cap a la sortida d'auriculars. - + selected in Preferences -> Sound Hardware. seleccionat en les Preferències -> Maquinari de so. - + Fast Rewind Rebobina ràpidament - + Fast rewind through the track. Rebobina la pista progressivament fins a l'inici - + Fast Forward Avança ràpidament - + Fast forward through the track. Avança la pista progressivament fins al final - + Jumps to the end of the track. Salta al final de la pista. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. Canvia el to a una clau musical que permeti una transició harmònica d'una pista a l'altra. Cal que s'hagi detectat la clau en tots dos plats. - - - + + + Pitch Control Control de Pitch - + Pitch Rate Canvi de pitch - + Displays the current playback rate of the track. Mostra el percentatge de canvi de velocitat de la pista. - + Repeat Repeteix - + When active the track will repeat if you go past the end or reverse before the start. Quan està actiu, la pista torna a començar quan arriba al final, o tona a anar endavant si estava cap enrere i arriba a l'inici. - + Eject Expulsa - + Ejects track from the player. Expulsa la pista d'aquest reproductor. - + Hotcue - Hotcue + Commuta la visibilitat de la marca directa, 4 o 8 - + If hotcue is set, jumps to the hotcue. - Si el Hotcue està definit, va al Hotcue + Si la marca directa està definida, hi va - + If hotcue is not set, sets the hotcue to the current play position. - Si el Hotcue no està definit, defineix el hotcue a la posició de reproducció actual. + Si la marca directa no està definida, la defineix en la posició de reproducció actual. - + If hotcue is set, clears the hotcue. - Si el Hotcue està definit, l'esborra. + Si la marca directa està definida, l'esborra. - + Vinyl Control Mode Mode de control de Vinil - + Absolute mode - track position equals needle position and speed. Mode abolut - La posició de la pista coincideix amb la posició de l'agulla i la velocitat. - + Relative mode - track speed equals needle speed regardless of needle position. Relative mode - La velocitat de la pista coincideix amb la velocitat de l'agulla, sense importar la seva posició - + Constant mode - track speed equals last known-steady speed regardless of needle input. Mode constant - La velocitat de la pista coincideix amb l'últim valor constant, independentment del que es rebi actualment de l'agulla. - + Vinyl Status Estat del vinil - + Provides visual feedback for vinyl control status: Mostra una representació visual de l'estat del control de vinil: - + Green for control enabled. Verd per control activat. - + Blinking yellow for when the needle reaches the end of the record. Groc xispejant quan l'agulla arriba al final del disc. - + Loop-In Marker Marca d'entrada del bucle - + Loop-Out Marker Marca de sortida del bucle - + Loop Halve Redueix el bucle a la meitat - + Halves the current loop's length by moving the end marker. Redueix el bucle actual a la meitat movent l'indicador de final. - + Deck immediately loops if past the new endpoint. La reproducció torna immediatament a l'inici del bucle si aquesta està més enllà del nou punt. - + Loop Double Incrementa el bucle al doble - + Doubles the current loop's length by moving the end marker. Incrementa el bucle actual al doble movent l'indicador de final. - + Beatloop Bucles definits en tocs - + Toggles the current loop on or off. Commuta el bucle actual entre activat i desactivat. - + Works only if Loop-In and Loop-Out marker are set. Només aplica si els indicadors de bucle d'inici i de final estan definits. - + Hint: Change the default cue mode in Preferences -> Interface. Suggerència: Podeu canviar el mode de Cue des de Preferències -> Interfície - + Vinyl Cueing Mode Mode de punts cue de Vinil - + Determines how cue points are treated in vinyl control Relative mode: Determina com es tracten els punts Cue quan el control de vinil està en mode relatiu: - + Off - Cue points ignored. Off - Els punts Cue s'ignoren - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. One cue - Si l'agulla es posa més endavant del punt cue, la pista anirà al punt cue. - + Hot Cue - Track will seek to nearest previous hot cue point. Hot Cue - La pista anirà al Hotcue anterior més proper. - + Track Time Temps de la pista - + Track Duration Durada de la pista - + Displays the duration of the loaded track. Mostra la durada de la pista que s'ha carregat. - + Information is loaded from the track's metadata tags. La informació s'obté de les etiquetes de les metadates de la pista. - + Track Artist Artista de la pista - + Displays the artist of the loaded track. Mostra l'artista de la pista que s'ha carregat. - + Track Title Títol de la pista - + Displays the title of the loaded track. Mostra el títol de la pista que s'ha carregat. - + Track Album Àlbum de la pista - + Displays the album name of the loaded track. Mostra el nom de l'àlbum de la pista que s'ha carregat. - + Track Artist/Title Arísta/Títol de la pista - + Displays the artist and title of the loaded track. Mostra l'artista i el títol de la pista que s'ha carregat. @@ -11695,34 +11868,6 @@ Tot a la dreta: Al final del període S'ha produït un error al carregar la biblioteca del Traktor. Algunes de les vostres pistes i llistes de reproducció de Traktor podrien no haver-se carregat. - - Ui - - - Mixxx %1 Development Team - Equip de desenvolupament del Mixxx %1 - - - - With contributions from: - Amb les contribucions de: - - - - And special thanks to: - Reconeixements especials a: - - - - Past Developers - Antics desenvolupadors - - - - Past Contributors - Antics contribuidors - - VSyncThread @@ -11818,12 +11963,18 @@ Tot a la dreta: Al final del període WEffect - + + %1: %2 + %1 = effect name; %2 = effect description + %1: %2 + + + None Cap - + No effect loaded. No hi ha cap efecte carregat. @@ -11962,317 +12113,333 @@ Tot a la dreta: Al final del període &Visualització - + May not be supported on all skins. No està disponible a totes les aparences - + + Show Skin Settings Menu + Mostra el menú de les opcions d'aparença + + + + Show the Skin Settings Menu of the currently selected Skin + Mostra el menú d'opcions disponibles per a l'aparença seleccionada + + + + Ctrl+1 + Menubar|View|Show Skin Settings + Ctrl+1 + + + Show Microphone Section Mostra la secció del micròfon - + Show the microphone section of the Mixxx interface. Mostra la secció de micròfons en la interfície del Mixxx. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section Mostra la secció de control per vinils - + Show the vinyl control section of the Mixxx interface. Mostra la secció dels controls de vinil a la interfície del Mixxx. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck Mostra el reproductor de pre-escolta - + Show the preview deck in the Mixxx interface. Mostra el reproductor de pre-escolta a la interfície del Mixxx. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art Mostra la caràtula - + Show cover art in the Mixxx interface. Mostra la caràtula a la interfície del Mixxx - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library Maximitza la biblioteca - + Maximize the track library to take up all the available screen space. Maximitza o restaura la vista de Biblioteca per abarcar tota la pantalla - + Space Menubar|View|Maximize Library Espai - + &Full Screen Pantalla sencera - + Display Mixxx using the full screen Mostra Mixx a pantalla sencera - + &Options &Opcions - + &Vinyl Control Control per &vinils - + Use timecoded vinyls on external turntables to control Mixxx Permet l'ús de vinils amb codi de temps en tocadisc externs per controlar el Mixxx - + Enable Vinyl Control &%1 Activa el control de vinil &%1 - + &Record Mix En&registra la mescla - + Record your mix to a file Enregistra la vostra mescla a un fitxer - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting - Activa la emissió en viu(&B) + Activa la retransmissió en directe(&B) - + Stream your mixes to a shoutcast or icecast server Transmeteu les vostres mescles a un servidor de shoutcast o d'icecast - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts Habilita les dreceres de teclat(&K) - + Toggles keyboard shortcuts on or off Activa o desactiva les dreceres de teclat - + Ctrl+` Ctrl+` - + &Preferences &Preferències - + Change Mixxx settings (e.g. playback, MIDI, controls) Canvia les opcions de Mixxx (p.ex. reproducció, MIDI, controladores) - + &Developer &Desenvolupador - + &Reload Skin &Recarrega l'aparença - + Reload the skin Recarrega l'aparença del disc - + Ctrl+Shift+R Ctrl+Majús+R - + Developer &Tools Eines de desenvolupador(&T) - + Opens the developer tools dialog Obre la finesta d'eines de desenvolupador - + Ctrl+Shift+T Ctrl+Majús+T - + Stats: &Experiment Bucket Estadístiques: Comptador &Experiment - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. Activa el mode experiment. Recupera les estadístiques corresponents al comptador EXPERIMENT. - + Ctrl+Shift+E Ctrl+Majús+E - + Stats: &Base Bucket Estadístiques: Comptador &Base - + Enables base mode. Collects stats in the BASE tracking bucket. Activa el mode bàsic. Recupera les estadístiques del comptador BASE. - + Ctrl+Shift+B Ctrl+Majús+B - + Deb&ugger Enabled Motor de dep&uració activat - + Enables the debugger during skin parsing Activa el motor de depuració durant el parseig de l'aparença - + Ctrl+Shift+D Ctrl+Majús+D - + &Help &Ajuda - + &Community Support Suport de la &Comunitat - + Get help with Mixxx Obteniu ajuda sobre el Mixxx - + &User Manual Manual de l'&usuari - + Read the Mixxx user manual. Llegiu el manual de l'usuari de Mixxx. - + &Keyboard Shortcuts Dreceres de teclat(&K) - + Speed up your workflow with keyboard shortcuts. Fes les coses més ràpid amb les dreceres de teclat. - + Send Us &Feedback Envieu-nos la vostra opinió(&F) - + Send feedback to the Mixxx team. Envieu la vostra opinió a l'equip de Mixxx (en anglès). - + &Translate This Application &Traduïu aquesta aplicació - + Help translate this application into your language. Ajudeu a traduir aquesta aplicació a la vostra llengua. - + &About Sobre el Mixxx (&A) - + About the application Sobre l'aplicació @@ -12289,9 +12456,7 @@ Tot a la dreta: Al final del període Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source Carregant la pista... @@ -12373,6 +12538,12 @@ Text on waveform overview when file is cached from source Add to Playlist Afegeix a la llista de reproducció + + + Reset + Reset metadata in right click track context menu in library + Restableix + Cover Art @@ -12385,60 +12556,70 @@ Text on waveform overview when file is cached from source ESC - + Remove Suprimeix - + + Remove from Playlist + Suprimeix de la llista de reproducció + + + + Remove from Crate + Suprimeix de la caixa + + + Hide from Library No ho mostris a la biblioteca - + Unhide from Library Torna a mostrar a la biblioteca - + Purge from Library Suprimeix de la biblioteca - + Properties Propietats - + Open in File Browser Obre en l'explorador de fitxers - + 4/3 BPM 4/3 BPM - + 3/2 BPM 3/2 BPM - - + + Create New Playlist Crea una nova llista de reproducció - + Create New Crate Crea una nova caixa - + Enter name for new playlist: - Introduïu el nom de la nova llista de reproducció: + Inseriu el nom de la llista nova de reproducció: @@ -12466,150 +12647,144 @@ Text on waveform overview when file is cached from source Canvia el Tempo - - Clear - Clear metadata in right click track context menu in library - Descarta - - - + Add to Auto DJ Queue (Bottom) Afegeix a la cua del DJ automàtic (al final) - + Add to Auto DJ Queue (Top) Afegeix a la cua del DJ automàtic (al principi) - + Add to Auto DJ Queue (Replace) Afegeix a la cua del DJ automàtic (reemplaça) - + Import From File Tags Importa des de les metadades del fitxer - + Import From MusicBrainz Importa des del MusicBrainz - + Export To File Tags Exporta les metadades al fitxer - + Preview Deck Reproductor de pre-escolta - + BPM and Beatgrid BPM i graella de ritme - + Play Count Comptador de reproduccions - + Cue Point Punt d'inici - + Hotcues - Hotcue + Marca directa - + Loop Bucle - + ReplayGain ReplayGain - + Waveform - Forma d'ona local + Ona - + All Tot - + Deck %1 Plat %1 - + New Playlist Llista de reproducció nova - - - + + + Playlist Creation Failed Ha fallat la creació de la llista de reproducció - + A playlist by that name already exists. Ja existeix una llista de reproducció amb aquest nom. - + A playlist cannot have a blank name. El nom de la llista de reproducció no pot quedar en blanc - + An unknown error occurred while creating playlist: S'ha produït un error desconegut en crear la llista de reproducció: - + Lock BPM Bloca els BPM - + Unlock BPM Desbloca els BPM - + Double BPM Augmenta el tempo al doble - + Halve BPM Redueix el tempo a la meitat - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + Sampler %1 Reproductor de mostres %1 @@ -12625,12 +12800,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) (GLSL) - + (GL) (GL) diff --git a/res/translations/mixxx_cs.ts b/res/translations/mixxx_cs.ts index 324d5ff05f04..6013553f3771 100644 --- a/res/translations/mixxx_cs.ts +++ b/res/translations/mixxx_cs.ts @@ -1,4 +1,4 @@ - + : @@ -13,7 +13,7 @@ Analyze - Rozbor + Provést rozbor @@ -132,7 +132,7 @@ Lock - Uzamknout + Zamknout @@ -388,22 +388,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. Nelze použít bezpečné úložiště pro heslo: nepodařilo se přistoupit k řetězci s klíčem - + Secure password retrieval unsuccessful: keychain access failed. Bezpečné získání hesla neúspěšné: nepodařilo se přistoupit ke klíči - + Settings error Chyba v nastavení - + <b>Error with settings for '%1':</b><br> <b>Chyba v nastavení pro '%1':</b><br> @@ -697,8 +697,8 @@ - - + + Deck %1 Přehrávač %1 @@ -789,13 +789,13 @@ - + Set to full volume Nastavit na plnou hlasitost - + Set to zero volume Nastavit hlasitost na nulu @@ -820,13 +820,13 @@ Tlačítko pro obrácené přehrávání (cenzor) - + Headphone listen button Tlačítko pro sluchátka - + Mute button Tlačítko pro ztlumení @@ -842,25 +842,25 @@ - + Mix orientation (e.g. left, right, center) Nasměrování míchání (např. vlevo, vpravo, na střed) - + Set mix orientation to left Nastavit nasměrování míchání vlevo - + Set mix orientation to center Nastavit nasměrování míchání na střed - + Set mix orientation to right Nastavit nasměrování míchání vpravo @@ -936,229 +936,224 @@ Přepnout třístavový režim seřizování (VYPNUTO, SLEDOVAČ, HLAVNÍ) - - One-time beat sync (tempo and phase) - Jednorázové seřízení rytmu (tempo a fáze) - - - + One-time beat sync (tempo only) Jednorázové seřízení rytmu (pouze tempo) - + One-time beat sync (phase only) Jednorázové seřízení rytmu (pouze fáze) - + Toggle keylock mode Přepnout režim uzamčení tóniny - + Equalizers Ekvalizéry - + Vinyl Control - Ovládání vinylovou gramodeskou + Ovládání vinylem - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Přepnout režim značení za použití ovládání vinylovou gramodeskou (VYPNUTO/JEDEN/HORKÝ) - + Toggle vinyl-control mode (ABS/REL/CONST) Přepnout režim ovládání vinylem (VYPNUTO/JEDEN/HORKÝ) - + Pass through external audio into the internal mixer Posílat vnější zvukové signály do vnitřního směšovače - + Cues Značky - + Cue button Tlačítko značky - + Set cue point Nastavit bod označení - + Go to cue point Jít na bod značky - + Go to cue point and play Jít na bod značky a přehrát - + Go to cue point and stop Jít na bod značky a zastavit - + Preview from cue point Předposlech od bodu značky - + Cue button (CDJ mode) Tlačítko značky (režim CDJ) - + Stutter cue Značka trhnutí - + Hotcues Rychlé značky - + Set, preview from or jump to hotcue %1 Nastavit, náhled od nebo skočit na rychlou značku %1 - + Clear hotcue %1 Smazat rychlou značku %1 - + Set hotcue %1 Nastavit rychlou značku %1 - + Jump to hotcue %1 Skočit na rychlou značku %1 - + Jump to hotcue %1 and stop Skočit na rychlou značku %1 a zastavit - + Jump to hotcue %1 and play Skočit na rychlou značku %1 a přehrát - + Preview from hotcue %1 Náhled od rychlé značky %1 - - + + Hotcue %1 Rychlá značka %1 - + Looping Smyčkování - + Loop In button Tlačítko pro začátek smyčky - + Loop Out button Tlačítko pro konec smyčky - + Loop Exit button Tlačítko pro ukončení smyčky - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Posunout smyčku o %1 dob dopředu - + Move loop backward by %1 beats Posunout smyčku o %1 dob dozadu - + Beat-Looping Smyčkování dob - + Create %1-beat loop Vytvořit smyčku na %1 dob - + Create temporary %1-beat loop roll Vytvořit dočasnou průběžnou smyčku na %1 dob - + Library Knihovna @@ -1190,7 +1185,7 @@ Headphone Mix - Směs sluchátek + Míchání sluchátek @@ -1289,20 +1284,20 @@ + - Volume Fader Polohový ukazatel hlasitosti - + Full Volume Plná hlasitost - + Zero Volume Nulová hlasitost @@ -1318,7 +1313,7 @@ - + Mute Ztlumit @@ -1329,7 +1324,7 @@ - + Headphone Listen Poslech ze sluchátek @@ -1350,25 +1345,25 @@ - + Orientation Natočení - + Orient Left Natočit vlevo - + Orient Center Natočit na střed - + Orient Right Natočit vpravo @@ -1395,7 +1390,7 @@ BPM Tap - Klepat ÚZM + Klepání tempa @@ -1473,11 +1468,6 @@ Sync Mode Seřizovací režim - - - Tap to sync, hold to enable sync mode - Klepejte (ťukejte) pro seřízení, podržte pro zapnutí seřizovacího režimu - Internal Sync Master @@ -1525,534 +1515,528 @@ Jednorázové seřízení rytmu - + Sync Tempo One-Shot Jednorázové seřízení tempa - + Sync Phase One-Shot Jednorázové seřízení fáze - + Speed (Pitch/Tempo) Rychlost (výška tónu/tempo) - + Keylock Mode Režim uzamčení tóniny - + Pitch control (does not affect tempo), center is original pitch Ovládání výšky tónu (neovlivní tempo), střed je původní výška tónu - + Pitch Adjust Upravení výšky tónu - + Adjust pitch from speed slider pitch Změní výšku tónu vycházeje z výšky tónu ukazatele rychlosti - + Match musical key Seřídit tóninu - + Match Key Přizpůsobit tóninu - + Reset Key Nastavit tóninu znovu - + Resets key to original Nastavit tóninu znovu na původní - + High EQ Ekvalizér výšek - + Mid EQ Středový ekvalizér - + Low EQ Ekvalizér hloubek - + Toggle Vinyl Control Přepnout ovládání vinylovou gramodeskou - + Toggle Vinyl Control (ON/OFF) Přepnout ovládání vinylovou gramodeskou (ZAPNUTO/VYPNUTO) - + Vinyl Control Mode Režim ovládání vinylovou gramodeskou - + Vinyl Control Cueing Mode Režim ovládání značení vinylem - + Vinyl Control Passthrough Předání dál ovládání vinylem - + Vinyl Control Next Deck Další přehrávač ovládání vinylem - + Single deck mode - Switch vinyl control to next deck Režim jednoho přehrávače - Přepnout ovládání vinylovou gramodeskou na další přehrávač - + Cue Značka - + Set Cue Umístit značku - + Go-To Cue Jít na značku - + Go-To Cue And Play Jít na značku a přehrát - + Go-To Cue And Stop Jít na značku a zastavit - + Preview Cue Náhled na značku - + Cue (CDJ Mode) Značka (režim CDJ) - + Stutter Cue Značka trhnutí - + Go to cue point and play after release Jít na bod značky a po uvolnění přehrát - + Clear Hotcue %1 Smazat rychlou značku %1 - + Set Hotcue %1 Nastavit rychlou značku %1 - + Jump To Hotcue %1 Skočit na rychlou značku %1 - + Jump To Hotcue %1 And Stop Skočit na rychlou značku %1 a zastavit - + Jump To Hotcue %1 And Play Skočit na rychlou značku %1 a přehrát - + Preview Hotcue %1 Náhled na rychlou značku %1 - + Loop In Začátek smyčky - + Loop Out Konec smyčky - + Loop Exit Ukončit smyčku - + Reloop/Exit Loop Smyčkovat znovu/Ukončit smyčku - + Loop Halve Zkrácení smyčky na polovinu - + Loop Double Zdvojení smyčky - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Posunout smyčku o +%1 dob - + Move Loop -%1 Beats Posunout smyčku o -%1 dob - + Loop %1 Beats Smyčka %1 dob - + Loop Roll %1 Beats Průběžná smyčka %1 dob - + Add to Auto DJ Queue (bottom) Přidat do řady automatického diskžokeje (dolů) - + Append the selected track to the Auto DJ Queue Přidat vybranou skladbu na konec řady automatického diskžokeje - + Add to Auto DJ Queue (top) Přidat do řady automatického diskžokeje (nahoru) - + Prepend selected track to the Auto DJ Queue Přidat vybranou skladbu na začátek řady automatického diskžokeje - + Load Track Nahrát skladbu - + Load selected track Nahrát vybranou skladbu - + Track Load and Play Nahrát skladbu a přehrát - + Load selected track and play Nahrát vybranou skladbu a přehrát - + Record Mix Nahrát míchání - + Toggle mix recording Přepnout nahrávání míchání - + Effects Efekty - + Quick Effects Rychlé efekty - + Deck %1 Quick Effect Super Knob Superpotenciometr rychlého efektu pro přehrávač %1 - + Quick Effect Super Knob (control linked effect parameters) Superpotenciometr rychlého efektu (řízení propojených parametrů efektů) - + Quick Effect Rychlý efekt - + Clear effect rack Vyprázdnit přihrádku s efekty - + Clear Effect Rack Vyprázdnit přihrádku s efekty - + Clear Unit Vyprázdnit jednotku - + Clear effect unit Vyprázdnit efektovou jednotku - + Toggle Unit Přepnout jednotku - + Dry/Wet Na zkoušku/Naostro - + Adjust the balance between the original (dry) and processed (wet) signal. Upravit vyvážení mezi původním a zpracovaným signálem. - + Super Knob Superknoflík - - - Insert/Send Toggle - Přepínač vkládání/poslání - - - + Next Chain Další řetězec + - + - + - + - Assign Přiřadit - + Clear Smazat - + Clear the current effect Smazat nynější efekt - + Toggle Přepnout - + Toggle the current effect Přepnout nynější efekt - + Next Další - + Switch to next effect Přepnout na další efekt - + Previous Předchozí - + Switch to the previous effect Přepnout na předchozí efekt - + Next or Previous Další nebo předchozí - + Switch to either next or previous effect Přepnout na další nebo předchozí efekt + - Parameter Value Hodnota parametru + - Microphone Ducking Strength Síla tlumení mikrofonu - + Microphone Ducking Mode Režim tlumení mikrofonu - + Gain Zesílení - + Gain knob Regulátor zesílení - + Shuffle the content of the Auto DJ queue Zamíchat pořadím v řadě skladeb automatického diskžokeje - + Skip the next track in the Auto DJ queue Přeskočit další skladbu v řadě skladeb automatického diskžokeje - + Auto DJ Toggle Zapínač/Vypínač automatického diskžokeje - + Toggle Auto DJ On/Off Zapnout/Vypnout automatického diskžokeje - + Library Maximize/Restore Zvětšin/Obnovit knihovnu - + Maximize the track library to take up all the available screen space. Zvětšit knihovnu skladeb tak, aby zabírala veškerý na obrazovce dostupný prostor. - + Effect Rack Show/Hide Ukázat/Skrýt přihrádku s efekty - + Show/hide the effect rack Ukázat/Skrýt přihrádku s efekty - + Cover Art Show/Hide Ukázat/Skrýt obrázek obalu - + Show/hide cover art Ukázat/Skrýt obal - + Waveform Zoom Out Oddálit průběhovou křivku - + Toggle Effect Unit Přepnout efektovou jednotku Master Gain - Hlavní zesílení + Celkové zesílení @@ -2070,546 +2054,566 @@ Zesílení sluchátek - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed Rychlost přehrávání - + Playback speed control (Vinyl "Pitch" slider) Ovládání rychlosti přehrávání (regulátor "výšky tónu" vinylu) - + Pitch (Musical key) Výška tónu (tónina) - + Increase Speed Zvýšit rychlost - + Adjust speed faster (coarse) Zvýšit rychlost (hrubé) - - + + Increase Speed (Fine) Zvýšit rychlost (jemné) - + Adjust speed faster (fine) Zvýšit rychlost (jemné) - + Decrease Speed Snížit rychlost - + Adjust speed slower (coarse) Snížit rychlost (hrubé) - + Adjust speed slower (fine) Snížit rychlost (jemné) - + Temporarily Increase Speed Zvýšit přechodně rychlost - + Temporarily increase speed (coarse) Zvýšit přechodně rychlost (hrubé) - + Temporarily Increase Speed (Fine) Zvýšit přechodně rychlost (jemné) - + Temporarily increase speed (fine) Zvýšit přechodně rychlost (jemné) - + Temporarily Decrease Speed Snížit dočasně rychlost - + Temporarily decrease speed (coarse) Snížit dočasně rychlost (hrubé) - + Temporarily Decrease Speed (Fine) Snížit dočasně rychlost (jemné) - + Temporarily decrease speed (fine) Snížit dočasně rychlost (jemné) + - Adjust %1 Upravit %1 + - Kill %1 Umlčet %1 - + CUP (Cue + Play) BZP (značka a přehrát) - + Loop Selected Beats Smyčkovat vybrané doby - + Create a beat loop of selected beat size Vytvořit smyčku z dob o vybrané velikosti doby - + Loop Roll Selected Beats Průběžná smyčka z vybraných dob - + Create a rolling beat loop of selected beat size Vytvořit průběžnou smyčku z dob o vybrané velikosti doby - + Toggle loop on/off and jump to Loop In point if loop is behind play position Přepnout zapnutí/zastavení smyčkování a skočit na bod začátku smyčky, pokud je smyčka za polohou přehrávání - + Reloop And Stop Přesmyčkovat a zastavit - + Enable loop, jump to Loop In point, and stop Povolit smyčku, skočit na bod začátku smyčky a zastavit - + Halve the loop length Zkrátit délku smyčky na polovinu - + Double the loop length Zdvojit délku smyčky - + Beat Jump / Loop Move Dobový skok/Přesun smyčky - + Jump / Move Loop Forward %1 Beats Skočit/Přesunout smyčku o %1 dob dopředu - + Jump / Move Loop Backward %1 Beats Skočit/Přesunout smyčku o %1 dob dozadu - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats Skočit dopředu o %1 dob, nebo pokud je povolena smyčka, přesunout smyčku dopředu o %1 dob - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats Skočit dozadu o %1 dob, nebo pokud je povolena smyčka, přesunout smyčku dozadu o %1 dob - + Beat Jump / Loop Move Forward Selected Beats Dobový skok/Přesun smyčky dopředu o vybrané doby - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats Skočit dopředu o vybraný počet dob, nebo pokud je povolena smyčka, přesunout smyčku dopředu o vybraný počet dob - + Beat Jump / Loop Move Backward Selected Beats Dobový skok/Přesun smyčky dozadu o vybrané doby - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats Skočit dozadu o vybraný počet dob, nebo pokud je povolena smyčka, přesunout smyčku dozadu o vybraný počet dob - + Move up Posunout nahoru - + Equivalent to pressing the UP key on the keyboard Stejné jako klávesa šipka nahoru na klávesnici - + Move down Posunout dolů - + Equivalent to pressing the DOWN key on the keyboard Stejné jako klávesa šipka dolů na klávesnici - + Move up/down Posunout nahoru/dolů - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys Pohybovat se svisle v obou směrech pomocí otočného knoflíku se stejným výsledkem, jako při stisknutí kláves nahoru/dolů - + Scroll Up Projíždět nahoru - + Equivalent to pressing the PAGE UP key on the keyboard Stejné jako klávesa PgUp na klávesnici - + Scroll Down Projíždět dolů - + Equivalent to pressing the PAGE DOWN key on the keyboard Stejné jako klávesa PgD(ow)n na klávesnici - + Scroll up/down Projíždět nahoru/dolů - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys Pohybovat se svisle v obou směrech pomocí otočného knoflíku se stejným výsledkem, jako při stisknutí kláves PgUp/PgDown (PgDn) - + Move left Posunout vlevo - + Equivalent to pressing the LEFT key on the keyboard Stejné jako klávesa šipka vlevo na klávesnici - + Move right Posunout vpravo - + Equivalent to pressing the RIGHT key on the keyboard Stejné jako klávesa šipka vpravo na klávesnici - + Move left/right Posunout vlevo/vpravo - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys Pohybovat se vodorovně v obou směrech pomocí otočného knoflíku se stejným výsledkem, jako při stisknutí kláves vlevo/vpravo - + Move focus to right pane Přesunout zaměření do pravé tabulky - + Equivalent to pressing the TAB key on the keyboard Stejné jako klávesa tabulátoru (TAB) na klávesnici - + Move focus to left pane Přesunout zaměření do levé tabulky - + Equivalent to pressing the SHIFT+TAB key on the keyboard Stejné jako stisknutí kláves Shift+tabulátor (TAB) na klávesnici - + Move focus to right/left pane Přesunout zaměření do pravé/levé tabulky - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys Přesunout zaměření tabulky napravo nebo nalevo pomocí otočného knoflíku se stejným výsledkem, jako při stisknutí kláves TAB/Shift+TAB - + Go to the currently selected item Jít na nyní vybranou položku - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) Přidat do řady skladeb automatického diskžokeje (nahradit) - + Replace Auto DJ Queue with selected tracks Nahradit řadu skladeb automatického diskžokeje vybranými skladbami - + Enable or disable effect processing Zapnout nebo vypnout zpracování efektu - + Super Knob (control effects' Meta Knobs) Superknoflík (řízení metaknoflíků efektů) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset Další přednastavení řetězce efektu - + Previous Chain Předchozí řetězec - + Previous chain preset Předchozí přednastavení řetězce efektu - + Next/Previous Chain Další/Předchozí řetězec - + Next or previous chain preset Další nebo předchozí přednastavení řetězce efektu + - Show Effect Parameters Ukázat parametry efektů - + Meta Knob Metaknoflík - + Effect Meta Knob (control linked effect parameters) Metaknoflík efektu (řízení parametrů propojených efektů) - + Meta Knob Mode Režim metaknoflíku - + Set how linked effect parameters change when turning the Meta Knob. Nastavit, jak se parametry propojených efektů budou měnit, když se otáčí metaknoflíkem. - + Meta Knob Mode Invert Obrácení režimu metaknoflíku - + Invert how linked effect parameters change when turning the Meta Knob. Obrátit, jak se parametry propojených efektů budou měnit, když se otáčí metaknoflíkem. - + Microphone / Auxiliary Mikrofon/Aux - + Microphone On/Off Mikrofon zapnuto/vypnuto - + Microphone on/off Mikrofon zapnuto/vypnuto - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Přepnout režim tlumení mikrofonu (ZAPNUTO, AUTOMATICKY, RUČNĚ) - + Auxiliary On/Off Aux zapnuto/vypnuto - + Auxiliary on/off Aux zapnuto/vypnuto - + Auto DJ Automatický diskžokej - + Auto DJ Shuffle Automatický diskžokej Zamíchat - + Auto DJ Skip Next Automatický diskžokej Přeskočit další - + Auto DJ Fade To Next Automatický diskžokej Prolínat k další skladbě - + Trigger the transition to the next track Spustit přechod k další skladbě - + User Interface Uživatelské rozhraní - + Samplers Show/Hide Ukázat/Skrýt vzorkovače - + Show/hide the sampler section Ukázat/Skrýt oblast vzorkovače - + Microphone Show/Hide Ukázat/Skrýt mikrofon - + Show/hide the microphone section Ukázat/Skrýt oblast s mikrofonem - + Vinyl Control Show/Hide Ukázat/Skrýt ovládání vinylovou gramodeskou - + Show/hide the vinyl control section Ukázat/Skrýt oblast ovládání vinylovou gramodeskou - + Preview Deck Show/Hide Ukázat/Skrýt náhled přehrávačů - + Show/hide the preview deck Ukázat/Skrýt přehrávač náhledu - + Vinyl Spinner Show/Hide Ukázat/Skrýt otáčející se vinylovou gramodesku - + Show/hide spinning vinyl widget Ukázat/Skrýt otáčející se vinylovou gramodesku - + Waveform zoom Zvětšení průběhové křivky - + Waveform Zoom Zvětšení průběhové křivky - + Zoom waveform in Přiblížit průběhovou křivku - + Waveform Zoom In - Přiblížení průběhové křivky + Přiblížit průběhovou křivku - + Zoom waveform out Oddálit průběhovou křivku @@ -2755,7 +2759,7 @@ Lock - Uzamknout + Zamknout @@ -2919,6 +2923,34 @@ Zdvojení přepravky se nezdařilo + + DlgAbout + + + Mixxx %1 Development Team + Vývojový tým Mixxx %1 + + + + With contributions from: + S příspěvky od: + + + + And special thanks to: + A zvláštní poděkování: + + + + Past Developers + Vývojáři v minulosti + + + + Past Contributors + Přispěvatelé v minulosti + + DlgAboutDlg @@ -3155,7 +3187,7 @@ pomocí rozboru úderů a zahozením odchylných hodnot. Analyzer Settings - Nastavení analyzátoru + Nastavení rozboru @@ -3416,7 +3448,7 @@ Zkusil jste se naučit: %1,%2 Selects all tracks in the table below. - Vybrat všechny skladby v tabulky níže. + Vybere všechny skladby v tabulce níže. @@ -3573,102 +3605,102 @@ Zkusil jste se naučit: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Automatic Automaticky - + Mono Mono - + Stereo Stereo - - - - + + + + Action failed Činnost se nezdařila - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. Nemůžete vytvořit připojení více než %1 zdrojů. - + Source connection %1 Připojení zdroje %1 - + At least one source connection is required. Je požadováno připojení alespoň jednoho zdroje. - + Are you sure you want to disconnect every active source connection? Opravdu chcete odpojit všechna činná připojení zdrojů? - + Confirmation required Požadováno potvrzení - + Are you sure you want to delete '%1'? Opravdu chcete smazat '%1'? - + Renaming '%1' Přejmenovává se '%1' - + New name for '%1': Nový název pro '%1': - + Can't rename '%1' to '%2': name already in use Nelze přejmenovat '%1' na '%2': název se již používá @@ -3681,27 +3713,27 @@ Two source connections to the same server can't have the same mountpoint.Nastavení živého přenosu - + Mixxx Icecast Testing Zkoušení Icecast s Mixxxem - + Public stream Veřejný proud - + http://www.mixxx.org http://www.mixxx.org - + Stream name Název proudu - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. Kvůli chybám u některých klientů pro vysílání (přenos dat) může vést dynamická aktualizace popisných dat ve formátu Ogg Vorbis u posluchačů k poruchám a přerušením. Zaškrtněte toto okénko, aby se přesto popisná data aktualizovala. @@ -3733,192 +3765,207 @@ Two source connections to the same server can't have the same mountpoint. Turn on Live Broadcasting when applying these settings - + Zapnout při použití těchto nastavení živé vysílání - + Settings for %1 Nastavení pro %1 - + Dynamically update Ogg Vorbis metadata. Aktualizovat dynamicky popisná data Ogg Vorbis. - + + ICQ + + + + + AIM + + + + Website Stránky - + Live mix Míchání naživo - + + IRC + + + + Select a source connection above to edit its settings here Vyberte připojení zdroje výše pro upravení jeho nastavení zde - + Password storage Úložiště hesla - + Plain text Prostý text - + Secure storage (OS keychain) Bezpečné úložiště (řetězec s klíčem OS) - + Genre Žánr - + Use UTF-8 encoding for metadata. Použít kódování UTF-8 pro popisná data. - + Description Popis - + Encoding Kódování - + Bitrate Datový tok - - + + Format Formát - + Channels Kanály - + Server connection Připojení k serveru - + Type Typ - + Host Hostitel - + Login Přihlášení - + Mount Připojit - + Port Přípojka - + Password Heslo - + Stream info Údaje o proudu - + Metadata Popisná data - + Use static artist and title. Neměnný umělec a název. - + Static title Neměnný název - + Static artist Neměnný umělec - + Automatic reconnect Připojit znovu automaticky - + Time to wait before the first reconnection attempt is made. Doba, po kterou se čeká před učiněním prvního pokusu o opětovné připojení. - - + + seconds sekund - + Wait until first attempt Čekání do prvního pokusu - + Reconnect period Doba pro opětovné připojení - + Time to wait between two reconnection attempts. Doba, po kterou se čeká mezi dvěma pokusy o opětovné připojení. - + Limit number of reconnection attempts Nejvyšší počet pokusů o opětovné připojení - + Maximum retries Nejvyšší počet opakování - + Reconnect if the connection to the streaming server is lost. Připojit znovu při ztrátě spojení s vysílacím serverem. - + Enable automatic reconnect Povolit automatické opětovné připojení @@ -3940,7 +3987,7 @@ Použít nastavení a pokračovat? None - Žádné + Žádný @@ -4696,15 +4743,11 @@ Pokud žádný není, skočit na začátek skladby. DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected Žádný @@ -4831,32 +4874,32 @@ Displayed when no effect is selected Dostupné efekty - + Effect Info Informace o efektu - + Version: Verze: - + Description: Popis: - + Author: Autor: - + Name: Název: - + Type: Typ: @@ -5094,6 +5137,19 @@ a umožní vám upravit tóninu pro libozvučné míchání. gis + + DlgPrefLV2Dlg + + + Equalizer Preferences + Nastavení ekvalizéru + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5364,7 +5420,7 @@ a umožní vám upravit tóninu pro libozvučné míchání. Low - Nízký + Hloubky @@ -5376,12 +5432,12 @@ a umožní vám upravit tóninu pro libozvučné míchání. High - Vysoký + Výšky None - Žádné + Žádný @@ -5919,11 +5975,7 @@ Kompenzace pro přizpůsobení načasování mikrofonu. ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds ms @@ -6163,17 +6215,17 @@ milliseconds RGB - + OpenGL not available OpenGL není dostupné - + dropped frames upuštěné snímky - + Cached waveforms occupy %1 MiB on disk. Průběhové křivky uložené do vyrovnávací paměti zabírají %1 MiB místa na disku. @@ -6211,28 +6263,28 @@ milliseconds Viditelné zesílení - + Default zoom level Waveform zoom Výchozí zvětšení - + Displays the actual frame rate. Ukáže skutečnou rychlost snímkování. - + Visual gain of the middle frequencies Viditelné zesílení středových kmitočtů - + End of track warning Upozornění na konec skladby - + OpenGL status Stav OpenGL @@ -6247,107 +6299,126 @@ milliseconds sekund - + Low - Nízké + Hloubky - + Middle Střední - + Global Celkové - + Visual gain of the high frequencies Viditelné zesílení vysokých kmitočtů - + Visual gain of the low frequencies Viditelné zesílení nízkých kmitočtů - + High - Vysoké + Výšky - + Waveform type Typ průběhové křivky - + Global visual gain Celkov viditelné zesílení - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. Zobrazení průběhové křivky ukazuje obálku průběhové křivky celé skladby. Vyberte z různých druhů zobrazení průběhových křivek, které se v prvé řadě liší v úrovni podrobnosti ukázané v průběhové křivce. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. Průběhová křivka ukazuje obálku průběhové křivky skladby poblíž nynější polohy přehrávání. Vyberte z různých druhů zobrazení průběhových křivek, které se v prvé řadě liší v úrovni podrobnosti ukázané v průběhové křivce. - + Waveform overview type Typ přehledu průběhové křivky - + + fps + + + + Synchronize zoom level across all waveform displays. Seřídit úroveň zvětšení všech zobrazení průběhové křivky. - + Synchronize zoom level across all waveforms Seřídit úroveň zvětšení všech průběhových křivek - + Caching Ukládání do vyrovnávací paměti - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. Mixxx ukládá průběhové křivky skladeb na disku do vyrovnávací paměti, když poprvé skladbu nahrajete. Tím zmenšuje využití procesoru, když přehráváte naživo, ale potřebuje k tomu prostor na disku navíc. - + Enable waveform caching Povolit ukládání průběhových křivek do vyrovnávací paměti - + Generate waveforms when analyzing library Vytvářet při rozboru knihovny průběhové křivky - - - Beat Grid - Dobová mřížka + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + % + + + + Play marker position + - - Show Beat Markers - Ukázat značky dob + + Moves the play marker position on the waveforms to the left, right or center (default). + - + Clear Cached Waveforms Smazat průběhové křivky uložené do vyrovnávací paměti @@ -6355,83 +6426,93 @@ Vyberte z různých druhů zobrazení průběhových křivek, které se v prvé DlgPreferences - + Sound Hardware Zvuk - + Controllers Řadiče - + Library Knihovna - + Interface Rozhraní - + Waveforms Průběhové křivky - + Auto DJ Automatický diskžokej - + Equalizers Ekvalizéry - + Decks Přehrávače - + Crossfader Prolínač - + + Effects + Efekty + + + + LV2 Plugins + + + + Recording Nahrávání - + Beat Detection Rozpoznání rytmu - + Key Detection Rozpoznání tóniny - + Normalization Normalizace - - + + Vinyl Control Ovládání vinylem - + Live Broadcasting Živé vysílání - + Modplug Decoder Dekodér Modplug @@ -6454,7 +6535,7 @@ Vyberte z různých druhů zobrazení průběhových křivek, které se v prvé Recordings - Nahrávání + Nahrávky @@ -6896,7 +6977,7 @@ Použijte toto nastavení, pokud mají vaše skladby stálé tempo (např. vět Hotcue - Bod rychlé značky + Rychlá značka @@ -6950,7 +7031,7 @@ Použijte toto nastavení, pokud mají vaše skladby stálé tempo (např. vět EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject Prázdný řetězec @@ -6964,40 +7045,58 @@ Použijte toto nastavení, pokud mají vaše skladby stálé tempo (např. vět Nenahrán žádný efekt. + + EffectSettingsModel + + + Visible + + + + + Name + Název + + + + Type + Typ + + EffectsManager - + Flanger Flanger - + BitCrusher BitCrusher - + Filter Filtr - + Reverb Dozvuk - + Echo Ozvěna - + AutoPan Automatické vyvážení - + Tremolo Tremolo (chvění) @@ -7168,39 +7267,39 @@ Použijte toto nastavení, pokud mají vaše skladby stálé tempo (např. vět ITunesFeature - - + + iTunes iTunes - - + + Select your iTunes library Vyberte svou knihovnu skladeb iTunes - + (loading) iTunes (nahrává se) iTunes - + Use Default Library Použít standardní knihovnu - + Choose Library... Vybrat knihovnu... - + Error Loading iTunes Library Chyba při nahrávání knihovny skladeb iTunes - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. Při nahrávání knihovny skladeb iTunes se objevila chyba. Některé z vašich skladeb nebo seznamů skladeb možná nejsou načteny. @@ -7439,52 +7538,52 @@ pro OpenGL. MixxxMainWindow - + Choose music library directory Vybrat adresář s hudební knihovnou - + Sound Device Busy Zvukové zařízení je zaneprázdněné - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Zopakovat</b> pokus o připojení po zavření jiného programu nebo po opětovném připojení zvukového zařízení - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Nastavit znovu</b> nastavení zvukových zařízení programu Mixxx. - - + + Get <b>Help</b> from the Mixxx Wiki. Získejte <b>nápovědu</b> z Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. <b>Ukončit</b> Mixxx. - + Retry Opakovat - + Cannot open database Nelze otevřít databázi - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7495,150 +7594,142 @@ Mixxx vyžaduje QT s podporou SQLite. Prosím, přečtěte si dokumentaci QT SQL Stiskněte OK pro ukončení. - - + + Reconfigure Nastavit znovu - + Help Nápověda - - + + Exit Ukončit - - + + Mixxx was unable to open all the configured sound devices. Mixxx nebyl schopen otevřít všechna nastavená zvuková zařízení. - + Sound Device Error Chyba zvukového zařízení - + <b>Retry</b> after fixing an issue Po spravení této záležitosti <b>Zkusit znovu</b> - + No Output Devices Žádná výstupní zařízení - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. Mixxx byl nastaven bez zařízení pro výstup zvuku. Zpracování zvuku bude bez nastaveného výstupního zařízení vypnuto. - + <b>Continue</b> without any outputs. <b>Pokračovat</b> bez jakéhokoli výstupu. - + Continue Pokračovat - + Load track to Deck %1 Nahrát skladbu do přehrávací mechaniky %1 - + Deck %1 is currently playing a track. Přehrávací mechanika %1 nyní přehrává skladbu. - + Are you sure you want to load a new track? Jste si jistý, že chcete nahrát novou skladbu? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. Není vybráno žádné vstupní zařízení pro toto ovládání vinylovou gramodeskou. Nejprve, prosím, vyberte nějaké vstupní zařízení v nastavení zvukového technického vybavení. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. Není vybráno žádné vstupní zařízení pro toto ovládání předání dál. Nejprve, prosím, vyberte nějaké vstupní zařízení v nastavení zvukového technického vybavení. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. Není vybráno žádné vstupní zařízení pro tento mikrofon. Nejprve, prosím, vyberte nějaké vstupní zařízení v nastavení zvukového technického vybavení. - + Error in skin file Chyba v souboru se vzhledem - + The selected skin cannot be loaded. Nelze nahrát vybraný vzhled. - + OpenGL Direct Rendering Přímé vykreslování OpenGL - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. Přímé vykreslování není na vašem stroji povoleno.<br><br>Znamená to, že zobrazování průběhové křivky bude velmi<br><b>pomalé a může hodně zatěžovat procesor</b>. Buď aktualizujte své<br>nastavení a povolte přímé vykreslování, nebo zakažte<br>zobrazování průběhové křivky v nastavení Mixxxu volbou<br>"Prázdný" jako zobrazování průběhové křivky v části 'Rozhraní'.<br><br>POZNÁMKA: Pokud používáte vybavení od NVIDIAe,<br>nemusí být přímé vykreslování přítomno, ale neměl byste<br>zakoušet nízký výkon. - - + + Confirm Exit Potvrdit ukončení - + A deck is currently playing. Exit Mixxx? Některá z přehrávacích mechanik hraje. Ukončit Mixxx? - + A sampler is currently playing. Exit Mixxx? Vzorkovač nyní hraje. Ukončit Mixxx? - + The preferences window is still open. Okno s nastavením je stále otevřené. - + Discard any changes and exit Mixxx? Zahodit všechny změny a ukončit Mixxx? - - NativeBackend - - - Native - Původní - - ParserCsv @@ -7709,7 +7800,7 @@ Nejprve, prosím, vyberte nějaké vstupní zařízení v nastavení zvukového Lock - Uzamknout + Zamknout @@ -8026,88 +8117,88 @@ Pro zrušení této činnosti, stiskněte Zrušit v souborovém dialogu.Vybral jste nesprávný soubor. Pro poskytnutí přístupového oprávnění Mixxxu, vyberte soubor '%1'. Pokud nechcete pokračovat, klepněte na Zrušit. - - + + Bit Depth Bitová hloubka - - + + Bitcrusher BitCrusher - + Adds noise by the reducing the bit depth and sample rate Přidá šum zmenšením bitové hloubky a vzorkovacího kmitočtu - + The bit depth of the samples Bitová hloubka vzorků - + Downsampling Zmenšení vzorkovacího kmitočtu - + Down Dolů - + The sample rate to which the signal is downsampled Vzorkovací kmitočet, na nějž je signál převzorkován. - - + + Echo Ozvěna - - + + Time Čas - - + + Ping Pong Ping Pong - - - - + + + + Send Poslat - + How much of the signal to send into the delay buffer Podíl signálu, který se má poslat do vyrovnávací paměti pro zpoždění - - - - + + + + Feedback Zpětná vazba - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -8116,475 +8207,475 @@ Pro zrušení této činnosti, stiskněte Zrušit v souborovém dialogu. - + Amount the echo fades each time it loops Hodnota o kterou ozvěna při každé uskutečněné smyčce zmizí - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize Kvantizovat - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets Trioly - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter Filtr - + Allows only high or low frequencies to play. Povolí přehrávání pouze vysokých nebo nízkých kmitočtů. - + Low Pass Filter Cutoff - - + + LPF LPF - - + + Corner frequency ratio of the low pass filter Poměr rohového kmitočtu filtru dolní pásmové propusti - + Q Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF HPF - - + + Corner frequency ratio of the high pass filter Poměr rohového kmitočtu filtru horní pásmové propusti - - - - + + + + Depth Hloubka - - + + Flanger Flanger - - + + Speed Rychlost - - + + Manual Ruční - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration Obnova - + Regen Obnova - + How much of the delay output is feed back into the input Podíl výstupu zpoždění, který je zpětnou vazbou do vstupu - - + + Intensity of the effect Síla efektu - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix Míchat - - - - - - + + + + + + Width Šířka - + Metronome Metronom - + Adds a metronome click sound to the stream Přidá zvuk klepnutí metronomu do proudu - + BPM ÚZM - + Set the beats per minute value of the click sound - + Sync Seřízení - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period Období - - + + Autopan Automatické vyvážení - + Bounce the sound left and right across the stereo field Odrazit zvuk nalevo a napravo napříč polem sterea - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing Vyhlazení - + Smooth Plynulý - + How smoothly the signal goes from one side to the other Jak plynule jde signál z jedné strany na druhou - + How far the signal goes to each side Jak daleko jde signál na každou stranu - + Reverb Dozvuk - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay Pokles - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth Šířka pásma - + BW ŠP - - + + Damping Tlumení - + Higher damping values cause high frequencies to decay more quickly than low frequencies. Vyšší hodnoty ztlumení nechají vysoké kmitočty klesat rychleji než nízké kmitočty. - - How much of the signal to send to the effect - Podíl signálu, který se má poslat do efektu - - - - - + + + Low Hloubky - - - + + + Gain for Low Filter Zesílení pro filtr hloubek - + Kill Low Zabít hloubky - + Kill the Low Filter Zabít filtr hloubek - + Mid Středy - + Bessel4 LV-Mix Isolator Odpojovač LV-Mix Bessel4 - + Bessel4 ISO ISO Bessel4 - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). Odpojovač Besselova filtru čtvrtého řádu s mícháním Lipshitzovým a Vanderkooyovým (dokonalá bitová jednota, zdůraznění kmitočtů od -24 db/oktáva). - + Gain for Mid Filter Zesílení pro filtr středů - + Kill Mid Zabít středy - + Kill the Mid Filter Zabít filtr středů - + High Výšky - - + + Gain for High Filter Zesílení pro filtr výšek - + Kill High Zabít výšky - + Kill the High Filter Zabít filtr výšek - + To adjust frequency shelves, go to Preferences -> Equalizers. Na upravení kmitočtových úrovní se podívejte do Nastavení → Ekvalizéry. - + Graphic Equalizer Obrazový ekvalizér - + Graphic EQ Grafický ekvalizér - + An 8-band graphic equalizer based on biquad filters Osmipásový názorný ekvalizér založený na filtrech čtvrtého stupně - + Gain for Band Filter %1 Zesílení pro pásmový filtr %1 - + Moog Ladder 4 Filter Žebříkový filtr Moog 4 - + Moog Filter Filtr Moog - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation Čtyřpólový žebříkový filtr Moog, založený na nelineárním digitálním provedení Antti Houvilainena - + Res Rozlišení - - + + Resonance Ozvuk - + Resonance of the filters. 4 = self oscillating Ozvuk filtrů. 4 = samokmitající - + Deck %1 EQ Effect Efekt ekvalizéru přehrávače %1 - - + + EQ Effect Efekt ekvalizéru - + Deck 1 EQ Effect Efekt ekvalizéru přehrávače 1 - + Gain for Low Filter (neutral at 1.0) Zesílení pro filtr hloubek (neutrální při 1,0) @@ -8594,58 +8685,58 @@ Higher values result in less attenuation of high frequencies. Síťový proud - - + + Phaser Fázer - - + + Stereo Stereo - - + + Stages Stupně - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped Řídí, kolik z výstupního signálu je smyčkováno - - + + Range Rozsah - + Controls the frequency range across which the notches sweep. Řídí kmitočtový rozsah, přes který se pohybují filtry zasekávání - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8710,47 +8801,47 @@ Higher values result in less attenuation of high frequencies. F11 - + Bessel8 LV-Mix Isolator Odpojovač LV-Mix Bessel8 - + Bessel8 ISO ISO Bessel8 - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). Odpojovač Besselova filtru osmého řádu s mícháním Lipshitzovým a Vanderkooyovým (dokonalá bitová jednota, zdůraznění kmitočtů od -48 db/oktáva). - + LinkwitzRiley8 Isolator Odpojovač LinkwitzRiley8 - + LR8 ISO ISO LR8 - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). Odpojovač Linkwitz-Rileyova filtru osmého řádu (vylepšený filtr rozdělovače, stálý fázový posun, zdůraznění kmitočtů od -48 db/Oct). - + Biquad Equalizer Ekvalizér čtvrtého stupně - + BQ EQ BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. Třípásmový ekvalizér se dvěma filtry zvonění čtvrtého stupně, svažující se vysoké pásmo a ukončovací přepínače. @@ -8760,60 +8851,60 @@ Higher values result in less attenuation of high frequencies. Zařízení nenalezeno - + Biquad Full Kill Equalizer Ekvalizér čtvrtého stupně s plným ukončením - + BQ EQ/ISO BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. Třípásmový ekvalizét spojující ekvalizér a okruh odpojovače nabízející mírné spády a plné ukončení. - + Loudness Contour Obrys hlasitosti - - - + + + Loudness Hlasitost - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. Zesílí nízké a vysoké kmitočty při nízkých hlasitostech kvůli vyrovnání snížené citlivosti lidského ucha. - + Set the gain of the applied loudness contour Nastavit zesílení použitého obrysu hlasitosti - - + + Use Gain Použít zesílení - + Follow Gain Knob Následovat otočný knoflík pro zesílení - + This stream is online for testing purposes! Tento proud je na internetu za účelem vyzkoušení! - + Live Mix Míchání naživo @@ -8846,45 +8937,45 @@ Higher values result in less attenuation of high frequencies. 32 bitů v plovoucí řádové čárce - - - + + + Balance Vyvážení - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance Vyvážení sterea - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8892,172 +8983,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer Parametrický ekvalizér - + Param EQ Parametrický ekvalizér - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 Zesílení 1 - + Gain for Filter 1 Zesílení pro filtr 1 - - + + Q 1 Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 Střed 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz Středový kmitočet pro filtr 1, od 100 Hz do 14 kHz - - + + Gain 2 Zesílení 2 - + Gain for Filter 2 Zesílení pro filtr 2 - - + + Q 2 Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 Střed 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz Středový kmitočet pro filtr 2, od 100 Hz do 14 kHz - - + + Tremolo Tremolo (chvění) - + Cycles the volume up and down - + How much the effect changes the volume Nakolik efekt změní hlasitost - - + + Rate Rychlost - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform Průběhová křivka - - + + Phase Fáze - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. Zaokrouhlit parametr rychlosti na nejbližší celý díl doby - + Triplet Triola + + + Built-in + Used for effects that are built into Mixxx + Vestavěno + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9094,22 +9206,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording Nahrávání - + Could not create audio file for recording! Nepodařilo se vytvořit zvukový soubor pro nahrávání! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. Ujistěte se, že na disku máte dost volného místa a že máte oprávnění pro zápis do složky s nahrávkami. - + You can change the location of the Recordings folder in Preferences -> Recording. Můžete změnit umístění složky s nahrávkami v Nastavení → Nahrávání. @@ -9245,132 +9367,147 @@ Fully right: end of the effect period Chyba při nastavování neblokujícího režimu: - + Error setting hostname! Chyba při nastavování jména hostitele! - + Error setting port! Chyba při nastavování přípojky (port)! - + Error setting password! Chyba při nastavování hesla! - + Error setting mount! Chyba při nastavování bodu připojení! - + Error setting username! Chyba při nastavování uživatelského jména! - + Error setting stream name! Chyba při nastavování názvu proudu! - + Error setting stream description! Chyba při nastavování popisu proudu! - + Error setting stream genre! Chyba při nastavování žánru proudu! - + Error setting stream url! Chyba při nastavování adresy (URL) proudu! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! Chyba při nastavování jako veřejného proudu! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. Vysílání na 96 kHz s Ogg Vorbis není nyní podporováno. Zkuste jiný vzorkovací kmitočet, nebo přepněte do jiného kódování. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. Podívejte se na https://bugs.launchpad.net/mixxx/+bug/686212 pro více informací. - + Error setting bitrate Chyba při nastavování datového toku - + Error: unknown server protocol! Chyba: Neznámý serverový protokol! - + Error: libshout only supports Shoutcast with MP3 format! Chyba: libshout podporuje pouze Shoutcast ve formátu MP3! - + Error setting protocol! Chyba při nastavování protokolu! - + Network cache overflow Přetečení vyrovnávací paměti sítě - + Connection error - + Chyba spojení - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + Zpráva o spojení - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. Ztraceno spojení s vysílacím serverem a %1 pokus o opětovné připojení se nezdařil - + Lost connection to streaming server. Ztraceno spojení s vysílacím serverem. - + Please check your connection to the Internet. Zkontrolujte, prosím, vaše připojení k internetu. - + Can't connect to streaming server Nelze vytvořit spojení s vysílacím serverem - + Please check your connection to the Internet and verify that your username and password are correct. Zkontrolujte, prosím, vaše připojení k internetu a ověřte, jestli je správně zadáno uživatelské jméno a heslo. @@ -9584,7 +9721,7 @@ Fully right: end of the effect period Right click to show cover art of loaded track. - + Klepnutí pravým tlačítkem pro zobrazení obrázku obalu nahrané skladby. @@ -9788,7 +9925,7 @@ Fully right: end of the effect period - + Cover Art Obrázek obalu @@ -9905,12 +10042,12 @@ Fully right: end of the effect period Auto: Sets how much to reduce the music volume when microphones are in use. - + Automaticky: Nastaví o kolik zmenšit hlasitost hudby, když se používají mikrofony. Manual: Sets how much to reduce the music volume, regardless of volume of microphone inputs. - + Ručně: Nastaví o kolik zmenšit hlasitost hudby, bez ohledu na hlasitost vstupů pro mikrofony. @@ -10050,7 +10187,6 @@ Fully right: end of the effect period Key - The musical key of a track Tónina @@ -10125,563 +10261,599 @@ Fully right: end of the effect period Zapnutí nebo vypnutí (přepínání) uzamčení tóniny (opravy výšky tónu) během přehrávání může vést ke krátkodobým výpadkům - poruchám hladkého chodu. - + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + + + + Places a cue point at the current position on the waveform. Umístí bod značky do průběhové křivky v nynější poloze. - + Stops track at cue point, OR go to cue point and play after release (CUP mode). Zastaví skladbu na bodu značky, NEBO jít na bod značky a přehrát po uvolnění (režim BZP). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). Umístí bod značky (režim Pioneer/Mixxx/Numark), umístit a přehrát po uvolnění (režim BZP) NEBO náhled (předposlech) od tohoto bodu (režim Denon). - + Seeks the track to the cue point and stops. Skočí ve skladbě na bod značky a zastaví. - + Play Přehrát - + Plays track from the cue point. - + Přehrává skladbu od bodu značky. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. Změní rychlost přehrávání skladby (ovlivní jak tempo tak také výšku tónu). Pokud je povoleno uzamčení tóniny, je ovlivněno pouze tempo. - + Recording Duration Doba trvání nahrávání - + Displays the duration of the running recording. Ukáže dobu trvání běžícího nahrávání. - + Sets the track Loop-In Marker to the current play position. Nastaví značku začátku smyčky skladby na nynější polohu přehrávání. - + Press and hold to move Loop-In Marker. Stisknout a podržet pro přesunutí značky začátku smyčky. - + Jump to Loop-In Marker. Skočit na značku začátku smyčky. - + Sets the track Loop-Out Marker to the current play position. Nastaví značku konce smyčky skladby na nynější polohu přehrávání. - + Press and hold to move Loop-Out Marker. Stisknout a podržet pro přesunutí značky konce smyčky. - + Jump to Loop-Out Marker. Skočit na značku konce smyčky. - + Beatloop Size Velikost smyčkování dob - + Select the size of the loop in beats to set with the Beatloop button. Vybrat velikost smyčky v dobách pro nastavení pomocí tlačítka pro smyčkování dob. - + Changing this resizes the loop if the loop already matches this size. Pokud změníte, změní se velikost smyčky, pokud smyčka již odpovídá této velikosti. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. Zmenšete velikost stávajícího smyčkování dob na polovinu nebo zmenšete velikost další sady smyčkování dob na polovinu pomocí tlačítka pro smyčkování dob. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. Zdvojnásobte velikost stávajícího smyčkování dob nebo zdvojnásobte velikost další sady smyčkování dob pomocí tlačítka pro smyčkování dob. - + Start a loop over the set number of beats. Začít smyčku nad stanoveným počtem dob. - + Temporarily enable a rolling loop over the set number of beats. Povolit přechodně běžící smyčku nad stanoveným počtem dob. - + Beatjump/Loop Move Size Velikost skoku o daný počet dob/posunu smyčky - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. Zvolit počet dob, o které se má skočit, nebo posunout smyčku pomocí tlačítek pro skoku o daný počet dob vpřed/skok na dobu vzad. - + Beatjump Forward Skok o daný počet dob vpřed - + Jump forward by the set number of beats. Skočit dopředu o stanovený počet dob. - + Move the loop forward by the set number of beats. Posunout smyčku dopředu o stanovený počet dob. - + Jump forward by 1 beat. Skočit o 1 dobu dopředu. - + Move the loop forward by 1 beat. Posunout smyčku o 1 dobu dopředu. - + Beatjump Backward Skok o daný počet dob vzad - + Jump backward by the set number of beats. Skočit dozadu o stanovený počet dob. - + Move the loop backward by the set number of beats. Posunout smyčku dozadu o stanovený počet dob. - + Jump backward by 1 beat. Skočit o 1 dobu dozadu. - + Move the loop backward by 1 beat. Posunout smyčku o 1 dobu dozadu. - + Reloop Smyčkovat znovu - + If the loop is ahead of the current position, looping will start when the loop is reached. Pokud je smyčka před nynější polohou, smyčkování začne při dosažení smyčky. - + Works only if Loop-In and Loop-Out Marker are set. Pracuje, jen když jsou nastaveny značky začátku a konce smyčky. - + Enable loop, jump to Loop-In Marker, and stop playback. Povolit smyčku, skok na značku začátku smyčky a zastavení přehrávání. - + Displays the elapsed and/or remaining time of the track loaded. Ukáže uplynulý a/nebo zbývající čas nahrané skladby. - + Click to toggle between time elapsed/remaining time/both. Klepněte pro přepnutí mezi uplynulým/zbývajícím časem/oběma. - + + Mix + Míchat + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Nabídka nastavení vzhledu - + Show/hide skin settings menu - + Ukázat/Skrýt nabídku pro nastavení vzhledu - + Save Sampler Bank Uložit banku vzorkovače - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank Nahrát banku vzorkovače - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters Ukázat parametry efektů - + Enable Effect Povolit efekt - + Meta Knob Link Spojení metaknoflíku - + Set how this parameter is linked to the effect's Meta Knob. Nastavit, jak je tento parametr spojen s metaknoflíkem efektu. - + Meta Knob Link Inversion Obrácení spojení metaknoflíku - + Inverts the direction this parameter moves when turning the effect's Meta Knob. Obrátí směr, kterým se tento parametr pohybuje, když se točí metaknoflíkem efektu. - - Dry/Wet - Na zkoušku/Naostro - - - + Super Knob Superknoflík - - - Insert/Send Toggle - Přepínač vkládání/poslání - - - + Next Chain Další řetězec - + Previous Chain Předchozí řetězec - + Next/Previous Chain Další/Předchozí řetězec - + Clear Smazat - + Clear the current effect. Vyprázdnit nynější efekt. - + Toggle Přepnout - + Toggle the current effect. Přepnout nynější efekt. - + Next Další - + Clear Unit Vyprázdnit jednotku - + Clear effect unit. Vyprázdnit efektovou jednotku. - + Show/hide parameters for effects in this unit. - + Toggle Unit Přepnout jednotku - + Enable or disable this whole effect unit. - - - - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - + Zapnout nebo vypnout celou tuto efektovou jednotku. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Přiřadit efektovou jednotku - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. Přepnout na další efekt. - + Previous Předchozí - + Switch to the previous effect. Přepnout na předchozí efekt. - + Next or Previous Další nebo předchozí - + Switch to either the next or previous effect. Přepnout na další nebo předchozí efekt. - + Meta Knob Metaknoflík - + Controls linked parameters of this effect Řídí spojené parametry tohoto efektu. - + Effect Focus Button Tlačítko pro zaměření efektu - + Focuses this effect. Zaměří tento efekt. - + Unfocuses this effect. Zruší zaměření efektu. - + Refer to the web page on the Mixxx wiki for your controller for more information. Podrobnější informace k ovladači najdete na internetové stránce Mixxxu (wikipedie). - + Effect Parameter Parametr efektu - + Adjusts a parameter of the effect. Upraví parametr efektu. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill Potlačení parametru ekvalizéru - - + + Holds the gain of the EQ to zero while active. Když je zapnuto, drží zesílení ekvalizéru na nule. - + Quick Effect Super Knob Superknoflík pro rychlý efekt - + Quick Effect Super Knob (control linked effect parameters). Superknoflík (řízení propojených parametrů efektů). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. Rada: Změňte výchozí režim rychlého efektu v Nastavení → Ekvalizéry. - + Equalizer Parameter Parametr ekvalizéru - + Adjusts the gain of the EQ filter. Upraví zesílení filtru ekvalizéru. - + Hint: Change the default EQ mode in Preferences -> Equalizers. Rada: Změňte výchozí režim ekvalizéru v Nastavení → Ekvalizéry. @@ -10703,123 +10875,123 @@ Fully right: end of the effect period Upravit rytmickou mřížku tak, aby byla zarovnána s jiným hrajícím přehrávačem. - + If quantize is enabled, snaps to the nearest beat. Pokud je povolena kvantizace, umístí se na nejbližší dobu. - + Quantize Kvantizovat - + Toggles quantization. Přepnout kvantizaci. - + Loops and cues snap to the nearest beat when quantization is enabled. Smyčky a značky jsou postaveny na nejbližší dobu, když je povolena kvantizace. - + Reverse Obrátit - + Reverses track playback during regular playback. Obrátí přehrávání skladby během běžného přehrávání. - + Puts a track into reverse while being held (Censor). Obrátí přehrávání. Přehrává skladbu během držení pozpátku (cenzor). - + Playback continues where the track would have been if it had not been temporarily reversed. Přehrávání pokračuje tam, kde by skladba byla, pokud by nebyla přechodně přehrávána pozpátku. - - + + Play/Pause Přehrát/Pozastavit - + Jumps to the beginning of the track. Skočí na začátek skladby. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. Seřídí tempo (ÚZM) a fázi s jiným přehrávačem, pokud je hodnota ÚZM rozpoznána u obou. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. Seřídí tempo (ÚZM) s tempem skladby jiného přehrávače, pokud je hodnota ÚZM rozpoznána u obou. - + Sync and Reset Key Seřídit a nastavit znovu tóninu - + Increases the pitch by one semitone. Zvýší výšku tónu o jeden půltón. - + Decreases the pitch by one semitone. Sníží výšku tónu o jeden půltón. - + Enable Vinyl Control Povolit ovládání vinylem - + When disabled, the track is controlled by Mixxx playback controls. Když je zakázáno, skladba je ovládána přehrávacími ovládacími prvky Mixxxu. - + When enabled, the track responds to external vinyl control. Když je povoleno, skladba odpovídá na vnější ovládání vinylovou gramodeskou. - + Enable Passthrough Povolit předání dál - + Indicates that the audio buffer is too small to do all audio processing. Ukazuje, že vyrovnávací paměť je na zpracování všeho zvukového signálu příliš malá. - + Displays cover artwork of the loaded track. Ukáže obrázek obalu nahrané skladby. - + Displays options for editing cover artwork. Ukáže volby pro upravování obrázků obalů. - + Star Rating Hodnocení hvězdičkami - + Assign ratings to individual tracks by clicking the stars. Přiřaďte hodnocení jednotlivým skladbám klepnutím na hvězdičky. @@ -10964,255 +11136,254 @@ Fully right: end of the effect period Zabrání tomu, aby se změnila výška tónu, když se změní rychlost přehrávání. - + Starts playing from the beginning of the track. Začne přehrávání od začátku skladby. - + Jumps to the beginning of the track and stops. Skočí na začátek skladby a zastaví. - + Plays or pauses the track. Přehraje, nebo pozastaví skladbu. - + (while playing) (při přehrávání) - + (while stopped) (při zastavení) - + Cue Značka - + Headphone Sluchátka - + Mute Ztlumit - + Mutes the selected channel's audio in the master output. Ztlumí zvukový signál vybraného kanálu v hlavním výstupu. - + Old Synchronize Staré seřizování - + (This skin should be updated to use Master Sync!) (Tento vzhled by se měl aktualizovat, aby se používalo hlavní seřizování!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. Seřídí s prvním přehrávačem (v číselném pořadí), který přehrává nějakou skladbu a má ÚZM. - + If no deck is playing, syncs to the first deck that has a BPM. Pokud nepřehrává žádný přehrávač, seřídí s prvním přehrávačem, který má ÚZM. - + Decks can't sync to samplers and samplers can only sync to decks. Přehrávače se nemohou seřizovat se vzorkovači a vzorkovače se mohou seřizovat jen s přehrávači. - + Enable Master Sync Povolit hlavní seřízení - + Tap to sync the tempo to other playing tracks or the master clock. Klepněte pro seřízení tempa k jiné hrající skladbě nebo hlavním hodinám. - + Hold for at least a second to enable sync lock for this deck. Podržte nejméně na sekundu pro zapnutí zámku seřizování pro tento přehrávač. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. Přehrávače s uzamknutým seřizováním budou všechny přehrávat se stejným tempem, a přehrávače, které mají zapnutu i kvantizaci, mají vždy své doby srovnány. - + Resets the key to the original track key. Nastaví tóninu znovu na původní tóninu skladby. - + Enable Sync Clock Master Povolit seřízení s hlavními hodinami - + When enabled, this device will serve as the master clock for all other decks. Když je povoleno, toto zařízení bude sloužit jako hlavní hodiny pro všechny ostatní přehrávače. - + Speed Control Řízení rychlosti - - - + + + Changes the track pitch independent of the tempo. Změní výšku tónu skladby nezávisle na tempu. - + Increases the pitch by 10 cents. Zvýší výšku tónu o 10 centů. - + Decreases the pitch by 10 cents. Sníží výšku tónu o 10 centů. - + Pitch Adjust Upravení výšky tónu - + Adjust the pitch in addition to the speed slider pitch. Změní výšku tónu dodatečně ke změně výšky tónu regulátoru rychlosti. - + Record Mix Nahrát míchání - + Toggle mix recording. Přepnout nahrávání míchání. - + Enable Live Broadcasting Povolit živé vysílání - + Stream your mix over the Internet. Vysílejte svoje míchání přes internet. - + Provides visual feedback for Live Broadcasting status: Poskytuje viditelou zpětnou vazbu pro stav živého přenosu: - + disabled, connecting, connected, failure. vypnuto, spojuje se, spojeno, selhalo. - + When enabled, the deck directly plays the audio arriving on the vinyl input. Když je zapnuto, mechanika přímo přehrává přícházející zvukový signál na vstupu vinylové gramodesky. - + Blue for passthrough enabled. Zelená (modrá), když je zapnuto předání dál. - + Playback will resume where the track would have been if it had not entered the loop. Přehrávání bude pokračovat tam, kde by skladba byla, pokud by nebyla přehrávána ve smyčce. - + Loop Exit Ukončit smyčku - + Turns the current loop off. Vypne nynější smyčku. - + Slip Mode Režim klouzání - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. Když je zapnuto, přehrávání pokračuje během smyčky, obráceného přehrávání (zpětného chodu), vytváření zvuků ručním otáčením gramofonové desky atd. ztlumeno na pozadí. - + Once disabled, the audible playback will resume where the track would have been. Jakmile je zakázáno, slyšitelné přehrávání pokračuje tam, kde by skladba byla. - + Track Key - The musical key of a track Tónina skladby - + Displays the musical key of the loaded track. Ukáže tóninu nahrané skladby. - + Clock Hodiny - + Displays the current time. Zobrazí aktuální čas. - + Audio Latency Usage Meter Měřič užití prodlevy zvuku - + Displays the fraction of latency used for audio processing. Ukáže kousek prodlevy používaný pro zpracování zvuku. - + A high value indicates that audible glitches are likely. Vysoká hodnota znamená, že jsou pravděpodobné slyšitelné poruchy. - + Do not enable keylock, effects or additional decks in this situation. Za této situace nepovolujte uzamčení tóniny, efekty nebo dodatečné přehrávače. - + Audio Latency Overload Indicator Ukazatel přetížení prodlevy zvuku @@ -11277,279 +11448,279 @@ Fully right: end of the effect period Ukáže nynější tóninu nahrané skladby po změně (posunutí) výšky tónu. - + Sends the selected channel's audio to the headphone output, Pošle zvukový signál vybraného kanálu do výstupu sluchátek, - + selected in Preferences -> Sound Hardware. který byl vybrán v Nastavení → Zvuk. - + Fast Rewind Rychlé přetáčení zpět - + Fast rewind through the track. Rychlé přetáčení zpět skrze skladbu. - + Fast Forward Rychlé přetáčení vpřed - + Fast forward through the track. Rychlé přetáčení vpřed skrze skladbu. - + Jumps to the end of the track. Skočí na konec skladby. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. Nastaví výšku tónu na tóninu, která umožní souzvučně znějící přechod z jiné skladby. Vyžaduje, aby byla tónina rozpoznána v obou zúčastněných přehrávacích mechanikách. - - - + + + Pitch Control Ovládání výšky tónu - + Pitch Rate Rychlost přehrávání - + Displays the current playback rate of the track. Ukáže nynější rychlost přehrávání skladby. - + Repeat Opakovat - + When active the track will repeat if you go past the end or reverse before the start. Když je zapnuto, skladba bude opakována, když půjdete za konec nebo budete přehrávat zpět až před začátek. - + Eject Vysunout - + Ejects track from the player. Vysune skladbu z přehrávače. - + Hotcue Rychlá značka - + If hotcue is set, jumps to the hotcue. Pokud je stanoven bod rychlé značky, skočí na rychlou značku. - + If hotcue is not set, sets the hotcue to the current play position. Pokud bod rychlé značky stanoven není, nastaví bod rychlé značky v nynější poloze přehrávání. - + If hotcue is set, clears the hotcue. Pokud je stanoven bod rychlé značky, smaže rychlou značku. - + Vinyl Control Mode Režim ovládání vinylovou gramodeskou - + Absolute mode - track position equals needle position and speed. Absolutní režim - poloha ve skladbě odpovídá poloze a rychlosti snímací jehly. - + Relative mode - track speed equals needle speed regardless of needle position. Relativní režim - rychlost skladby odpovídá rychlosti jehly bez ohledu na polohu snímací jehly. - + Constant mode - track speed equals last known-steady speed regardless of needle input. Stálý režim - rychlost skladby odpovídá poslední známé stálé rychlosti jehly bez ohledu na vstup snímací jehly. - + Vinyl Status Stav vinylové gramodesky - + Provides visual feedback for vinyl control status: Poskytuje viditelou zpětnou vazbu pro stav ovládání vinylovou gramodeskou: - + Green for control enabled. Zelená, když je zapnuto ovládání. - + Blinking yellow for when the needle reaches the end of the record. Blikající žlutá, když snímací jehla dosáhne konce (gramofonové) desky. - + Loop-In Marker Značka začátku smyčky - + Loop-Out Marker Značka konce smyčky - + Loop Halve Zkrácení smyčky na polovinu - + Halves the current loop's length by moving the end marker. Zkrátí délku nynější smyčky na polovinu posunutím značky konce. - + Deck immediately loops if past the new endpoint. Přehrávač začne okamžitě smyčkovat, jestliže je za novým bodem konce. - + Loop Double Zdvojení smyčky - + Doubles the current loop's length by moving the end marker. Zdvojí délku nynější smyčky na polovinu posunutím značky konce. - + Beatloop Smyčkování dob - + Toggles the current loop on or off. Zapne/Vypne nynější smyčku. - + Works only if Loop-In and Loop-Out marker are set. Pracuje, jen když jsou nastaveny značky začátku a konce smyčky. - + Hint: Change the default cue mode in Preferences -> Interface. Rada: Změňte výchozí režim značky v Nastavení → Rozhraní. - + Vinyl Cueing Mode Režim značení vinylem - + Determines how cue points are treated in vinyl control Relative mode: Určuje, jak se zachází s body značek v relativním režimu ovládání vinylovou gramodeskou: - + Off - Cue points ignored. Vypnuto - Body značek se přehlíží. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. Jedna značka - Skladba skočí na tento bod značky, když je snímací jehla položena za bod značky. - + Hot Cue - Track will seek to nearest previous hot cue point. Důležitá značka - Skladba skočí na nejbližší předchozí bod značky. - + Track Time Čas skladby - + Track Duration Doba trvání skladby - + Displays the duration of the loaded track. Ukáže délku nahrané skladby. - + Information is loaded from the track's metadata tags. Údaje jsou nahrány z popisných dat skladby. - + Track Artist Umělec skladby - + Displays the artist of the loaded track. Ukáže umělce nahrané skladby. - + Track Title Název skladby - + Displays the title of the loaded track. Ukáže název nahrané skladby. - + Track Album Album - + Displays the album name of the loaded track. Ukáže název alba nahrané skladby. - + Track Artist/Title Umělec/Skladba - + Displays the artist and title of the loaded track. Ukáže umělce a název nahrané skladby. @@ -11671,34 +11842,6 @@ Fully right: end of the effect period Při nahrávání vaší knihovny skladeb Traktoru nastala chyba. Některé z vašich skladeb Traktoru se nemusely načíst. - - Ui - - - Mixxx %1 Development Team - Vývojový tým Mixxx %1 - - - - With contributions from: - S příspěvky od: - - - - And special thanks to: - A zvláštní poděkování: - - - - Past Developers - Vývojáři v minulosti - - - - Past Contributors - Přispěvatelé v minulosti - - VSyncThread @@ -11794,12 +11937,18 @@ Fully right: end of the effect period WEffect - + + %1: %2 + %1 = effect name; %2 = effect description + %1: %2 + + + None Žádný - + No effect loaded. Nenahrán žádný efekt. @@ -11938,317 +12087,333 @@ Fully right: end of the effect period &Pohled - + May not be supported on all skins. Nebude pravděpodobně podporován všemi vzhledy. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + Ctrl+1 + + + Show Microphone Section Ukázat mikrofony - + Show the microphone section of the Mixxx interface. Ukázat oblast s mikrofonem rozhraní Mixxxu. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section Ukázat ovládání vinylem - + Show the vinyl control section of the Mixxx interface. Ukázat oblast ovládání vinylovou gramodeskou v rozhraní Mixxxu. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck Ukázat přehrávač náhledu - + Show the preview deck in the Mixxx interface. Ukázat oblast s přehrávač náhledu v rozhraní Mixxxu. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art Ukázat obal - + Show cover art in the Mixxx interface. Ukázat obal v rozhraní Mixxxu. - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library Zvětšit knihovnu - + Maximize the track library to take up all the available screen space. Zvětšit knihovnu skladeb tak, aby zabírala veškerý na obrazovce dostupný prostor. - + Space Menubar|View|Maximize Library Mezerník - + &Full Screen Na &celou obrazovku - + Display Mixxx using the full screen Zobrazit Mixxx v režimu celé obrazovky - + &Options &Volby - + &Vinyl Control Ovládání &vinylem - + Use timecoded vinyls on external turntables to control Mixxx Použít vinylové gramodesky s časovým kódem k ovládání programu Mixxx vnějšími přehrávači (gramofony) - + Enable Vinyl Control &%1 Povolit ovládání vinylem &%1 - + &Record Mix Nah&rát míchání - + Record your mix to a file Nahrát míchání do souboru - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting Povolit živé &vysílání - + Stream your mixes to a shoutcast or icecast server Vysílat vaše míchání na server shoutcast nebo icecast - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts Povolit &klávesové zkratky - + Toggles keyboard shortcuts on or off Zapnout/Vypnout klávesové zkratky - + Ctrl+` Ctrl+` - + &Preferences &Nastavení - + Change Mixxx settings (e.g. playback, MIDI, controls) Změnit nastavení Mixxxu (např. přehrávání, MIDI, ovládací prvky) - + &Developer &Vývojář - + &Reload Skin Nahrát vzhled &znovu - + Reload the skin Nahrát vzhled znovu - + Ctrl+Shift+R Ctrl+Shift+R - + Developer &Tools Vývojářské &nástroje - + Opens the developer tools dialog Otevře dialog vývojářských nástrojů - + Ctrl+Shift+T Ctrl+Shift+T - + Stats: &Experiment Bucket Statistiky: &Pokusný kýbl - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. Zapne pokusný režim. Sbírá statistiky do POKUSNÉHO sledovacího kýblu. - + Ctrl+Shift+E Ctrl+Shift+E - + Stats: &Base Bucket Statistiky: &Základní kýbl - + Enables base mode. Collects stats in the BASE tracking bucket. Zapne základní režim. Sbírá statistiky do ZÁKLADNÍHO sledovacího kýblu. - + Ctrl+Shift+B Ctrl+Shift+B - + Deb&ugger Enabled &Ladění povoleno - + Enables the debugger during skin parsing Zapne ladiče během zpracování vzhledu - + Ctrl+Shift+D Ctrl+Shift+D - + &Help &Nápověda - + &Community Support Podpora &společenství - + Get help with Mixxx Dostat nápovědu k Mixxxu - + &User Manual &Uživatelská příručka - + Read the Mixxx user manual. Číst uživatelskou příručku k Mixxxu. - + &Keyboard Shortcuts &Klávesové zkratky - + Speed up your workflow with keyboard shortcuts. Zrychlit pracovní postup s klávesovými zkratkami - + Send Us &Feedback &Zpětná vazba - + Send feedback to the Mixxx team. Pošlete své názory vývojářskému týmu Mixxxu. - + &Translate This Application &Překlad - + Help translate this application into your language. Pomozte přeložit tento program do svého jazyka. - + &About O &programu - + About the application O tomto programu @@ -12265,9 +12430,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source Nahrává se skladba... @@ -12349,6 +12512,12 @@ Text on waveform overview when file is cached from source Add to Playlist Přidat do seznamu skladeb + + + Reset + Reset metadata in right click track context menu in library + Obnovit výchozí + Cover Art @@ -12361,58 +12530,68 @@ Text on waveform overview when file is cached from source ESC - + Remove Odstranit - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library Skrýt z knihovny - + Unhide from Library Ukázat v knihovně - + Purge from Library Odstranit z knihovny - + Properties Vlastnosti - + Open in File Browser Otevřít v prohlížeči souborů - + 4/3 BPM 4/3 ÚZM - + 3/2 BPM 3/2 ÚZM - - + + Create New Playlist Vytvořit nový seznam skladeb - + Create New Crate Vytvořit novou přepravku - + Enter name for new playlist: Zadat název pro nový seznam skladeb: @@ -12442,150 +12621,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - Smazat - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Import z MusicBrainz - + Export To File Tags - + Preview Deck Náhled přehrávače - + BPM and Beatgrid - + Play Count - + Počet přehrání - + Cue Point - + Hotcues Rychlé značky - + Loop - + Skok - + ReplayGain Vyrovnání hlasitosti - + Waveform Průběhová křivka - + All Vše - + Deck %1 Přehrávač %1 - + New Playlist Nový seznam skladeb - - - + + + Playlist Creation Failed Seznam skladeb se nepodařilo vytvořit - + A playlist by that name already exists. Seznam skladeb s tímto názvem již existuje. - + A playlist cannot have a blank name. Seznam skladeb musí mít název. - + An unknown error occurred while creating playlist: Při vytváření seznamu skladeb došlo k neznámé chybě: - + Lock BPM Zamknout - + Unlock BPM Odemknout ÚZM - + Double BPM Zdvojit - + Halve BPM Snížit na polovinu - + 2/3 BPM 2/3 - + 3/4 BPM 3/4 - + Sampler %1 Vzorkovač %1 @@ -12601,12 +12774,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) (GLSL) - + (GL) (GL) @@ -12616,7 +12789,7 @@ Text on waveform overview when file is cached from source Export Modified Track Metadata - + Export změněných metadat skladby diff --git a/res/translations/mixxx_da.ts b/res/translations/mixxx_da.ts index 623454251717..73b12fea6b4d 100644 --- a/res/translations/mixxx_da.ts +++ b/res/translations/mixxx_da.ts @@ -1,4 +1,4 @@ - + : @@ -386,22 +386,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. Kan ikke anvende sikker adgangskode, adgang til nøglering fejlede. - + Secure password retrieval unsuccessful: keychain access failed. Adgang til sikker adgangskode fejlede, - + Settings error - + <b>Error with settings for '%1':</b><br> @@ -695,8 +695,8 @@ - - + + Deck %1 Pladespiller 1 @@ -787,13 +787,13 @@ - + Set to full volume Sæt til fuld styrke - + Set to zero volume Sluk for lyden @@ -818,13 +818,13 @@ - + Headphone listen button - + Mute button Sluk for lyden knap @@ -840,25 +840,25 @@ - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -934,229 +934,224 @@ - - One-time beat sync (tempo and phase) - - - - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode - + Equalizers - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Beat-Looping - + Create %1-beat loop - + Create temporary %1-beat loop roll - + Library @@ -1287,20 +1282,20 @@ + - Volume Fader - + Full Volume - + Zero Volume @@ -1316,7 +1311,7 @@ - + Mute @@ -1327,7 +1322,7 @@ - + Headphone Listen @@ -1348,25 +1343,25 @@ - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1471,11 +1466,6 @@ Sync Mode - - - Tap to sync, hold to enable sync mode - - Internal Sync Master @@ -1523,527 +1513,521 @@ - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Speed (Pitch/Tempo) - + Keylock Mode - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original - + High EQ - + Mid EQ - + Low EQ - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) Tilføj til Auto DJ-køen (bunden) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) Tilføj til Auto DJ-køen (toppen) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Track Load and Play - + Load selected track and play - + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - + Quick Effect - + Clear effect rack - + Clear Effect Rack - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain + - + - + - + - Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect + - Parameter Value + - Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Cover Art Show/Hide - + Show/hide cover art - + Waveform Zoom Out - + Toggle Effect Unit @@ -2068,546 +2052,566 @@ - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - - + + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) + - Adjust %1 + - Kill %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Auto DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Microphone Show/Hide - + Show/hide the microphone section - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out @@ -2917,6 +2921,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + + + + + With contributions from: + + + + + And special thanks to: + + + + + Past Developers + + + + + Past Contributors + + + DlgAboutDlg @@ -3561,102 +3593,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Automatic - + Mono - + Stereo - - - - + + + + Action failed Handlingen fejlede - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3669,27 +3701,27 @@ Two source connections to the same server can't have the same mountpoint. - + Mixxx Icecast Testing - + Public stream - + http://www.mixxx.org - + Stream name - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. @@ -3724,189 +3756,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. - + + ICQ + + + + + AIM + + + + Website - + Live mix - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre Genre - + Use UTF-8 encoding for metadata. - + Description Beskrivelse - + Encoding - + Bitrate Bithastighed - - + + Format - + Channels - + Server connection - + Type Type - + Host - + Login - + Mount - + Port - + Password - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4664,15 +4711,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected @@ -4799,32 +4842,32 @@ Displayed when no effect is selected - + Effect Info - + Version: - + Description: - + Author: - + Name: - + Type: @@ -5061,6 +5104,19 @@ and allows you to pitch adjust them for harmonic mixing. + + DlgPrefLV2Dlg + + + Equalizer Preferences + + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5882,11 +5938,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds @@ -6126,17 +6178,17 @@ milliseconds - + OpenGL not available - + dropped frames - + Cached waveforms occupy %1 MiB on disk. @@ -6174,28 +6226,28 @@ milliseconds - + Default zoom level Waveform zoom - + Displays the actual frame rate. - + Visual gain of the middle frequencies - + End of track warning - + OpenGL status @@ -6210,105 +6262,124 @@ milliseconds - + Low - + Middle - + Global - + Visual gain of the high frequencies - + Visual gain of the low frequencies - + High - + Waveform type - + Global visual gain - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. - + Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms @@ -6316,83 +6387,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library - + Interface - + Waveforms - + Auto DJ Auto DJ - + Equalizers - + Decks - + Crossfader Crossfader - + + Effects + + + + + LV2 Plugins + + + + Recording - + Beat Detection - + Key Detection - + Normalization - - + + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -6909,7 +6990,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject @@ -6923,40 +7004,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h + + EffectSettingsModel + + + Visible + + + + + Name + Navn + + + + Type + Type + + EffectsManager - + Flanger - + BitCrusher - + Filter - + Reverb - + Echo - + AutoPan - + Tremolo @@ -7127,39 +7226,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes - - + + Select your iTunes library - + (loading) iTunes - + Use Default Library - + Choose Library... - + Error Loading iTunes Library - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. @@ -7396,52 +7495,52 @@ support. MixxxMainWindow - + Choose music library directory - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7449,147 +7548,139 @@ Click OK to exit. - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. - - + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? - - NativeBackend - - - Native - - - ParserCsv @@ -7968,563 +8059,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo - - + + Time - - + + Ping Pong - - - - + + + + Send - + How much of the signal to send into the delay buffer - - - - + + + + Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth - - + + Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM BPM - + Set the beats per minute value of the click sound - + Sync - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low - - - + + + Gain for Low Filter - + Kill Low - + Kill the Low Filter - + Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8534,58 +8625,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8650,47 +8741,47 @@ Higher values result in less attenuation of high frequencies. - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8700,60 +8791,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix @@ -8786,45 +8877,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8832,172 +8923,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9034,22 +9146,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9185,132 +9307,147 @@ Fully right: end of the effect period - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. - + Error setting bitrate - + Error: unknown server protocol! - + Error: libshout only supports Shoutcast with MP3 format! - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -9728,7 +9865,7 @@ Fully right: end of the effect period - + Cover Art Cover-kunst @@ -9990,7 +10127,6 @@ Fully right: end of the effect period Key - The musical key of a track Tast @@ -10065,563 +10201,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - - - - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10643,123 +10815,123 @@ Fully right: end of the effect period - + If quantize is enabled, snaps to the nearest beat. - + Quantize - + Toggles quantization. - + Loops and cues snap to the nearest beat when quantization is enabled. - + Reverse - + Reverses track playback during regular playback. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause - + Jumps to the beginning of the track. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -10904,255 +11076,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. - + Jumps to the beginning of the track and stops. - + Plays or pauses the track. - + (while playing) - + (while stopped) - + Cue - + Headphone - + Mute - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. - + If no deck is playing, syncs to the first deck that has a BPM. - + Decks can't sync to samplers and samplers can only sync to decks. - + Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key - The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11217,279 +11388,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. - + Fast Rewind - + Fast rewind through the track. - + Fast Forward - + Fast forward through the track. - + Jumps to the end of the track. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control - + Pitch Rate - + Displays the current playback rate of the track. - + Repeat - + When active the track will repeat if you go past the end or reverse before the start. - + Eject - + Ejects track from the player. - + Hotcue - + If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. - + If hotcue is set, clears the hotcue. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Album - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -11611,34 +11782,6 @@ Fully right: end of the effect period - - Ui - - - Mixxx %1 Development Team - - - - - With contributions from: - - - - - And special thanks to: - - - - - Past Developers - - - - - Past Contributors - - - VSyncThread @@ -11734,12 +11877,18 @@ Fully right: end of the effect period WEffect - - None + + %1: %2 + %1 = effect name; %2 = effect description + None + + + + No effect loaded. @@ -11878,317 +12027,333 @@ Fully right: end of the effect period - + May not be supported on all skins. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + + + + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback - + Send feedback to the Mixxx team. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -12205,9 +12370,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source @@ -12289,6 +12452,12 @@ Text on waveform overview when file is cached from source Add to Playlist + + + Reset + Reset metadata in right click track context menu in library + + Cover Art @@ -12301,58 +12470,68 @@ Text on waveform overview when file is cached from source - + Remove Fjern - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library - + Unhide from Library - + Purge from Library - + Properties - + Open in File Browser - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist Opret ny afspilningsliste - + Create New Crate - + Enter name for new playlist: Indtast navn til ny afspilningsliste: @@ -12382,150 +12561,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues - + Loop - + ReplayGain - + Waveform - + All - + Deck %1 Pladespiller 1 - + New Playlist Ny afspilningsliste - - - + + + Playlist Creation Failed Afspilningsliste-oprettelsen fejlede - + A playlist by that name already exists. En afspillingsliste med samme navn eksisterer allerede. - + A playlist cannot have a blank name. En afspillingsliste kan ikke have et tomt navn. - + An unknown error occurred while creating playlist: En ukendt fejl opstod under oprettelsen af afspilningslisten: - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + Sampler %1 Sampler %1 @@ -12541,12 +12714,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) - + (GL) diff --git a/res/translations/mixxx_de-DE.ts b/res/translations/mixxx_de-DE.ts new file mode 100644 index 000000000000..8e51dddbe948 --- /dev/null +++ b/res/translations/mixxx_de-DE.ts @@ -0,0 +1,12741 @@ + + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + + + AnalysisFeature + + + Analyze + analysieren + + + + AutoDJFeature + + + Crates + Kisten + + + + Remove Crate as Track Source + Diese Kiste enfernen + + + + Auto DJ + Auto-DJ + + + + Add Crate as Track Source + Kiste als Titel-Quelle hinzufügen + + + + BansheeFeature + + + + Banshee + Banshee + + + + + Error loading Banshee database + Fehler beim Laden der Banshee-Datenbank + + + + Banshee database file not found at + + + + + + There was an error loading your Banshee database at + + Fehler beim Laden der Banshee-Datenbank bei + + + + + BaseExternalLibraryFeature + + + Add to Auto DJ Queue (bottom) + Zu Auto-DJ-Liste hinzufügen (unten) + + + + Add to Auto DJ Queue (top) + Zu Auto-DJ-Liste hinzufügen (oben) + + + + Import Playlist + Abspielliste importieren + + + + Playlist Creation Failed + Erstellen der Wiedergabeliste fehlgeschlagen. + + + + An unknown error occurred while creating playlist: + Ein unbekannter Fehler ist während des Erstellens der Plattenkiste aufgetreten: + + + + BasePlaylistFeature + + + New Playlist + Neue Wiedergabeliste + + + + Add to Auto DJ Queue (bottom) + Zu Auto-DJ-Liste hinzufügen (unten) + + + + + Create New Playlist + Neue Wiedergabeliste erstellen + + + + Add to Auto DJ Queue (top) + Zu Auto-DJ-Liste hinzufügen (oben) + + + + Remove + Entfernen + + + + Rename + Umbenennen + + + + Lock + Sperren + + + + Duplicate + Duplizieren + + + + + Import Playlist + Abspielliste importieren + + + + Export Track Files + Musik-Dateien exportieren + + + + Analyze entire Playlist + Gesamte Abspielliste analysieren + + + + Enter new name for playlist: + Neuen Namen für Abspielliste eingeben: + + + + Duplicate Playlist + Abspielliste duplizieren + + + + + Enter name for new playlist: + Gib einen Namen für die Wiedergabeliste ein: + + + + + Export Playlist + Abspielliste exportieren + + + + Rename Playlist + Abspielliste umbenennen + + + + + Renaming Playlist Failed + Fehler beim Umbenennen der Abspielliste + + + + + + A playlist by that name already exists. + Eine Wiedergabeliste mit diesem Namen existiert bereits. + + + + + + A playlist cannot have a blank name. + Eine Wiedergabeliste muss einen Namen haben. + + + + _copy + [noun] + Appendix to default name when duplicating a playlist + + + + + + + + + + Playlist Creation Failed + Erstellen der Wiedergabeliste fehlgeschlagen. + + + + + An unknown error occurred while creating playlist: + Ein unbekannter Fehler ist während des Erstellens der Plattenkiste aufgetreten: + + + + M3U Playlist (*.m3u) + M3U-Liste (*.m3u) + + + + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) + + + + + BaseSqlTableModel + + + Played + Gespielt + + + + Artist + Interpret + + + + Title + Titel + + + + Album + Album + + + + Album Artist + Album-Interpret + + + + Genre + Genre + + + + Composer + + + + + Grouping + Gruppierung + + + + Year + Jahr + + + + Type + Typ + + + + Location + Ort + + + + Comment + Kommentar + + + + Duration + Dauer + + + + Rating + Bewertung + + + + Bitrate + Bitrate + + + + BPM + BPM + + + + Track # + Titel # + + + + Date Added + Hinzugefügt am + + + + # + + + + + Timestamp + + + + + Key + + + + + BPM Lock + BPM-Sperre + + + + Preview + Vorhören + + + + Cover Art + Cover-Art + + + + ReplayGain + + + + + BaseTrackPlayerImpl + + + Couldn't load track. + Titel konnte nicht geladen werden. + + + + BroadcastManager + + + Action failed + Aktion fehlgeschlagen + + + + Please enable at least one connection to use Live Broadcasting. + Aktiviere mindestens eine Verbindung um die Live-Übertragung zu benutzen. + + + + BroadcastProfile + + + Can't use secure password storage: keychain access failed. + + + + + Secure password retrieval unsuccessful: keychain access failed. + + + + + Settings error + + + + + <b>Error with settings for '%1':</b><br> + + + + + BroadcastSettingsModel + + + Enabled + Aktiviert + + + + Name + Name + + + + Status + Status + + + + Disconnected + Getrennt + + + + Connecting... + Verbinde... + + + + Connected + Verbunden + + + + Failed + Fehlgeschlagen + + + + Unknown + Unbekannt + + + + BrowseFeature + + + Add to Quick Links + + + + + Remove from Quick Links + + + + + Add to Library + Zu Biblithek hinzufügen + + + + Quick Links + + + + + + Devices + Geräte + + + + Removable Devices + + + + + + Computer + + + + + Music Directory Added + + + + + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? + + + + + Scan + + + + + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. + + + + + BrowseTableModel + + + Preview + Vorhören + + + + Filename + Dateiname + + + + Artist + Interpret + + + + Title + Titel + + + + Album + Album + + + + Track # + Titel # + + + + Year + Jahr + + + + Genre + Genre + + + + Composer + + + + + Comment + Kommentar + + + + Duration + Dauer + + + + BPM + BPM + + + + Key + + + + + Type + Typ + + + + Bitrate + Bitrate + + + + ReplayGain + + + + + Location + Ort + + + + Album Artist + Album-Interpret + + + + Grouping + Gruppierung + + + + File Modified + Datei geändert + + + + File Created + Datei erstellt + + + + Mixxx Library + + + + + Could not load the following file because it is in use by Mixxx or another application. + + + + + BulkController + + + USB Controller + + + + + ControlDelegate + + + No control chosen. + + + + + Script: %1(%2) + + + + + ControlModel + + + Group + + + + + Item + + + + + Value + + + + + Parameter + + + + + Title + Titel + + + + Description + Beschreibung + + + + ControlPickerMenu + + + Master Output + + + + + Headphone Output + Kopfhörer-Ausgang + + + + + + Deck %1 + + + + + Sampler %1 + Sampler %1 zeigen + + + + Preview Deck %1 + Vorhör-Deck %1 + + + + Microphone %1 + Microphon %1 + + + + Auxiliary %1 + Aux %1 + + + + Reset to default + Auf Standartwerte zurücksetzen + + + + Effect Rack %1 + Effect-Rack %1 + + + + Parameter %1 + Parameter %1 + + + + Mixer + Mixer + + + + Crossfader + Crossfader + + + + Master balance + + + + + Master delay + + + + + Headphone mix (pre/main) + + + + + Toggle headphone split cueing + + + + + Headphone delay + + + + + Transport + + + + + Strip-search through track + + + + + Play button + + + + + + Set to full volume + + + + + + Set to zero volume + + + + + Stop button + + + + + Jump to start of track and play + + + + + Jump to end of track + + + + + Reverse roll (Censor) button + + + + + Headphone listen button + + + + + + Mute button + + + + + Toggle repeat mode + + + + + Eject track + + + + + + Mix orientation (e.g. left, right, center) + + + + + + Set mix orientation to left + + + + + + Set mix orientation to center + + + + + + Set mix orientation to right + + + + + Toggle slip mode + + + + + + BPM + BPM + + + + Increase BPM by 1 + + + + + Decrease BPM by 1 + + + + + Increase BPM by 0.1 + + + + + Decrease BPM by 0.1 + + + + + BPM tap button + + + + + Toggle quantize mode + + + + + Increase internal master BPM by 1 + + + + + Decrease internal master BPM by 1 + + + + + Increase internal master BPM by 0.1 + + + + + Decrease internal master BPM by 0.1 + + + + + Toggle sync master + + + + + Sync mode 3-state toggle (OFF, FOLLOWER, MASTER) + + + + + One-time beat sync (tempo only) + + + + + One-time beat sync (phase only) + + + + + Toggle keylock mode + + + + + Equalizers + + + + + Vinyl Control + Vinyl-Steuerung + + + + Toggle vinyl-control cueing mode (OFF/ONE/HOT) + + + + + Toggle vinyl-control mode (ABS/REL/CONST) + + + + + Pass through external audio into the internal mixer + + + + + Cues + + + + + Cue button + + + + + Set cue point + + + + + Go to cue point + + + + + Go to cue point and play + + + + + Go to cue point and stop + + + + + Preview from cue point + + + + + Cue button (CDJ mode) + + + + + Stutter cue + + + + + Hotcues + Hotcues + + + + Set, preview from or jump to hotcue %1 + + + + + Clear hotcue %1 + + + + + Set hotcue %1 + + + + + Jump to hotcue %1 + + + + + Jump to hotcue %1 and stop + + + + + Jump to hotcue %1 and play + + + + + Preview from hotcue %1 + + + + + + Hotcue %1 + + + + + Looping + + + + + Loop In button + + + + + Loop Out button + + + + + Loop Exit button + + + + + 1/2 + + + + + 1 + 1 + + + + 2 + 2 + + + + 4 + 4 + + + + 8 + 8 + + + + 16 + 16 + + + + 32 + 32 + + + + 64 + 64 + + + + Move loop forward by %1 beats + + + + + Move loop backward by %1 beats + + + + + Beat-Looping + + + + + Create %1-beat loop + + + + + Create temporary %1-beat loop roll + + + + + + Library + + + + + Unit %1 + + + + + Slot %1 + + + + + Master crossfader + + + + + Master Balance + + + + + Master Delay + + + + + Headphone Mix + + + + + Headphone Split Cue + + + + + Headphone Delay + + + + + Play + + + + + Fast Rewind + + + + + Fast Rewind button + + + + + Fast Forward + + + + + Fast Forward button + + + + + Strip Search + + + + + Play Reverse + + + + + Play Reverse button + + + + + Reverse Roll (Censor) + + + + + Jump To Start + + + + + Jumps to start of track + + + + + Play From Start + + + + + Stop + + + + + Stop And Jump To Start + + + + + Stop playback and jump to start of track + + + + + Jump To End + + + + + Volume + + + + + + + Volume Fader + + + + + + Full Volume + + + + + + Zero Volume + + + + + Track Gain + + + + + Track Gain knob + + + + + + Mute + + + + + Eject + + + + + + Headphone Listen + + + + + Headphone listen (pfl) button + + + + + Repeat Mode + + + + + Slip Mode + + + + + + Orientation + + + + + + Orient Left + + + + + + Orient Center + + + + + + Orient Right + + + + + BPM +1 + + + + + BPM -1 + + + + + BPM +0.1 + + + + + BPM -0.1 + + + + + BPM Tap + + + + + Adjust Beatgrid Faster +.01 + + + + + Increase track's average BPM by 0.01 + + + + + Adjust Beatgrid Slower -.01 + + + + + Decrease track's average BPM by 0.01 + + + + + Move Beatgrid Earlier + + + + + Adjust the beatgrid to the left + + + + + Move Beatgrid Later + + + + + Adjust the beatgrid to the right + + + + + Adjust Beatgrid + + + + + Align beatgrid to current position + + + + + Adjust Beatgrid - Match Alignment + + + + + Adjust beatgrid to match another playing deck. + + + + + Quantize Mode + + + + + Sync + + + + + + Sync Mode + + + + + Internal Sync Master + + + + + Toggle Internal Sync Master + + + + + + Internal Master BPM + + + + + Internal Master BPM +1 + + + + + Internal Master BPM -1 + + + + + Internal Master BPM +0.1 + + + + + Internal Master BPM -0.1 + + + + + Sync Master + + + + + Beat Sync One-Shot + + + + + Sync Tempo One-Shot + + + + + Sync Phase One-Shot + + + + + Speed (Pitch/Tempo) + + + + + Keylock Mode + + + + + Pitch control (does not affect tempo), center is original pitch + + + + + Pitch Adjust + + + + + Adjust pitch from speed slider pitch + + + + + Match musical key + + + + + Match Key + + + + + Reset Key + + + + + Resets key to original + + + + + High EQ + + + + + Mid EQ + + + + + Low EQ + + + + + Toggle Vinyl Control + + + + + Toggle Vinyl Control (ON/OFF) + + + + + Vinyl Control Mode + + + + + Vinyl Control Cueing Mode + + + + + Vinyl Control Passthrough + + + + + Vinyl Control Next Deck + + + + + Single deck mode - Switch vinyl control to next deck + + + + + Cue + + + + + Set Cue + + + + + Go-To Cue + + + + + Go-To Cue And Play + + + + + Go-To Cue And Stop + + + + + Preview Cue + + + + + Cue (CDJ Mode) + + + + + Stutter Cue + + + + + Go to cue point and play after release + + + + + Clear Hotcue %1 + + + + + Set Hotcue %1 + + + + + Jump To Hotcue %1 + + + + + Jump To Hotcue %1 And Stop + + + + + Jump To Hotcue %1 And Play + + + + + Preview Hotcue %1 + + + + + Loop In + + + + + Loop Out + + + + + Loop Exit + + + + + Reloop/Exit Loop + + + + + Loop Halve + + + + + Loop Double + + + + + 1/32 + + + + + 1/16 + + + + + 1/8 + + + + + 1/4 + + + + + Move Loop +%1 Beats + + + + + Move Loop -%1 Beats + + + + + Loop %1 Beats + + + + + Loop Roll %1 Beats + + + + + Add to Auto DJ Queue (bottom) + Zu Auto-DJ-Liste hinzufügen (unten) + + + + Append the selected track to the Auto DJ Queue + + + + + Add to Auto DJ Queue (top) + Zu Auto-DJ-Liste hinzufügen (oben) + + + + Prepend selected track to the Auto DJ Queue + + + + + Load Track + + + + + Load selected track + + + + + Track Load and Play + + + + + Load selected track and play + + + + + Record Mix + Mix aufnehmen + + + + Toggle mix recording + + + + + Effects + + + + + Quick Effects + + + + + Deck %1 Quick Effect Super Knob + + + + + Quick Effect Super Knob (control linked effect parameters) + + + + + Quick Effect + + + + + Clear effect rack + + + + + Clear Effect Rack + + + + + Clear Unit + + + + + Clear effect unit + + + + + Toggle Unit + + + + + Dry/Wet + + + + + Adjust the balance between the original (dry) and processed (wet) signal. + + + + + Super Knob + + + + + Next Chain + + + + + + + + + + + + Assign + + + + + Clear + + + + + Clear the current effect + + + + + Toggle + + + + + Toggle the current effect + + + + + Next + + + + + Switch to next effect + + + + + Previous + + + + + Switch to the previous effect + + + + + Next or Previous + + + + + Switch to either next or previous effect + + + + + + Parameter Value + + + + + + Microphone Ducking Strength + + + + + Microphone Ducking Mode + + + + + Gain + + + + + Gain knob + + + + + Shuffle the content of the Auto DJ queue + + + + + Skip the next track in the Auto DJ queue + + + + + Auto DJ Toggle + + + + + Toggle Auto DJ On/Off + + + + + Library Maximize/Restore + + + + + Maximize the track library to take up all the available screen space. + + + + + Effect Rack Show/Hide + + + + + Show/hide the effect rack + + + + + Cover Art Show/Hide + + + + + Show/hide cover art + + + + + Waveform Zoom Out + + + + + Toggle Effect Unit + + + + + Master Gain + + + + + Master gain + + + + + Headphone Gain + + + + + Headphone gain + + + + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + + Playback Speed + + + + + Playback speed control (Vinyl "Pitch" slider) + + + + + Pitch (Musical key) + + + + + Increase Speed + + + + + Adjust speed faster (coarse) + + + + + + Increase Speed (Fine) + + + + + Adjust speed faster (fine) + + + + + Decrease Speed + + + + + Adjust speed slower (coarse) + + + + + Adjust speed slower (fine) + + + + + Temporarily Increase Speed + + + + + Temporarily increase speed (coarse) + + + + + Temporarily Increase Speed (Fine) + + + + + Temporarily increase speed (fine) + + + + + Temporarily Decrease Speed + + + + + Temporarily decrease speed (coarse) + + + + + Temporarily Decrease Speed (Fine) + + + + + Temporarily decrease speed (fine) + + + + + + Adjust %1 + + + + + + Kill %1 + + + + + CUP (Cue + Play) + + + + + Loop Selected Beats + + + + + Create a beat loop of selected beat size + + + + + Loop Roll Selected Beats + + + + + Create a rolling beat loop of selected beat size + + + + + Toggle loop on/off and jump to Loop In point if loop is behind play position + + + + + Reloop And Stop + + + + + Enable loop, jump to Loop In point, and stop + + + + + Halve the loop length + + + + + Double the loop length + + + + + Beat Jump / Loop Move + + + + + Jump / Move Loop Forward %1 Beats + + + + + Jump / Move Loop Backward %1 Beats + + + + + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats + + + + + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats + + + + + Beat Jump / Loop Move Forward Selected Beats + + + + + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats + + + + + Beat Jump / Loop Move Backward Selected Beats + + + + + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats + + + + + Move up + + + + + Equivalent to pressing the UP key on the keyboard + + + + + Move down + + + + + Equivalent to pressing the DOWN key on the keyboard + + + + + Move up/down + + + + + Move vertically in either direction using a knob, as if pressing UP/DOWN keys + + + + + Scroll Up + + + + + Equivalent to pressing the PAGE UP key on the keyboard + + + + + Scroll Down + + + + + Equivalent to pressing the PAGE DOWN key on the keyboard + + + + + Scroll up/down + + + + + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys + + + + + Move left + + + + + Equivalent to pressing the LEFT key on the keyboard + + + + + Move right + + + + + Equivalent to pressing the RIGHT key on the keyboard + + + + + Move left/right + + + + + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys + + + + + Move focus to right pane + + + + + Equivalent to pressing the TAB key on the keyboard + + + + + Move focus to left pane + + + + + Equivalent to pressing the SHIFT+TAB key on the keyboard + + + + + Move focus to right/left pane + + + + + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys + + + + + Go to the currently selected item + + + + + Choose the currently selected item and advance forward one pane if appropriate + + + + + Add to Auto DJ Queue (replace) + + + + + Replace Auto DJ Queue with selected tracks + + + + + Enable or disable effect processing + + + + + Super Knob (control effects' Meta Knobs) + + + + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + + Next chain preset + + + + + Previous Chain + + + + + Previous chain preset + + + + + Next/Previous Chain + + + + + Next or previous chain preset + + + + + + Show Effect Parameters + + + + + Meta Knob + + + + + Effect Meta Knob (control linked effect parameters) + + + + + Meta Knob Mode + + + + + Set how linked effect parameters change when turning the Meta Knob. + + + + + Meta Knob Mode Invert + + + + + Invert how linked effect parameters change when turning the Meta Knob. + + + + + Microphone / Auxiliary + + + + + Microphone On/Off + + + + + Microphone on/off + + + + + Toggle microphone ducking mode (OFF, AUTO, MANUAL) + + + + + Auxiliary On/Off + + + + + Auxiliary on/off + + + + + Auto DJ + Auto-DJ + + + + Auto DJ Shuffle + + + + + Auto DJ Skip Next + + + + + Auto DJ Fade To Next + + + + + Trigger the transition to the next track + + + + + User Interface + + + + + Samplers Show/Hide + + + + + Show/hide the sampler section + + + + + Microphone Show/Hide + + + + + Show/hide the microphone section + + + + + Vinyl Control Show/Hide + + + + + Show/hide the vinyl control section + + + + + Preview Deck Show/Hide + + + + + Show/hide the preview deck + + + + + Vinyl Spinner Show/Hide + + + + + Show/hide spinning vinyl widget + + + + + Waveform zoom + + + + + Waveform Zoom + + + + + Zoom waveform in + + + + + Waveform Zoom In + + + + + Zoom waveform out + + + + + ControllerEngine + + + Uncaught exception at line %1 in file %2: %3 + + + + + Uncaught exception at line %1 in passed code: %2 + + + + + Controller script error + + + + + A control you just used is not working properly. + + + + + The script code needs to be fixed. + + + + + For now, you can: Ignore this error for this session but you may experience erratic behavior. + + + + + Try to recover by resetting your controller. + + + + + ControllerInputMappingTableModel + + + Channel + + + + + Opcode + + + + + Control + + + + + Options + + + + + Action + + + + + Comment + Kommentar + + + + ControllerOutputMappingTableModel + + + Channel + + + + + Opcode + + + + + Control + + + + + On Value + + + + + Off Value + + + + + Action + + + + + On Range Min + + + + + On Range Max + + + + + Comment + Kommentar + + + + CrateFeature + + + Remove + Entfernen + + + + + Create New Crate + Erstelle neue Plattenkiste + + + + Rename + Umbenennen + + + + + Lock + Sperren + + + + Export Track Files + Musik-Dateien exportieren + + + + Duplicate + Duplizieren + + + + Analyze entire Crate + + + + + Auto DJ Track Source + + + + + Enter new name for crate: + + + + + + Crates + Kisten + + + + + Import Crate + + + + + + Export Crate + + + + + Unlock + + + + + An unknown error occurred while creating crate: + + + + + Rename Crate + + + + + + Renaming Crate Failed + + + + + Crate Creation Failed + + + + + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) + + + + + Crates are a great way to help organize the music you want to DJ with. + + + + + Make a crate for your next gig, for your favorite electrohouse tracks, or for your most requested songs. + + + + + Crates let you organize your music however you'd like! + + + + + A crate cannot have a blank name. + Eine Plattenkiste muss einen Namen haben. + + + + A crate by that name already exists. + Eine Plattenkiste mit diesem Namen existiert bereits. + + + + CrateFeatureHelper + + + New Crate + Neue Plattenkiste + + + + Create New Crate + Erstelle neue Plattenkiste + + + + + Enter name for new crate: + Gib einen Namen für die neue Plattenkiste ein: + + + + + + Creating Crate Failed + Erzeugen der Plattenkiste fehlgeschlagen + + + + + A crate cannot have a blank name. + Eine Plattenkiste muss einen Namen haben. + + + + + A crate by that name already exists. + Eine Plattenkiste mit diesem Namen existiert bereits. + + + + + An unknown error occurred while creating crate: + + + + + copy + [noun] + + + + + Duplicate Crate + + + + + + + Duplicating Crate Failed + + + + + DlgAbout + + + Mixxx %1 Development Team + + + + + With contributions from: + Mit Beiträgen von: + + + + And special thanks to: + Und besonderen Dank an: + + + + Past Developers + Frühere Entwickler + + + + Past Contributors + Frühere Beitragende + + + + DlgAboutDlg + + + About Mixxx + Über Mixxx + + + + Credits + Impressum + + + + License + + + + + <a href="http://mixxx.org/">Official Website</a> + + + + + DlgAnalysis + + + + + Analyze + analysieren + + + + Shows tracks added to the library within the last 7 days. + + + + + New + + + + + Shows all tracks in the library. + + + + + All + + + + + Progress + + + + + Selects all tracks in the table below. + + + + + Select All + + + + + Runs beatgrid, key, and ReplayGain detection on the selected tracks. Does not generate waveforms for the selected tracks to save disk space. + + + + + Stop Analysis + + + + + Analyzing %1/%2 %3% + + + + + DlgAutoDJ + + + One deck must be stopped to enable Auto DJ mode. + + + + + Decks 3 and 4 must be stopped to enable Auto DJ mode. + + + + + + Disable Auto DJ + + + + + Displays the duration and number of selected tracks. + + + + + + + Auto DJ + Auto-DJ + + + + Shuffle + + + + + Add Random + + + + + Shuffle the content of the Auto DJ queue. + + + + + Adds a random track from track sources (crates) to the Auto DJ queue. +If no track sources are configured, the track is added from the library instead. + + + + + Skip the next track in the Auto DJ queue. + + + + + Skip Track + + + + + Trigger the transition to the next track. + + + + + Fade Now + + + + + Determines the duration of the transition. + + + + + Seconds + "sec." as in seconds + + + + + sec. + + + + + Turn Auto DJ on or off. + + + + + + + Enable Auto DJ + + + + + DlgBeatsDlg + + + When beat detection is enabled, Mixxx detects the beats per minute and beats of your tracks, +automatically shows a beat-grid for them, and allows you to synchronize tracks using their beat information. + + + + + Enable BPM and Beat Detection + + + + + Choose between different algorithms to detect beats. + + + + + Enable fast beat detection. +If activated Mixxx only analyzes the first minute of a track for beat information. +This can speed up beat detection on slower computers but may result in lower quality beatgrids. + + + + + Attempts to correct the phase (first beat) of fixed-tempo beatgrids +by analyzing the beats to discard outliers. + + + + + Beat Detection Preferences + + + + + Choose Analyzer + + + + + Beat Analyzer: + + + + + Analyzer Settings + + + + + Enable Fast Analysis (For slow computers, may be less accurate) + + + + + Converts beats detected by the analyzer into a fixed-tempo beatgrid. +Use this setting if your tracks have a constant tempo (e.g. most electronic music). +Often results in higher quality beatgrids, but will not do well on tracks that have tempo shifts. + + + + + Assume constant tempo (Recommended) + + + + + Enable Offset Correction (Recommended) + + + + + e.g. from 3rd-party programs or Mixxx versions before 1.11. +(Not checked: Analyze only, if no beats exist.) + + + + + Re-analyze beats when settings change or beat detection data is outdated + + + + + BPM Range + + + + + Min: + + + + + Max: + + + + + DlgControllerLearning + + + Controller Learning Wizard + + + + + Learn + + + + + Close + + + + + Choose Control... + + + + + Hints: If you're mapping a button or switch, only press or flip it once. For knobs and sliders, move the control in both directions for best results. Make sure to touch one control at a time. + + + + + Cancel + + + + + Advanced MIDI Options + + + + + Switch mode interprets all messages for the control as button presses. + + + + + Switch Mode + + + + + Ignores slider or knob movements until they are close to the internal value. This helps prevent unwanted extreme changes while mixing but can accidentally ignore intentional rapid movements. + + + + + Soft Takeover + + + + + Reverses the direction of the control. + + + + + Invert + + + + + For jog wheels or infinite-scroll knobs. Interprets incoming messages in two's complement. + + + + + Jog Wheel / Select Knob + + + + + Retry + + + + + Learn Another + + + + + Done + + + + + Click anywhere in Mixxx or choose a control to learn + + + + + You can click on any button, slider, or knob in Mixxx to teach it that control. You can also type in the box to search for a control by name, or click the Choose Control button to select from a list. + + + + + Now test it out! + + + + + If you manipulate the control, you should see the Mixxx user interface respond the way you expect. + + + + + Not quite right? + + + + + If the mapping is not working try enabling an advanced option below and then try the control again. Or click Retry to redetect the midi control. + + + + + Didn't get any midi messages. Please try again. + + + + + Unable to detect a mapping -- please try again. Be sure to only touch one control at once. + + + + + Successfully mapped control: + + + + + <i>Ready to learn %1</i> + + + + + Learning: %1. Now move a control on your controller. + + + + + The control you clicked in Mixxx is not learnable. +This could be because you are using an old skin and this control is no longer supported. + +You tried to learn: %1,%2 + + + + + DlgDeveloperTools + + + Developer Tools + + + + + Controls + + + + + Dumps all ControlObject values to a csv-file saved in the settings path (e.g. ~/.mixxx) + + + + + Dump to csv + + + + + Log + + + + + Search + Suche + + + + Stats + + + + + DlgHidden + + + Hidden Tracks + + + + + Selects all tracks in the table below. + + + + + Select All + + + + + Purge selected tracks from the library. + + + + + Purge + + + + + Unhide selected tracks from the library. + + + + + Unhide + + + + + Ctrl+S + + + + + DlgMissing + + + Missing Tracks + + + + + Selects all tracks in the table below. + + + + + Select All + + + + + Purge selected tracks from the library. + + + + + Purge + + + + + DlgPrefAutoDJ + + + + Off + + + + + + On + + + + + DlgPrefAutoDJDlg + + + Re-queue tracks after playback + + + + + Duration after which a track is eligible for selection by Auto DJ again + + + + + hh:mm + + + + + Minimum available tracks in Track Source + + + + + Auto DJ Preferences + + + + + Add a track to the end of the Auto DJ queue once it is played, instead of removing it. + + + + + This percentage of tracks are always available for selecting, regardless of when they were last played. + + + + + % + + + + + Uncheck, to ignore all played tracks. + + + + + Suspend track in Track Source from re-queue + + + + + Suspension period for track selection + + + + + Enable random track addition to queue + + + + + Add random tracks from Track Source if the specified minimum tracks remain + + + + + Minimum allowed tracks before addition + + + + + Minimum number of tracks after which random tracks may be added + + + + + DlgPrefBroadcast + + + Icecast 2 + + + + + Shoutcast 1 + + + + + Icecast 1 + + + + + MP3 + + + + + Ogg Vorbis + + + + + Automatic + + + + + Mono + + + + + Stereo + + + + + + + + Action failed + Aktion fehlgeschlagen + + + + '%1' has the same Icecast mountpoint as '%2'. +Two source connections to the same server can't have the same mountpoint. + + + + + You can't create more than %1 source connections. + + + + + Source connection %1 + + + + + At least one source connection is required. + + + + + Are you sure you want to disconnect every active source connection? + + + + + + Confirmation required + + + + + Are you sure you want to delete '%1'? + + + + + Renaming '%1' + + + + + New name for '%1': + + + + + Can't rename '%1' to '%2': name already in use + + + + + DlgPrefBroadcastDlg + + + Live Broadcasting Preferences + + + + + Mixxx Icecast Testing + + + + + Public stream + + + + + http://www.mixxx.org + + + + + Stream name + + + + + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. + + + + + Live Broadcasting source connections + + + + + Delete selected + + + + + Create new connection + + + + + Rename selected + + + + + Disconnect all + + + + + Turn on Live Broadcasting when applying these settings + + + + + Settings for %1 + + + + + Dynamically update Ogg Vorbis metadata. + + + + + ICQ + + + + + AIM + + + + + Website + + + + + Live mix + + + + + IRC + + + + + Select a source connection above to edit its settings here + + + + + Password storage + + + + + Plain text + + + + + Secure storage (OS keychain) + + + + + Genre + Genre + + + + Use UTF-8 encoding for metadata. + + + + + Description + Beschreibung + + + + Encoding + + + + + Bitrate + Bitrate + + + + + Format + + + + + Channels + + + + + Server connection + + + + + Type + Typ + + + + Host + + + + + Login + + + + + Mount + + + + + Port + + + + + Password + + + + + Stream info + + + + + Metadata + + + + + Use static artist and title. + + + + + Static title + + + + + Static artist + + + + + Automatic reconnect + + + + + Time to wait before the first reconnection attempt is made. + + + + + + seconds + + + + + Wait until first attempt + + + + + Reconnect period + + + + + Time to wait between two reconnection attempts. + + + + + Limit number of reconnection attempts + + + + + Maximum retries + + + + + Reconnect if the connection to the streaming server is lost. + + + + + Enable automatic reconnect + + + + + DlgPrefController + + + Apply device settings? + + + + + Your settings must be applied before starting the learning wizard. +Apply settings and continue? + + + + + None + Nichts + + + + %1 by %2 + + + + + No Name + + + + + No Description + + + + + No Author + + + + + Troubleshooting + Fehlerbehebung + + + + Filename + Dateiname + + + + Function Prefix + + + + + Built-in + + + + + Clear Input Mappings + + + + + Are you sure you want to clear all input mappings? + + + + + Clear Output Mappings + + + + + Are you sure you want to clear all output mappings? + + + + + + Add Script + + + + + Controller Script Files (*.js) + + + + + Could not add script file: '%s' + + + + + Please select a script from the list to open. + + + + + DlgPrefControllerDlg + + + (device category goes here) + + + + + Controller Name + + + + + Enabled + Aktiviert + + + + Description: + + + + + Load Preset: + + + + + Support: + + + + + Preset Info + + + + + Input Mappings + + + + + + + Add + + + + + + + Remove + Entfernen + + + + Click to start the Controller Learning wizard. + + + + + Controller Preferences + + + + + Controller Setup + + + + + Author: + + + + + Name: + + + + + Learning Wizard (MIDI Only) + + + + + + Clear All + + + + + Output Mappings + + + + + Scripts + + + + + Open Selected File + + + + + DlgPrefControllersDlg + + + Controller Preferences + + + + + Controllers + + + + + Mixxx did not detect any controllers. If you connected the controller while Mixxx was running you must restart Mixxx first. + + + + + Presets + + + + + Open User Preset Folder + + + + + Resources + + + + + Controllers are physical devices that send MIDI or HID signals to your computer over a USB connection. These allow you to control Mixxx in a more hands-on way than a keyboard and mouse. Attached controllers that Mixxx recognizes are shown in the "Controllers" section in the sidebar. + + + + + Mixxx uses "presets" to connect messages from your controller to controls in Mixxx. If you do not see a preset for your controller in the "Load Preset" menu when you click on your controller on the left sidebar, you may be able to download one online from the <a href="http://www.mixxx.org/forums/viewforum.php?f=7">Mixxx Forum</a>. Place the XML (.xml) and Javascript (.js) file(s) in the "User Preset Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Preset Folder" then restart Mixxx: + + + + + You can create your own mapping by using the MIDI Learning Wizard when you select your controller in the sidebar. You can edit mappings by selecting the "Input Mappings" and "Output Mappings" tabs in the preference page for your controller. See the Resources below for more details on making mappings. + + + + + <a href="http://mixxx.org/wiki/doku.php/hardware_compatibility">Mixxx DJ Hardware Guide</a> + + + + + <a href="http://www.mixxx.org/forums/viewforum.php?f=7">Mixxx Controller Forums</a> + + + + + <a href="http://mixxx.org/wiki/doku.php/midi_controller_mapping_file_format">MIDI Preset File Format</a> + + + + + <a href="http://mixxx.org/wiki/doku.php/midi_scripting">MIDI Scripting with Javascript</a> + + + + + DlgPrefControlsDlg + + + Skin + + + + + Tool tips + + + + + Select from different color schemes of a skin if available. + + + + + Color scheme + + + + + Locales determine country and language specific settings. + + + + + Locale + + + + + Interface Preferences + + + + + Interface options + + + + + HiDPI / Retina scaling + + + + + Change the size of text, buttons, and other items. + + + + + Adopt scale factor from the operating system + + + + + Auto Scaling + + + + + Effect options + + + + + Load behavior + + + + + Keep metaknob position + + + + + Reset metaknob to effect default + + + + + Screen saver + + + + + Start in full-screen mode + + + + + Full-screen mode + + + + + Off + + + + + Library only + + + + + Library and Skin + + + + + DlgPrefCrossfaderDlg + + + Crossfader Preferences + + + + + Crossfader Curve + + + + + Slow fade/Fast cut (additive) + + + + + Constant power + + + + + Mixing + + + + + Scratching + + + + + Linear + + + + + Logarithmic + + + + + Reverse crossfader (Hamster Style) + + + + + DlgPrefDeck + + + Mixxx mode + + + + + Mixxx mode (no blinking) + + + + + Pioneer mode + + + + + Denon mode + + + + + Numark mode + + + + + CUP mode + + + + + 4% + + + + + 6% (semitone) + + + + + 8% (Technics SL-1210) + + + + + 10% + + + + + 16% + + + + + 24% + + + + + 50% + + + + + 90% + + + + + DlgPrefDeckDlg + + + Deck Preferences + + + + + Deck options + + + + + Cue mode + + + + + Mixxx mode: +- Cue button while pause at cue point = preview +- Cue button while pause not at cue point = set cue point +- Cue button while playing = pause at cue point +Mixxx mode (no blinking): +- Same as Mixxx mode but with no blinking indicators +Pioneer mode: +- Same as Mixxx mode with a flashing play button +Denon mode: +- Cue button at cue point = preview +- Cue button not at cue point = pause at cue point +- Play = set cue point +Numark mode: +- Same as Denon mode, but without a flashing play button +CUP mode: +- Cue button while pause at cue point = play after release +- Cue button while pause not at cue point = set cue point and play after release +- Cue button while playing = go to cue point and play after release + + + + + + Track time display + + + + + Elapsed + + + + + Remaining + + + + + Elapsed and Remaining + + + + + Auto cue + + + + + Automatically seeks to the first saved cue point on track load. + If none exists, seeks to the beginning of the track. + + + + + Jump to main cue point on track load + + + + + Playing track protection + + + + + Do not load tracks into playing decks + + + + + Speed (Tempo) and Key (Pitch) options + + + + + Permanent rate change when left-clicking + + + + + + + + % + + + + + Permanent rate change when right-clicking + + + + + Reset on track load + + + + + Current key + + + + + Temporary rate change when right-clicking + + + + + Permanent + + + + + Value in milliseconds + + + + + Temporary + + + + + Keylock mode + + + + + Ramping sensitivity + + + + + Pitch bend behavior + + + + + Original key + + + + + Temporary rate change when left-clicking + + + + + Speed/Tempo + + + + + Key/Pitch + + + + + Adjustment buttons: + + + + + Coarse + + + + + Fine + + + + + Make the speed sliders work like those on DJ turntables and CDJs where moving downward increases the speed + + + + + Down increases speed + + + + + Slider range + + + + + Adjusts the range of the speed (Vinyl "Pitch") slider. + + + + + Abrupt jump + + + + + Smoothly adjusts deck speed when temporary change buttons are held down + + + + + Smooth ramping + + + + + Keyunlock mode + + + + + Reset key + + + + + Keep key + + + + + DlgPrefEQ + + + + + None + Displayed when no effect is selected + Nichts + + + + DlgPrefEQDlg + + + Equalizer Preferences + + + + + Reset equalizers on track load + + + + + Resets the equalizers to their default values when loading a track. + + + + + Equalizer Rack + + + + + Only allow EQ knobs to control EQ-specific effects + + + + + Uncheck to allow any effect to be loaded into the EQ knobs. + + + + + Use the same EQ filter for all decks + + + + + Uncheck to allow different decks to use different EQ effects. + + + + + Equalizer Plugin + + + + + Quick Effect + + + + + High Shelf EQ + + + + + + 16 Hz + + + + + Master EQ + + + + + Reset Parameter + + + + + Miscellaneous + + + + + Resets the deck gain to unity when loading a track. + + + + + Reset gain on track load + + + + + Bypass EQ effect processing + + + + + When checked, EQs are not processed, improving performance on slower computers. + + + + + + 20.05 kHz + + + + + Low Shelf EQ + + + + + DlgPrefEffectsDlg + + + Effects Preferences + + + + + Available Effects + + + + + Effect Info + + + + + Version: + + + + + Description: + + + + + Author: + + + + + Name: + + + + + Type: + + + + + DlgPrefInterface + + + The minimum size of the selected skin is bigger than your screen resolution. + + + + + Allow screensaver to run + + + + + Prevent screensaver from running + + + + + Prevent screensaver while playing + + + + + This skin does not support color schemes + + + + + Information + + + + + Mixxx must be restarted before the new locale setting will take effect. + + + + + DlgPrefKeyDlg + + + Key Notation Format Settings + + + + + When key detection is enabled, Mixxx detects the musical key of your tracks +and allows you to pitch adjust them for harmonic mixing. + + + + + Enable Key Detection + + + + + Choose Analyzer + + + + + Key Analyzer: + + + + + Choose between different algorithms to detect keys. + + + + + Analyzer Settings + + + + + Enable Fast Analysis (For slow computers, may be less accurate) + + + + + Re-analyze keys when settings change or 3rd-party keys are present + + + + + Key Notation + + + + + Lancelot + + + + + OpenKey + + + + + Traditional + + + + + Custom + + + + + A + + + + + Bb + + + + + B + + + + + C + + + + + Db + + + + + D + + + + + Eb + + + + + E + + + + + F + + + + + F# + + + + + G + G + + + + Ab + + + + + Am + + + + + Bbm + + + + + Bm + + + + + Cm + + + + + C#m + + + + + Dm + + + + + Ebm + + + + + Em + + + + + Fm + + + + + F#m + + + + + Gm + + + + + G#m + + + + + DlgPrefLV2Dlg + + + Equalizer Preferences + + + + + Discovered LV2 effects + + + + + DlgPrefLibrary + + + Music Directory Added + + + + + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? + + + + + Scan + + + + + Choose a music directory + + + + + Confirm Directory Removal + + + + + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. + + + + + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. + + + + + Hide Tracks + + + + + Delete Track Metadata + + + + + Leave Tracks Unchanged + + + + + Relink music directory to new location + + + + + Select Library Font + + + + + DlgPrefLibraryDlg + + + Library + + + + + Music Directories: + + + + + If removed, Mixxx will no longer watch this directory and its subdirectories for new tracks. + + + + + Remove + Entfernen + + + + Add a directory where your music is stored. Mixxx will watch this directory and its subdirectories for new tracks. + + + + + Add + + + + + If an existing music directory is moved, Mixxx doesn't know where to find the audio files in it. Choose Relink to select the music directory in its new location. <br/> This will re-establish the links to the audio files in the Mixxx library. + + + + + Relink + This will re-establish the links to the audio files in the Mixxx database if you move an music directory to a new location. + + + + + Audio File Formats + + + + + Additional Format Plugins: + + + + + Built-in + + + + + Available Online... + + + + + Loaded Plugins: + + + + + None + Nichts + + + + Track Metadata Synchronization + + + + + Export: Write modified track metadata from the library into file tags + + + + + Miscellaneous + + + + + Library Font: + + + + + Library Row Height: + + + + + Rescan library on start-up + + + + + Add track to Auto DJ Queue (top) + + + + + Add track to Auto DJ Queue (bottom) + + + + + Use relative paths for playlist export if possible + + + + + ... + + + + + px + + + + + Edit metadata after clicking selected track + + + + + Track Load Action + Sets default action when double-clicking a track in the library. + + + + + Load track to next available deck + + + + + External Libraries + + + + + You will need to restart Mixxx for these settings to take effect. + + + + + Show Rhythmbox Library + + + + + Show Banshee Library + + + + + Show iTunes Library + + + + + Show Traktor Library + + + + + All external libraries shown are write protected. + + + + + DlgPrefModplug + + + Modplug Preferences + + + + + All settings take effect on next track load. Currently loaded tracks are not affected. For an explanation of these settings, see the <a href="http://wiki.openmpt.org/Manual:_Setup/Player">OpenMPT manual</a>. + + + + + Maximum Number of Mixing Channels: + + + + + Show Advanced Settings + + + + + + + Low + + + + + Reverb Delay: + + + + + + + High + + + + + None + Nichts + + + + Bass Expansion + + + + + Bass Range: + + + + + 16 + 16 + + + + Front/Rear Delay: + + + + + Pro-Logic Surround + + + + + Full + + + + + Reverb + Hall + + + + Stereo separation + + + + + 10Hz + + + + + 10ms + + + + + 256 + + + + + 5ms + + + + + 100Hz + + + + + 250ms + + + + + 50ms + + + + + Noise reduction + + + + + Hints + + + + + Module files are decoded at once and kept in RAM to allow for seeking and smooth operation in Mixxx. About 10MB of RAM are required for 1 minute of audio. + + + + + Decoding options for libmodplug, a software library for loading and rendering module files (MOD music, tracker music). + + + + + Decoding Options + + + + + Resampling mode (interpolation) + + + + + Enable oversampling + + + + + Nearest (very fast, extremely bad quality) + + + + + Linear (fast, good quality) + + + + + Cubic Spline (high quality) + + + + + 8-tap FIR (extremely high quality) + + + + + Memory limit for single track (MB) + + + + + DlgPrefNoVinylDlg + + + Vinyl Control (Disabled) Preferences + Using a version with the Vinyl Control feature disabled, an alternative preferences window is displayed. + + + + + <b>This version of Mixxx does not support vinyl control.</b> <br> Please visit <a href="http://mixxx.org">Mixxx.org</a> for more information. + + + + + DlgPrefRecord + + + Choose recordings directory + + + + + DlgPrefRecordDlg + + + Recording Preferences + + + + + Recordings Directory + + + + + Recordings Directory: + + + + + Browse... + + + + + + Quality + Qualität + + + + Tags + + + + + Title + Titel + + + + Author + + + + + Album + Album + + + + Miscellaneous + + + + + Output File Format + + + + + Compression + + + + + Lossy + + + + + Compression Level + + + + + Lossless + + + + + Create a CUE file + + + + + File Splitting + + + + + Split recordings at + + + + + DlgPrefReplayGain + + + %1 LUFS (adjust by %2 dB) + + + + + DlgPrefReplayGainDlg + + + Normalization Preferences + + + + + ReplayGain Loudness Normalization + + + + + Apply loudness normalization to loaded tracks. + + + + + Apply ReplayGain + + + + + -30 LUFS + + + + + -6 LUFS + + + + + When ReplayGain is enabled, adjust tracks lacking ReplayGain information by this amount. + + + + + Initial boost without ReplayGain data + + + + + For tracks with ReplayGain, adjust the target loudness to this LUFS value (Loudness Units relative to Full Scale). + + + + + Target loudness + + + + + -12 dB + + + + + Analysis + + + + + ReplayGain 2.0 (ITU-R BS.1770) + + + + + ReplayGain 1.0 + + + + + Disabled + + + + + Re-analyze and override an existing value + + + + + ReplayGain targets a reference loudness of -18 LUFS (Loudness Units relative to Full Scale). You may increase it if you find Mixxx is too quiet or reduce it if you find that your tracks are clipping. You may also want to decrease the volume of unanalyzed tracks if you find they are often louder than ReplayGained tracks. For podcasting a loudness of -16 LUFS is recommended. + +The loudness target is approximate and assumes track pregain and master output level are unchanged. + + + + + When an unanalyzed track is playing, Mixxx will avoid an abrupt volume change by not applying a newly calculated ReplayGain value. + + + + + +12 dB + + + + + Hints + + + + + DlgPrefSound + + + None + Nichts + + + + %1 Hz + + + + + Default (long delay) + + + + + Experimental (no delay) + + + + + Disabled (short delay) + + + + + Soundcard Clock + + + + + Network Clock + + + + + Master output only + + + + + Master and booth outputs + + + + + Direct monitor (recording and broadcasting only) + + + + + Disabled + + + + + Enabled + Aktiviert + + + + Stereo + + + + + Mono + + + + + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. + + + + + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. + + + + + + Refer to the Mixxx User Manual for details. + + + + + Configured latency has changed. + + + + + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. + + + + + Realtime scheduling is enabled. + + + + + %1 ms + + + + + Configuration error + + + + + DlgPrefSoundDlg + + + Sound Hardware Preferences + Sound-Hardware Einstellungen + + + + Sound API + + + + + Sample Rate + Sample-Rate + + + + Audio Buffer + + + + + Engine Clock + + + + + Use soundcard clock for live audience setups and lowest latency.<br>Use network clock for broadcasting without a live audience. + + + + + Microphone Monitor Mode + + + + + Microphone Latency Compensation + + + + + Headphone Delay + + + + + + + + ms + milliseconds + + + + + Booth Delay + + + + + Enable Realtime scheduling (currently disabled), see the <a href="http://mixxx.org/wiki/doku.php/adjusting_audio_latency">Mixxx Wiki</a>. + + + + + 20 ms + + + + + Buffer Underflow Count + + + + + 0 + + + + + Master Delay + + + + + Keylock/Pitch-Bending Engine + + + + + Multi-Soundcard Synchronization + + + + + Master Mix + + + + + Master Output Mode + + + + + Output + + + + + Input + + + + + The <a href="http://mixxx.org/wiki/doku.php/hardware_compatibility">Mixxx DJ Hardware Guide</a> lists sound cards and controllers you may want to consider for using Mixxx. + + + + + System Reported Latency + + + + + Enlarge your audio buffer if the underflow counter is increasing or you hear pops during playback. + + + + + Hints and Diagnostics + + + + + Downsize your audio buffer to improve Mixxx's responsiveness. + + + + + Query Devices + + + + + DlgPrefSoundItem + + + None + Nichts + + + + Channel %1 + + + + + Channels %1 - %2 + + + + + Sound Item Preferences + Constructs new sound items inside the Sound Hardware Preferences, representing an AudioPath and SoundDevice + + + + + Type (#) + + + + + DlgPrefVinylDlg + + + Input + + + + + Vinyl Configuration + + + + + Deck 1 Vinyl Type + + + + + Deck 2 Vinyl Type + + + + + Deck 3 Vinyl Type + + + + + Deck 4 Vinyl Type + + + + + Show Signal Quality in Skin + + + + + + + + seconds + + + + + Vinyl Control Preferences + + + + + + + + Lead-in + + + + + Turntable Input Signal Boost + + + + + 0 dB + + + + + 44 dB + + + + + Signal Quality + Signalqualität + + + + http://www.xwax.co.uk + + + + + Powered by xwax + + + + + Hints + + + + + Select sound devices for Vinyl Control in the Sound Hardware pane. + + + + + DlgPrefWaveform + + + Filtered + + + + + HSV + + + + + RGB + + + + + OpenGL not available + + + + + dropped frames + + + + + Cached waveforms occupy %1 MiB on disk. + + + + + DlgPrefWaveformDlg + + + Waveform Preferences + + + + + Frame rate + + + + + Displays which OpenGL version is supported by the current platform. + + + + + Normalize waveform overview + + + + + Average frame rate + + + + + Visual gain + + + + + Default zoom level + Waveform zoom + + + + + Displays the actual frame rate. + + + + + Visual gain of the middle frequencies + + + + + End of track warning + + + + + OpenGL status + + + + + Highlight the waveforms when the last seconds of a track remains. + + + + + seconds + + + + + Low + + + + + Middle + + + + + Global + + + + + Visual gain of the high frequencies + + + + + Visual gain of the low frequencies + + + + + High + + + + + Waveform type + + + + + Global visual gain + + + + + The waveform overview shows the waveform envelope of the entire track. +Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. + + + + + The waveform shows the waveform envelope of the track near the current playback position. +Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. + + + + + Waveform overview type + + + + + fps + + + + + Synchronize zoom level across all waveform displays. + + + + + Synchronize zoom level across all waveforms + + + + + Caching + + + + + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. + + + + + Enable waveform caching + + + + + Generate waveforms when analyzing library + + + + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + + + + + Play marker position + + + + + Moves the play marker position on the waveforms to the left, right or center (default). + + + + + Clear Cached Waveforms + + + + + DlgPreferences + + + Sound Hardware + + + + + Controllers + + + + + Library + + + + + Interface + + + + + Waveforms + + + + + Auto DJ + Auto-DJ + + + + Equalizers + + + + + Decks + + + + + Crossfader + Crossfader + + + + Effects + + + + + LV2 Plugins + + + + + Recording + + + + + Beat Detection + + + + + Key Detection + + + + + Normalization + + + + + + Vinyl Control + Vinyl-Steuerung + + + + Live Broadcasting + Live-Übertragung + + + + Modplug Decoder + + + + + DlgPreferencesDlg + + + Preferences + + + + + 1 + 1 + + + + DlgRecording + + + Recordings + Aufnahmen + + + + Status: + + + + + + Start Recording + + + + + Stop Recording + + + + + Recording to file: %1 (%2 MiB written in %3) + + + + + DlgTagFetcher + + + MusicBrainz + + + + + Select best possible match + + + + + + Track + + + + + + Year + Jahr + + + + Title + Titel + + + + + Artist + Interpret + + + + + Album + Album + + + + Fetching track data from the MusicBrainz database + + + + + Mixxx could not find this track in the MusicBrainz database. + + + + + Get API-Key + To be able to submit audio fingerprints to the MusicBrainz database, a free application programming interface key (API key) is required. + + + + + Submit + Submits audio fingerprints to the MusicBrainz database. + + + + + New Column + + + + + New Item + + + + + &Previous + + + + + &Next + + + + + &Apply + + + + + &Close + + + + + Status: %1 + + + + + HTTP Status: %1 + + + + + Mixxx can't connect to %1 for an unknown reason. + + + + + Mixxx can't connect to %1. + + + + + Original tags + + + + + Suggested tags + + + + + DlgTrackExport + + + Export Tracks + + + + + Exporting Tracks + + + + + (status text) + + + + + &Cancel + + + + + DlgTrackInfo + + + Track Editor + + + + + Summary + + + + + Filetype: + + + + + BPM: + + + + + Location: + + + + + Bitrate: + + + + + Comments + + + + + BPM + BPM + + + + Sets the BPM to 75% of the current value. + + + + + 3/4 BPM + + + + + Sets the BPM to 50% of the current value. + + + + + Displays the BPM of the selected track. + + + + + Details + + + + + Track # + Titel # + + + + Album Artist + Album-Interpret + + + + Composer + + + + + Title + Titel + + + + Grouping + Gruppierung + + + + Key + + + + + Year + Jahr + + + + Artist + Interpret + + + + Album + Album + + + + Genre + Genre + + + + File + + + + + ReplayGain: + + + + + Converts beats detected by the analyzer into a fixed-tempo beatgrid. +Use this setting if your tracks have a constant tempo (e.g. most electronic music). +Often results in higher quality beatgrids, but will not do well on tracks that have tempo shifts. + + + + + Sets the BPM to 200% of the current value. + + + + + Double BPM + Doppelte BPM + + + + Halve BPM + Halbe BPM + + + + Clear BPM and Beatgrid + + + + + Cuepoints + + + + + Move to the previous item. + "Previous" button + + + + + &Previous + + + + + Move to the next item. + "Next" button + + + + + &Next + + + + + Duration: + + + + + Import Metadata from MusicBrainz + + + + + Import Metadata from File + + + + + Open in File Browser + In Dateiexplorer öffnen + + + + Track BPM: + + + + + Assume constant tempo + + + + + Sets the BPM to 66% of the current value. + + + + + 2/3 BPM + + + + + Sets the BPM to 150% of the current value. + + + + + 3/2 BPM + + + + + Sets the BPM to 133% of the current value. + + + + + 4/3 BPM + + + + + Tap with the beat to set the BPM to the speed you are tapping. + + + + + Tap to Beat + + + + + Hint: Use the Library Analyze view to run BPM detection. + + + + + Cue Id + + + + + Position + + + + + Hotcue + + + + + Label + + + + + Activate Cue + + + + + Save changes and close the window. + "OK" button + + + + + &OK + + + + + Delete Cue + + + + + Discard changes and close the window. + "Cancel" button + + + + + Save changes and keep the window open. + "Apply" button + + + + + &Apply + + + + + &Cancel + + + + + EffectChainSlot + + + Empty Chain + Name for an empty effect chain, that is created after eject + + + + + EffectParameterSlotBase + + + No effect loaded. + Kein Effekt geladen. + + + + EffectSettingsModel + + + Visible + + + + + Name + Name + + + + Type + Typ + + + + EffectsManager + + + Flanger + Flanger + + + + BitCrusher + BitCrusher + + + + Filter + + + + + Reverb + Hall + + + + Echo + Echo + + + + AutoPan + + + + + Tremolo + + + + + EmptyWaveformWidget + + + Empty + + + + + EngineBuffer + + + Soundtouch (faster) + + + + + Rubberband (better) + + + + + Unknown (bad value) + + + + + ErrorDialogHandler + + + Fatal error + + + + + Critical error + + + + + Warning + + + + + Information + + + + + Question + + + + + GLRGBWaveformWidget + + + RGB + + + + + GLSLFilteredWaveformWidget + + + Filtered + + + + + GLSLRGBWaveformWidget + + + RGB + + + + + GLSimpleWaveformWidget + + + Simple + + + + + GLVSyncTestWidget + + + VSyncTest + + + + + GLWaveformWidget + + + Filtered + + + + + HSVWaveformWidget + + + HSV + + + + + HidController + + + Generic HID Mouse + + + + + Generic HID Joystick + + + + + Generic HID Gamepad + + + + + Generic HID Keyboard + + + + + Generic HID Multiaxis Controller + + + + + Unknown HID Desktop Device + + + + + HID Infrared Control + + + + + Unknown Apple HID Device + + + + + HID Unknown Device + + + + + HID Interface Number + + + + + ITunesFeature + + + + iTunes + + + + + + Select your iTunes library + + + + + (loading) iTunes + + + + + Use Default Library + + + + + Choose Library... + + + + + Error Loading iTunes Library + + + + + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. + + + + + LegacySkinParser + + + Safe Mode Enabled + Shown when Mixxx is running in safe mode. + + + + + No OpenGL +support. + Shown when Spinny can not be displayed. Please keep + unchanged + + + + + activate + + + + + toggle + + + + + right + + + + + left + + + + + right small + + + + + left small + + + + + up + + + + + down + + + + + up small + + + + + down small + + + + + Shortcut + Kürzel + + + + Library + + + Add Directory to Library + + + + + Could not add the directory to your library. Either this directory is already in your library or you are currently rescanning your library. + + + + + LibraryFeature + + + Import Playlist + Abspielliste importieren + + + + Playlist Files (*.m3u *.m3u8 *.pls *.csv) + + + + + LibraryScannerDlg + + + Library Scanner + + + + + It's taking Mixxx a minute to scan your music library, please wait... + + + + + Cancel + + + + + Scanning: + + + + + Scanning cover art (safe to cancel) + + + + + LibraryTableModel + + + Sort items randomly + + + + + MidiController + + + MIDI Controller + + + + + MixxxControl(s) not found + + + + + One or more MixxxControls specified in the outputs section of the loaded preset were invalid. + + + + + Some LEDs or other feedback may not work correctly. + + + + + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) + + + + + + * Make sure the MixxxControls in question actually exist. Visit this wiki page for a complete list: + + + + + MixxxDb + + + Click OK to exit. + + + + + Cannot upgrade database schema + + + + + Unable to upgrade your database schema to version %1 + + + + + For help with database issues contact: + + + + + Your mixxxdb.sqlite file may be corrupt. + + + + + Try renaming it and restarting Mixxx. + + + + + Your mixxxdb.sqlite file was created by a newer version of Mixxx and is incompatible. + + + + + The database schema file is invalid. + + + + + MixxxLibraryFeature + + + Missing Tracks + + + + + Hidden Tracks + + + + + Tracks + + + + + MixxxMainWindow + + + Choose music library directory + + + + + Sound Device Busy + + + + + <b>Retry</b> after closing the other application or reconnecting a sound device + + + + + + + <b>Reconfigure</b> Mixxx's sound device settings. + + + + + + Get <b>Help</b> from the Mixxx Wiki. + + + + + + + <b>Exit</b> Mixxx. + + + + + Retry + + + + + Cannot open database + + + + + Unable to establish a database connection. +Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. + +Click OK to exit. + + + + + + Reconfigure + + + + + Help + + + + + + Exit + + + + + + Mixxx was unable to open all the configured sound devices. + + + + + Sound Device Error + + + + + <b>Retry</b> after fixing an issue + + + + + No Output Devices + + + + + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. + + + + + <b>Continue</b> without any outputs. + + + + + Continue + + + + + Load track to Deck %1 + + + + + Deck %1 is currently playing a track. + + + + + Are you sure you want to load a new track? + + + + + There is no input device selected for this vinyl control. +Please select an input device in the sound hardware preferences first. + + + + + There is no input device selected for this passthrough control. +Please select an input device in the sound hardware preferences first. + + + + + There is no input device selected for this microphone. +Please select an input device in the sound hardware preferences first. + + + + + Error in skin file + + + + + The selected skin cannot be loaded. + + + + + OpenGL Direct Rendering + + + + + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. + + + + + + + Confirm Exit + + + + + A deck is currently playing. Exit Mixxx? + + + + + A sampler is currently playing. Exit Mixxx? + + + + + The preferences window is still open. + + + + + Discard any changes and exit Mixxx? + + + + + ParserCsv + + + Location + Ort + + + + Playlist Export Failed + + + + + + Could not create file + + + + + Readable text Export Failed + + + + + ParserM3u + + + + Playlist Export Failed + + + + + File path contains characters, not allowed in m3u playlists. + + + + + + Export a m3u8 playlist instead! + + + + + + Could not create file + + + + + ParserPls + + + Playlist Export Failed + + + + + Could not create file + + + + + PlaylistFeature + + + Lock + Sperren + + + + + Playlists + + + + + Unlock + + + + + Playlists are ordered lists of songs that allow you to plan your DJ sets. + + + + + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. + + + + + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. + + + + + It may be necessary to skip some songs in your prepared playlist or add some different songs in order to maintain the energy of your audience. + + + + + Create New Playlist + Neue Wiedergabeliste erstellen + + + + QMessageBox + + + Upgrading Mixxx + + + + + Mixxx now supports displaying cover art. +Do you want to scan your library for cover files now? + + + + + Scan + + + + + Later + + + + + Upgrading Mixxx from v1.9.x/1.10.x. + + + + + Mixxx has a new and improved beat detector. + + + + + When you load tracks, Mixxx can re-analyze them and generate new, more accurate beatgrids. This will make automatic beatsync and looping more reliable. + + + + + This does not affect saved cues, hotcues, playlists, or crates. + + + + + If you do not want Mixxx to re-analyze your tracks, choose "Keep Current Beatgrids". You can change this setting at any time from the "Beat Detection" section of the Preferences. + + + + + Keep Current Beatgrids + + + + + Generate New Beatgrids + + + + + QObject + + + + Invalid + + + + + Note On + + + + + Note Off + + + + + CC + + + + + Pitch Bend + + + + + + Unknown (0x%1) + + + + + Normal + + + + + Invert + + + + + Rot64 + + + + + Rot64Inv + + + + + Rot64Fast + + + + + Diff + + + + + Button + + + + + Switch + + + + + Spread64 + + + + + HercJog + + + + + SelectKnob + + + + + SoftTakeover + + + + + Script + + + + + 14-bit (LSB) + + + + + 14-bit (MSB) + + + + + Master + Master + + + + Booth + + + + + Headphones + + + + + Left Bus + + + + + Center Bus + + + + + Right Bus + + + + + Invalid Bus + + + + + Deck + + + + + Record/Broadcast + + + + + Vinyl Control + Vinyl-Steuerung + + + + Microphone + + + + + Auxiliary + + + + + Unknown path type %1 + + + + + + Encoder + + + + + <html>Mixxx cannot record or stream in MP3 without the MP3 encoder &quot;lame&quot;. Due to licensing issues, we cannot include this with Mixxx. To record or stream in MP3, you must download <b>libmp3lame</b> and install it on your system. <p>See <a href='http://mixxx.org/wiki/doku.php/internet_broadcasting#%1'>Mixxx Wiki</a> for more information. </html> + + + + + <html>Mixxx has detected that you use a modified version of libmp3lame. See <a href='http://mixxx.org/wiki/doku.php/internet_broadcasting'>Mixxx Wiki</a> for more information.</html> + + + + + Mixxx Needs Access to: %1 + + + + + Due to Mac Sandboxing, we need your permission to access this file: + +%1 + +After clicking OK, you will see a file picker. To give Mixxx permission, you must select '%2' to proceed. If you do not want to grant Mixxx access click Cancel on the file picker. We're sorry for this inconvenience. + +To abort this action, press Cancel on the file dialog. + + + + + You selected the wrong file. To grant Mixxx access, please select the file '%1'. If you do not want to continue, press Cancel. + + + + + + Bit Depth + + + + + + Bitcrusher + + + + + Adds noise by the reducing the bit depth and sample rate + + + + + The bit depth of the samples + + + + + Downsampling + + + + + Down + + + + + The sample rate to which the signal is downsampled + + + + + + Echo + Echo + + + + + Time + + + + + + Ping Pong + + + + + + + + Send + + + + + How much of the signal to send into the delay buffer + + + + + + + + Feedback + + + + + Stores the input signal in a temporary buffer and outputs it after a short time + + + + + Delay time +1/8 - 2 beats if tempo is detected +1/8 - 2 seconds if no tempo is detected + + + + + Amount the echo fades each time it loops + + + + + How much the echoed sound bounces between the left and right sides of the stereo field + + + + + + + + Quantize + + + + + Round the Time parameter to the nearest 1/4 beat. + + + + + + + + + + + Triplets + + + + + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. + + + + + + Filter + + + + + Allows only high or low frequencies to play. + + + + + Low Pass Filter Cutoff + + + + + + LPF + + + + + + Corner frequency ratio of the low pass filter + + + + + Q + + + + + Resonance of the filters +Default: flat top + + + + + High Pass Filter Cutoff + + + + + + HPF + + + + + + Corner frequency ratio of the high pass filter + + + + + + + + Depth + + + + + + Flanger + Flanger + + + + + Speed + + + + + + Manual + Handbuch + + + + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering + + + + + Speed of the LFO (low frequency oscillator) +32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected +1/32 - 4 Hz if no tempo is detected + + + + + Delay amplitude of the LFO (low frequency oscillator) + + + + + Delay offset of the LFO (low frequency oscillator). +With width at zero, this allows for manually sweeping over the entire delay range. + + + + + Regeneration + + + + + Regen + + + + + How much of the delay output is feed back into the input + + + + + + Intensity of the effect + + + + + + Divide rounded 1/2 beats of the Period parameter by 3. + + + + + + Mix + + + + + + + + + + Width + + + + + Metronome + + + + + Adds a metronome click sound to the stream + + + + + BPM + BPM + + + + Set the beats per minute value of the click sound + + + + + Sync + + + + + Synchronizes the BPM with the track if it can be retrieved + + + + + + + + Period + + + + + + Autopan + + + + + Bounce the sound left and right across the stereo field + + + + + How fast the sound goes from one side to another +1/4 - 4 beats rounded to 1/2 beat if tempo is detected +1/4 - 4 seconds if no tempo is detected + + + + + Smoothing + + + + + Smooth + + + + + How smoothly the signal goes from one side to the other + + + + + How far the signal goes to each side + + + + + Reverb + Hall + + + + Emulates the sound of the signal bouncing off the walls of a room + + + + + + Decay + + + + + Lower decay values cause reverberations to fade out more quickly. + + + + + Bandwidth of the low pass filter at the input. +Higher values result in less attenuation of high frequencies. + + + + + How much of the signal to send in to the effect + + + + + Bandwidth + + + + + BW + + + + + + Damping + + + + + Higher damping values cause high frequencies to decay more quickly than low frequencies. + + + + + + + Low + + + + + + + Gain for Low Filter + + + + + Kill Low + + + + + Kill the Low Filter + + + + + Mid + + + + + Bessel4 LV-Mix Isolator + + + + + Bessel4 ISO + + + + + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). + + + + + Gain for Mid Filter + + + + + Kill Mid + + + + + Kill the Mid Filter + + + + + High + + + + + + Gain for High Filter + + + + + Kill High + + + + + Kill the High Filter + + + + + To adjust frequency shelves, go to Preferences -> Equalizers. + + + + + Graphic Equalizer + + + + + Graphic EQ + + + + + An 8-band graphic equalizer based on biquad filters + + + + + Gain for Band Filter %1 + + + + + Moog Ladder 4 Filter + + + + + Moog Filter + + + + + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation + + + + + Res + + + + + + Resonance + + + + + Resonance of the filters. 4 = self oscillating + + + + + Deck %1 EQ Effect + + + + + + EQ Effect + + + + + Deck 1 EQ Effect + + + + + Gain for Low Filter (neutral at 1.0) + + + + + Network stream + + + + + + Phaser + + + + + + Stereo + + + + + + Stages + + + + + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering + + + + + Period of the LFO (low frequency oscillator) +1/4 - 4 beats rounded to 1/2 beat if tempo is detected +1/4 - 4 seconds if no tempo is detected + + + + + Controls how much of the output signal is looped + + + + + + Range + + + + + Controls the frequency range across which the notches sweep. + + + + + Number of stages + + + + + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others + + + + + %1 minutes + + + + + %1:%2 + + + + + Ctrl+t + + + + + Ctrl+y + + + + + Ctrl+u + + + + + Ctrl+i + + + + + Ctrl+o + + + + + Ctrl+Shift+O + + + + + Ctrl+, + + + + + Ctrl+P + + + + + Ctrl+Shift+F + + + + + F11 + + + + + Bessel8 LV-Mix Isolator + + + + + Bessel8 ISO + + + + + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). + + + + + LinkwitzRiley8 Isolator + + + + + LR8 ISO + + + + + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). + + + + + Biquad Equalizer + + + + + BQ EQ + + + + + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. + + + + + Device not found + + + + + Biquad Full Kill Equalizer + + + + + BQ EQ/ISO + + + + + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. + + + + + Loudness Contour + + + + + + + Loudness + + + + + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. + + + + + Set the gain of the applied loudness contour + + + + + + Use Gain + + + + + Follow Gain Knob + + + + + This stream is online for testing purposes! + + + + + Live Mix + + + + + + 16 bits + + + + + + 24 bits + + + + + + Bit depth + + + + + Bitrate Mode + + + + + 32 bits float + + + + + + + Balance + + + + + Adjust the left/right balance and stereo width + + + + + Adjust balance between left and right channels + + + + + + Mid/Side + + + + + Bypass Fr. + + + + + Bypass Frequency + + + + + Stereo Balance + + + + + Adjust stereo width by changing balance between middle and side of the signal. +Fully left: mono +Fully right: only side ambiance +Center: does not change the original signal. + + + + + Frequencies below this cutoff are not adjusted in the stereo field + + + + + Parametric Equalizer + + + + + Param EQ + + + + + An gentle 2-band parametric equalizer based on biquad filters. +It is designed as a complement to the steep mixing equalizers. + + + + + + Gain 1 + + + + + Gain for Filter 1 + + + + + + Q 1 + + + + + Controls the bandwidth of Filter 1. +A lower Q affects a wider band of frequencies, +a higher Q affects a narrower band of frequencies. + + + + + + Center 1 + + + + + Center frequency for Filter 1, from 100 Hz to 14 kHz + + + + + + Gain 2 + + + + + Gain for Filter 2 + + + + + + Q 2 + + + + + Controls the bandwidth of Filter 2. +A lower Q affects a wider band of frequencies, +a higher Q affects a narrower band of frequencies. + + + + + + Center 2 + + + + + Center frequency for Filter 2, from 100 Hz to 14 kHz + + + + + + Tremolo + + + + + Cycles the volume up and down + + + + + How much the effect changes the volume + + + + + + Rate + + + + + Rate of the volume changes +4 beats - 1/8 beat if tempo is detected +1/4 Hz - 8 Hz if no tempo is detected + + + + + Width of the volume peak +10% - 90% of the effect period + + + + + Shape of the volume modulation wave +Fully left: Square wave +Fully right: Sine wave + + + + + When the Quantize parameter is enabled, divide the effect period by 3. + + + + + + Waveform + + + + + + Phase + + + + + Shifts the position of the volume peak within the period +Fully left: beginning of the effect period +Fully right: end of the effect period + + + + + Round the Rate parameter to the nearest whole division of a beat. + + + + + Triplet + + + + + Built-in + Used for effects that are built into Mixxx + + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + + + + QtSimpleWaveformWidget + + + Simple + + + + + QtWaveformWidget + + + Filtered + + + + + RGBWaveformWidget + + + RGB + + + + + RecordingFeature + + + Recordings + Aufnahmen + + + + RecordingManager + + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + + Recording + + + + + Could not create audio file for recording! + + + + + Ensure there is enough free disk space and you have write permission for the Recordings folder. + + + + + You can change the location of the Recordings folder in Preferences -> Recording. + + + + + RecordingsView + + + + Message shown to user when recording an audio file. %1 is the file path and %2 is the current size of the recording in megabytes (MB) + + + + + RhythmboxFeature + + + + Rhythmbox + + + + + SamplerBank + + + Save Sampler Bank + + + + + + + Mixxx Sampler Banks (*.xml) + + + + + Error Saving Sampler Bank + + + + + Could not write the sampler bank to '%1'. + + + + + Load Sampler Bank + + + + + Error Reading Sampler Bank + + + + + Could not open the sampler bank file '%1'. + + + + + SetlogFeature + + + Join with previous + + + + + Create new history playlist + + + + + + History + + + + + Unlock + + + + + Lock + Sperren + + + + The history section automatically keeps a list of tracks you play in your DJ sets. + + + + + This is handy for remembering what worked in your DJ sets, posting set-lists, or reporting your plays to licensing organizations. + + + + + Every time you start Mixxx, a new history section is created. You can export it as a playlist in various formats or play it again with Auto DJ. + + + + + You can join the current history session with a previous one by right-clicking and selecting "Join with previous". + + + + + ShoutConnection + + + + Mixxx encountered a problem + + + + + Could not allocate shout_t + + + + + Could not allocate shout_metadata_t + + + + + Error setting non-blocking mode: + + + + + Error setting hostname! + + + + + Error setting port! + + + + + Error setting password! + + + + + Error setting mount! + + + + + Error setting username! + + + + + Error setting stream name! + + + + + Error setting stream description! + + + + + Error setting stream genre! + + + + + Error setting stream url! + + + + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + + Error setting stream public! + + + + + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. + + + + + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. + + + + + Error setting bitrate + + + + + Error: unknown server protocol! + + + + + Error: libshout only supports Shoutcast with MP3 format! + + + + + Error setting protocol! + + + + + Network cache overflow + + + + + Connection error + + + + + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> + + + + + Connection message + + + + + <b>Message from Live Broadcasting connection '%1':</b><br> + + + + + Lost connection to streaming server and %1 attempts to reconnect have failed. + + + + + Lost connection to streaming server. + + + + + Please check your connection to the Internet. + + + + + Can't connect to streaming server + + + + + Please check your connection to the Internet and verify that your username and password are correct. + + + + + SoftwareWaveformWidget + + + Filtered + + + + + Software + + + + + SoundManager + + + + a device + + + + + An unknown error occurred + + + + + Two outputs cannot share channels on "%1" + + + + + Error opening "%1" + + + + + StatModel + + + Name + Name + + + + Count + + + + + Type + Typ + + + + Units + + + + + Sum + + + + + Min + + + + + Max + + + + + Mean + + + + + Variance + + + + + Standard Deviation + + + + + TagFetcher + + + Fingerprinting track + + + + + Identifying track + + + + + Downloading Metadata + + + + + Tooltips + + + Reset to default value. + + + + + Left-click + + + + + Right-click + + + + + Scroll-wheel + + + + + loop active + + + + + loop inactive + + + + + Effects within the chain must be enabled to hear them. + + + + + Waveform Overview + + + + + Shows information about the track currently loaded in this channel. + + + + + Use the mouse to scratch, spin-back or throw tracks. + + + + + Waveform Display + + + + + Shows the loaded track's waveform near the playback position. + + + + + Drag with mouse to make temporary pitch adjustments. + + + + + Scroll to change the waveform zoom level. + + + + + Waveform Zoom Out + + + + + Waveform Zoom In + + + + + Waveform Zoom + + + + + + Spinning Vinyl + + + + + Rotates during playback and shows the position of a track. + + + + + Right click to show cover art of loaded track. + + + + + Gain + + + + + Adjusts the pre-fader gain of the track (to avoid clipping). + + + + + (too loud for the hardware and is being distorted). + + + + + Indicates when the signal on the channel is clipping, + + + + + Master Peak Indicator + + + + + Indicates when the signal on the master output is clipping, + + + + + Channel Volume Meter + + + + + Shows the current channel volume. + + + + + Microphone Volume Meter + + + + + Shows the current microphone volume. + + + + + Shows the current master volume for the left channel. + + + + + Master Channel R Volume Meter + + + + + Volume Control + + + + + Adjusts the volume of the selected channel. + + + + + Master Volume + + + + + Adjusts the master output volume. + + + + + Master Gain + + + + + Adjusts the master output gain. + + + + + Booth Gain + + + + + Adjusts the booth output gain. + + + + + Crossfader + Crossfader + + + + Determines the master output by fading between the left and right channels. + + + + + Balance + + + + + Adjusts the left/right channel balance on the master output. + + + + + Headphone Volume + + + + + Adjusts the headphone output volume. + + + + + Headphone Gain + + + + + Adjusts the headphone output gain. + + + + + Headphone Mix + + + + + Headphone Split Cue + + + + + If activated, the master signal plays in the right channel, while the cueing signal plays in the left channel. + + + + + Adjust the Headphone Mix so in the left channel is not the pure cueing signal. + + + + + Microphone + + + + + Show/hide the Microphone section. + + + + + Sampler + + + + + Show/hide the Sampler section. + + + + + Vinyl Control + Vinyl-Steuerung + + + + Show/hide the Vinyl Control section. + + + + + Preview Deck + Vorschau-Deck + + + + Show/hide the Preview deck. + + + + + + Cover Art + Cover-Art + + + + Show/hide Cover Art. + + + + + Toggle 4 Decks + + + + + Switches between showing 2 decks and 4 decks. + + + + + Show Library + + + + + Show or hide the track library. + + + + + Show Effects + + + + + Show or hide the effects. + + + + + Toggle Mixer + + + + + Show or hide the mixer. + + + + + Microphone Volume + + + + + Adjusts the microphone volume. + + + + + Microphone Gain + + + + + Adjusts the pre-fader microphone gain. + + + + + Microphone Talk-Over + + + + + Hold-to-talk or short click for latching to + + + + + mix microphone input into the master output. + + + + + Microphone Talkover Mode + + + + + Off: Do not reduce music volume + + + + + Auto: Automatically reduce music volume when microphones are in use. Adjust the amount the music volume is reduced with the Strength knob. + + + + + Manual: Reduce music volume by a fixed amount set by the Strength knob. + + + + + Behavior depends on Microphone Talkover Mode: + + + + + Off: Does nothing + + + + + Auto: Sets how much to reduce the music volume when microphones are in use. + + + + + Manual: Sets how much to reduce the music volume, regardless of volume of microphone inputs. + + + + + Raise Pitch + + + + + Sets the pitch higher. + + + + + Sets the pitch higher in small steps. + + + + + Lower Pitch + + + + + Sets the pitch lower. + + + + + Sets the pitch lower in small steps. + + + + + Raise Pitch Temporary (Nudge) + + + + + Holds the pitch higher while active. + + + + + Holds the pitch higher (small amount) while active. + + + + + Lower Pitch Temporary (Nudge) + + + + + Holds the pitch lower while active. + + + + + Holds the pitch lower (small amount) while active. + + + + + Low EQ + + + + + Adjusts the gain of the low EQ filter. + + + + + Mid EQ + + + + + Adjusts the gain of the mid EQ filter. + + + + + High EQ + + + + + Adjusts the gain of the high EQ filter. + + + + + Hold-to-kill or short click for latching. + + + + + High EQ Kill + + + + + Holds the gain of the high EQ to zero while active. + + + + + Mid EQ Kill + + + + + Holds the gain of the mid EQ to zero while active. + + + + + Low EQ Kill + + + + + Holds the gain of the low EQ to zero while active. + + + + + Displays the tempo of the loaded track in BPM (beats per minute). + + + + + Tempo + + + + + Key + + + + + BPM Tap + + + + + + When tapped repeatedly, adjusts the BPM to match the tapped BPM. + + + + + Adjust BPM Down + + + + + When tapped, adjusts the average BPM down by a small amount. + + + + + Adjust BPM Up + + + + + When tapped, adjusts the average BPM up by a small amount. + + + + + Adjust Beats Earlier + + + + + When tapped, moves the beatgrid left by a small amount. + + + + + Adjust Beats Later + + + + + When tapped, moves the beatgrid right by a small amount. + + + + + Tempo and BPM Tap + + + + + Show/hide the spinning vinyl section. + + + + + Keylock + + + + + Toggling keylock during playback may result in a momentary audio glitch. + + + + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + + + + + Places a cue point at the current position on the waveform. + + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). + + + + + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). + + + + + Seeks the track to the cue point and stops. + + + + + Play + + + + + Plays track from the cue point. + + + + + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. + + + + + Recording Duration + + + + + Displays the duration of the running recording. + + + + + Sets the track Loop-In Marker to the current play position. + + + + + Press and hold to move Loop-In Marker. + + + + + Jump to Loop-In Marker. + + + + + Sets the track Loop-Out Marker to the current play position. + + + + + Press and hold to move Loop-Out Marker. + + + + + Jump to Loop-Out Marker. + + + + + Beatloop Size + + + + + Select the size of the loop in beats to set with the Beatloop button. + + + + + Changing this resizes the loop if the loop already matches this size. + + + + + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. + + + + + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. + + + + + Start a loop over the set number of beats. + + + + + Temporarily enable a rolling loop over the set number of beats. + + + + + Beatjump/Loop Move Size + + + + + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. + + + + + Beatjump Forward + + + + + Jump forward by the set number of beats. + + + + + Move the loop forward by the set number of beats. + + + + + Jump forward by 1 beat. + + + + + Move the loop forward by 1 beat. + + + + + Beatjump Backward + + + + + Jump backward by the set number of beats. + + + + + Move the loop backward by the set number of beats. + + + + + Jump backward by 1 beat. + + + + + Move the loop backward by 1 beat. + + + + + Reloop + + + + + If the loop is ahead of the current position, looping will start when the loop is reached. + + + + + Works only if Loop-In and Loop-Out Marker are set. + + + + + Enable loop, jump to Loop-In Marker, and stop playback. + + + + + Displays the elapsed and/or remaining time of the track loaded. + + + + + Click to toggle between time elapsed/remaining time/both. + + + + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + + Route the left crossfader bus through this effect unit. + + + + + Route the right crossfader bus through this effect unit. + + + + + Right side active: parameter moves with right half of Meta Knob turn + + + + + Skin Settings Menu + + + + + Show/hide skin settings menu + + + + + Save Sampler Bank + + + + + Save the collection of samples loaded in the samplers. + + + + + Load Sampler Bank + + + + + Load a previously saved collection of samples into the samplers. + + + + + Show Effect Parameters + + + + + Enable Effect + + + + + Meta Knob Link + + + + + Set how this parameter is linked to the effect's Meta Knob. + + + + + Meta Knob Link Inversion + + + + + Inverts the direction this parameter moves when turning the effect's Meta Knob. + + + + + Super Knob + + + + + Next Chain + + + + + Previous Chain + + + + + Next/Previous Chain + + + + + Clear + + + + + Clear the current effect. + + + + + Toggle + + + + + Toggle the current effect. + + + + + Next + + + + + Clear Unit + + + + + Clear effect unit. + + + + + Show/hide parameters for effects in this unit. + + + + + Toggle Unit + + + + + Enable or disable this whole effect unit. + + + + + Controls the Meta Knob of all effects in this unit together. + + + + + Load next effect chain preset into this effect unit. + + + + + Load previous effect chain preset into this effect unit. + + + + + Load next or previous effect chain preset into this effect unit. + + + + + + + + + + + + + Assign Effect Unit + + + + + Assign this effect unit to the channel output. + + + + + Route the headphone channel through this effect unit. + + + + + Route the master mix through this effect unit. + + + + + Route this deck through the indicated effect unit. + + + + + Route this sampler through the indicated effect unit. + + + + + Route this microphone through the indicated effect unit. + + + + + Route this auxiliary input through the indicated effect unit. + + + + + The effect unit must also be assigned to a deck or other sound source to hear the effect. + + + + + Switch to the next effect. + + + + + Previous + + + + + Switch to the previous effect. + + + + + Next or Previous + + + + + Switch to either the next or previous effect. + + + + + Meta Knob + + + + + Controls linked parameters of this effect + + + + + Effect Focus Button + + + + + Focuses this effect. + + + + + Unfocuses this effect. + + + + + Refer to the web page on the Mixxx wiki for your controller for more information. + + + + + Effect Parameter + + + + + Adjusts a parameter of the effect. + + + + + Inactive: parameter not linked + + + + + Active: parameter moves with Meta Knob + + + + + Left side active: parameter moves with left half of Meta Knob turn + + + + + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half + + + + + + Equalizer Parameter Kill + + + + + + Holds the gain of the EQ to zero while active. + + + + + Quick Effect Super Knob + + + + + Quick Effect Super Knob (control linked effect parameters). + + + + + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. + + + + + Equalizer Parameter + + + + + Adjusts the gain of the EQ filter. + + + + + Hint: Change the default EQ mode in Preferences -> Equalizers. + + + + + + Adjust Beatgrid + + + + + Adjust beatgrid so the closest beat is aligned with the current play position. + + + + + + Adjust beatgrid to match another playing deck. + + + + + If quantize is enabled, snaps to the nearest beat. + + + + + Quantize + + + + + Toggles quantization. + + + + + Loops and cues snap to the nearest beat when quantization is enabled. + + + + + Reverse + + + + + Reverses track playback during regular playback. + + + + + Puts a track into reverse while being held (Censor). + + + + + Playback continues where the track would have been if it had not been temporarily reversed. + + + + + + Play/Pause + + + + + Jumps to the beginning of the track. + + + + + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. + + + + + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. + + + + + Sync and Reset Key + + + + + Increases the pitch by one semitone. + + + + + Decreases the pitch by one semitone. + + + + + Enable Vinyl Control + + + + + When disabled, the track is controlled by Mixxx playback controls. + + + + + When enabled, the track responds to external vinyl control. + + + + + Enable Passthrough + + + + + Indicates that the audio buffer is too small to do all audio processing. + + + + + Displays cover artwork of the loaded track. + + + + + Displays options for editing cover artwork. + + + + + Star Rating + + + + + Assign ratings to individual tracks by clicking the stars. + + + + + Channel Peak Indicator + + + + + Channel L Peak Indicator + + + + + Indicates when the left signal on the channel is clipping, + + + + + Channel R Peak Indicator + + + + + Indicates when the right signal on the channel is clipping, + + + + + Master L Peak Indicator + + + + + Indicates when the left signal on the master output is clipping, + + + + + Master R Peak Indicator + + + + + Indicates when the right signal on the master output is clipping, + + + + + Channel L Volume Meter + + + + + Shows the current channel volume for the left channel. + + + + + Channel R Volume Meter + + + + + Shows the current channel volume for the right channel. + + + + + Microphone Peak Indicator + + + + + Indicates when the signal on the microphone is clipping, + + + + + Sampler Volume Meter + + + + + Shows the current sampler volume. + + + + + Sampler Peak Indicator + + + + + Indicates when the signal on the sampler is clipping, + + + + + Preview Deck Volume Meter + + + + + Shows the current Preview Deck volume. + + + + + Preview Deck Peak Indicator + + + + + Indicates when the signal on the Preview Deck is clipping, + + + + + Master Channel L Volume Meter + + + + + Maximize Library + + + + + Maximize the track library to take up all the available screen space. + + + + + Microphone Talkover Ducking Strength + + + + + Prevents the pitch from changing when the rate changes. + + + + + Starts playing from the beginning of the track. + + + + + Jumps to the beginning of the track and stops. + + + + + Plays or pauses the track. + + + + + (while playing) + + + + + (while stopped) + + + + + Cue + + + + + Headphone + + + + + Mute + + + + + Mutes the selected channel's audio in the master output. + + + + + Old Synchronize + + + + + (This skin should be updated to use Master Sync!) + + + + + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. + + + + + If no deck is playing, syncs to the first deck that has a BPM. + + + + + Decks can't sync to samplers and samplers can only sync to decks. + + + + + Enable Master Sync + + + + + Tap to sync the tempo to other playing tracks or the master clock. + + + + + Hold for at least a second to enable sync lock for this deck. + + + + + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. + + + + + Resets the key to the original track key. + + + + + Enable Sync Clock Master + + + + + When enabled, this device will serve as the master clock for all other decks. + + + + + Speed Control + + + + + + + Changes the track pitch independent of the tempo. + + + + + Increases the pitch by 10 cents. + + + + + Decreases the pitch by 10 cents. + + + + + Pitch Adjust + + + + + Adjust the pitch in addition to the speed slider pitch. + + + + + Record Mix + Mix aufnehmen + + + + Toggle mix recording. + + + + + Enable Live Broadcasting + Live-Übertragung aktivieren + + + + Stream your mix over the Internet. + + + + + Provides visual feedback for Live Broadcasting status: + + + + + disabled, connecting, connected, failure. + + + + + When enabled, the deck directly plays the audio arriving on the vinyl input. + + + + + Blue for passthrough enabled. + + + + + Playback will resume where the track would have been if it had not entered the loop. + + + + + Loop Exit + + + + + Turns the current loop off. + + + + + Slip Mode + + + + + When active, the playback continues muted in the background during a loop, reverse, scratch etc. + + + + + Once disabled, the audible playback will resume where the track would have been. + + + + + Track Key + + + + + Displays the musical key of the loaded track. + + + + + Clock + + + + + Displays the current time. + + + + + Audio Latency Usage Meter + + + + + Displays the fraction of latency used for audio processing. + + + + + A high value indicates that audible glitches are likely. + + + + + Do not enable keylock, effects or additional decks in this situation. + + + + + Audio Latency Overload Indicator + + + + + If Vinyl control is enabled, displays time-coded vinyl signal quality (see Preferences -> Vinyl Control). + + + + + Drop tracks from library, external file manager, or other decks/samplers here. + + + + + Jump around in the track by clicking anywhere on the waveform. + + + + + Shows the current master volume for the right channel. + + + + + Change the crossfader curve in Preferences -> Crossfader + + + + + Crossfades the headphone output between the master mix and cueing (PFL or Pre-Fader Listening) signal. + + + + + Crossfader Orientation + + + + + Set the channel's crossfader orientation. + + + + + Either to the left side of crossfader, to the right side or to the center (unaffected by crossfader) + + + + + Activate Vinyl Control from the Menu -> Options. + + + + + Change the step-size in the Preferences -> Interface menu. + + + + + Displays the current musical key of the loaded track after pitch shifting. + + + + + Sends the selected channel's audio to the headphone output, + + + + + selected in Preferences -> Sound Hardware. + + + + + Fast Rewind + + + + + Fast rewind through the track. + + + + + Fast Forward + + + + + Fast forward through the track. + + + + + Jumps to the end of the track. + + + + + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. + + + + + + + Pitch Control + + + + + Pitch Rate + + + + + Displays the current playback rate of the track. + + + + + Repeat + + + + + When active the track will repeat if you go past the end or reverse before the start. + + + + + Eject + + + + + Ejects track from the player. + + + + + Hotcue + + + + + If hotcue is set, jumps to the hotcue. + + + + + If hotcue is not set, sets the hotcue to the current play position. + + + + + If hotcue is set, clears the hotcue. + + + + + Vinyl Control Mode + + + + + Absolute mode - track position equals needle position and speed. + + + + + Relative mode - track speed equals needle speed regardless of needle position. + + + + + Constant mode - track speed equals last known-steady speed regardless of needle input. + + + + + Vinyl Status + + + + + Provides visual feedback for vinyl control status: + + + + + Green for control enabled. + + + + + Blinking yellow for when the needle reaches the end of the record. + + + + + Loop-In Marker + + + + + Loop-Out Marker + + + + + Loop Halve + + + + + Halves the current loop's length by moving the end marker. + + + + + Deck immediately loops if past the new endpoint. + + + + + Loop Double + + + + + Doubles the current loop's length by moving the end marker. + + + + + Beatloop + + + + + Toggles the current loop on or off. + + + + + Works only if Loop-In and Loop-Out marker are set. + + + + + Hint: Change the default cue mode in Preferences -> Interface. + + + + + Vinyl Cueing Mode + + + + + Determines how cue points are treated in vinyl control Relative mode: + + + + + Off - Cue points ignored. + + + + + One Cue - If needle is dropped after the cue point, track will seek to that cue point. + + + + + Hot Cue - Track will seek to nearest previous hot cue point. + + + + + Track Time + + + + + Track Duration + + + + + Displays the duration of the loaded track. + + + + + Information is loaded from the track's metadata tags. + + + + + Track Artist + + + + + Displays the artist of the loaded track. + + + + + Track Title + + + + + Displays the title of the loaded track. + + + + + Track Album + + + + + Displays the album name of the loaded track. + + + + + Track Artist/Title + + + + + Displays the artist and title of the loaded track. + + + + + TrackCollection + + + Hiding tracks + + + + + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? + + + + + TrackExportDlg + + + Export finished + + + + + Exporting %1 + + + + + Overwrite Existing File? + + + + + "%1" already exists, overwrite? + + + + + &Overwrite + + + + + Over&write All + + + + + &Skip + + + + + Skip &All + + + + + Export Error + + + + + TrackExportWizard + + + Export Track Files To + + + + + TrackExportWorker + + + + Export process was canceled + + + + + Error removing file %1: %2. Stopping. + + + + + Error exporting track %1 to %2: %3. Stopping. + + + + + Error exporting tracks + + + + + TraktorFeature + + + + Traktor + + + + + (loading) Traktor + + + + + Error Loading Traktor Library + + + + + There was an error loading your Traktor library. Some of your Traktor tracks or playlists may not have loaded. + + + + + VSyncThread + + + Timer (Fallback) + + + + + MESA vblank_mode = 1 + + + + + Wait for Video sync + + + + + Sync Control + + + + + Free + 1 ms (for benchmark only) + + + + + WBattery + + + Time until charged unknown. + + + + + Time until charged: %1 + + + + + Time left unknown. + + + + + Time left: %1 + + + + + Battery fully charged. + + + + + Battery status unknown. + + + + + WCoverArtMenu + + + Choose new cover + change cover art location + + + + + Clear cover + clears the set cover art -- does not touch files on disk + + + + + Reload from file/folder + reload cover art from file metadata or folder + + + + + Image Files + Bilddateien + + + + Change Cover Art + Titelbild wechseln + + + + WEffect + + + %1: %2 + %1 = effect name; %2 = effect description + + + + + None + Nichts + + + + No effect loaded. + Kein Effekt geladen. + + + + WEffectChain + + + None + Nichts + + + + No effect chain loaded. + + + + + WEffectParameterBase + + + None + Nichts + + + + No effect loaded. + Kein Effekt geladen. + + + + WEffectSelector + + + %1: %2 + %1 = effect name; %2 = effect description + + + + + None + Displayed when no effect is loaded + Nichts + + + + No effect loaded. + Kein Effekt geladen. + + + + WMainMenuBar + + + &File + + + + + Load Track to Deck &%1 + + + + + Loads a track in deck %1 + + + + + Open + + + + + &Exit + + + + + Quits Mixxx + + + + + Ctrl+q + + + + + &Library + + + + + &Rescan Library + + + + + Rescans library folders for changes to tracks. + + + + + Create &New Playlist + + + + + Create a new playlist + + + + + Ctrl+n + + + + + Create New &Crate + + + + + Create a new crate + + + + + Ctrl+Shift+N + + + + + &View + + + + + May not be supported on all skins. + + + + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + + + + + Show Microphone Section + Mikrofon-Sektion zeigen + + + + Show the microphone section of the Mixxx interface. + + + + + Ctrl+2 + Menubar|View|Show Microphone Section + + + + + Show Vinyl Control Section + Vinyl-Steuerung-Sektion zeigen + + + + Show the vinyl control section of the Mixxx interface. + + + + + Ctrl+3 + Menubar|View|Show Vinyl Control Section + + + + + Show Preview Deck + Vorschau-Deck zeigen + + + + Show the preview deck in the Mixxx interface. + + + + + Ctrl+4 + Menubar|View|Show Preview Deck + + + + + Show Cover Art + + + + + Show cover art in the Mixxx interface. + + + + + Ctrl+6 + Menubar|View|Show Cover Art + + + + + Maximize Library + + + + + Maximize the track library to take up all the available screen space. + + + + + Space + Menubar|View|Maximize Library + + + + + &Full Screen + + + + + Display Mixxx using the full screen + + + + + &Options + + + + + &Vinyl Control + + + + + Use timecoded vinyls on external turntables to control Mixxx + + + + + Enable Vinyl Control &%1 + + + + + &Record Mix + + + + + Record your mix to a file + + + + + Ctrl+R + + + + + Enable Live &Broadcasting + + + + + Stream your mixes to a shoutcast or icecast server + + + + + Ctrl+L + + + + + Enable &Keyboard Shortcuts + + + + + Toggles keyboard shortcuts on or off + + + + + Ctrl+` + + + + + &Preferences + + + + + Change Mixxx settings (e.g. playback, MIDI, controls) + + + + + &Developer + + + + + &Reload Skin + + + + + Reload the skin + + + + + Ctrl+Shift+R + + + + + Developer &Tools + + + + + Opens the developer tools dialog + + + + + Ctrl+Shift+T + + + + + Stats: &Experiment Bucket + + + + + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. + + + + + Ctrl+Shift+E + + + + + Stats: &Base Bucket + + + + + Enables base mode. Collects stats in the BASE tracking bucket. + + + + + Ctrl+Shift+B + + + + + Deb&ugger Enabled + + + + + Enables the debugger during skin parsing + + + + + Ctrl+Shift+D + + + + + &Help + + + + + &Community Support + + + + + Get help with Mixxx + + + + + &User Manual + + + + + Read the Mixxx user manual. + + + + + &Keyboard Shortcuts + + + + + Speed up your workflow with keyboard shortcuts. + + + + + Send Us &Feedback + + + + + Send feedback to the Mixxx team. + + + + + &Translate This Application + + + + + Help translate this application into your language. + + + + + &About + + + + + About the application + + + + + WOverview + + + Ready to play, analyzing .. + Text on waveform overview when file is playable but no waveform is visible + Bereit zur Wiedergabe, analysieren... + + + + + Loading track .. + Text on waveform overview when file is cached from source + Lade Titel... + + + + Finalizing .. + Text on waveform overview during finalizing of waveform analysis + + + + + WSearchLineEdit + + + + Clear input + Clear the search bar input field + + + + + Ctrl+F + Search|Focus + STRG+F + + + + Search... + noun + Suche... + + + + Search + noun + Suche + + + + Enter a string to search for + Gebe einen Suchbegriff ein + + + + Shortcut + Kürzel + + + + Ctrl+F + STRG+F + + + + Focus + Give search bar input focus + Fokus + + + + Ctrl+Backspace + STRG+Entfernen + + + + Esc + Escape + + + + Exit search + Exit search bar and leave focus + Suche beenden + + + + WTrackTableView + + + Add to Playlist + Zur Wiedergabeliste hinzufügen + + + + Reset + Reset metadata in right click track context menu in library + + + + + Cover Art + Cover-Art + + + + ESC + Focus + Escape + + + + Remove + Entfernen + + + + Remove from Playlist + + + + + Remove from Crate + + + + + Hide from Library + + + + + Unhide from Library + + + + + Purge from Library + + + + + Properties + Einstellungen + + + + Open in File Browser + In Dateiexplorer öffnen + + + + 4/3 BPM + + + + + 3/2 BPM + + + + + + Create New Playlist + Neue Wiedergabeliste erstellen + + + + Create New Crate + Erstelle neue Plattenkiste + + + + Enter name for new playlist: + Gib einen Namen für die Wiedergabeliste ein: + + + + Load to + + + + + Deck + + + + + Sampler + + + + + Crates + Kisten + + + + Change BPM + + + + + Add to Auto DJ Queue (Bottom) + + + + + Add to Auto DJ Queue (Top) + + + + + Add to Auto DJ Queue (Replace) + + + + + Import From File Tags + + + + + Import From MusicBrainz + + + + + Export To File Tags + + + + + Preview Deck + Vorschau-Deck + + + + BPM and Beatgrid + + + + + Play Count + + + + + Cue Point + + + + + Hotcues + Hotcues + + + + Loop + + + + + ReplayGain + + + + + Waveform + + + + + All + + + + + Deck %1 + + + + + New Playlist + Neue Wiedergabeliste + + + + + + Playlist Creation Failed + Erstellen der Wiedergabeliste fehlgeschlagen. + + + + A playlist by that name already exists. + Eine Wiedergabeliste mit diesem Namen existiert bereits. + + + + A playlist cannot have a blank name. + Eine Wiedergabeliste muss einen Namen haben. + + + + An unknown error occurred while creating playlist: + Ein unbekannter Fehler ist während des Erstellens der Plattenkiste aufgetreten: + + + + Lock BPM + BPM sperren + + + + Unlock BPM + Sperre von BPM aufheben + + + + Double BPM + Doppelte BPM + + + + Halve BPM + Halbe BPM + + + + 2/3 BPM + + + + + 3/4 BPM + + + + + Sampler %1 + Sampler %1 zeigen + + + + WTrackTableViewHeader + + + Show or hide columns. + + + + + WaveformWidgetFactory + + + (GLSL) + + + + + (GL) + + + + + mixxx::DlgTrackMetadataExport + + + Export Modified Track Metadata + + + + + Mixxx may wait to modify files until they are not loaded to any decks or samplers. If you do not see changed metadata in other programs immediately, eject the track from all decks and samplers or shutdown Mixxx. + + + + \ No newline at end of file diff --git a/res/translations/mixxx_de.ts b/res/translations/mixxx_de.ts index e491928d558d..e50dd0aa4386 100644 --- a/res/translations/mixxx_de.ts +++ b/res/translations/mixxx_de.ts @@ -1,4 +1,4 @@ - + : @@ -388,22 +388,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. Es kann kein sicherer Kennwortspeicher verwendet werden: Schlüsselbundzugriff ist fehlgeschlagen. - + Secure password retrieval unsuccessful: keychain access failed. Sichere Kennwortabfrage nicht erfolgreich: Schlüsselbundzugriff fehlgeschlagen. - + Settings error Einstellungsfehler - + <b>Error with settings for '%1':</b><br> <b>Fehler bei Einstellungen für '%1':</b><br> @@ -697,8 +697,8 @@ - - + + Deck %1 Deck %1 @@ -789,13 +789,13 @@ - + Set to full volume Auf volle Lautstärke setzen - + Set to zero volume Lautstärke auf Null setzen @@ -820,13 +820,13 @@ Rückwärts-Roll (Zensor) Taste - + Headphone listen button Kopfhörer-Taste - + Mute button Stummschalten-Taste @@ -842,25 +842,25 @@ - + Mix orientation (e.g. left, right, center) Mix-Orientierung (z.B. Links, Rechts, Mitte) - + Set mix orientation to left Mix-Ausrichtung nach links setzen - + Set mix orientation to center Mix-Ausrichtung in die Mitte setzen - + Set mix orientation to right Mix-Ausrichtung nach rechts setzen @@ -936,229 +936,224 @@ 3-Status-Umschalter für Sync-Modus (AUS, FOLLOWER, MASTER) - - One-time beat sync (tempo and phase) - Einmalige Beat-Sync (Tempo und Phase) - - - + One-time beat sync (tempo only) Einmalige Beat-Sync (Nur Tempo) - + One-time beat sync (phase only) Einmalige Beat-Sync (Nur Phase) - + Toggle keylock mode Tonhöhensperre-Modus ein-/ausschalten - + Equalizers Equalizer - + Vinyl Control Vinyl-Steuerung - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Vinyl-Steuerung Cueing-Modus umschalten (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) Vinyl-Steuerung Modus umschalten (ABS/REL/CONST) - + Pass through external audio into the internal mixer Externe Audiosignale in den internen Mixer senden - + Cues Cues - + Cue button Cue-Taste - + Set cue point Cue-Punkt setzen - + Go to cue point Zu Cue-Punkt gehen - + Go to cue point and play Zu Cue-Punkt gehen und wiedergeben - + Go to cue point and stop Zum Cue-Punkt gehen und stoppen - + Preview from cue point Vorhören von Cue-Punkt - + Cue button (CDJ mode) Cue-Taste (CDJ-Modus) - + Stutter cue Stotter-Cue - + Hotcues - Hotcue + Hotcues - + Set, preview from or jump to hotcue %1 Setzen, vorhören von oder springen zu Hotcue %1 - + Clear hotcue %1 Hotcue %1 löschen - + Set hotcue %1 Hotcue %1 setzen - + Jump to hotcue %1 Zu Hotcue %1 springen - + Jump to hotcue %1 and stop Zu Hotcue %1 springen und stoppen - + Jump to hotcue %1 and play Zu Hotcue %1 springen und wiedergeben - + Preview from hotcue %1 Vorhören von Hotcue %1 - - + + Hotcue %1 Hotcue %1 - + Looping Looping - + Loop In button Loop-In Taste - + Loop Out button Loop-Out Taste - + Loop Exit button Loop Beenden-Taste - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Loop um %1 Beats vorwärts verschieben - + Move loop backward by %1 beats Loop um %1 Beats rückwärts verschieben - + Beat-Looping Beat-Looping - + Create %1-beat loop %1-Beat Loop erzeugen - + Create temporary %1-beat loop roll Temporären %1-Beat Loop-Roll erzeugen - + Library Bibliothek @@ -1289,20 +1284,20 @@ + - Volume Fader Lautstärke-Fader - + Full Volume Volle Lautstärke - + Zero Volume Lautstärke Null @@ -1318,7 +1313,7 @@ - + Mute Stummschalten @@ -1329,7 +1324,7 @@ - + Headphone Listen Kopfhörer-Vorhören @@ -1350,25 +1345,25 @@ - + Orientation Orientierung - + Orient Left Links orientieren - + Orient Center Mittig orientieren - + Orient Right Rechts orientieren @@ -1473,11 +1468,6 @@ Sync Mode Synchronisationsmodus - - - Tap to sync, hold to enable sync mode - Tippen zum synchronisieren, halten zum aktivieren des Sync-Modus - Internal Sync Master @@ -1525,527 +1515,521 @@ Einmalige Beat-Sync - + Sync Tempo One-Shot Einmalige Tempo-Sync - + Sync Phase One-Shot Einmalige Phase-Sync - + Speed (Pitch/Tempo) Geschwindigkeit (Pitch/Tempo) - + Keylock Mode Tonhöhensperre-Modus - + Pitch control (does not affect tempo), center is original pitch Tonhöhensteuerung (verändert Tempo nicht), Mitte ist originale Tonhöhe - + Pitch Adjust Tonhöhenanpassung - + Adjust pitch from speed slider pitch Verändert die Tonhöhe, ausgehend von der Tonhöhe der Geschwindigkeits-Schieberegler - + Match musical key Tonart synchronisieren - + Match Key Tonart anpassen - + Reset Key Tonart zurücksetzen - + Resets key to original Auf Original-Tonart zurücksetzen - + High EQ Höhen-Equalizer - + Mid EQ Mitten-Equalizer - + Low EQ Tiefen-Equalizer - + Toggle Vinyl Control Vinyl-Steuerung ein-/ausschalten - + Toggle Vinyl Control (ON/OFF) Vinyl-Steuerung umschalten (ein/aus) - + Vinyl Control Mode Vinyl-Steuerungsmodus - + Vinyl Control Cueing Mode Vinyl-Steuerung Cueing-Modus - + Vinyl Control Passthrough Vinyl-Steuerung Passthrough - + Vinyl Control Next Deck Vinyl-Steuerung nächstes Deck - + Single deck mode - Switch vinyl control to next deck Einzeldeck-Modus - Vinyl-Steuerung zum nächsten Deck wechseln - + Cue Cue - + Set Cue Cue setzen - + Go-To Cue Zum Cue gehen - + Go-To Cue And Play Zu Cue gehen und wiedergeben - + Go-To Cue And Stop Zum Cue gehen und stoppen - + Preview Cue Vorhören Cue - + Cue (CDJ Mode) Cue (CDJ-Modus) - + Stutter Cue Stotter-Cue - + Go to cue point and play after release Zu Cue-Punkt gehen und nach dem Loslassen wiedergeben - + Clear Hotcue %1 Hotcue %1 entfernen - + Set Hotcue %1 Hotcue %1 setzen - + Jump To Hotcue %1 Zu Hotcue %1 springen - + Jump To Hotcue %1 And Stop Zu Hotcue %1 springen und stoppen - + Jump To Hotcue %1 And Play Zu Hotcue %1 springen und wiedergeben - + Preview Hotcue %1 Vorhören Hotcue %1 - + Loop In Loop In-Knopf - + Loop Out Loop-Out - + Loop Exit Loop beenden - + Reloop/Exit Loop Reloop/Loop beenden - + Loop Halve Loop halbieren - + Loop Double Loop verdoppeln - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Loop um +%1 Beats verschieben - + Move Loop -%1 Beats Loop um -%1 Beats verschieben - + Loop %1 Beats %1 Beats loopen - + Loop Roll %1 Beats Loop-Roll %1 Beats - + Add to Auto DJ Queue (bottom) Zur Auto-DJ Warteschlange hinzufügen (unten) - + Append the selected track to the Auto DJ Queue Ausgewählten Titel in Auto-DJ Warteschlange anstellen - + Add to Auto DJ Queue (top) Zur Auto-DJ Warteschlange hinzufügen (oben) - + Prepend selected track to the Auto DJ Queue Ausgewählten Titel in Auto-DJ Warteschlange voranstellen - + Load Track Titel laden - + Load selected track Ausgewählten Titel laden - + Track Load and Play Titel laden und wiedergeben - + Load selected track and play Ausgewählten Titel laden und wiedergeben - + Record Mix Mix aufnehmen - + Toggle mix recording Mix-Aufnahme ein-/ausschalten - + Effects Effekte - + Quick Effects Quick-Effekte - + Deck %1 Quick Effect Super Knob Deck %1 Quick-Effekt Super-Drehregler - + Quick Effect Super Knob (control linked effect parameters) Quick-Effekt Super-Drehregler ( Verknüpfte Effekt-Parameter steuern) - + Quick Effect Quick-Effekt - + Clear effect rack Effekt-Rack leeren - + Clear Effect Rack Effekt-Rack leeren - + Clear Unit Einheit leeren - + Clear effect unit Effekteinheit leeren - + Toggle Unit Einheit ein-/ausschalten - + Dry/Wet Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. Passt die Balance zwischen dem originalen (dry) und dem bearbeiteten (wet) Signal an. - + Super Knob Super-Drehregler - - - Insert/Send Toggle - Einfügen/Senden-Umschalter - - - + Next Chain Nächste Effektkette + - + - + - + - Assign Zuweisen - + Clear Löschen - + Clear the current effect Aktuellen Effekt löschen - + Toggle Ein-/ausschalten - + Toggle the current effect Aktuellen Effekt ein-/ausschalten - + Next Nächster - + Switch to next effect Zum nächsten Effekt wechseln - + Previous Vorheriger - + Switch to the previous effect Zum vorherigen Effekt wechseln - + Next or Previous Nächster oder Vorheriger - + Switch to either next or previous effect Zum nächsten oder vorherigen Effekt wechseln + - Parameter Value Parameterwert + - Microphone Ducking Strength Mikrofon-Dämpfungsstärke - + Microphone Ducking Mode Mikrofon-Dämpfungsmodus - + Gain Titel-Verstärkung - + Gain knob Verstärkung-Regler - + Shuffle the content of the Auto DJ queue Den Inhalt der Auto-DJ Warteschlange mischen - + Skip the next track in the Auto DJ queue Den nächsten Titel in der Auto-DJ Warteschlange überspringen - + Auto DJ Toggle Auto-DJ Ein-/Ausschalter - + Toggle Auto DJ On/Off Auto-DJ ein-/ausschalten - + Library Maximize/Restore Bibliothek maximieren/wiederherstellen - + Maximize the track library to take up all the available screen space. Die Titel-Bibliothek auf den verfügbare Bildschirmplatz maximieren. - + Effect Rack Show/Hide Effect-Rack ein-/ausblenden - + Show/hide the effect rack Effekt-Rack ein-/ausblenden - + Cover Art Show/Hide Cover-Bild ein-/ausblenden - + Show/hide cover art Cover-Bild ein-/ausblenden - + Waveform Zoom Out Wellenform verkleinern - + Toggle Effect Unit Effekteinheit ein-/ausschalten @@ -2070,546 +2054,566 @@ Kopfhörer-Verstärkung - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed Wiedergabegeschwindigkeit - + Playback speed control (Vinyl "Pitch" slider) Wiedergabegeschwindigkeit-Steuerelement (Vinyl-"Pitch"-Schieberegler) - + Pitch (Musical key) Pitch (Tonart) - + Increase Speed Geschwindigkeit erhöhen - + Adjust speed faster (coarse) Geschwindigkeit erhöhen (grob) - - + + Increase Speed (Fine) Geschwindigkeit erhöhen (fein) - + Adjust speed faster (fine) Geschwindigkeit erhöhen (fein) - + Decrease Speed Geschwindigkeit verringern - + Adjust speed slower (coarse) Geschwindigkeit verringern (grob) - + Adjust speed slower (fine) Geschwindigkeit verringern (fein) - + Temporarily Increase Speed Geschwindigkeit vorübergehend erhöhen - + Temporarily increase speed (coarse) Geschwindigkeit vorübergehend erhöhen (grob) - + Temporarily Increase Speed (Fine) Geschwindigkeit vorübergehend erhöhen (fein) - + Temporarily increase speed (fine) Geschwindigkeit vorübergehend erhöhen (fein) - + Temporarily Decrease Speed Geschwindigkeit vorübergehend verringern - + Temporarily decrease speed (coarse) Geschwindigkeit vorübergehend verringern (grob) - + Temporarily Decrease Speed (Fine) Vorübergehend die Geschwindigkeit verringern (fein) - + Temporarily decrease speed (fine) Vorübergehend die Geschwindigkeit verringern (fein) + - Adjust %1 %1 anpassen + - Kill %1 %1 stummschalten - + CUP (Cue + Play) CUP (Cue + Wiedergabe) - + Loop Selected Beats Ausgewählte Beats loopen - + Create a beat loop of selected beat size Einen Beat-Loop der ausgewählten Beat-Länge erstellen - + Loop Roll Selected Beats Loop-Roll ausgewählte Beats - + Create a rolling beat loop of selected beat size Einen Beat-Loop-Roll der ausgewählten Beat-Länge erstellen - + Toggle loop on/off and jump to Loop In point if loop is behind play position Loop ein-/ausschalten und zum Loop-In Punkt springen, wenn sich der Loop hinter der Wiedergabeposition befindet - + Reloop And Stop Reloop und Stop - + Enable loop, jump to Loop In point, and stop Loop aktivieren, zum Loop-In Punkt springen und stoppen. - + Halve the loop length Länge des Loops halbieren - + Double the loop length Länge des Loops verdoppeln - + Beat Jump / Loop Move Beat-Sprung / Loop verschieben - + Jump / Move Loop Forward %1 Beats Beat-Sprung / Loop verschieben %1 Beats vorwärts - + Jump / Move Loop Backward %1 Beats Beat-Sprung / Loop verschieben %1 Beats rückwärts - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats Um %1 Beats vorwärts springen, oder wenn ein Loop aktiviert ist, den Loop um %1 Beats vorwärts verschieben. - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats Um %1 Beats rückwärts springen, oder wenn ein Loop aktiviert ist, den Loop um %1 Beats rückwärts verschieben. - + Beat Jump / Loop Move Forward Selected Beats Beat-Sprung / Loop vorwärts verschieben um gewählte Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats Um die gewählte Anzahl von Beats vorwärts springen, oder wenn ein Loop aktiviert ist, den Loop um die gewählte Anzahl von Beats vorwärts verschieben. - + Beat Jump / Loop Move Backward Selected Beats Beat-Sprung / Loop rückwärts verschieben um gewählte Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats Um die gewählte Anzahl von Beats rückwärts springen, oder wenn ein Loop aktiviert ist, den Loop um die gewählte Anzahl von Beats rückwärts verschieben. - + Move up Nach oben bewegen - + Equivalent to pressing the UP key on the keyboard Entspricht dem Drücken der PFEIL HOCH-Taste auf der Tastatur - + Move down Nach unten bewegen - + Equivalent to pressing the DOWN key on the keyboard Entspricht dem Drücken der PFEIL RUNTER-Taste auf der Tastatur - + Move up/down Nach oben/unten bewegen - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys Mit einem Drehregler vertikal in beide Richtungen bewegen, entspricht dem Drücken der PFEIL HOCH/PFEIL RUNTER Tasten. - + Scroll Up Nach oben scrollen - + Equivalent to pressing the PAGE UP key on the keyboard Entspricht dem Drücken der BILD HOCH-Taste auf der Tastatur - + Scroll Down Nach unten scrollen - + Equivalent to pressing the PAGE DOWN key on the keyboard Entspricht dem Drücken der BILD RUNTER-Taste auf der Tastatur - + Scroll up/down Nach oben/unten scrollen - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys Mit einem Drehregler vertikal in beide Richtungen scrollen, entspricht dem Drücken der BILD HOCH/BILD RUNTER Tasten. - + Move left Nach links bewegen - + Equivalent to pressing the LEFT key on the keyboard Entspricht dem Drücken der PFEIL LINKS-Taste auf der Tastatur - + Move right Nach rechts bewegen - + Equivalent to pressing the RIGHT key on the keyboard Entspricht dem Drücken der PFEIL RECHTS-Taste auf der Tastatur - + Move left/right Nach links/rechts bewegen - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys Mit einem Drehregler horizontal in beide Richtungen bewegen, entspricht dem Drücken der PFEIL LINKS/PFEIL RECHTS Tasten. - + Move focus to right pane Fokus in rechten Fensterausschnitt bewegen - + Equivalent to pressing the TAB key on the keyboard Entspricht dem Drücken der TAB-Taste auf der Tastatur - + Move focus to left pane Fokus in linken Fensterausschnitt bewegen - + Equivalent to pressing the SHIFT+TAB key on the keyboard Entspricht dem Drücken der UMSCHALT+TAB-Taste auf der Tastatur - + Move focus to right/left pane Fokus in rechten/linken Fensterausschnitt bewegen - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys Mit einem Drehregler den Fokus einen Fensterausschnitt nach links oder rechts bewegen, entspricht dem Drücken der TAB/UMSCHALT+TAB Tasten. - + Go to the currently selected item Gehe zum aktuell ausgewählten Element - + Choose the currently selected item and advance forward one pane if appropriate Wähle das aktuell ausgewählte Element und gehe ggf. um ein Fensterausschnitt vor - + Add to Auto DJ Queue (replace) Zur Auto-DJ Warteschlange hinzufügen (ersetzen) - + Replace Auto DJ Queue with selected tracks Auto-DJ Warteschlange mit ausgewählten Titeln ersetzen - + Enable or disable effect processing Aktivieren oder Deaktivieren der Effektverarbeitung - + Super Knob (control effects' Meta Knobs) Super-Drehregler ( Meta-Drehregler der Effekte steuern) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset Nächste Effektketten-Voreinstellung - + Previous Chain Vorherige Effektkette - + Previous chain preset Vorherige Effektketten-Voreinstellung - + Next/Previous Chain Nächste/Vorherige Effektkette - + Next or previous chain preset Nächste oder vorherige Effektketten-Voreinstellung + - Show Effect Parameters Effektparameter anzeigen - + Meta Knob Meta-Drehregler - + Effect Meta Knob (control linked effect parameters) Effekt Meta-Drehregler ( Verlinkte Effekt-Parameter steuern) - + Meta Knob Mode Meta-Drehregler-Modus - + Set how linked effect parameters change when turning the Meta Knob. Legt fest wie sich verknüpfte Effekt-Parameter ändern wenn der Meta-Drehregler gedreht wird. - + Meta Knob Mode Invert Meta-Drehregler-Modus invertieren - + Invert how linked effect parameters change when turning the Meta Knob. Invertiert wie sich verknüpfte Effekt-Parameter ändern wenn der Meta-Drehregler betätigt wird. - + Microphone / Auxiliary Mikrofon / Aux - + Microphone On/Off Mikrofon ein-/ausschalten - + Microphone on/off Mikrofon an/aus - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Mikrofon-Dämpfungsmodus umschalten (AUS, AUTO, MANUELL) - + Auxiliary On/Off Aux ein-/ausschalten - + Auxiliary on/off Aux ein-/ausschalten - + Auto DJ Auto-DJ - + Auto DJ Shuffle Auto-DJ mischen - + Auto DJ Skip Next Auto-DJ nächsten Titel überspringen - + Auto DJ Fade To Next Auto-DJ zu nächstem Titel überblenden - + Trigger the transition to the next track Löst die Überblendung zum nächten Titel aus - + User Interface Benutzeroberfläche - + Samplers Show/Hide Sampler ein-/ausblenden - + Show/hide the sampler section Sampler-Bereich ein-/ausblenden - + Microphone Show/Hide Mikrofon ein-/ausblenden - + Show/hide the microphone section Mikrofon-Bereich ein-/ausblenden - + Vinyl Control Show/Hide Vinyl-Steuerung ein-/ausblenden - + Show/hide the vinyl control section Vinyl-Steuerung-Bereich ein-/ausblenden - + Preview Deck Show/Hide Vorhör-Deck ein-/ausblenden - + Show/hide the preview deck Vorhör-Deck ein-/ausblenden - + Vinyl Spinner Show/Hide Drehendes Vinyl ein-/ausblenden - + Show/hide spinning vinyl widget Drehendes Vinyl-Widget ein-/ausblenden - + Waveform zoom Wellenform-Vergrößerung - + Waveform Zoom Wellenform-Vergrößerung - + Zoom waveform in Wellenform vergrößern - + Waveform Zoom In Wellenform vergrößern - + Zoom waveform out Wellenform verkleinern @@ -2919,6 +2923,34 @@ Duplizieren der Plattenkiste fehlgeschlagen + + DlgAbout + + + Mixxx %1 Development Team + Mixxx %1 Entwicklerteam + + + + With contributions from: + Mit Beiträgen von: + + + + And special thanks to: + Und besonderen Dank an: + + + + Past Developers + Frühere Entwickler + + + + Past Contributors + Frühere Mitwirkende + + DlgAboutDlg @@ -3574,103 +3606,103 @@ Sie versuchten zu lernen: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Automatic Automatisch - + Mono Mono - + Stereo Stereo - - - - + + + + Action failed Aktion fehlgeschlagen - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. '%1' hat den gleichen Icecast-Einhängepunkt wie '%2'. Zwei Quellverbindungen auf demselben Server können nicht denselben Einhängepunkt haben. - + You can't create more than %1 source connections. Sie können nicht mehr als %1 Quellverbindungen erstellen. - + Source connection %1 Quellverbindung %1 - + At least one source connection is required. Mindestens eine Quellverbindung ist erforderlich. - + Are you sure you want to disconnect every active source connection? Wollen Sie wirklich alle aktiven Quellverbindungen trennen? - + Confirmation required Bestätigung erforderlich - + Are you sure you want to delete '%1'? Wollen Sie wirklich '%1' löschen? - + Renaming '%1' Umbenennen von '%1' - + New name for '%1': Neuer Name für '%1' - + Can't rename '%1' to '%2': name already in use Kann '%1' nicht in '%2' umbenennen: Name wird bereits verwendet @@ -3683,27 +3715,27 @@ Zwei Quellverbindungen auf demselben Server können nicht denselben Einhängepun Liveübertragung-Einstellungen - + Mixxx Icecast Testing Mixxx Icecast-Test - + Public stream Öffentlicher Stream - + http://www.mixxx.org http://www.mixxx.org - + Stream name Stream-Name - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. Aufgrund von Fehlern in einigen Streaming-Clients kann die dynamische Aktualisierung von Ogg Vorbis Metadaten zu Störungen und Unterbrechungen führen. Aktivieren Sie diese Checkbox, um die Metadaten trotzdem zu aktualisieren. @@ -3738,189 +3770,204 @@ Zwei Quellverbindungen auf demselben Server können nicht denselben Einhängepun Liveübertragung aktivieren, wenn diese Einstellungen angewendet wenden - + Settings for %1 Einstellungen für %1 - + Dynamically update Ogg Vorbis metadata. Ogg Vorbis Metadaten dynamisch aktualisieren. - + + ICQ + + + + + AIM + + + + Website Webseite - + Live mix Livemix - + + IRC + + + + Select a source connection above to edit its settings here Wählen Sie oben eine Quellverbindung aus, um die Einstellungen hier zu bearbeiten - + Password storage Kennwortspeicher - + Plain text Klartext - + Secure storage (OS keychain) Sichere Speicherung (OS-Schlüsselbund) - + Genre Genre - + Use UTF-8 encoding for metadata. UTF-8 Kodierung für Metadaten verwenden. - + Description Beschreibung - + Encoding Kodierung - + Bitrate Bitrate - - + + Format Format - + Channels Kanäle - + Server connection Serververbindung - + Type Typ - + Host Host - + Login Anmeldung - + Mount Einhängepunkt - + Port Port - + Password Passwort - + Stream info Stream-Info - + Metadata Metadaten - + Use static artist and title. Statischen Interpreten und Titel verwenden. - + Static title Statischer Titel - + Static artist Statischer Interpret - + Automatic reconnect Automatische Wiederverbindung - + Time to wait before the first reconnection attempt is made. Wartezeit bis die erste Wiederverbindung versucht wird. - - + + seconds Sekunden - + Wait until first attempt Wartezeit bis zum ersten Versuch - + Reconnect period Wiederverbindungsintervall - + Time to wait between two reconnection attempts. Wartezeit zwischen zwei versuchten Wiederverbindungen. - + Limit number of reconnection attempts Anzahl der versuchten Wiederverbindungen begrenzen - + Maximum retries Maximale Wiederholungen - + Reconnect if the connection to the streaming server is lost. Wiederverbinden wenn die Verbindung zum Streaming-Server verloren wurde. - + Enable automatic reconnect Automatische Wiederverbindung aktivieren @@ -4697,15 +4744,11 @@ Wenn keiner existiert, zum Anfang des Titels springen. DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected Keine @@ -4832,32 +4875,32 @@ Displayed when no effect is selected Verfügbare Effekte - + Effect Info Effekt-Info - + Version: Version: - + Description: Beschreibung: - + Author: Autor: - + Name: Name: - + Type: Typ: @@ -5095,6 +5138,19 @@ und ermöglicht es Ihnen die Tonhöhe für harmonisches Mixen anzupassen.gis + + DlgPrefLV2Dlg + + + Equalizer Preferences + Equalizer-Einstellungen + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5918,11 +5974,7 @@ Die Ziel-Lautheit ist ungefähr und nimmt an das Titel-Vorverstärkung und Maste ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds ms @@ -6162,17 +6214,17 @@ milliseconds RGB - + OpenGL not available OpenGL nicht verfügbar - + dropped frames ausgelassene Einzelbilder - + Cached waveforms occupy %1 MiB on disk. Zwischengespeicherte Wellenformen belegen %1 MiB auf der Festplatte. @@ -6210,28 +6262,28 @@ milliseconds Visuelle Verstärkung - + Default zoom level Waveform zoom Standard-Vergrößerung - + Displays the actual frame rate. Zeigt die tatsächliche Bildwiederholrate. - + Visual gain of the middle frequencies Visuelle Verstärkung der mittleren Frequenzen - + End of track warning Warnung bei Titelende - + OpenGL status OpenGL-Status @@ -6246,107 +6298,126 @@ milliseconds Sekunden - + Low Tiefen - + Middle Mitte - + Global Global - + Visual gain of the high frequencies Visuelle Verstärkung der hohen Frequenzen - + Visual gain of the low frequencies Visuelle Verstärkung der tiefen Frequenzen - + High Höhen - + Waveform type Wellenform-Typ - + Global visual gain Globale visuelle Verstärkung - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. Die Wellenform-Übersicht zeigt die Wellenform-Hüllkurve des gesamten Titels. Wählen Sie aus verschiedenen Arten der Wellenform-Anzeige, welche sich in erster Linie in der Detailebene der angezeigten Wellenform unterscheiden. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. Die Wellenform zeigt die Wellenform-Hüllkurve des Titels nahe der aktuellen Wiedergabeposition. Wählen Sie aus verschiedenen Arten der Wellenform-Anzeige, welche sich in erster Linie in der Detailebene der angezeigten Wellenform unterscheiden. - + Waveform overview type Wellenform-Übersicht-Typ - + + fps + + + + Synchronize zoom level across all waveform displays. Vergrößerungsstufe aller Wellenform-Anzeigen synchronisieren. - + Synchronize zoom level across all waveforms Vergrößerungsstufe aller Wellenformen synchronisieren - + Caching Zwischenspeicherung - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. Mixxx speichert die Wellenformen Ihrer Titel auf der Festplatte wenn Sie einen Titel das erste Mal laden. Dies erfordert zusätzlichen Speicherplatz, reduziert aber die CPU-Auslastung wenn Sie live spielen. - + Enable waveform caching Zwischenspeicherung der Wellenformen aktivieren - + Generate waveforms when analyzing library Wellenformen bei der Analyse der Bibliothek erzeugen - - - Beat Grid - Beatgrid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + % + + + + Play marker position + - - Show Beat Markers - Beat-Marker zeigen + + Moves the play marker position on the waveforms to the left, right or center (default). + - + Clear Cached Waveforms Zwischengespeicherte Wellenformen löschen @@ -6354,83 +6425,93 @@ Wählen Sie aus verschiedenen Arten der Wellenform-Anzeige, welche sich in erste DlgPreferences - + Sound Hardware Sound-Hardware - + Controllers Controller - + Library Bibliothek - + Interface Benutzeroberfläche - + Waveforms Wellenformen - + Auto DJ Auto-DJ - + Equalizers Equalizer - + Decks Decks - + Crossfader Crossfader - + + Effects + Effekte + + + + LV2 Plugins + + + + Recording Aufnehmen - + Beat Detection Beat-Erkennung - + Key Detection Tonart-Erkennung - + Normalization Normalisierung - - + + Vinyl Control Vinyl-Steuerung - + Live Broadcasting Liveübertragung - + Modplug Decoder Modplug Dekodierer @@ -6949,7 +7030,7 @@ Das führt oft zu Beatgrids mit höherer Qualität, wird aber nicht so gut bei T EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject Leere Effektkette @@ -6963,40 +7044,58 @@ Das führt oft zu Beatgrids mit höherer Qualität, wird aber nicht so gut bei T Kein Effekt geladen. + + EffectSettingsModel + + + Visible + + + + + Name + Name + + + + Type + Typ + + EffectsManager - + Flanger Flanger - + BitCrusher BitCrusher - + Filter Filter - + Reverb Hall - + Echo Echo - + AutoPan AutoPan - + Tremolo Tremolo @@ -7167,39 +7266,39 @@ Das führt oft zu Beatgrids mit höherer Qualität, wird aber nicht so gut bei T ITunesFeature - - + + iTunes iTunes - - + + Select your iTunes library Wählen Sie Ihre iTunes-Bibliothek - + (loading) iTunes (lade) iTunes - + Use Default Library Standard-Bibliothek verwenden - + Choose Library... Bibliothek auswählen... - + Error Loading iTunes Library Fehler beim Laden der iTunes-Bibliothek - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. Beim Laden der iTunes-Bibliothek ist ein Fehler aufgetreten. Einige Ihrer iTunes-Titel oder Wiedergabelisten wurden möglicherweise nicht geladen. @@ -7438,52 +7537,52 @@ Unterstützung. MixxxMainWindow - + Choose music library directory Verzeichnis für die Musikbibliothek auswählen - + Sound Device Busy Audiogerät beschäftigt - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Wiederholen</b> nach den Schließen der anderen Anwendung oder dem erneuten Verbinden eines Audiogerätes - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. Mixxx`s Audiogeräte-Einstellungen <b>neu konfigurieren</b>. - - + + Get <b>Help</b> from the Mixxx Wiki. Erhalten Sie <b>Hilfe</b> aus dem Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. Mixxx <b>beenden</b>. - + Retry Wiederholen - + Cannot open database Kann Datenbank nicht öffnen - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7494,150 +7593,142 @@ Mixxx benötigt QT mit SQLite Unterstützung. Für weitere Informationen lesen S Zum Beenden OK drücken. - - + + Reconfigure Neu konfigurieren - + Help Hilfe - - + + Exit Beenden - - + + Mixxx was unable to open all the configured sound devices. Mixxx konnte nicht alle konfigurierten Audiogeräte öffnen. - + Sound Device Error Audiogeräte-Fehler - + <b>Retry</b> after fixing an issue <b>Wiederholen</b> nach Fehlerbehebung - + No Output Devices Keine Ausgabegeräte - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. Mixxx wurde ohne Tonausgabe-Geräte konfiguriert. Die Audio-Verarbeitung wird ohne ein konfiguriertes Ausgabegerät deaktiviert werden. - + <b>Continue</b> without any outputs. <b>Weiter</b> ohne jegliche Ausgabegeräte. - + Continue Weiter - + Load track to Deck %1 Titel in Deck %1 laden - + Deck %1 is currently playing a track. Deck %1 spielt derzeit einen Titel. - + Are you sure you want to load a new track? Möchten Sie wirklich einen neuen Titel laden? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. Es ist kein Eingabegerät für diese Vinyl-Steuerung ausgewählt. Bitte wählen Sie zuerst ein Eingabegerät in den Sound-Hardware-Einstellungen. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. Es ist kein Eingabegerät für diese Passtrough-Steuerung ausgewählt. Bitte wählen Sie zuerst ein Eingabegerät in den Sound-Hardware-Einstellungen. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. Es ist kein Eingabegerät für dieses Mikrofon ausgewählt. Bitte wählen Sie zuerst ein Eingabegerät in den Sound-Hardware-Einstellungen. - + Error in skin file Fehler in Skin-Datei - + The selected skin cannot be loaded. Das gewählte Skin kann nicht geladen werden. - + OpenGL Direct Rendering Direktes Rendern mit OpenGL - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. Direktes Rendern ist auf Ihrem System nicht aktiviert.<br><br>Dies bedeutet, dass die Wellenform-Anzeige sehr langsam sein wird <br><b>und möglicherweise Ihre CPU stark belastet</b>. Entweder aktualisieren Sie Ihre<br>Konfiguration, um direktes Rendern zu aktivieren oder deaktivieren<br>die Wellenform-Anzeige in den Mixxx-Einstellungen durch die Auswahl von<br>"Leer" als Wellenform-Anzeige im Bereich 'Benutzeroberfläche'.<br><br>Hinweis: Wenn Sie NVIDIA-Hardware verwenden,<br>ist direktes Rendern möglicherweise nicht vorhanden. Sie sollten<br>aber keine verminderte Leistung erleben. - - + + Confirm Exit Beenden bestätigen - + A deck is currently playing. Exit Mixxx? Ein Deck spielt derzeit. Mixxx beenden? - + A sampler is currently playing. Exit Mixxx? Ein Sampler spielt derzeit. Mixxx beenden? - + The preferences window is still open. Das Einstellungen-Fenster ist noch geöffnet. - + Discard any changes and exit Mixxx? Alle Änderungen verwerfen und Mixxx schließen? - - NativeBackend - - - Native - Nativ - - ParserCsv @@ -8025,88 +8116,88 @@ Um diese Aktion abzubrechen, drücken Sie Abbrechen im Datei-Dialog.Sie haben die falsche Datei ausgewählt. Um Mixxx Zugriff zu gewähren, wählen Sie die Datei '%1'. Wenn Sie nicht fortfahren möchten, klicken Sie auf Abbrechen. - - + + Bit Depth Bit-Tiefe - - + + Bitcrusher Bitcrusher - + Adds noise by the reducing the bit depth and sample rate Fügt Rauschen hinzu indem Bit-Tiefe und Abtastrate reduziert werden - + The bit depth of the samples Die Bit-Tiefe der Samples - + Downsampling Reduzierung der Samplingrate - + Down Down - + The sample rate to which the signal is downsampled Die Abtastete in der das Signal neu berechnet wird - - + + Echo Echo - - + + Time Zeit - - + + Ping Pong Ping-Pong - - - - + + + + Send Senden - + How much of the signal to send into the delay buffer Anteil des Signals welcher in den Verzögerungspuffer geschickt wird - - - - + + + + Feedback Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time Speichert das Eingangssignal in einem temporären Puffer und gibt es nach kurzer Zeit aus - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -8115,134 +8206,134 @@ Um diese Aktion abzubrechen, drücken Sie Abbrechen im Datei-Dialog. - + Amount the echo fades each time it loops Wert um den das Echo bei jedem Loop verblasst - + How much the echoed sound bounces between the left and right sides of the stereo field Wie stark das Echo des Sounds zwischen den linken und rechten Seiten des Stereofeldes widerhallt - - - - + + + + Quantize Quantisieren - + Round the Time parameter to the nearest 1/4 beat. Den Parameter Zeit auf den nächsten 1/4 Beat runden. - - - - - - - + + + + + + + Triplets Triolen - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. Wenn der Parameter Quantisierung aktiviert ist, gerundete 1/4 Beats des Parameters Zeit durch 3 dividieren. - - + + Filter Filter - + Allows only high or low frequencies to play. Erlaubt nur die Wiedergabe von hohen oder niedrigen Frequenzen. - + Low Pass Filter Cutoff Tiefpassfilter-Cutoff - - + + LPF LPF - - + + Corner frequency ratio of the low pass filter Eckfrequenz-Verhältnis der Tiefpass-Filter - + Q Q - + Resonance of the filters Default: flat top Resonanz der Filter Standard: Flat-Top - + High Pass Filter Cutoff Hochpassfilter-Cutoff - - + + HPF HPF - - + + Corner frequency ratio of the high pass filter Eckfrequenz-Verhältnis der Hochpass-Filter - - - - + + + + Depth Tiefe - - + + Flanger Flanger - - + + Speed Geschwindigkeit - - + + Manual Manuell - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering Mischt den Eingang mit einer verzögerten, tonhöhenmodulierten Kopie von sich selbst um Kammfilterung zu erzeugen - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected @@ -8251,111 +8342,111 @@ Standard: Flat-Top 1/32 - 4 Hz wenn kein Tempo erkannt wird - + Delay amplitude of the LFO (low frequency oscillator) Verzögerungsamplitude des LFO (Niederfrequenzoszillator). - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. Verzögerungsversatz des LFO (Niederfrequenzoszillator). Mit einer Breite von Null kann der gesamte Verzögerungsbereich manuell überstrichen werden. - + Regeneration Regeneration - + Regen Regen - + How much of the delay output is feed back into the input Wie viel des Verzögerungsausgangs in den Eingang zurückgeführt wird - - + + Intensity of the effect Intensität des Effekts - - + + Divide rounded 1/2 beats of the Period parameter by 3. Gerundete 1/2 Beats des Parameters Periode durch 3 dividieren. - - + + Mix Mix - - - - - - + + + + + + Width Breite - + Metronome Metronom - + Adds a metronome click sound to the stream Fügt dem Audio-Signal ein Metronom-Tick hinzu - + BPM BPM - + Set the beats per minute value of the click sound Stellt den Beats pro Minute-Wert des Metronom-Tick ein - + Sync Synchronisation - + Synchronizes the BPM with the track if it can be retrieved Synchronisiert die BPM mit dem Titel, wenn sie abgerufen werden können - - - - + + + + Period Periode - - + + Autopan Autopan - + Bounce the sound left and right across the stereo field Den Sounds links und rechts über das Stereofeld springen lassen - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected @@ -8364,233 +8455,233 @@ Mit einer Breite von Null kann der gesamte Verzögerungsbereich manuell überstr 1/4 - 4 Sekunden wenn kein Tempo erkannt wird - + Smoothing Glättung - + Smooth Weich - + How smoothly the signal goes from one side to the other Wie glatt das Signal von der einen zur anderen Seite geht - + How far the signal goes to each side Wie schnell das Signal von einem Kanal zum anderen geht - + Reverb Hall - + Emulates the sound of the signal bouncing off the walls of a room Bildet den Klang des Signals nach, das von den Wänden eines Raumes reflektiert wird - - + + Decay Ausklang - + Lower decay values cause reverberations to fade out more quickly. Niedrigere Ausklang-Zeiten lassen den Hall schneller verstummen. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. Bandbreite des Tiefpass-Filters am Eingang. Höhere Werte führen zu weniger Dämpfung der hohen Frequenzen. - + + How much of the signal to send in to the effect + + + + Bandwidth Bandbreite - + BW BW - - + + Damping Dämpfung - + Higher damping values cause high frequencies to decay more quickly than low frequencies. Höhere Dämpfungswerte lassen hohe Frequenzen schneller ausklingen als niedrige Frequenzen. - - How much of the signal to send to the effect - Anteil des Signals welcher an den Effekt geschickt wird - - - - - + + + Low Tiefen - - - + + + Gain for Low Filter Verstärkung für Tiefen-Filter - + Kill Low Stumm - + Kill the Low Filter Den Tiefen-Filter stummschalten - + Mid Mitten - + Bessel4 LV-Mix Isolator Bessel4 LV-Mix Isolator - + Bessel4 ISO Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). Eine Bessel Filter-Isolator 4.Ordnung mit Lipshitz und Vanderkooy Mix (bit-perfekte Einheit, Frequenzabfall -24 dB/Oktave). - + Gain for Mid Filter Verstärkung für Mitten-Filter - + Kill Mid Stumm - + Kill the Mid Filter Den Mitten-Filter stummschalten - + High Höhen - - + + Gain for High Filter Verstärkung für Höhen-Filter - + Kill High Stumm - + Kill the High Filter Den Höhen-Filter stummschalten - + To adjust frequency shelves, go to Preferences -> Equalizers. Um die Grenzfrequenzen anpassen, siehe Optionen -> Einstellungen -> Equalizer. - + Graphic Equalizer Grafik-Equalizer - + Graphic EQ Grafik EQ - + An 8-band graphic equalizer based on biquad filters Ein 8-Band Grafik-Equalizer basierend auf Biquad-Filtern - + Gain for Band Filter %1 Verstärkung für Band-Filter %1 - + Moog Ladder 4 Filter Moog-4-Kaskadenfilter - + Moog Filter Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation Ein 4-poliger-Moog-Kaskadenfilter, basierend auf Antti Houvilainens nicht linearen digitalen Umsetzung - + Res Res - - + + Resonance Resonanz - + Resonance of the filters. 4 = self oscillating Resonanz der Filter. 4 = selbst oszillierend - + Deck %1 EQ Effect Deck %1 Equalizer-Effekt - - + + EQ Effect Equalizer-Effekt - + Deck 1 EQ Effect Deck 1 Equalizer-Effekt - + Gain for Low Filter (neutral at 1.0) Verstärkung für Tiefen-Filter (Neutral bei 1,0) @@ -8600,30 +8691,30 @@ Höhere Werte führen zu weniger Dämpfung der hohen Frequenzen. Netzwerk-Stream - - + + Phaser Phaser - - + + Stereo Stereo - - + + Stages Stufen - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering Mischt das Eingangssignals mit einer Reihe von Allpass-Filtern durchlaufenden Kopie um Kammfilterung zu erzeugen - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected @@ -8632,28 +8723,28 @@ Höhere Werte führen zu weniger Dämpfung der hohen Frequenzen. 1/4 - 4 Hz wenn kein Tempo erkannt wird - + Controls how much of the output signal is looped Regelt den Anteil des durchgeschleiften Ausgangssignals - - + + Range Bereich - + Controls the frequency range across which the notches sweep. Regelt den Frequenzbereich, durch den sich die Kerbfilter bewegen. - + Number of stages Anzahl der Stufen - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others Stellt die LFOs (Niederfrequenzoszillatoren) für den linken und rechten Kanal phasenverschoben zueinander ein @@ -8718,47 +8809,47 @@ Höhere Werte führen zu weniger Dämpfung der hohen Frequenzen. F11 - + Bessel8 LV-Mix Isolator Bessel8 LV-Mix Isolator - + Bessel8 ISO Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). Eine Bessel Filter-Isolator 8.Ordnung mit Lipshitz und Vanderkooy Mix (bit-perfekte Einheit, steiler Frequenzabfall -48 dB/Oktave). - + LinkwitzRiley8 Isolator LinkwitzRiley8 Isolator - + LR8 ISO LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). A Linkwitz-Riley Filter-Isolator 8.Ordnung (optimierte Frequenzweiche, konstante Phasenverschiebung, steiler Frequenzabfall -48 dB/Oktave). - + Biquad Equalizer Biquad-Equalizer - + BQ EQ BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. Ein 3-Band-Equalizer mit zwei Biquad Glocken-Filtern, Shelving Hochpass, und Stummschaltungen. @@ -8768,60 +8859,60 @@ Höhere Werte führen zu weniger Dämpfung der hohen Frequenzen. Gerät nicht gefunden - + Biquad Full Kill Equalizer Biquad-Equalizer mit Stummschaltung - + BQ EQ/ISO BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. Ein 3-Band Equalizer, welcher Equalizer und Isolator-Schaltung kombiniert und weiche Ansprechkurven sowie Stummschaltung bietet. - + Loudness Contour Gehörrichtige Lautstärke - - - + + + Loudness Lautheit - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. Verstärkt tiefe und hohe Frequenzen bei geringen Lautstärken, um eine verminderte Empfindlichkeit des menschlichen Ohres zu kompensieren. - + Set the gain of the applied loudness contour Legt die Verstärkung der angewandten gehörrichtigen Lautstärke fest. - - + + Use Gain Verstärkung verwenden - + Follow Gain Knob Verstärkungs-Drehregler folgen - + This stream is online for testing purposes! Dieser Stream ist für Testzwecke online! - + Live Mix Livemix @@ -8854,45 +8945,45 @@ Höhere Werte führen zu weniger Dämpfung der hohen Frequenzen. 32 Bit Float - - - + + + Balance Balance - + Adjust the left/right balance and stereo width Links/rechts Balance und Stereobreite anpassen - + Adjust balance between left and right channels Balance zwischen linken und rechten Kanälen anpassen - - + + Mid/Side Mitte/Seite - + Bypass Fr. Bypass-Fr. - + Bypass Frequency Bypass-Frequenz - + Stereo Balance Stereobalance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8903,46 +8994,46 @@ Ganz rechts: Nur Seitenambiente Zentriert: Verändert das Originalsignal nicht. - + Frequencies below this cutoff are not adjusted in the stereo field Frequenzen unterhalb dieser Eckfrequenz werden im Stereobild nicht angepasst - + Parametric Equalizer Parametrischer Equalizer - + Param EQ Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. Ein sanfter parametrischer 2-Band-Equalizer basierend auf Biquad-Filtern. Es ist als Ergänzung zu den steilen Misch-Equalizern konzipiert. - - + + Gain 1 Verstärkung 1 - + Gain for Filter 1 Verstärkung für Filter 1 - - + + Q 1 Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. @@ -8951,35 +9042,35 @@ Ein niedrigerer Q beeinflusst ein breiteres Frequenzband, ein höherer Q beeinflusst ein schmaleres Frequenzband. - - + + Center 1 Mitten 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz Mitten-Frequenz für Filter 1, von 100 Hz bis 14 kHz - - + + Gain 2 Verstärkung 2 - + Gain for Filter 2 Verstärkung für Filter 2 - - + + Q 2 Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. @@ -8988,40 +9079,40 @@ Ein niedrigerer Q beeinflusst ein breiteres Frequenzband, ein höherer Q beeinflusst ein schmaleres Frequenzband. - - + + Center 2 Mitten 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz Mitten-Frequenz für Filter 2, von 100 Hz bis 14 kHz - - + + Tremolo Tremolo - + Cycles the volume up and down Moduliert die Lautstärke auf und ab - + How much the effect changes the volume Wie stark der Effekt die Lautstärke verändert - - + + Rate Tempo - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected @@ -9030,14 +9121,14 @@ ein höherer Q beeinflusst ein schmaleres Frequenzband. 1/8 Hz - 8 Hz wenn kein Tempo erkannt wird - + Width of the volume peak 10% - 90% of the effect period Breite der Lautstärke-Spitzen 10% - 90% der Effektperode - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave @@ -9046,24 +9137,24 @@ Ganz links: Rechteckwelle Ganz rechts: Sinuswelle - + When the Quantize parameter is enabled, divide the effect period by 3. Wenn der Parameter Quantisierung aktiviert ist, die Effektperiode durch 3 dividieren. - - + + Waveform Wellenform - - + + Phase Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period @@ -9072,15 +9163,36 @@ Ganz links: Beginn der Effektperiode Ganz rechts: Ende der Effektperiode - + Round the Rate parameter to the nearest whole division of a beat. Den Parameter Tempo auf die nächste ganze Teilung eines Beats runden. - + Triplet Triole + + + Built-in + Used for effects that are built into Mixxx + Integriert + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9117,22 +9229,32 @@ Ganz rechts: Ende der Effektperiode RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording Aufnehmen - + Could not create audio file for recording! Audio-Datei für die Aufnahme konnte nicht erstellt werden! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. Stellen Sie sicher das genügend freier Speicherplatz verfügbar ist und Sie Schreibrechte für den Aufnahmen-Ordner haben. - + You can change the location of the Recordings folder in Preferences -> Recording. Sie können den Speicherort des Ordners Aufnahmen-Ordners in den Einstellungen -> Aufnahme ändern. @@ -9268,132 +9390,147 @@ Ganz rechts: Ende der Effektperiode Fehler beim Aktivieren des Non-blocking Modus: - + Error setting hostname! Fehler beim Festlegen des Host-Namens! - + Error setting port! Fehler beim Festlegen des Ports! - + Error setting password! Fehler beim Festlegen des Passwortes! - + Error setting mount! Fehler beim Festlegen des Einhängepunktes! - + Error setting username! Fehler beim Festlegen des Benutzernamens! - + Error setting stream name! Fehler beim Festlegen des Stream-Namens! - + Error setting stream description! Fehler beim Festlegen der Stream-Beschreibung! - + Error setting stream genre! Fehler beim Festlegen des Stream-Genres! - + Error setting stream url! Fehler beim Festlegen der Stream-URL! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! Fehler beim Festlegen als Öffentlicher Stream! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. Liveübertragung in 96kHz mit Ogg Vorbis wird derzeit nicht unterstützt. Bitte versuchen Sie eine andere Abtastrate oder wechseln Sie zu einer anderen Kodierung. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. Siehe https://bugs.launchpad.net/mixxx/+bug/686212 für weitere Informationen. - + Error setting bitrate Fehler beim Festlegen der Bitrate - + Error: unknown server protocol! Fehler: Unbekanntes Server-Protokoll! - + Error: libshout only supports Shoutcast with MP3 format! Fehler: libshout unterstützt Shoutcast nur im MP3-Format! - + Error setting protocol! Fehler beim Festlegen des Protokolls! - + Network cache overflow Netzwerk-Zwischenspeicher-Überlauf - + Connection error Verbindungsfehler - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> Eine der Liveübertragung-Verbindungen hat diesen Fehler ausgelöst:<br><b>Fehler bei Verbindung '%1':</b><br> - + Connection message Verbindungsnachricht - + <b>Message from Live Broadcasting connection '%1':</b><br> <b>Nachricht von Liveübertragung-Verbindung '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. Verbindung zum Streaming-Server verloren, und %1 Versuche erneut zu verbinden sind fehlgeschlagen. - + Lost connection to streaming server. Verbindung zum Streaming-Server verloren - + Please check your connection to the Internet. Bitte überprüfen Sie die Verbindung zum Internet - + Can't connect to streaming server Verbindung zum Streaming-Server kann nicht hergestellt werden - + Please check your connection to the Internet and verify that your username and password are correct. Bitte überprüfen Sie die Internetverbindung und vergewissern sich, dass Ihr Benutzername und Kennwort richtig sind. @@ -9811,7 +9948,7 @@ Ganz rechts: Ende der Effektperiode - + Cover Art Cover-Bild @@ -10073,7 +10210,6 @@ Ganz rechts: Ende der Effektperiode Key - The musical key of a track Tonart @@ -10148,563 +10284,599 @@ Ganz rechts: Ende der Effektperiode Umschalten der Tonhöhensperre während der Wiedergabe kann zu kurzzeitigen Aussetzern führen. - + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + + + + Places a cue point at the current position on the waveform. Setzt einen Cue-Punkt an der aktuellen Position in der Wellenform. - + Stops track at cue point, OR go to cue point and play after release (CUP mode). Titel am Cue-Punkt stoppen, oder zum Cue-Punkt gehen und nach dem Loslassen wiedergeben (CUP-Modus) - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). Cue-Punkt setzen (Pioneer/Mixxx/Numark-Modus), Cue-Punkt setzen und nach dem Loslassen wiedergeben (CUP-Modus) oder Vorhören von hier starten (Denon-Modus). - + Seeks the track to the cue point and stops. Springt im Titel zum Cue-Punkt und stoppt. - + Play Wiedergabe - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. Ändert die Titel-Wiedergabegeschwindigkeit (beeinflusst das Tempo als auch die Tonhöhe). Wenn die Tonhöhensperre aktiviert ist, wird nur das Tempo beeinflusst. - + Recording Duration Aufnahmedauer - + Displays the duration of the running recording. Zeigt die Dauer der laufenden Aufnahme. - + Sets the track Loop-In Marker to the current play position. Setzt den Loop-In Marker des Titels an der aktuellen Wiedergabeposition. - + Press and hold to move Loop-In Marker. Drücken und halten um Loop-In Marker zu verschieben. - + Jump to Loop-In Marker. Zum Loop-In Marker springen. - + Sets the track Loop-Out Marker to the current play position. Setzt den Loop-Out Marker des Titels an der aktuellen Wiedergabeposition. - + Press and hold to move Loop-Out Marker. Drücken und halten um Loop-Out Marker zu verschieben. - + Jump to Loop-Out Marker. Zum Loop-Out Marker springen. - + Beatloop Size Beatloop-Größe - + Select the size of the loop in beats to set with the Beatloop button. Wähle die Größe des Loop in Beats aus, die mit der Beatloop-Taste eingestellt werden soll. - + Changing this resizes the loop if the loop already matches this size. Ändern dieser Größe verändert den Loop, wenn der Loop bereits dieser Größe entspricht. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. Halbiere die Größe eines vorhandenen Beatloop, oder halbiere die Größe des nächsten mit dem Beatloop-Button festgelegten Beatloop. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. Verdopple die Länge eines vorhandenen Beatloop, oder verdopple die Länge des nächsten mit dem Beatloop-Button festgelegten Beatloop. - + Start a loop over the set number of beats. Startet einen Loop über die festgelegte Anzahl von Beats. - + Temporarily enable a rolling loop over the set number of beats. Vorübergehend einen Loop-Roll über die festgelegte Anzahl von Beats aktivieren. - + Beatjump/Loop Move Size Größe von Beat-Sprung / Loop-Verschiebung - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. Wähle die Anzahl der Beats aus, um den Loop mit den Vorwärts/Rückwärts Beat-Sprung-Tasten zu springen oder zu verschieben. - + Beatjump Forward Beat-Sprung vorwärts - + Jump forward by the set number of beats. Vorwärts springen über die festgelegte Anzahl von Beats. - + Move the loop forward by the set number of beats. Den Loop vorwärts verschieben über die festgelegte Anzahl von Beats. - + Jump forward by 1 beat. Vorwärts springen um 1 Beat. - + Move the loop forward by 1 beat. Verschieben des Loop um 1 Beat vorwärts. - + Beatjump Backward Beat-Sprung rückwärts - + Jump backward by the set number of beats. Rückwärts springen über die festgelegte Anzahl von Beats. - + Move the loop backward by the set number of beats. Rückwärts verschieben des Loop über die festgelegte Anzahl von Beats. - + Jump backward by 1 beat. Rückwärts springen um 1 Beat. - + Move the loop backward by 1 beat. Verschieben des Loop um 1 Beat rückwärts. - + Reloop Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. Wenn der Loop vor der aktuellen Wiedergabeposition ist, beginnt das Looping wenn der Loop erreicht wird. - + Works only if Loop-In and Loop-Out Marker are set. Funtioniert nur wenn die Loop-In und Loop-Out Marker gesetzt sind. - + Enable loop, jump to Loop-In Marker, and stop playback. Loop aktivieren, zum Loop-In Marker springen, und Wiedergabe stoppen. - + Displays the elapsed and/or remaining time of the track loaded. Zeigt die bereits verstrichene und/oder verbleibende Zeit des geladenen Titels an. - + Click to toggle between time elapsed/remaining time/both. Klicken zum Umschalten zwischen vergangener/verbleibender Zeit/ beiden. - + + Mix + Mix + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. Den linken Crossfader-Bus durch die angegebenen Effekteinheit routen. - + Route the right crossfader bus through this effect unit. Den rechten Crossfader-Bus durch die angegebenen Effekteinheit routen. - + Right side active: parameter moves with right half of Meta Knob turn Rechte Seite aktiv: Parameter bewegt sich über halbe Drehung rechts des Meta-Drehregler - + Skin Settings Menu Skin-Einstellungen - + Show/hide skin settings menu Skin-Einstellungen zeigen/verbergen - + Save Sampler Bank Sampler-Bank speichern - + Save the collection of samples loaded in the samplers. Speichern Sie die Sammlung der in den Samplern geladenen Samples. - + Load Sampler Bank Sampler-Bank laden - + Load a previously saved collection of samples into the samplers. Laden Sie eine zuvor gespeicherte Sammlung von Samples in die Sampler. - + Show Effect Parameters Effektparameter anzeigen - + Enable Effect Effekt aktivieren - + Meta Knob Link Meta-Drehregler-Verknüpfung - + Set how this parameter is linked to the effect's Meta Knob. Legt fest wie dieser Parameter mit dem Meta-Drehregler des Effektes verknüpft ist. - + Meta Knob Link Inversion Invertierte Meta-Drehregler-Verknüpfung - + Inverts the direction this parameter moves when turning the effect's Meta Knob. Invertiert die Richtung in welche sich dieser Parameter beim Drehen des Effekt`s Meta-Drehregler bewegt. - - Dry/Wet - Dry/Wet - - - + Super Knob Super-Drehregler - - - Insert/Send Toggle - Einfügen/Senden-Umschalter - - - + Next Chain Nächste Effektkette - + Previous Chain Vorherige Effektkette - + Next/Previous Chain Nächste/Vorherige Effektkette - + Clear Löschen - + Clear the current effect. Aktuellen Effekt löschen. - + Toggle Ein-/ausschalten - + Toggle the current effect. Aktuellen Effekt ein-/ausschalten. - + Next Nächster - + Clear Unit Einheit leeren - + Clear effect unit. Effekteinheit leeren. - + Show/hide parameters for effects in this unit. Parameter für Effekte in dieser Einheit anzeigen/verbergen - + Toggle Unit Einheit ein-/ausschalten - + Enable or disable this whole effect unit. Aktivieren oder deaktivieren dieser ganzen Effekteinheit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - Passt die Balance zwischen dem originalen (dry) und dem bearbeiteten (wet) Signal für die gesamte Effekteinheit an. - - - + Controls the Meta Knob of all effects in this unit together. Regelt den Meta-Drehregler aller Effekte in dieser Einheit zusammen. - + Load next effect chain preset into this effect unit. Nächste Effektketten-Voreinstellung in diese Effekteinheit laden. - + Load previous effect chain preset into this effect unit. Vorherige Effektketten-Voreinstellung in diese Effekteinheit laden. - + Load next or previous effect chain preset into this effect unit. Nächste oder vorherige Effektketten-Voreinstellung in diese Effekteinheit laden. - - - - - - - - - + + + + + + + + + Assign Effect Unit Effekteinheit zuweisen - + Assign this effect unit to the channel output. Diese Effekteinheit dem Kanalausgang zuweisen. - + Route the headphone channel through this effect unit. Den Kopfhörer-Kanal durch diese Effekteinheit routen. - + Route the master mix through this effect unit. Den Master-Mix durch die angegebenen Effekteinheit routen. - + Route this deck through the indicated effect unit. Dieses Deck durch die angegebenen Effekteinheit routen. - + Route this sampler through the indicated effect unit. Diesen Sampler durch die angegebenen Effekteinheit routen. - + Route this microphone through the indicated effect unit. Dieses Mikrofon durch die angegebenen Effekteinheit routen. - + Route this auxiliary input through the indicated effect unit. Diesen Aux-Eingang durch die angegebenen Effekteinheit routen. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. Der Effekteinheit muss auch ein Deck oder eine andere Soundquelle zugewiesen werden, um den Effekt zu hören. - + Switch to the next effect. Zum nächsten Effekt wechseln. - + Previous Vorheriger - + Switch to the previous effect. Zum vorherigen Effekt wechseln. - + Next or Previous Nächster oder Vorheriger - + Switch to either the next or previous effect. Zum nächsten oder vorherigen Effekt wechseln. - + Meta Knob Meta-Drehregler - + Controls linked parameters of this effect Regelt verknüpfte Parameter dieses Effekts - + Effect Focus Button Effekt-Fokustaste - + Focuses this effect. Fokussiert diesen Effekt. - + Unfocuses this effect. Unfokussiert diesen Effekt. - + Refer to the web page on the Mixxx wiki for your controller for more information. Siehe auch die Webseite für Ihren Controller im Mixxx-Wiki für weitere Informationen. - + Effect Parameter Effektparameter - + Adjusts a parameter of the effect. Einen Parameter des Effekts anpassen. - + Inactive: parameter not linked Inaktiv: Parameter nicht verknüpft - + Active: parameter moves with Meta Knob Aktiv: Parameter bewegt sich mit Meta-Drehregler - + Left side active: parameter moves with left half of Meta Knob turn Linke Seite aktiv: Parameter bewegt sich über halbe Drehung links des Meta-Drehregler - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half Linke und rechte Seite aktiv: Parameter bewegt sich in ganzer Bandbreite über halbe Drehung des Meta-Drehregler und zurück mit der anderen Hälfte - - + + Equalizer Parameter Kill Equalizer-Parameter stummschalten - - + + Holds the gain of the EQ to zero while active. Hält die Verstärkung des Equalizers auf Null wenn aktiviert. - + Quick Effect Super Knob Quick-Effekt Super-Drehregler - + Quick Effect Super Knob (control linked effect parameters). Quick-Effekt Super-Drehregler ( Verknüpfte Effekt-Parameter steuern). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. Hinweis: Ändern Sie den standardmäßigen Quick-Effekt-Modus in den Einstellungen -> Interface. - + Equalizer Parameter Equalizer-Parameter - + Adjusts the gain of the EQ filter. Regelt die Verstärkung des Equalizer-Filters. - + Hint: Change the default EQ mode in Preferences -> Equalizers. Hinweis: Ändern Sie den standardmäßigen Equalizer-Modus in den Einstellungen -> Interface. @@ -10726,123 +10898,123 @@ Ganz rechts: Ende der Effektperiode Beatgrid entsprechend einem anderen spielenden Deck anpassen. - + If quantize is enabled, snaps to the nearest beat. Rastet am nächten Beat ein wenn Quantisierung aktiviert ist. - + Quantize Quantisieren - + Toggles quantization. Quantisierung ein-/ausschalten. - + Loops and cues snap to the nearest beat when quantization is enabled. Loops und Cues rasten am nächsten Beat ein wenn die Quantisierung aktiviert ist. - + Reverse Rückwärts - + Reverses track playback during regular playback. Kehrt die Wiedergabe des Titels während der normalen Wiedergabe um. - + Puts a track into reverse while being held (Censor). Spielt einen Titel während des Haltens rückwärts ab (Zensieren). - + Playback continues where the track would have been if it had not been temporarily reversed. Die Wiedergabe wird fortgesetzt wo der Titel gewesen wäre, ohne vorübergehend rückwärts abgespielt worden zu sein. - - + + Play/Pause Wiedergabe/Pause - + Jumps to the beginning of the track. Springt zum Anfang des Titels. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. Synchronisiert das Tempo (BPM) und die Phase mit der des anderen Titels, wenn ein BPM-Wert bei beiden erkannt wird. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. Synchronisiert das Tempo (BPM) mit dem des anderen Titels, wenn ein BPM-Wert bei beiden erkannt wird. - + Sync and Reset Key Tonart synchronisieren und zurücksetzen - + Increases the pitch by one semitone. Erhöht die Tonhöhe um einen Halbton. - + Decreases the pitch by one semitone. Verringert die Tonhöhe um einen Halbton. - + Enable Vinyl Control Vinyl-Steuerung aktivieren - + When disabled, the track is controlled by Mixxx playback controls. Wenn deaktiviert, wird der Titel von Mixxx Wiedergabe-Steuerelementen gesteuert. - + When enabled, the track responds to external vinyl control. Wenn aktiviert, reagiert der Titel auf externe Vinyl-Steuerung. - + Enable Passthrough Passthrough aktivieren - + Indicates that the audio buffer is too small to do all audio processing. Zeigt an, dass der Audiopuffer zu klein ist um alle Audiosignale zu verarbeiten. - + Displays cover artwork of the loaded track. Zeigt das Cover-Bild des geladenen Titels an. - + Displays options for editing cover artwork. Zeigt die Optionen für die Bearbeitung von Cover-Bildern. - + Star Rating Sterne-Bewertung - + Assign ratings to individual tracks by clicking the stars. Weisen Sie einzelnen Titeln Bewertungen zu, indem Sie auf die Sterne klicken. @@ -10987,255 +11159,254 @@ Ganz rechts: Ende der Effektperiode Verhindert das sich die Tonhöhe ändert wenn die Wiedergabegeschwindigkeit geändert wird. - + Starts playing from the beginning of the track. Beginnt die Wiedergabe vom Anfang des Titels. - + Jumps to the beginning of the track and stops. Springt an den Anfang des Titels und stoppt. - + Plays or pauses the track. Spielt oder pausiert den Titel. - + (while playing) (während der Wiedergabe) - + (while stopped) (während des Stops) - + Cue Cue - + Headphone Kopfhörer - + Mute Stummschalten - + Mutes the selected channel's audio in the master output. Schaltet das Audiosignal des gewählten Kanals im Master-Ausgang stumm. - + Old Synchronize Altes Synchronisieren - + (This skin should be updated to use Master Sync!) (Dieses Skin sollte aktualisiert werden, um Master-Sync zu verwenden!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. Synchronisiert mit dem ersten Deck (in numerischer Ordnung) welches einen Titel abspielt und einen BPM-Wert hat. - + If no deck is playing, syncs to the first deck that has a BPM. Wenn kein Deck spielt, wird mit dem ersten Deck synchronisiert welches einen BPM-Wert hat. - + Decks can't sync to samplers and samplers can only sync to decks. Decks können nicht mit Samplern und Sampler nur mit Decks synchronisiert werden. - + Enable Master Sync Master-Sync aktivieren - + Tap to sync the tempo to other playing tracks or the master clock. Tippen um das Tempo zu anderen spielenden Titeln oder der Master-Clock zu synchronisieren. - + Hold for at least a second to enable sync lock for this deck. Halten Sie für mindestens eine Sekunde um Sync-Lock für dieses Deck zu aktivieren. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. Decks mit gesperrtem Sync werden alle im gleichen Tempo spielen, und Decks, welche auch Quantisierung aktiviert haben, haben immer ihre Beats ausgerichtet. - + Resets the key to the original track key. Tonart auf die Original-Tonart des Titels zurücksetzen. - + Enable Sync Clock Master Sync-Clock-Master aktivieren - + When enabled, this device will serve as the master clock for all other decks. Wenn aktiviert, wird dieses Gerät als Master-Clock für alle anderen Decks dienen. - + Speed Control Geschwindigkeit-Steuerelement - - - + + + Changes the track pitch independent of the tempo. Ändert die Titel-Tonhöhe unabhängig vom Tempo. - + Increases the pitch by 10 cents. Erhöht die Tonhöhe um 10 Cent. - + Decreases the pitch by 10 cents. Verringert die Tonhöhe um 10 Cent. - + Pitch Adjust Tonhöhenanpassung - + Adjust the pitch in addition to the speed slider pitch. Verändert die Tonhöhe zusätzlich zur Tonhöhenänderung der Geschwindigkeits-Schieberegler. - + Record Mix Mix aufnehmen - + Toggle mix recording. Mix-Aufnahme ein-/ausschalten. - + Enable Live Broadcasting Live-Übertragung aktivieren - + Stream your mix over the Internet. Streamen Sie Ihren Mix über das Internet. - + Provides visual feedback for Live Broadcasting status: Gibt eine grafische Rückmeldung für den Liveübertragung-Status: - + disabled, connecting, connected, failure. deaktiviert, verbinden, verbunden , fehlgeschlagen. - + When enabled, the deck directly plays the audio arriving on the vinyl input. Wenn aktiviert, gibt das Deck direkt das am Vinyl-Eingang ankommende Audiosignal wieder. - + Blue for passthrough enabled. Grün wenn Passthrough aktiviert ist. - + Playback will resume where the track would have been if it had not entered the loop. Die Wiedergabe wird fortgesetzt wo der Titel gewesen wäre, ohne in den Loop gegangen zu sein. - + Loop Exit Loop beenden - + Turns the current loop off. Schaltet den aktuellen Loop ab. - + Slip Mode Slip-Modus - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. Wenn aktiviert, wird die Wiedergabe während eines Loop, Rückwärtslaufes, Scratches usw. stumm im Hintergrund fortgesetzt. - + Once disabled, the audible playback will resume where the track would have been. Sobald deaktiviert, wird die hörbare Wiedergabe fortgesetzt wo der Titel gewesen wäre. - + Track Key - The musical key of a track Titeltonart - + Displays the musical key of the loaded track. Zeigt die Tonart des geladenen Titels an. - + Clock Uhr - + Displays the current time. Zeigt die aktuelle Uhrzeit an. - + Audio Latency Usage Meter Audiolatenz-Nutzungsanzeige - + Displays the fraction of latency used for audio processing. Zeigt den für die Audioverarbeitung verwendeten Anteil der Latenz. - + A high value indicates that audible glitches are likely. Ein hoher Wert bedeutet, dass hörbare Störungen wahrscheinlich sind. - + Do not enable keylock, effects or additional decks in this situation. Aktivieren Sie Tonhöhensperre, Effekte oder zusätzliche Decks in dieser Situation nicht. - + Audio Latency Overload Indicator Audiolatenz-Überlastanzeige @@ -11300,279 +11471,279 @@ Ganz rechts: Ende der Effektperiode Zeigt die aktuelle Tonart des geladenen Titels nach der Tonhöhenänderung an. - + Sends the selected channel's audio to the headphone output, Sendet das Audiosignal des gewählten Kanals zu dem Kopfhörerausgang, - + selected in Preferences -> Sound Hardware. ausgewählt in Einstellungen -> Sound-Hardware. - + Fast Rewind Schneller Rücklauf - + Fast rewind through the track. Schneller Rücklauf durch den Titel. - + Fast Forward Schneller Vorlauf - + Fast forward through the track. Schneller Vorlauf durch den Titel. - + Jumps to the end of the track. Springt zum Ende des Titels. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. Stellt die Tonhöhe auf eine Tonart, welche einen harmonischen Übergang vom anderen Titel erlaubt. Erfordert das die Tonart auf beiden beteiligten Decks erkannt wurde. - - - + + + Pitch Control Wiedergaberate-Steuerung - + Pitch Rate Wiedergaberate - + Displays the current playback rate of the track. Zeigt die aktuelle Wiedergaberate des Titels an. - + Repeat Wiederholen - + When active the track will repeat if you go past the end or reverse before the start. Wenn aktiviert wird der Titel wiederholt wenn Sie hinter das Ende gehen oder bis vor den Anfang rückwärts abspielen. - + Eject Auswerfen - + Ejects track from the player. Wirft den Titel aus dem Deck. - + Hotcue Hotcue - + If hotcue is set, jumps to the hotcue. Springt zum Hotcue wenn bereits ein Hotcue gesetzt wurde. - + If hotcue is not set, sets the hotcue to the current play position. Setzt den Hotcue an der aktuellen Wiedergabeposition wenn noch kein Hotcue gesetzt wurde. - + If hotcue is set, clears the hotcue. Löscht den Hotcue wenn bereits ein Hotcue gesetzt wurde. - + Vinyl Control Mode Vinyl-Steuerungsmodus - + Absolute mode - track position equals needle position and speed. Absoluter Modus - Die Position des Titels entspricht der Position und Geschwindigkeit der Nadel. - + Relative mode - track speed equals needle speed regardless of needle position. Relativer Modus - Die Geschwindigkeit des Titels entspricht der Nadel-Geschwindikeit unabhängig von der Position der Nadel. - + Constant mode - track speed equals last known-steady speed regardless of needle input. Konstanter Modus - Die Geschwindigkeit des Titels entspricht der letzten bekannten konstanten Geschwindigkeit unabhängig vom Nadel-Eingang. - + Vinyl Status Vinyl-Status - + Provides visual feedback for vinyl control status: Gibt eine grafische Rückmeldung für den Vinyl-Steuerungsstatus: - + Green for control enabled. Grün wenn die Steuerung aktiviert ist. - + Blinking yellow for when the needle reaches the end of the record. Gelb blinkend wenn die Nadel das Ende der Platte erreicht. - + Loop-In Marker Loop-In Marker - + Loop-Out Marker Loop-Out Marker - + Loop Halve Loop halbieren - + Halves the current loop's length by moving the end marker. Halbiert die Länge des aktuellen Loop durch das Verschieben des Endmarkers. - + Deck immediately loops if past the new endpoint. Das Deck wird sofort loopen wenn es hinter dem neuen Endpunkt ist. - + Loop Double Loop verdoppeln - + Doubles the current loop's length by moving the end marker. Verdoppelt die Länge des aktuellen Loop durch das Verschieben des Endmarkers. - + Beatloop Beatloop - + Toggles the current loop on or off. Den aktuellen Loop ein-/ausschalten. - + Works only if Loop-In and Loop-Out marker are set. Funtioniert nur wenn die Loop-In und Loop-Out Marker gesetzt sind. - + Hint: Change the default cue mode in Preferences -> Interface. Hinweis: Ändern Sie den Standard-Cue-Modus in den Einstellungen -> Interface. - + Vinyl Cueing Mode Vinyl-Cueing-Modus - + Determines how cue points are treated in vinyl control Relative mode: Bestimmt wie Cue-Punkte im Relativen Modus der Vinylsteuerung dehandelt werde: - + Off - Cue points ignored. Off - Cue-Punkte ignoriert. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. One Cue - Der Titel springt zu diesem Cue-Punkt wenn die Nadel hinter dem Cue-Punkt abgesetzt wird. - + Hot Cue - Track will seek to nearest previous hot cue point. Hot Hue - Der Titel springt zum nächstgelegenen vorherigen Hotcue-Punkt. - + Track Time Zeit - + Track Duration Laufzeit - + Displays the duration of the loaded track. Zeigt die Länge des geladenen Titels an. - + Information is loaded from the track's metadata tags. Die Informationen werden aus den Metadaten-Tags des Titels geladen. - + Track Artist Interpret - + Displays the artist of the loaded track. Zeigt den Interpreten des geladenen Titels an. - + Track Title Titel - + Displays the title of the loaded track. Zeigt den Titel des geladenen Titels an. - + Track Album Album - + Displays the album name of the loaded track. Zeigt den Albumnamen des geladenen Titels an. - + Track Artist/Title Interpret/Titel - + Displays the artist and title of the loaded track. Zeigt den Interpreten und Titel des geladenen Titels an. @@ -11694,34 +11865,6 @@ Ganz rechts: Ende der Effektperiode Beim Laden der Traktor-Bibliothek ist ein Fehler aufgetreten. Einige Ihrer Traktor-Titel oder Wiedergabelisten wurden möglicherweise nicht geladen. - - Ui - - - Mixxx %1 Development Team - Mixxx %1 Entwicklerteam - - - - With contributions from: - Mit Beiträgen von: - - - - And special thanks to: - Und besonderen Dank an: - - - - Past Developers - Frühere Entwickler - - - - Past Contributors - Frühere Mitwirkende - - VSyncThread @@ -11817,12 +11960,18 @@ Ganz rechts: Ende der Effektperiode WEffect - + + %1: %2 + %1 = effect name; %2 = effect description + %1: %2 + + + None Keine - + No effect loaded. Kein Effekt geladen. @@ -11961,317 +12110,333 @@ Ganz rechts: Ende der Effektperiode &Ansicht - + May not be supported on all skins. Wird möglicherweise nicht von allen Skins unterstützt. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + Strg+1 + + + Show Microphone Section Mikrofon-Bereich anzeigen - + Show the microphone section of the Mixxx interface. Den Mikrofon-Bereich der Mixxx-Benutzeroberfläche anzeigen. - + Ctrl+2 Menubar|View|Show Microphone Section Strg+2 - + Show Vinyl Control Section Vinyl-Steuerung-Bereich anzeigen - + Show the vinyl control section of the Mixxx interface. Den Vinyl-Steuerung Bereich der Mixxx-Benutzeroberfläche anzeigen. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Strg+3 - + Show Preview Deck Vorhör-Deck anzeigen - + Show the preview deck in the Mixxx interface. Das Vorhör-Deck in der Mixxx-Benutzeroberfläche anzeigen. - + Ctrl+4 Menubar|View|Show Preview Deck Strg+4 - + Show Cover Art Cover-Bild anzeigen - + Show cover art in the Mixxx interface. Cover-Bild in der Mixxx-Benutzeroberfläche anzeigen. - + Ctrl+6 Menubar|View|Show Cover Art Strg+6 - + Maximize Library Bibliothek maximieren - + Maximize the track library to take up all the available screen space. Die Titel-Bibliothek auf den verfügbare Bildschirmplatz maximieren. - + Space Menubar|View|Maximize Library Leertaste - + &Full Screen &Vollbild - + Display Mixxx using the full screen Mixxx im Vollbildmodus anzeigen - + &Options &Optionen - + &Vinyl Control &Vinyl-Steuerung - + Use timecoded vinyls on external turntables to control Mixxx Timecode-Vinyls benutzen um Mixxx mit externen Plattenspielern zu steuern - + Enable Vinyl Control &%1 Vinyl-Steuerung &%1 aktivieren - + &Record Mix &Mix aufnehmen - + Record your mix to a file Aufnahme Ihres Mixes in eine Datei - + Ctrl+R Strg+R - + Enable Live &Broadcasting &Liveübertragung aktivieren - + Stream your mixes to a shoutcast or icecast server Den Mix zu einem Icecast- oder Shoutcast-Server streamen - + Ctrl+L Strg+L - + Enable &Keyboard Shortcuts &Tastenkombinationen aktivieren - + Toggles keyboard shortcuts on or off Tastenkombinationen ein-/ausschalten - + Ctrl+` Strg+` - + &Preferences &Einstellungen - + Change Mixxx settings (e.g. playback, MIDI, controls) Mixxx Einstellungen verändern (z.B. Wiedergabe, MIDI, Steuerelemente) - + &Developer &Entwickler - + &Reload Skin Skin &neu laden - + Reload the skin Das Skin neu laden - + Ctrl+Shift+R Strg+Umschalt+R - + Developer &Tools Entwickler&werkzeuge - + Opens the developer tools dialog Öffnet den Entwicklerwerkzeuge-Dialog - + Ctrl+Shift+T Strg+Umschalt+T - + Stats: &Experiment Bucket Statistiken: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. Aktiviert den Experiment-Modus. Sammelt Statistiken im Experiment-Tracking-Bucket. - + Ctrl+Shift+E Strg+Umschalt+E - + Stats: &Base Bucket Statistiken: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. Aktiviert den Base-Modus. Sammelt Statistiken im Base-Tracking-Bucket. - + Ctrl+Shift+B Strg+Umschalt+B - + Deb&ugger Enabled Deb&ugger aktiviert - + Enables the debugger during skin parsing Aktiviert den Debugger während des Parsens der Skins - + Ctrl+Shift+D Strg+Umschalt+D - + &Help &Hilfe - + &Community Support &Community Unterstützung - + Get help with Mixxx Hilfe zu Mixxx erhalten - + &User Manual &Benutzerhandbuch - + Read the Mixxx user manual. Mixxx-Benutzerhandbuch lesen. - + &Keyboard Shortcuts &Tastenkombinationen - + Speed up your workflow with keyboard shortcuts. Beschleunigen Sie Ihren Workflow mit Tastenkombinationen. - + Send Us &Feedback Senden Sie uns Ihre &Meinung - + Send feedback to the Mixxx team. Senden Sie Ihre Meinung an das Mixxx-Team. - + &Translate This Application Diese Anwendung &übersetzen - + Help translate this application into your language. Helfen Sie, diese Anwendung in Ihre Sprache zu übersetzen. - + &About &Über - + About the application Über diese Anwendung @@ -12288,9 +12453,7 @@ Ganz rechts: Ende der Effektperiode Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source Titel wird geladen .. @@ -12372,6 +12535,12 @@ Text on waveform overview when file is cached from source Add to Playlist Zur Wiedergabeliste hinzufügen + + + Reset + Reset metadata in right click track context menu in library + Zurücksetzen + Cover Art @@ -12384,58 +12553,68 @@ Text on waveform overview when file is cached from source ESC - + Remove Entfernen - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library In der Bibliothek ausblenden - + Unhide from Library In der Bibliothek einblenden. - + Purge from Library Aus der Bibliothek entfernen - + Properties Eigenschaften - + Open in File Browser Im Dateibrowser öffnen - + 4/3 BPM 4/3 BPM - + 3/2 BPM 3/2 BPM - - + + Create New Playlist Neue Wiedergabeliste erstellen - + Create New Crate Neue Plattenkiste erstellen - + Enter name for new playlist: Einen Namen für neue Wiedergabeliste eingeben: @@ -12465,150 +12644,144 @@ Text on waveform overview when file is cached from source BPM ändern - - Clear - Clear metadata in right click track context menu in library - Löschen - - - + Add to Auto DJ Queue (Bottom) Zur Auto-DJ Warteschlange hinzufügen (Ende) - + Add to Auto DJ Queue (Top) Zur Auto-DJ Warteschlange hinzufügen (Anfang) - + Add to Auto DJ Queue (Replace) Zur Auto-DJ Warteschlange hinzufügen (Ersetzen) - + Import From File Tags Aus Datei-Tags importieren - + Import From MusicBrainz Von MusicBrainz importieren - + Export To File Tags In Datei-Tags exportieren - + Preview Deck Vorhör-Deck - + BPM and Beatgrid BPM und Beatgrid - + Play Count Wiedergabezähler - + Cue Point Cue-Punkt - + Hotcues Hotcues - + Loop Loop - + ReplayGain ReplayGain - + Waveform Wellenform - + All Alle - + Deck %1 Deck %1 - + New Playlist Neue Wiedergabeliste - - - + + + Playlist Creation Failed Erstellung der Wiedergabeliste fehlgeschlagen - + A playlist by that name already exists. Eine Wiedergabeliste mit diesem Namen gibt es bereits. - + A playlist cannot have a blank name. Eine Wiedergabeliste muss einen Namen haben. - + An unknown error occurred while creating playlist: Beim Erstellen der Wiedergabeliste ist ein Fehler aufgetreten: - + Lock BPM BPM sperren - + Unlock BPM BPM entsperren - + Double BPM BPM verdoppeln - + Halve BPM BPM halbieren - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + Sampler %1 Sampler %1 @@ -12624,12 +12797,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) (GLSL) - + (GL) (GL) diff --git a/res/translations/mixxx_el.ts b/res/translations/mixxx_el.ts index 69e4a16ebc62..d447fa9f17e6 100644 --- a/res/translations/mixxx_el.ts +++ b/res/translations/mixxx_el.ts @@ -1,4 +1,4 @@ - + : @@ -88,7 +88,7 @@ Playlist Creation Failed - Η δημιουργία λίστας απέτυχε + Η δημιουργία λίστας αναπαραγωγής απέτυχε @@ -223,7 +223,7 @@ An unknown error occurred while creating playlist: - 'Αγνωστο σφάλμα κατά την δημιουργία λίστας αναπαραγωγής: + Προέκυψε άγνωστο σφάλμα κατά τη δημιουργία λίστας: @@ -241,7 +241,7 @@ Played - Αναπαρήχθη + Έπαιξε @@ -341,7 +341,7 @@ Key - Κλειδί + Τόνος @@ -388,22 +388,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error Σφάλμα ρυθμίσεων - + <b>Error with settings for '%1':</b><br> @@ -576,7 +576,7 @@ Key - Κλειδί + Τόνος @@ -697,8 +697,8 @@ - - + + Deck %1 Deck %1 @@ -789,13 +789,13 @@ - + Set to full volume Ρύθμιση σε πλήρη ένταση - + Set to zero volume Ρύθμιση σε μηδενική ένταση @@ -820,13 +820,13 @@ Κουμπί αντίστροφης κύλισης (Λογοκρισία) - + Headphone listen button Κουμπί για ακρόαση ακουστικών - + Mute button Κουμπί σίγασης @@ -842,25 +842,25 @@ - + Mix orientation (e.g. left, right, center) Προσανατολισμός μείξης (π.χ. αρ., δεξ., κέντρο) - + Set mix orientation to left Ρύθμιση προσανατολισμού μείξης προς τα αριστερά - + Set mix orientation to center Ρύθμιση προσανατολισμού μείξης προς το κέντρο - + Set mix orientation to right Ρύθμιση προσανατολισμού μείξης προς τα δεξιά @@ -936,230 +936,225 @@ Μεταβολή λειτουργίας συγχρονισμού 3 καταστάσεων (ΑΝΕΝΕΡΓΟ, ΒΟΗΘΗΤΙΚΟ, ΚΥΡΙΟ) - - One-time beat sync (tempo and phase) - Άμεσος συγχρον. ρυθμού (βήμα και φάση) - - - + One-time beat sync (tempo only) Άμεσος συγχρον. ρυθμού (μόνο βήμα) - + One-time beat sync (phase only) Άμεσος συγχρον. ρυθμού (μόνο φάση) - + Toggle keylock mode Ενεργ./Απενεργ. λειτουργίας κλειδώματος ύψους - + Equalizers Ισοσταθμιστές - + Vinyl Control Έλεγχος βινυλίου - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Ενεργ./Απενεργ. λειτουργίας cueing ελέγχου-βινυλίου (ΑΝΕΝΕΡΓΟ/ΕΝΑ/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) Τρόπος ελέγχου-βινυλίου (ΑΠΟΛ/ΣΧΕΤ/ΣΤΑΘ) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping Επανάληψη - + Loop In button Κουμπί Εισόδου στην Επανάληψη - + Loop Out button Κουμπί Εξόδου από την Επανάληψη - + Loop Exit button Κουμπί για έξοδο από τον βρόχο (loop) - + 1/2 - + 1 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Beat-Looping - + Create %1-beat loop - + Create temporary %1-beat loop roll - + Library Βιβλιοθήκη @@ -1290,20 +1285,20 @@ + - Volume Fader Ποτενσιόμετρο Έντασης - + Full Volume Πλήρης Ένταση - + Zero Volume Μηδενική ένταση @@ -1319,7 +1314,7 @@ - + Mute Σίγαση @@ -1330,7 +1325,7 @@ - + Headphone Listen @@ -1351,25 +1346,25 @@ - + Orientation Προσανατολισμός - + Orient Left - + Orient Center - + Orient Right @@ -1474,11 +1469,6 @@ Sync Mode - - - Tap to sync, hold to enable sync mode - - Internal Sync Master @@ -1526,527 +1516,521 @@ - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Speed (Pitch/Tempo) - + Keylock Mode - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original - + High EQ Υψηλός Ισοσταθμιστής - + Mid EQ Μεσαίος Ισοσταθμιστής - + Low EQ Χαμηλός Ισοσταθμιστής - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) - Προσθήκη στην Λίστα του Αυτόματου DJ (στο τέλος) + Προσθήκη στη λίστα του Αυτόματου DJ (στο τέλος) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) - Προσθήκη στην Λίστα του Αυτόματου DJ (στην αρχή) + Προσθήκη στη λίστα του Αυτόματου DJ (στην αρχή) - + Prepend selected track to the Auto DJ Queue - + Load Track Άνοιγμα κομματιού - + Load selected track Φόρτωση του διαλεγμένου κομματιού - + Track Load and Play Άνοιγμα κομματιού και αναπαραγωγή - + Load selected track and play Φόρτωση του επιλεγμένου κομματιού και αναπαραγωγή - + Record Mix Εγγραφή μίξης - + Toggle mix recording - + Effects Εφέ - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - + Quick Effect - + Clear effect rack - + Clear Effect Rack - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain + - + - + - + - Assign - + Clear Εκκαθάριση - + Clear the current effect - + Toggle - + Toggle the current effect - + Next Επόμενο - + Switch to next effect - + Previous Προηγούμενο - + Switch to the previous effect Εναλλαγή στο προηγούμενο εφέ - + Next or Previous Επόμενο ή Προηγούμενο - + Switch to either next or previous effect Εναλλαγή είτε στο επόμενο είτε στο προηγούμενο εφέ + - Parameter Value Τιμή Παραμέτρου + - Microphone Ducking Strength Ισχύς "Βύθισης" Μικροφώνου - + Microphone Ducking Mode Λειτουργία "Βύθισης" Μικροφώνου - + Gain Ενίσχυση - + Gain knob Κουμπί ρύθμισης του gain - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle Εναλλαγή Aυτόματου DJ - + Toggle Auto DJ On/Off Θέστε τον Αυτόματο DJ εντός/εκτός λειτουργίας - + Library Maximize/Restore Μεγιστοποίηση/Επαναφορά Βιβλιοθήκης - + Maximize the track library to take up all the available screen space. Μεγιστοποίηση της βιλιοθήκης αρχείων ώστε να καταλαμβάνει ολόκληρο τον διαθέσιμο χώρο της οθόνης - + Effect Rack Show/Hide - + Show/hide the effect rack - + Cover Art Show/Hide - + Show/hide cover art - + Waveform Zoom Out - + Toggle Effect Unit @@ -2071,546 +2055,566 @@ Ενίσχυση Ακουστικού - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed Ταχύτητα αναπαραγωγής - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed Αύξηση ταχύτητας - + Adjust speed faster (coarse) - - + + Increase Speed (Fine) Αύξηση Ταχύτητας (Ακριβής) - + Adjust speed faster (fine) - + Decrease Speed Ελάττωση ταχύτητας - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed Προσωρινή αύξηση ταχύτητας - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed Προσωρινή μείωση ταχύτητας - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) + - Adjust %1 + - Kill %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off Μικρόφωνο ανοιχτό/κλειστό - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ - Αυτόματου DJ + Αυτόματος DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Fade To Next - + Trigger the transition to the next track Ενεργοποίηση μετάβασης στο επόμενο κομμάτι - + User Interface Διεπαφή χρήστη - + Samplers Show/Hide - + Show/hide the sampler section - + Microphone Show/Hide - + Show/hide the microphone section Εμφάνιση/ Απόκρυψη ενότητας Μικροφώνου - + Vinyl Control Show/Hide - + Show/hide the vinyl control section Εμφάνιση/ Απόκρυψη ενότητας για τον έλεγχο βινυλίου - + Preview Deck Show/Hide - + Show/hide the preview deck Εμφάνιση/ Απόκρυψη του deck προεπισκόπησης - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out @@ -2766,7 +2770,7 @@ Duplicate - Δημιουργία διπλότυπου + Κλωνοποίηση @@ -2830,7 +2834,7 @@ M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) - Λίστα M3U (*.m3u);;Λίστα M3U8 (*.m3u8);;Λίστα PLS (*.pls);;Κείμενο CSV (*.csv);;Απλό Κείμενο (*.txt) + Λίστα M3U (*.m3u);;Λίστα M3U8 (*.m3u8);;Λίστα PLS (*.pls);;Κείμενο CSV (*.csv);;Απλό κείμενο (*.txt) @@ -2920,6 +2924,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + + + + + With contributions from: + + + + + And special thanks to: + + + + + Past Developers + + + + + Past Contributors + + + DlgAboutDlg @@ -3031,7 +3063,7 @@ Auto DJ - Αυτόματου DJ + Αυτόματος DJ @@ -3567,102 +3599,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Automatic - + Mono Μονοφωνία - + Stereo Στεροφωνία - - - - + + + + Action failed Αποτυχία ενέργειας - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3675,27 +3707,27 @@ Two source connections to the same server can't have the same mountpoint. - + Mixxx Icecast Testing Δοκιμή του Icecast από το Mixxx - + Public stream - + http://www.mixxx.org http://www.mixxx.org - + Stream name Όνομα Ροής - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. @@ -3730,189 +3762,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. - + + ICQ + + + + + AIM + + + + Website Ιστοσελίδα - + Live mix Μίξη ζωντανά - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre Είδος - + Use UTF-8 encoding for metadata. - + Description Περιγραφή - + Encoding Κωδικοποίηση - + Bitrate Ρυθμός μετάδοσης bit - - + + Format Μορφή - + Channels Κανάλια - + Server connection Σύνδεση εξυπηρετητή - + Type Τύπος - + Host Κεντρικός Υπολογιστής - + Login Είσοδος - + Mount Προσάρτηση - + Port Θύρα - + Password Κωδικός - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -3964,7 +4011,7 @@ Apply settings and continue? Filename - Όνομα Αρχείου + Όνομα αρχείου @@ -4671,15 +4718,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected Κανένα @@ -4806,32 +4849,32 @@ Displayed when no effect is selected - + Effect Info - + Version: - + Description: Περιγραφή: - + Author: - + Name: - + Type: @@ -5068,6 +5111,19 @@ and allows you to pitch adjust them for harmonic mixing. + + DlgPrefLV2Dlg + + + Equalizer Preferences + Προτιμήσεις Ισοσταθμιστή + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5078,7 +5134,7 @@ and allows you to pitch adjust them for harmonic mixing. You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? - Προσέθεσες ένα ή περισσότερους Μουσικούς Καταλόγους. Τα κομμάτια σε αυτούς τους καταλόγους δεν θα είναι διαθέσιμα μέχρι να σαρώσεις ξανά την συλλογή σου. Θες να σαρώσεις ξανά τώρα; + Προσθέσατε έναν ή περισσότερους μουσικούς καταλόγους. Τα κομμάτια σε αυτούς τους καταλόγους δεν θα είναι διαθέσιμα μέχρι να ανανεωθεί η συλλογή σας. Θέλετε να γίνει τώρα η ανανέωση; @@ -5338,7 +5394,7 @@ and allows you to pitch adjust them for harmonic mixing. Low - Χαμηλή + Χαμηλά @@ -5350,7 +5406,7 @@ and allows you to pitch adjust them for harmonic mixing. High - Υψηλή + Υψηλά @@ -5561,7 +5617,7 @@ and allows you to pitch adjust them for harmonic mixing. Album - Συλλογή + Άλμπουμ @@ -5851,7 +5907,7 @@ The loudness target is approximate and assumes track pregain and master output l Sample Rate - + Ρυθμός Δειγματοληψίας @@ -5889,11 +5945,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds ms @@ -5929,7 +5981,7 @@ milliseconds Keylock/Pitch-Bending Engine - + Μηχανή Κλειδώματος/Μεταβολής Τόνου @@ -6133,17 +6185,17 @@ milliseconds RGB - + OpenGL not available Η OpenGL δεν είναι διαθέσιμη - + dropped frames απορριφθέντα καρέ - + Cached waveforms occupy %1 MiB on disk. @@ -6181,28 +6233,28 @@ milliseconds Οπτικό κέρδος - + Default zoom level Waveform zoom - + Displays the actual frame rate. Εμφανίζει πραγματικό ρυθμό ανανέωσης εικόνας (frame rate) - + Visual gain of the middle frequencies Οπτική ενίσχυση των μεσαίων συχνοτήτων - + End of track warning - + OpenGL status @@ -6217,105 +6269,124 @@ milliseconds - + Low - Χαμηλή + Χαμηλά - + Middle - + Global - + Visual gain of the high frequencies Οπτική ενίσχυση των υψηλών συχνοτήτων - + Visual gain of the low frequencies Οπτική ενίσχυση των χαμηλών συχνοτήτων - + High - Υψηλή + Υψηλά - + Waveform type - + Global visual gain Καθολική οπτική ενίσχυση - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. Συγχρονισμός επιπέδου μεγέθυνσης για όλες τις μορφές εμφάνισης κυματομορφής. - + Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + % + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms @@ -6323,83 +6394,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware Υλικό Ήχου - + Controllers Ελεγκτές - + Library Βιβλιοθήκη - + Interface Διεπαφή - + Waveforms - + Auto DJ - Αυτόματου DJ + Αυτόματος DJ - + Equalizers Ισοσταθμιστές - + Decks - + Crossfader Crossfader - + + Effects + Εφέ + + + + LV2 Plugins + + + + Recording Ηχογράφηση - + Beat Detection - + Key Detection - + Normalization Κανονικοποίηση - - + + Vinyl Control - Έλεγχος Βινιλίου + Έλεγχος βινυλίου - + Live Broadcasting Ζωντανή Εκπομπή - + Modplug Decoder @@ -6485,7 +6566,7 @@ Select from different types of displays for the waveform, which differ primarily Album - Συλλογή + Άλμπουμ @@ -6688,7 +6769,7 @@ Select from different types of displays for the waveform, which differ primarily Key - Κλειδί + Τόνος @@ -6916,7 +6997,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject @@ -6930,40 +7011,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h + + EffectSettingsModel + + + Visible + + + + + Name + Όνομα + + + + Type + Τύπος + + EffectsManager - + Flanger - + BitCrusher - + Filter - + Reverb Αντήχηση - + Echo - + AutoPan - + Tremolo @@ -7134,39 +7233,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes iTunes - - + + Select your iTunes library Επιλέξτε την συλλογή του iTunes σας - + (loading) iTunes (φορτώνεται) iTunes - + Use Default Library Χρησιμοποιήστε την Προεπιλεγμένη Συλλογή - + Choose Library... Επιλέξτε Συλλογή - + Error Loading iTunes Library Σφάλμα στην Φόρτωση της Συλλογής του iTunes - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. Προκλήθηκε ένα σφάλμα κατά την φόρτωση της συλλογής του iTunes. Κάποια από τα κομμάτια ή τις λίστες αναπαραγωγής του iTunes μπορεί να μη φορτώθηκαν. @@ -7261,7 +7360,7 @@ support. Import Playlist - Εισαγωγή Λίστας Αναπαραγωγής + Εισαγωγή λίστας αναπαραγωγής @@ -7403,52 +7502,52 @@ support. MixxxMainWindow - + Choose music library directory Επιλογή καταλόγου μουσικής συλλογής - + Sound Device Busy Συσκευή Ήχου Απασχολημένη - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry Επανάληψη - + Cannot open database Αδυναμία ανοίγματος της βάσης δεδομένων - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7459,147 +7558,139 @@ Click OK to exit. Πατήστε OK για έξοδο. - - + + Reconfigure Επαναρύθμιση - + Help Βοήθεια - - + + Exit Έξοδος - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue Συνέχεια - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file Σφάλμα στο αρχείο skin - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. - - + + Confirm Exit Επιβεβαίωση εξόδου - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. Το παράθυρο επιλογών είναι ακόμα ανοιχτό - + Discard any changes and exit Mixxx? Απαλοιφή αλλαγών και έξοδος του Mixxx; - - NativeBackend - - - Native - - - ParserCsv @@ -7704,7 +7795,7 @@ Please select an input device in the sound hardware preferences first. Create New Playlist - Δημιουργία νέας σειράς αναπαραγωγής + Δημιουργία νέας λίστας αναπαραγωγής @@ -7923,7 +8014,7 @@ Do you want to scan your library for cover files now? Vinyl Control - Έλεγχος Βινιλίου + Έλεγχος βινυλίου @@ -7978,563 +8069,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo - - + + Time - - + + Ping Pong - - - - + + + + Send - + How much of the signal to send into the delay buffer - - - - + + + + Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth - - + + Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM BPM - + Set the beats per minute value of the click sound - + Sync - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb Αντήχηση - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth Εύρος - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low Χαμηλά - - - + + + Gain for Low Filter Ενίσχυση για το χαμηλό φίλτρο - + Kill Low Κόψε τα Χαμηλά - + Kill the Low Filter - + Mid Μεσαία - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid Κόψε τα Μεσαία - + Kill the Mid Filter - + High Υψηλά - - + + Gain for High Filter Ενίσχυση για το υψηλό φίλτρο - + Kill High Κόψε τα Υψηλά - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 Ενίσχυση για το φίλτρο ζώνης %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) Ενίσχυση για το χαμηλό φίλτρο (ουδέτερο στο 1.0) @@ -8544,58 +8635,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo - Στεροφωνικό + Στεροφωνία - - + + Stages Στάδια - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range Εύρος - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8660,47 +8751,47 @@ Higher values result in less attenuation of high frequencies. F11 - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8710,60 +8801,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix @@ -8796,45 +8887,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance Ισορροπία - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8842,172 +8933,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate Ρυθμός - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + Ενσωματωμένο + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9044,22 +9156,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording Ηχογράφηση - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9195,132 +9317,147 @@ Fully right: end of the effect period - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. - + Error setting bitrate - + Error: unknown server protocol! - + Error: libshout only supports Shoutcast with MP3 format! - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. Ελέγξτε την σύνδεσή σας στο Internet και επιβεβαιώστε οτι το όνομα χρήστη και ο κωδικός είναι σωστά. @@ -9719,7 +9856,7 @@ Fully right: end of the effect period Vinyl Control - Έλεγχος Βινιλίου + Έλεγχος βινυλίου @@ -9738,7 +9875,7 @@ Fully right: end of the effect period - + Cover Art Εξώφυλλο @@ -10000,8 +10137,7 @@ Fully right: end of the effect period Key - The musical key of a track - Κλειδί + Τόνος @@ -10075,563 +10211,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play Αναπαραγωγή - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - - - - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear Εκκαθάριση - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next Επόμενο - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. Εναλλαγή στο επόμενο εφέ - + Previous Προηγούμενο - + Switch to the previous effect. Εναλλαγή στο προηγούμενο εφέ - + Next or Previous Επόμενο ή Προηγούμενο - + Switch to either the next or previous effect. Εναλλαγή είτε στο επόμενο είτε στο προηγούμενο εφέ - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter Παράμετρος Εφέ - + Adjusts a parameter of the effect. Ρυθμίζει την παράμετρο του εφέ - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter Παράμετρος Ισοσταθμιστή - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10653,123 +10825,123 @@ Fully right: end of the effect period - + If quantize is enabled, snaps to the nearest beat. - + Quantize - + Toggles quantization. - + Loops and cues snap to the nearest beat when quantization is enabled. - + Reverse - + Reverses track playback during regular playback. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause Αναπαραγωγή/Παύση - + Jumps to the beginning of the track. Μεταπηδάει στην αρχή του κομματιού. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. Συγχρονίζει το ρυθμό (BPM) και τη φάση σε αυτή του άλλου κομματιού, εάν αμφότερα τα BPM έχουν ανιχνευθεί. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. Συγχρονίζει το ρυθμό (BPM) σε αυτό του άλλου κομματιού, εάν αμφότερα τα BPM έχουν ανιχνευθεί. - + Sync and Reset Key Συγχρονισμός και Επαναφορά Κλειδιού. - + Increases the pitch by one semitone. Αυξάνει τον τόνο κατά ένα ημιτόνιο. - + Decreases the pitch by one semitone. Μειώνει τον τόνο κατά ένα ημιτόνιο. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -10914,255 +11086,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. Αρχίζει αναπαραγωγή από την αρχή του κομματιού. - + Jumps to the beginning of the track and stops. Μεταπηδάει στην αρχή του κομματιού και σταματάει. - + Plays or pauses the track. Παίζει ή παύει το κομμάτι. - + (while playing) (ενώ παίζει) - + (while stopped) (ενώ είναι σταματημένο) - + Cue - + Headphone Ακουστικά - + Mute Σίγαση - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. Συγχρονίζει στο πρώτο κατά αριθμητική σειρά deck όπου παίζεται κομμάτι και υπάρχει BPM. - + If no deck is playing, syncs to the first deck that has a BPM. Εάν δεν παίζει κανένα deck, συγχρονίζει στο πρώτο deck που έχει BPM. - + Decks can't sync to samplers and samplers can only sync to decks. - + Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control Έλεγχος Ταχύτητας - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix Εγγραφή μίξης - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key - The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11227,279 +11398,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. - + Fast Rewind Γρήγορη Επιστροφή - + Fast rewind through the track. - + Fast Forward Γρήγορη Προώθηση - + Fast forward through the track. - + Jumps to the end of the track. Μετάβαση στο τέλος του κομματιού - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control - + Pitch Rate - + Displays the current playback rate of the track. - + Repeat Επανάληψη - + When active the track will repeat if you go past the end or reverse before the start. - + Eject Αποβολή - + Ejects track from the player. - + Hotcue - + If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. - + If hotcue is set, clears the hotcue. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. - + Track Time Χρόνος κομματιού - + Track Duration Διάρκεια κομματιού - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist Καλλιτέχνης κομματιού - + Displays the artist of the loaded track. - + Track Title Τίτλος Κομματιού - + Displays the title of the loaded track. - + Track Album Τίτλος Δίσκου - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -11621,34 +11792,6 @@ Fully right: end of the effect period Προκλήθηκε ένα σφάλμα κατά την ανάγνωση της συλλογής του Traktor. Κάποια από τα κομμάτια ή τις λίστες αναπαραγωγής του Traktor μπορεί να μη φορτώθηκαν. - - Ui - - - Mixxx %1 Development Team - - - - - With contributions from: - - - - - And special thanks to: - - - - - Past Developers - - - - - Past Contributors - - - VSyncThread @@ -11744,12 +11887,18 @@ Fully right: end of the effect period WEffect - + + %1: %2 + %1 = effect name; %2 = effect description + + + + None Κανένα - + No effect loaded. @@ -11888,317 +12037,333 @@ Fully right: end of the effect period &Εμφάνιση - + May not be supported on all skins. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + + + + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. Μεγιστοποίηση της βιλιοθήκης αρχείων ώστε να καταλαμβάνει ολόκληρο τον διαθέσιμο χώρο της οθόνης - + Space Menubar|View|Maximize Library - + &Full Screen &Πλήρης Οθόνη - + Display Mixxx using the full screen Εμφάνιση του Mixxx σε πλήρη οθόνη - + &Options &Επιλογές - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file Ηχογραφήστε την μίξη σας σε αρχείο - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences &Προτιμήσεις - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help &Βοήθεια - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback - + Send feedback to the Mixxx team. - + &Translate This Application - + Help translate this application into your language. - + &About &Περί - + About the application @@ -12215,9 +12380,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source @@ -12299,6 +12462,12 @@ Text on waveform overview when file is cached from source Add to Playlist Προσθήκη στη Λίστα Αναπαραγωγής + + + Reset + Reset metadata in right click track context menu in library + Επαναφορά + Cover Art @@ -12311,60 +12480,70 @@ Text on waveform overview when file is cached from source - + Remove Αφαίρεση - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library - + Unhide from Library - + Purge from Library - + Properties Ιδιότητες - + Open in File Browser Άνοιξε το στο πρόγραμμα περιήγησης αρχείων - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist - Δημιουργία νέας σειράς αναπαραγωγής + Δημιουργία νέας λίστας αναπαραγωγής - + Create New Crate - + Enter name for new playlist: - Προσθήκη ονόματος για νέα λίστα αναπαραγωγής: + Εισάγετε όνομα για τη νέα λίστα αναπαραγωγής: @@ -12392,150 +12571,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - Εκκαθάριση - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues - + Loop - + ReplayGain ReplayGain - + Waveform - + All - + Deck %1 Deck %1 - + New Playlist - Νέα Λίστα Αναπαραγωγής + Νέα λίστα αναπαραγωγής - - - + + + Playlist Creation Failed - Η Δημιουργία Λίστας Απέτυχε + Η δημιουργία λίστας αναπαραγωγής απέτυχε - + A playlist by that name already exists. Μια λίστα αναπαραγωγής με αυτό το όνομα υπάρχει ήδη. - + A playlist cannot have a blank name. - Η λίστα δεν μπορεί να έχει κενό όνομα + Η λίστα αναπαραγωγής δεν μπορεί να έχει κενό όνομα. - + An unknown error occurred while creating playlist: - Προκλήθηκε άγνωστο σφάλμα κατά την δημιουργία λίστας: + Προέκυψε άγνωστο σφάλμα κατά τη δημιουργία λίστας: - + Lock BPM Kλείδωμα BPM - + Unlock BPM Ξεκλείδωμα BPM - + Double BPM Διπλασιασμός BPM - + Halve BPM Υποδιπλασιασμός BPM - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + Sampler %1 Sampler %1 @@ -12551,12 +12724,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) (GLSL) - + (GL) (GL) diff --git a/res/translations/mixxx_en.ts b/res/translations/mixxx_en.ts new file mode 100644 index 000000000000..77e213a4ae1e --- /dev/null +++ b/res/translations/mixxx_en.ts @@ -0,0 +1,12826 @@ + + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + + + AnalysisFeature + + + Analyze + Analyze + + + + AutoDJFeature + + + Crates + Crates + + + + Remove Crate as Track Source + Remove Crate as Track Source + + + + Auto DJ + Auto DJ + + + + Add Crate as Track Source + Add Crate as Track Source + + + + BansheeFeature + + + + Banshee + Banshee + + + + + Error loading Banshee database + Error loading Banshee database + + + + Banshee database file not found at + + Banshee database file not found at + + + + + There was an error loading your Banshee database at + + There was an error loading your Banshee database at + + + + + BaseExternalLibraryFeature + + + Add to Auto DJ Queue (bottom) + Add to Auto DJ Queue (bottom) + + + + Add to Auto DJ Queue (top) + Add to Auto DJ Queue (top) + + + + Import Playlist + Import Playlist + + + + Playlist Creation Failed + Playlist Creation Failed + + + + An unknown error occurred while creating playlist: + An unknown error occurred while creating playlist: + + + + BasePlaylistFeature + + + New Playlist + New Playlist + + + + Add to Auto DJ Queue (bottom) + Add to Auto DJ Queue (bottom) + + + + + Create New Playlist + Create New Playlist + + + + Add to Auto DJ Queue (top) + Add to Auto DJ Queue (top) + + + + Remove + Remove + + + + Rename + Rename + + + + Lock + Lock + + + + Duplicate + Duplicate + + + + + Import Playlist + Import Playlist + + + + Export Track Files + Export Track Files + + + + Analyze entire Playlist + Analyze entire Playlist + + + + Enter new name for playlist: + Enter new name for playlist: + + + + Duplicate Playlist + Duplicate Playlist + + + + + Enter name for new playlist: + Enter name for new playlist: + + + + + Export Playlist + Export Playlist + + + + Rename Playlist + Rename Playlist + + + + + Renaming Playlist Failed + Renaming Playlist Failed + + + + + + A playlist by that name already exists. + A playlist by that name already exists. + + + + + + A playlist cannot have a blank name. + A playlist cannot have a blank name. + + + + _copy + [noun] + Appendix to default name when duplicating a playlist + _copy + + + + + + + + + Playlist Creation Failed + Playlist Creation Failed + + + + + An unknown error occurred while creating playlist: + An unknown error occurred while creating playlist: + + + + M3U Playlist (*.m3u) + M3U Playlist (*.m3u) + + + + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) + + + + BaseSqlTableModel + + + Played + Played + + + + Artist + Artist + + + + Title + Title + + + + Album + Album + + + + Album Artist + Album Artist + + + + Genre + Genre + + + + Composer + Composer + + + + Grouping + Grouping + + + + Year + Year + + + + Type + Type + + + + Location + Location + + + + Comment + Comment + + + + Duration + Duration + + + + Rating + Rating + + + + Bitrate + Bitrate + + + + BPM + BPM + + + + Track # + Track # + + + + Date Added + Date Added + + + + # + # + + + + Timestamp + Timestamp + + + + Key + Key + + + + BPM Lock + BPM Lock + + + + Preview + Preview + + + + Cover Art + Cover Art + + + + ReplayGain + ReplayGain + + + + BaseTrackPlayerImpl + + + Couldn't load track. + Couldn't load track. + + + + BroadcastManager + + + Action failed + Action failed + + + + Please enable at least one connection to use Live Broadcasting. + Please enable at least one connection to use Live Broadcasting. + + + + BroadcastProfile + + + Can't use secure password storage: keychain access failed. + Can't use secure password storage: keychain access failed. + + + + Secure password retrieval unsuccessful: keychain access failed. + Secure password retrieval unsuccessful: keychain access failed. + + + + Settings error + Settings error + + + + <b>Error with settings for '%1':</b><br> + <b>Error with settings for '%1':</b><br> + + + + BroadcastSettingsModel + + + Enabled + Enabled + + + + Name + Name + + + + Status + Status + + + + Disconnected + Disconnected + + + + Connecting... + Connecting... + + + + Connected + Connected + + + + Failed + Failed + + + + Unknown + Unknown + + + + BrowseFeature + + + Add to Quick Links + Add to Quick Links + + + + Remove from Quick Links + Remove from Quick Links + + + + Add to Library + Add to Library + + + + Quick Links + Quick Links + + + + + Devices + Devices + + + + Removable Devices + Removable Devices + + + + + Computer + Computer + + + + Music Directory Added + Music Directory Added + + + + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? + + + + Scan + Scan + + + + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. + + + + BrowseTableModel + + + Preview + Preview + + + + Filename + Filename + + + + Artist + Artist + + + + Title + Title + + + + Album + Album + + + + Track # + Track # + + + + Year + Year + + + + Genre + Genre + + + + Composer + Composer + + + + Comment + Comment + + + + Duration + Duration + + + + BPM + BPM + + + + Key + Key + + + + Type + Type + + + + Bitrate + Bitrate + + + + ReplayGain + ReplayGain + + + + Location + Location + + + + Album Artist + Album Artist + + + + Grouping + Grouping + + + + File Modified + File Modified + + + + File Created + File Created + + + + Mixxx Library + Mixxx Library + + + + Could not load the following file because it is in use by Mixxx or another application. + Could not load the following file because it is in use by Mixxx or another application. + + + + BulkController + + + USB Controller + USB Controller + + + + ControlDelegate + + + No control chosen. + No control chosen. + + + + Script: %1(%2) + Script: %1(%2) + + + + ControlModel + + + Group + Group + + + + Item + Item + + + + Value + Value + + + + Parameter + Parameter + + + + Title + Title + + + + Description + Description + + + + ControlPickerMenu + + + Master Output + Master Output + + + + Headphone Output + Headphone Output + + + + + + Deck %1 + Deck %1 + + + + Sampler %1 + Sampler %1 + + + + Preview Deck %1 + Preview Deck %1 + + + + Microphone %1 + Microphone %1 + + + + Auxiliary %1 + Auxiliary %1 + + + + Reset to default + Reset to default + + + + Effect Rack %1 + Effect Rack %1 + + + + Parameter %1 + Parameter %1 + + + + Mixer + Mixer + + + + Crossfader + Crossfader + + + + Master balance + Master balance + + + + Master delay + Master delay + + + + Headphone mix (pre/main) + Headphone mix (pre/main) + + + + Toggle headphone split cueing + Toggle headphone split cueing + + + + Headphone delay + Headphone delay + + + + Transport + Transport + + + + Strip-search through track + Strip-search through track + + + + Play button + Play button + + + + + Set to full volume + Set to full volume + + + + + Set to zero volume + Set to zero volume + + + + Stop button + Stop button + + + + Jump to start of track and play + Jump to start of track and play + + + + Jump to end of track + Jump to end of track + + + + Reverse roll (Censor) button + Reverse roll (Censor) button + + + + Headphone listen button + Headphone listen button + + + + + Mute button + Mute button + + + + Toggle repeat mode + Toggle repeat mode + + + + Eject track + Eject track + + + + + Mix orientation (e.g. left, right, center) + Mix orientation (e.g. left, right, center) + + + + + Set mix orientation to left + Set mix orientation to left + + + + + Set mix orientation to center + Set mix orientation to center + + + + + Set mix orientation to right + Set mix orientation to right + + + + Toggle slip mode + Toggle slip mode + + + + + BPM + BPM + + + + Increase BPM by 1 + Increase BPM by 1 + + + + Decrease BPM by 1 + Decrease BPM by 1 + + + + Increase BPM by 0.1 + Increase BPM by 0.1 + + + + Decrease BPM by 0.1 + Decrease BPM by 0.1 + + + + BPM tap button + BPM tap button + + + + Toggle quantize mode + Toggle quantize mode + + + + Increase internal master BPM by 1 + Increase internal master BPM by 1 + + + + Decrease internal master BPM by 1 + Decrease internal master BPM by 1 + + + + Increase internal master BPM by 0.1 + Increase internal master BPM by 0.1 + + + + Decrease internal master BPM by 0.1 + Decrease internal master BPM by 0.1 + + + + Toggle sync master + Toggle sync master + + + + Sync mode 3-state toggle (OFF, FOLLOWER, MASTER) + Sync mode 3-state toggle (OFF, FOLLOWER, MASTER) + + + + One-time beat sync (tempo only) + One-time beat sync (tempo only) + + + + One-time beat sync (phase only) + One-time beat sync (phase only) + + + + Toggle keylock mode + Toggle keylock mode + + + + Equalizers + Equalizers + + + + Vinyl Control + Vinyl Control + + + + Toggle vinyl-control cueing mode (OFF/ONE/HOT) + Toggle vinyl-control cueing mode (OFF/ONE/HOT) + + + + Toggle vinyl-control mode (ABS/REL/CONST) + Toggle vinyl-control mode (ABS/REL/CONST) + + + + Pass through external audio into the internal mixer + Pass through external audio into the internal mixer + + + + Cues + Cues + + + + Cue button + Cue button + + + + Set cue point + Set cue point + + + + Go to cue point + Go to cue point + + + + Go to cue point and play + Go to cue point and play + + + + Go to cue point and stop + Go to cue point and stop + + + + Preview from cue point + Preview from cue point + + + + Cue button (CDJ mode) + Cue button (CDJ mode) + + + + Stutter cue + Stutter cue + + + + Hotcues + Hotcues + + + + Set, preview from or jump to hotcue %1 + Set, preview from or jump to hotcue %1 + + + + Clear hotcue %1 + Clear hotcue %1 + + + + Set hotcue %1 + Set hotcue %1 + + + + Jump to hotcue %1 + Jump to hotcue %1 + + + + Jump to hotcue %1 and stop + Jump to hotcue %1 and stop + + + + Jump to hotcue %1 and play + Jump to hotcue %1 and play + + + + Preview from hotcue %1 + Preview from hotcue %1 + + + + + Hotcue %1 + Hotcue %1 + + + + Looping + Looping + + + + Loop In button + Loop In button + + + + Loop Out button + Loop Out button + + + + Loop Exit button + Loop Exit button + + + + 1/2 + 1/2 + + + + 1 + 1 + + + + 2 + 2 + + + + 4 + 4 + + + + 8 + 8 + + + + 16 + 16 + + + + 32 + 32 + + + + 64 + 64 + + + + Move loop forward by %1 beats + Move loop forward by %1 beats + + + + Move loop backward by %1 beats + Move loop backward by %1 beats + + + + Beat-Looping + Beat-Looping + + + + Create %1-beat loop + Create %1-beat loop + + + + Create temporary %1-beat loop roll + Create temporary %1-beat loop roll + + + + + Library + Library + + + + Unit %1 + Unit %1 + + + + Slot %1 + Slot %1 + + + + Master crossfader + Master crossfader + + + + Master Balance + Master Balance + + + + Master Delay + Master Delay + + + + Headphone Mix + Headphone Mix + + + + Headphone Split Cue + Headphone Split Cue + + + + Headphone Delay + Headphone Delay + + + + Play + Play + + + + Fast Rewind + Fast Rewind + + + + Fast Rewind button + Fast Rewind button + + + + Fast Forward + Fast Forward + + + + Fast Forward button + Fast Forward button + + + + Strip Search + Strip Search + + + + Play Reverse + Play Reverse + + + + Play Reverse button + Play Reverse button + + + + Reverse Roll (Censor) + Reverse Roll (Censor) + + + + Jump To Start + Jump To Start + + + + Jumps to start of track + Jumps to start of track + + + + Play From Start + Play From Start + + + + Stop + Stop + + + + Stop And Jump To Start + Stop And Jump To Start + + + + Stop playback and jump to start of track + Stop playback and jump to start of track + + + + Jump To End + Jump To End + + + + Volume + Volume + + + + + + Volume Fader + Volume Fader + + + + + Full Volume + Full Volume + + + + + Zero Volume + Zero Volume + + + + Track Gain + Track Gain + + + + Track Gain knob + Track Gain knob + + + + + Mute + Mute + + + + Eject + Eject + + + + + Headphone Listen + Headphone Listen + + + + Headphone listen (pfl) button + Headphone listen (pfl) button + + + + Repeat Mode + Repeat Mode + + + + Slip Mode + Slip Mode + + + + + Orientation + Orientation + + + + + Orient Left + Orient Left + + + + + Orient Center + Orient Center + + + + + Orient Right + Orient Right + + + + BPM +1 + BPM +1 + + + + BPM -1 + BPM -1 + + + + BPM +0.1 + BPM +0.1 + + + + BPM -0.1 + BPM -0.1 + + + + BPM Tap + BPM Tap + + + + Adjust Beatgrid Faster +.01 + Adjust Beatgrid Faster +.01 + + + + Increase track's average BPM by 0.01 + Increase track's average BPM by 0.01 + + + + Adjust Beatgrid Slower -.01 + Adjust Beatgrid Slower -.01 + + + + Decrease track's average BPM by 0.01 + Decrease track's average BPM by 0.01 + + + + Move Beatgrid Earlier + Move Beatgrid Earlier + + + + Adjust the beatgrid to the left + Adjust the beatgrid to the left + + + + Move Beatgrid Later + Move Beatgrid Later + + + + Adjust the beatgrid to the right + Adjust the beatgrid to the right + + + + Adjust Beatgrid + Adjust Beatgrid + + + + Align beatgrid to current position + Align beatgrid to current position + + + + Adjust Beatgrid - Match Alignment + Adjust Beatgrid - Match Alignment + + + + Adjust beatgrid to match another playing deck. + Adjust beatgrid to match another playing deck. + + + + Quantize Mode + Quantize Mode + + + + Sync + Sync + + + + + Sync Mode + Sync Mode + + + + Internal Sync Master + Internal Sync Master + + + + Toggle Internal Sync Master + Toggle Internal Sync Master + + + + + Internal Master BPM + Internal Master BPM + + + + Internal Master BPM +1 + Internal Master BPM +1 + + + + Internal Master BPM -1 + Internal Master BPM -1 + + + + Internal Master BPM +0.1 + Internal Master BPM +0.1 + + + + Internal Master BPM -0.1 + Internal Master BPM -0.1 + + + + Sync Master + Sync Master + + + + Beat Sync One-Shot + Beat Sync One-Shot + + + + Sync Tempo One-Shot + Sync Tempo One-Shot + + + + Sync Phase One-Shot + Sync Phase One-Shot + + + + Speed (Pitch/Tempo) + Speed (Pitch/Tempo) + + + + Keylock Mode + Keylock Mode + + + + Pitch control (does not affect tempo), center is original pitch + Pitch control (does not affect tempo), center is original pitch + + + + Pitch Adjust + Pitch Adjust + + + + Adjust pitch from speed slider pitch + Adjust pitch from speed slider pitch + + + + Match musical key + Match musical key + + + + Match Key + Match Key + + + + Reset Key + Reset Key + + + + Resets key to original + Resets key to original + + + + High EQ + High EQ + + + + Mid EQ + Mid EQ + + + + Low EQ + Low EQ + + + + Toggle Vinyl Control + Toggle Vinyl Control + + + + Toggle Vinyl Control (ON/OFF) + Toggle Vinyl Control (ON/OFF) + + + + Vinyl Control Mode + Vinyl Control Mode + + + + Vinyl Control Cueing Mode + Vinyl Control Cueing Mode + + + + Vinyl Control Passthrough + Vinyl Control Passthrough + + + + Vinyl Control Next Deck + Vinyl Control Next Deck + + + + Single deck mode - Switch vinyl control to next deck + Single deck mode - Switch vinyl control to next deck + + + + Cue + Cue + + + + Set Cue + Set Cue + + + + Go-To Cue + Go-To Cue + + + + Go-To Cue And Play + Go-To Cue And Play + + + + Go-To Cue And Stop + Go-To Cue And Stop + + + + Preview Cue + Preview Cue + + + + Cue (CDJ Mode) + Cue (CDJ Mode) + + + + Stutter Cue + Stutter Cue + + + + Go to cue point and play after release + Go to cue point and play after release + + + + Clear Hotcue %1 + Clear Hotcue %1 + + + + Set Hotcue %1 + Set Hotcue %1 + + + + Jump To Hotcue %1 + Jump To Hotcue %1 + + + + Jump To Hotcue %1 And Stop + Jump To Hotcue %1 And Stop + + + + Jump To Hotcue %1 And Play + Jump To Hotcue %1 And Play + + + + Preview Hotcue %1 + Preview Hotcue %1 + + + + Loop In + Loop In + + + + Loop Out + Loop Out + + + + Loop Exit + Loop Exit + + + + Reloop/Exit Loop + Reloop/Exit Loop + + + + Loop Halve + Loop Halve + + + + Loop Double + Loop Double + + + + 1/32 + 1/32 + + + + 1/16 + 1/16 + + + + 1/8 + 1/8 + + + + 1/4 + 1/4 + + + + Move Loop +%1 Beats + Move Loop +%1 Beats + + + + Move Loop -%1 Beats + Move Loop -%1 Beats + + + + Loop %1 Beats + Loop %1 Beats + + + + Loop Roll %1 Beats + Loop Roll %1 Beats + + + + Add to Auto DJ Queue (bottom) + Add to Auto DJ Queue (bottom) + + + + Append the selected track to the Auto DJ Queue + Append the selected track to the Auto DJ Queue + + + + Add to Auto DJ Queue (top) + Add to Auto DJ Queue (top) + + + + Prepend selected track to the Auto DJ Queue + Prepend selected track to the Auto DJ Queue + + + + Load Track + Load Track + + + + Load selected track + Load selected track + + + + Track Load and Play + Track Load and Play + + + + Load selected track and play + Load selected track and play + + + + Record Mix + Record Mix + + + + Toggle mix recording + Toggle mix recording + + + + Effects + Effects + + + + Quick Effects + Quick Effects + + + + Deck %1 Quick Effect Super Knob + Deck %1 Quick Effect Super Knob + + + + Quick Effect Super Knob (control linked effect parameters) + Quick Effect Super Knob (control linked effect parameters) + + + + Quick Effect + Quick Effect + + + + Clear effect rack + Clear effect rack + + + + Clear Effect Rack + Clear Effect Rack + + + + Clear Unit + Clear Unit + + + + Clear effect unit + Clear effect unit + + + + Toggle Unit + Toggle Unit + + + + Dry/Wet + Dry/Wet + + + + Adjust the balance between the original (dry) and processed (wet) signal. + Adjust the balance between the original (dry) and processed (wet) signal. + + + + Super Knob + Super Knob + + + + Next Chain + Next Chain + + + + + + + + + + + Assign + Assign + + + + Clear + Clear + + + + Clear the current effect + Clear the current effect + + + + Toggle + Toggle + + + + Toggle the current effect + Toggle the current effect + + + + Next + Next + + + + Switch to next effect + Switch to next effect + + + + Previous + Previous + + + + Switch to the previous effect + Switch to the previous effect + + + + Next or Previous + Next or Previous + + + + Switch to either next or previous effect + Switch to either next or previous effect + + + + + Parameter Value + Parameter Value + + + + + Microphone Ducking Strength + Microphone Ducking Strength + + + + Microphone Ducking Mode + Microphone Ducking Mode + + + + Gain + Gain + + + + Gain knob + Gain knob + + + + Shuffle the content of the Auto DJ queue + Shuffle the content of the Auto DJ queue + + + + Skip the next track in the Auto DJ queue + Skip the next track in the Auto DJ queue + + + + Auto DJ Toggle + Auto DJ Toggle + + + + Toggle Auto DJ On/Off + Toggle Auto DJ On/Off + + + + Library Maximize/Restore + Library Maximize/Restore + + + + Maximize the track library to take up all the available screen space. + Maximize the track library to take up all the available screen space. + + + + Effect Rack Show/Hide + Effect Rack Show/Hide + + + + Show/hide the effect rack + Show/hide the effect rack + + + + Cover Art Show/Hide + Cover Art Show/Hide + + + + Show/hide cover art + Show/hide cover art + + + + Waveform Zoom Out + Waveform Zoom Out + + + + Toggle Effect Unit + Toggle Effect Unit + + + + Master Gain + Master Gain + + + + Master gain + Master gain + + + + Headphone Gain + Headphone Gain + + + + Headphone gain + Headphone gain + + + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + One-time beat sync tempo (and phase with quantize enabled) + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed + Playback Speed + + + + Playback speed control (Vinyl "Pitch" slider) + Playback speed control (Vinyl "Pitch" slider) + + + + Pitch (Musical key) + Pitch (Musical key) + + + + Increase Speed + Increase Speed + + + + Adjust speed faster (coarse) + Adjust speed faster (coarse) + + + + + Increase Speed (Fine) + Increase Speed (Fine) + + + + Adjust speed faster (fine) + Adjust speed faster (fine) + + + + Decrease Speed + Decrease Speed + + + + Adjust speed slower (coarse) + Adjust speed slower (coarse) + + + + Adjust speed slower (fine) + Adjust speed slower (fine) + + + + Temporarily Increase Speed + Temporarily Increase Speed + + + + Temporarily increase speed (coarse) + Temporarily increase speed (coarse) + + + + Temporarily Increase Speed (Fine) + Temporarily Increase Speed (Fine) + + + + Temporarily increase speed (fine) + Temporarily increase speed (fine) + + + + Temporarily Decrease Speed + Temporarily Decrease Speed + + + + Temporarily decrease speed (coarse) + Temporarily decrease speed (coarse) + + + + Temporarily Decrease Speed (Fine) + Temporarily Decrease Speed (Fine) + + + + Temporarily decrease speed (fine) + Temporarily decrease speed (fine) + + + + + Adjust %1 + Adjust %1 + + + + + Kill %1 + Kill %1 + + + + CUP (Cue + Play) + CUP (Cue + Play) + + + + Loop Selected Beats + Loop Selected Beats + + + + Create a beat loop of selected beat size + Create a beat loop of selected beat size + + + + Loop Roll Selected Beats + Loop Roll Selected Beats + + + + Create a rolling beat loop of selected beat size + Create a rolling beat loop of selected beat size + + + + Toggle loop on/off and jump to Loop In point if loop is behind play position + Toggle loop on/off and jump to Loop In point if loop is behind play position + + + + Reloop And Stop + Reloop And Stop + + + + Enable loop, jump to Loop In point, and stop + Enable loop, jump to Loop In point, and stop + + + + Halve the loop length + Halve the loop length + + + + Double the loop length + Double the loop length + + + + Beat Jump / Loop Move + Beat Jump / Loop Move + + + + Jump / Move Loop Forward %1 Beats + Jump / Move Loop Forward %1 Beats + + + + Jump / Move Loop Backward %1 Beats + Jump / Move Loop Backward %1 Beats + + + + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats + + + + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats + + + + Beat Jump / Loop Move Forward Selected Beats + Beat Jump / Loop Move Forward Selected Beats + + + + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats + + + + Beat Jump / Loop Move Backward Selected Beats + Beat Jump / Loop Move Backward Selected Beats + + + + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats + + + + Move up + Move up + + + + Equivalent to pressing the UP key on the keyboard + Equivalent to pressing the UP key on the keyboard + + + + Move down + Move down + + + + Equivalent to pressing the DOWN key on the keyboard + Equivalent to pressing the DOWN key on the keyboard + + + + Move up/down + Move up/down + + + + Move vertically in either direction using a knob, as if pressing UP/DOWN keys + Move vertically in either direction using a knob, as if pressing UP/DOWN keys + + + + Scroll Up + Scroll Up + + + + Equivalent to pressing the PAGE UP key on the keyboard + Equivalent to pressing the PAGE UP key on the keyboard + + + + Scroll Down + Scroll Down + + + + Equivalent to pressing the PAGE DOWN key on the keyboard + Equivalent to pressing the PAGE DOWN key on the keyboard + + + + Scroll up/down + Scroll up/down + + + + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys + + + + Move left + Move left + + + + Equivalent to pressing the LEFT key on the keyboard + Equivalent to pressing the LEFT key on the keyboard + + + + Move right + Move right + + + + Equivalent to pressing the RIGHT key on the keyboard + Equivalent to pressing the RIGHT key on the keyboard + + + + Move left/right + Move left/right + + + + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys + + + + Move focus to right pane + Move focus to right pane + + + + Equivalent to pressing the TAB key on the keyboard + Equivalent to pressing the TAB key on the keyboard + + + + Move focus to left pane + Move focus to left pane + + + + Equivalent to pressing the SHIFT+TAB key on the keyboard + Equivalent to pressing the SHIFT+TAB key on the keyboard + + + + Move focus to right/left pane + Move focus to right/left pane + + + + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys + + + + Go to the currently selected item + Go to the currently selected item + + + + Choose the currently selected item and advance forward one pane if appropriate + Choose the currently selected item and advance forward one pane if appropriate + + + + Add to Auto DJ Queue (replace) + Add to Auto DJ Queue (replace) + + + + Replace Auto DJ Queue with selected tracks + Replace Auto DJ Queue with selected tracks + + + + Enable or disable effect processing + Enable or disable effect processing + + + + Super Knob (control effects' Meta Knobs) + Super Knob (control effects' Meta Knobs) + + + + Mix Mode Toggle + Mix Mode Toggle + + + + Toggle effect unit between D/W and D+W modes + Toggle effect unit between D/W and D+W modes + + + + Next chain preset + Next chain preset + + + + Previous Chain + Previous Chain + + + + Previous chain preset + Previous chain preset + + + + Next/Previous Chain + Next/Previous Chain + + + + Next or previous chain preset + Next or previous chain preset + + + + + Show Effect Parameters + Show Effect Parameters + + + + Meta Knob + Meta Knob + + + + Effect Meta Knob (control linked effect parameters) + Effect Meta Knob (control linked effect parameters) + + + + Meta Knob Mode + Meta Knob Mode + + + + Set how linked effect parameters change when turning the Meta Knob. + Set how linked effect parameters change when turning the Meta Knob. + + + + Meta Knob Mode Invert + Meta Knob Mode Invert + + + + Invert how linked effect parameters change when turning the Meta Knob. + Invert how linked effect parameters change when turning the Meta Knob. + + + + Microphone / Auxiliary + Microphone / Auxiliary + + + + Microphone On/Off + Microphone On/Off + + + + Microphone on/off + Microphone on/off + + + + Toggle microphone ducking mode (OFF, AUTO, MANUAL) + Toggle microphone ducking mode (OFF, AUTO, MANUAL) + + + + Auxiliary On/Off + Auxiliary On/Off + + + + Auxiliary on/off + Auxiliary on/off + + + + Auto DJ + Auto DJ + + + + Auto DJ Shuffle + Auto DJ Shuffle + + + + Auto DJ Skip Next + Auto DJ Skip Next + + + + Auto DJ Fade To Next + Auto DJ Fade To Next + + + + Trigger the transition to the next track + Trigger the transition to the next track + + + + User Interface + User Interface + + + + Samplers Show/Hide + Samplers Show/Hide + + + + Show/hide the sampler section + Show/hide the sampler section + + + + Microphone Show/Hide + Microphone Show/Hide + + + + Show/hide the microphone section + Show/hide the microphone section + + + + Vinyl Control Show/Hide + Vinyl Control Show/Hide + + + + Show/hide the vinyl control section + Show/hide the vinyl control section + + + + Preview Deck Show/Hide + Preview Deck Show/Hide + + + + Show/hide the preview deck + Show/hide the preview deck + + + + Vinyl Spinner Show/Hide + Vinyl Spinner Show/Hide + + + + Show/hide spinning vinyl widget + Show/hide spinning vinyl widget + + + + Waveform zoom + Waveform zoom + + + + Waveform Zoom + Waveform Zoom + + + + Zoom waveform in + Zoom waveform in + + + + Waveform Zoom In + Waveform Zoom In + + + + Zoom waveform out + Zoom waveform out + + + + ControllerEngine + + + Uncaught exception at line %1 in file %2: %3 + Uncaught exception at line %1 in file %2: %3 + + + + Uncaught exception at line %1 in passed code: %2 + Uncaught exception at line %1 in passed code: %2 + + + + Controller script error + Controller script error + + + + A control you just used is not working properly. + A control you just used is not working properly. + + + + The script code needs to be fixed. + The script code needs to be fixed. + + + + For now, you can: Ignore this error for this session but you may experience erratic behavior. + For now, you can: Ignore this error for this session but you may experience erratic behavior. + + + + Try to recover by resetting your controller. + Try to recover by resetting your controller. + + + + ControllerInputMappingTableModel + + + Channel + Channel + + + + Opcode + Opcode + + + + Control + Control + + + + Options + Options + + + + Action + Action + + + + Comment + Comment + + + + ControllerOutputMappingTableModel + + + Channel + Channel + + + + Opcode + Opcode + + + + Control + Control + + + + On Value + On Value + + + + Off Value + Off Value + + + + Action + Action + + + + On Range Min + On Range Min + + + + On Range Max + On Range Max + + + + Comment + Comment + + + + CrateFeature + + + Remove + Remove + + + + + Create New Crate + Create New Crate + + + + Rename + Rename + + + + + Lock + Lock + + + + Export Track Files + Export Track Files + + + + Duplicate + Duplicate + + + + Analyze entire Crate + Analyze entire Crate + + + + Auto DJ Track Source + Auto DJ Track Source + + + + Enter new name for crate: + Enter new name for crate: + + + + + Crates + Crates + + + + + Import Crate + Import Crate + + + + + Export Crate + Export Crate + + + + Unlock + Unlock + + + + An unknown error occurred while creating crate: + An unknown error occurred while creating crate: + + + + Rename Crate + Rename Crate + + + + + Renaming Crate Failed + Renaming Crate Failed + + + + Crate Creation Failed + Crate Creation Failed + + + + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) + + + + Crates are a great way to help organize the music you want to DJ with. + Crates are a great way to help organize the music you want to DJ with. + + + + Make a crate for your next gig, for your favorite electrohouse tracks, or for your most requested songs. + Make a crate for your next gig, for your favorite electrohouse tracks, or for your most requested songs. + + + + Crates let you organize your music however you'd like! + Crates let you organize your music however you'd like! + + + + A crate cannot have a blank name. + A crate cannot have a blank name. + + + + A crate by that name already exists. + A crate by that name already exists. + + + + CrateFeatureHelper + + + New Crate + New Crate + + + + Create New Crate + Create New Crate + + + + + Enter name for new crate: + Enter name for new crate: + + + + + + Creating Crate Failed + Creating Crate Failed + + + + + A crate cannot have a blank name. + A crate cannot have a blank name. + + + + + A crate by that name already exists. + A crate by that name already exists. + + + + + An unknown error occurred while creating crate: + An unknown error occurred while creating crate: + + + + copy + [noun] + copy + + + + Duplicate Crate + Duplicate Crate + + + + + + Duplicating Crate Failed + Duplicating Crate Failed + + + + DlgAbout + + + Mixxx %1 Development Team + Mixxx %1 Development Team + + + + With contributions from: + With contributions from: + + + + And special thanks to: + And special thanks to: + + + + Past Developers + Past Developers + + + + Past Contributors + Past Contributors + + + + DlgAboutDlg + + + About Mixxx + About Mixxx + + + + Credits + Credits + + + + License + License + + + + <a href="http://mixxx.org/">Official Website</a> + <a href="http://mixxx.org/">Official Website</a> + + + + DlgAnalysis + + + + + Analyze + Analyze + + + + Shows tracks added to the library within the last 7 days. + Shows tracks added to the library within the last 7 days. + + + + New + New + + + + Shows all tracks in the library. + Shows all tracks in the library. + + + + All + All + + + + Progress + Progress + + + + Selects all tracks in the table below. + Selects all tracks in the table below. + + + + Select All + Select All + + + + Runs beatgrid, key, and ReplayGain detection on the selected tracks. Does not generate waveforms for the selected tracks to save disk space. + Runs beatgrid, key, and ReplayGain detection on the selected tracks. Does not generate waveforms for the selected tracks to save disk space. + + + + Stop Analysis + Stop Analysis + + + + Analyzing %1/%2 %3% + Analyzing %1/%2 %3% + + + + DlgAutoDJ + + + One deck must be stopped to enable Auto DJ mode. + One deck must be stopped to enable Auto DJ mode. + + + + Decks 3 and 4 must be stopped to enable Auto DJ mode. + Decks 3 and 4 must be stopped to enable Auto DJ mode. + + + + + Disable Auto DJ + Disable Auto DJ + + + + Displays the duration and number of selected tracks. + Displays the duration and number of selected tracks. + + + + + + Auto DJ + Auto DJ + + + + Shuffle + Shuffle + + + + Add Random + Add Random + + + + Shuffle the content of the Auto DJ queue. + Shuffle the content of the Auto DJ queue. + + + + Adds a random track from track sources (crates) to the Auto DJ queue. +If no track sources are configured, the track is added from the library instead. + Adds a random track from track sources (crates) to the Auto DJ queue. +If no track sources are configured, the track is added from the library instead. + + + + Skip the next track in the Auto DJ queue. + Skip the next track in the Auto DJ queue. + + + + Skip Track + Skip Track + + + + Trigger the transition to the next track. + Trigger the transition to the next track. + + + + Fade Now + Fade Now + + + + Determines the duration of the transition. + Determines the duration of the transition. + + + + Seconds + "sec." as in seconds + Seconds + + + + sec. + sec. + + + + Turn Auto DJ on or off. + Turn Auto DJ on or off. + + + + + + Enable Auto DJ + Enable Auto DJ + + + + DlgBeatsDlg + + + When beat detection is enabled, Mixxx detects the beats per minute and beats of your tracks, +automatically shows a beat-grid for them, and allows you to synchronize tracks using their beat information. + When beat detection is enabled, Mixxx detects the beats per minute and beats of your tracks, +automatically shows a beat-grid for them, and allows you to synchronize tracks using their beat information. + + + + Enable BPM and Beat Detection + Enable BPM and Beat Detection + + + + Choose between different algorithms to detect beats. + Choose between different algorithms to detect beats. + + + + Enable fast beat detection. +If activated Mixxx only analyzes the first minute of a track for beat information. +This can speed up beat detection on slower computers but may result in lower quality beatgrids. + Enable fast beat detection. +If activated Mixxx only analyzes the first minute of a track for beat information. +This can speed up beat detection on slower computers but may result in lower quality beatgrids. + + + + Attempts to correct the phase (first beat) of fixed-tempo beatgrids +by analyzing the beats to discard outliers. + Attempts to correct the phase (first beat) of fixed-tempo beatgrids +by analyzing the beats to discard outliers. + + + + Beat Detection Preferences + Beat Detection Preferences + + + + Choose Analyzer + Choose Analyzer + + + + Beat Analyzer: + Beat Analyzer: + + + + Analyzer Settings + Analyzer Settings + + + + Enable Fast Analysis (For slow computers, may be less accurate) + Enable Fast Analysis (For slow computers, may be less accurate) + + + + Converts beats detected by the analyzer into a fixed-tempo beatgrid. +Use this setting if your tracks have a constant tempo (e.g. most electronic music). +Often results in higher quality beatgrids, but will not do well on tracks that have tempo shifts. + Converts beats detected by the analyzer into a fixed-tempo beatgrid. +Use this setting if your tracks have a constant tempo (e.g. most electronic music). +Often results in higher quality beatgrids, but will not do well on tracks that have tempo shifts. + + + + Assume constant tempo (Recommended) + Assume constant tempo (Recommended) + + + + Enable Offset Correction (Recommended) + Enable Offset Correction (Recommended) + + + + e.g. from 3rd-party programs or Mixxx versions before 1.11. +(Not checked: Analyze only, if no beats exist.) + e.g. from 3rd-party programs or Mixxx versions before 1.11. +(Not checked: Analyze only, if no beats exist.) + + + + Re-analyze beats when settings change or beat detection data is outdated + Re-analyze beats when settings change or beat detection data is outdated + + + + BPM Range + BPM Range + + + + Min: + Min: + + + + Max: + Max: + + + + DlgControllerLearning + + + Controller Learning Wizard + Controller Learning Wizard + + + + Learn + Learn + + + + Close + Close + + + + Choose Control... + Choose Control... + + + + Hints: If you're mapping a button or switch, only press or flip it once. For knobs and sliders, move the control in both directions for best results. Make sure to touch one control at a time. + Hints: If you're mapping a button or switch, only press or flip it once. For knobs and sliders, move the control in both directions for best results. Make sure to touch one control at a time. + + + + Cancel + Cancel + + + + Advanced MIDI Options + Advanced MIDI Options + + + + Switch mode interprets all messages for the control as button presses. + Switch mode interprets all messages for the control as button presses. + + + + Switch Mode + Switch Mode + + + + Ignores slider or knob movements until they are close to the internal value. This helps prevent unwanted extreme changes while mixing but can accidentally ignore intentional rapid movements. + Ignores slider or knob movements until they are close to the internal value. This helps prevent unwanted extreme changes while mixing but can accidentally ignore intentional rapid movements. + + + + Soft Takeover + Soft Takeover + + + + Reverses the direction of the control. + Reverses the direction of the control. + + + + Invert + Invert + + + + For jog wheels or infinite-scroll knobs. Interprets incoming messages in two's complement. + For jog wheels or infinite-scroll knobs. Interprets incoming messages in two's complement. + + + + Jog Wheel / Select Knob + Jog Wheel / Select Knob + + + + Retry + Retry + + + + Learn Another + Learn Another + + + + Done + Done + + + + Click anywhere in Mixxx or choose a control to learn + Click anywhere in Mixxx or choose a control to learn + + + + You can click on any button, slider, or knob in Mixxx to teach it that control. You can also type in the box to search for a control by name, or click the Choose Control button to select from a list. + You can click on any button, slider, or knob in Mixxx to teach it that control. You can also type in the box to search for a control by name, or click the Choose Control button to select from a list. + + + + Now test it out! + Now test it out! + + + + If you manipulate the control, you should see the Mixxx user interface respond the way you expect. + If you manipulate the control, you should see the Mixxx user interface respond the way you expect. + + + + Not quite right? + Not quite right? + + + + If the mapping is not working try enabling an advanced option below and then try the control again. Or click Retry to redetect the midi control. + If the mapping is not working try enabling an advanced option below and then try the control again. Or click Retry to redetect the midi control. + + + + Didn't get any midi messages. Please try again. + Didn't get any midi messages. Please try again. + + + + Unable to detect a mapping -- please try again. Be sure to only touch one control at once. + Unable to detect a mapping -- please try again. Be sure to only touch one control at once. + + + + Successfully mapped control: + Successfully mapped control: + + + + <i>Ready to learn %1</i> + <i>Ready to learn %1</i> + + + + Learning: %1. Now move a control on your controller. + Learning: %1. Now move a control on your controller. + + + + The control you clicked in Mixxx is not learnable. +This could be because you are using an old skin and this control is no longer supported. + +You tried to learn: %1,%2 + The control you clicked in Mixxx is not learnable. +This could be because you are using an old skin and this control is no longer supported. + +You tried to learn: %1,%2 + + + + DlgDeveloperTools + + + Developer Tools + Developer Tools + + + + Controls + Controls + + + + Dumps all ControlObject values to a csv-file saved in the settings path (e.g. ~/.mixxx) + Dumps all ControlObject values to a csv-file saved in the settings path (e.g. ~/.mixxx) + + + + Dump to csv + Dump to csv + + + + Log + Log + + + + Search + Search + + + + Stats + Stats + + + + DlgHidden + + + Hidden Tracks + Hidden Tracks + + + + Selects all tracks in the table below. + Selects all tracks in the table below. + + + + Select All + Select All + + + + Purge selected tracks from the library. + Purge selected tracks from the library. + + + + Purge + Purge + + + + Unhide selected tracks from the library. + Unhide selected tracks from the library. + + + + Unhide + Unhide + + + + Ctrl+S + Ctrl+S + + + + DlgMissing + + + Missing Tracks + Missing Tracks + + + + Selects all tracks in the table below. + Selects all tracks in the table below. + + + + Select All + Select All + + + + Purge selected tracks from the library. + Purge selected tracks from the library. + + + + Purge + Purge + + + + DlgPrefAutoDJ + + + + Off + Off + + + + + On + On + + + + DlgPrefAutoDJDlg + + + Re-queue tracks after playback + Re-queue tracks after playback + + + + Duration after which a track is eligible for selection by Auto DJ again + Duration after which a track is eligible for selection by Auto DJ again + + + + hh:mm + hh:mm + + + + Minimum available tracks in Track Source + Minimum available tracks in Track Source + + + + Auto DJ Preferences + Auto DJ Preferences + + + + Add a track to the end of the Auto DJ queue once it is played, instead of removing it. + Add a track to the end of the Auto DJ queue once it is played, instead of removing it. + + + + This percentage of tracks are always available for selecting, regardless of when they were last played. + This percentage of tracks are always available for selecting, regardless of when they were last played. + + + + % + % + + + + Uncheck, to ignore all played tracks. + Uncheck, to ignore all played tracks. + + + + Suspend track in Track Source from re-queue + Suspend track in Track Source from re-queue + + + + Suspension period for track selection + Suspension period for track selection + + + + Enable random track addition to queue + Enable random track addition to queue + + + + Add random tracks from Track Source if the specified minimum tracks remain + Add random tracks from Track Source if the specified minimum tracks remain + + + + Minimum allowed tracks before addition + Minimum allowed tracks before addition + + + + Minimum number of tracks after which random tracks may be added + Minimum number of tracks after which random tracks may be added + + + + DlgPrefBroadcast + + + Icecast 2 + Icecast 2 + + + + Shoutcast 1 + Shoutcast 1 + + + + Icecast 1 + Icecast 1 + + + + MP3 + MP3 + + + + Ogg Vorbis + Ogg Vorbis + + + + Automatic + Automatic + + + + Mono + Mono + + + + Stereo + Stereo + + + + + + + Action failed + Action failed + + + + '%1' has the same Icecast mountpoint as '%2'. +Two source connections to the same server can't have the same mountpoint. + '%1' has the same Icecast mountpoint as '%2'. +Two source connections to the same server can't have the same mountpoint. + + + + You can't create more than %1 source connections. + You can't create more than %1 source connections. + + + + Source connection %1 + Source connection %1 + + + + At least one source connection is required. + At least one source connection is required. + + + + Are you sure you want to disconnect every active source connection? + Are you sure you want to disconnect every active source connection? + + + + + Confirmation required + Confirmation required + + + + Are you sure you want to delete '%1'? + Are you sure you want to delete '%1'? + + + + Renaming '%1' + Renaming '%1' + + + + New name for '%1': + New name for '%1': + + + + Can't rename '%1' to '%2': name already in use + Can't rename '%1' to '%2': name already in use + + + + DlgPrefBroadcastDlg + + + Live Broadcasting Preferences + Live Broadcasting Preferences + + + + Mixxx Icecast Testing + Mixxx Icecast Testing + + + + Public stream + Public stream + + + + http://www.mixxx.org + http://www.mixxx.org + + + + Stream name + Stream name + + + + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. + + + + Live Broadcasting source connections + Live Broadcasting source connections + + + + Delete selected + Delete selected + + + + Create new connection + Create new connection + + + + Rename selected + Rename selected + + + + Disconnect all + Disconnect all + + + + Turn on Live Broadcasting when applying these settings + Turn on Live Broadcasting when applying these settings + + + + Settings for %1 + Settings for %1 + + + + Dynamically update Ogg Vorbis metadata. + Dynamically update Ogg Vorbis metadata. + + + + ICQ + ICQ + + + + AIM + AIM + + + + Website + Website + + + + Live mix + Live mix + + + + IRC + IRC + + + + Select a source connection above to edit its settings here + Select a source connection above to edit its settings here + + + + Password storage + Password storage + + + + Plain text + Plain text + + + + Secure storage (OS keychain) + Secure storage (OS keychain) + + + + Genre + Genre + + + + Use UTF-8 encoding for metadata. + Use UTF-8 encoding for metadata. + + + + Description + Description + + + + Encoding + Encoding + + + + Bitrate + Bitrate + + + + + Format + Format + + + + Channels + Channels + + + + Server connection + Server connection + + + + Type + Type + + + + Host + Host + + + + Login + Login + + + + Mount + Mount + + + + Port + Port + + + + Password + Password + + + + Stream info + Stream info + + + + Metadata + Metadata + + + + Use static artist and title. + Use static artist and title. + + + + Static title + Static title + + + + Static artist + Static artist + + + + Automatic reconnect + Automatic reconnect + + + + Time to wait before the first reconnection attempt is made. + Time to wait before the first reconnection attempt is made. + + + + + seconds + seconds + + + + Wait until first attempt + Wait until first attempt + + + + Reconnect period + Reconnect period + + + + Time to wait between two reconnection attempts. + Time to wait between two reconnection attempts. + + + + Limit number of reconnection attempts + Limit number of reconnection attempts + + + + Maximum retries + Maximum retries + + + + Reconnect if the connection to the streaming server is lost. + Reconnect if the connection to the streaming server is lost. + + + + Enable automatic reconnect + Enable automatic reconnect + + + + DlgPrefController + + + Apply device settings? + Apply device settings? + + + + Your settings must be applied before starting the learning wizard. +Apply settings and continue? + Your settings must be applied before starting the learning wizard. +Apply settings and continue? + + + + None + None + + + + %1 by %2 + %1 by %2 + + + + No Name + No Name + + + + No Description + No Description + + + + No Author + No Author + + + + Troubleshooting + Troubleshooting + + + + Filename + Filename + + + + Function Prefix + Function Prefix + + + + Built-in + Built-in + + + + Clear Input Mappings + Clear Input Mappings + + + + Are you sure you want to clear all input mappings? + Are you sure you want to clear all input mappings? + + + + Clear Output Mappings + Clear Output Mappings + + + + Are you sure you want to clear all output mappings? + Are you sure you want to clear all output mappings? + + + + + Add Script + Add Script + + + + Controller Script Files (*.js) + Controller Script Files (*.js) + + + + Could not add script file: '%s' + Could not add script file: '%s' + + + + Please select a script from the list to open. + Please select a script from the list to open. + + + + DlgPrefControllerDlg + + + (device category goes here) + (device category goes here) + + + + Controller Name + Controller Name + + + + Enabled + Enabled + + + + Description: + Description: + + + + Load Preset: + Load Preset: + + + + Support: + Support: + + + + Preset Info + Preset Info + + + + Input Mappings + Input Mappings + + + + + + Add + Add + + + + + + Remove + Remove + + + + Click to start the Controller Learning wizard. + Click to start the Controller Learning wizard. + + + + Controller Preferences + Controller Preferences + + + + Controller Setup + Controller Setup + + + + Author: + Author: + + + + Name: + Name: + + + + Learning Wizard (MIDI Only) + Learning Wizard (MIDI Only) + + + + + Clear All + Clear All + + + + Output Mappings + Output Mappings + + + + Scripts + Scripts + + + + Open Selected File + Open Selected File + + + + DlgPrefControllersDlg + + + Controller Preferences + Controller Preferences + + + + Controllers + Controllers + + + + Mixxx did not detect any controllers. If you connected the controller while Mixxx was running you must restart Mixxx first. + Mixxx did not detect any controllers. If you connected the controller while Mixxx was running you must restart Mixxx first. + + + + Presets + Presets + + + + Open User Preset Folder + Open User Preset Folder + + + + Resources + Resources + + + + Controllers are physical devices that send MIDI or HID signals to your computer over a USB connection. These allow you to control Mixxx in a more hands-on way than a keyboard and mouse. Attached controllers that Mixxx recognizes are shown in the "Controllers" section in the sidebar. + Controllers are physical devices that send MIDI or HID signals to your computer over a USB connection. These allow you to control Mixxx in a more hands-on way than a keyboard and mouse. Attached controllers that Mixxx recognizes are shown in the "Controllers" section in the sidebar. + + + + Mixxx uses "presets" to connect messages from your controller to controls in Mixxx. If you do not see a preset for your controller in the "Load Preset" menu when you click on your controller on the left sidebar, you may be able to download one online from the <a href="http://www.mixxx.org/forums/viewforum.php?f=7">Mixxx Forum</a>. Place the XML (.xml) and Javascript (.js) file(s) in the "User Preset Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Preset Folder" then restart Mixxx: + Mixxx uses "presets" to connect messages from your controller to controls in Mixxx. If you do not see a preset for your controller in the "Load Preset" menu when you click on your controller on the left sidebar, you may be able to download one online from the <a href="http://www.mixxx.org/forums/viewforum.php?f=7">Mixxx Forum</a>. Place the XML (.xml) and Javascript (.js) file(s) in the "User Preset Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Preset Folder" then restart Mixxx: + + + + You can create your own mapping by using the MIDI Learning Wizard when you select your controller in the sidebar. You can edit mappings by selecting the "Input Mappings" and "Output Mappings" tabs in the preference page for your controller. See the Resources below for more details on making mappings. + You can create your own mapping by using the MIDI Learning Wizard when you select your controller in the sidebar. You can edit mappings by selecting the "Input Mappings" and "Output Mappings" tabs in the preference page for your controller. See the Resources below for more details on making mappings. + + + + <a href="http://mixxx.org/wiki/doku.php/hardware_compatibility">Mixxx DJ Hardware Guide</a> + <a href="http://mixxx.org/wiki/doku.php/hardware_compatibility">Mixxx DJ Hardware Guide</a> + + + + <a href="http://www.mixxx.org/forums/viewforum.php?f=7">Mixxx Controller Forums</a> + <a href="http://www.mixxx.org/forums/viewforum.php?f=7">Mixxx Controller Forums</a> + + + + <a href="http://mixxx.org/wiki/doku.php/midi_controller_mapping_file_format">MIDI Preset File Format</a> + <a href="http://mixxx.org/wiki/doku.php/midi_controller_mapping_file_format">MIDI Preset File Format</a> + + + + <a href="http://mixxx.org/wiki/doku.php/midi_scripting">MIDI Scripting with Javascript</a> + <a href="http://mixxx.org/wiki/doku.php/midi_scripting">MIDI Scripting with Javascript</a> + + + + DlgPrefControlsDlg + + + Skin + Skin + + + + Tool tips + Tool tips + + + + Select from different color schemes of a skin if available. + Select from different color schemes of a skin if available. + + + + Color scheme + Color scheme + + + + Locales determine country and language specific settings. + Locales determine country and language specific settings. + + + + Locale + Locale + + + + Interface Preferences + Interface Preferences + + + + Interface options + Interface options + + + + HiDPI / Retina scaling + HiDPI / Retina scaling + + + + Change the size of text, buttons, and other items. + Change the size of text, buttons, and other items. + + + + Adopt scale factor from the operating system + Adopt scale factor from the operating system + + + + Auto Scaling + Auto Scaling + + + + Effect options + Effect options + + + + Load behavior + Load behavior + + + + Keep metaknob position + Keep metaknob position + + + + Reset metaknob to effect default + Reset metaknob to effect default + + + + Screen saver + Screen saver + + + + Start in full-screen mode + Start in full-screen mode + + + + Full-screen mode + Full-screen mode + + + + Off + Off + + + + Library only + Library only + + + + Library and Skin + Library and Skin + + + + DlgPrefCrossfaderDlg + + + Crossfader Preferences + Crossfader Preferences + + + + Crossfader Curve + Crossfader Curve + + + + Slow fade/Fast cut (additive) + Slow fade/Fast cut (additive) + + + + Constant power + Constant power + + + + Mixing + Mixing + + + + Scratching + Scratching + + + + Linear + Linear + + + + Logarithmic + Logarithmic + + + + Reverse crossfader (Hamster Style) + Reverse crossfader (Hamster Style) + + + + DlgPrefDeck + + + Mixxx mode + Mixxx mode + + + + Mixxx mode (no blinking) + Mixxx mode (no blinking) + + + + Pioneer mode + Pioneer mode + + + + Denon mode + Denon mode + + + + Numark mode + Numark mode + + + + CUP mode + CUP mode + + + + 4% + 4% + + + + 6% (semitone) + 6% (semitone) + + + + 8% (Technics SL-1210) + 8% (Technics SL-1210) + + + + 10% + 10% + + + + 16% + 16% + + + + 24% + 24% + + + + 50% + 50% + + + + 90% + 90% + + + + DlgPrefDeckDlg + + + Deck Preferences + Deck Preferences + + + + Deck options + Deck options + + + + Cue mode + Cue mode + + + + Mixxx mode: +- Cue button while pause at cue point = preview +- Cue button while pause not at cue point = set cue point +- Cue button while playing = pause at cue point +Mixxx mode (no blinking): +- Same as Mixxx mode but with no blinking indicators +Pioneer mode: +- Same as Mixxx mode with a flashing play button +Denon mode: +- Cue button at cue point = preview +- Cue button not at cue point = pause at cue point +- Play = set cue point +Numark mode: +- Same as Denon mode, but without a flashing play button +CUP mode: +- Cue button while pause at cue point = play after release +- Cue button while pause not at cue point = set cue point and play after release +- Cue button while playing = go to cue point and play after release + + Mixxx mode: +- Cue button while pause at cue point = preview +- Cue button while pause not at cue point = set cue point +- Cue button while playing = pause at cue point +Mixxx mode (no blinking): +- Same as Mixxx mode but with no blinking indicators +Pioneer mode: +- Same as Mixxx mode with a flashing play button +Denon mode: +- Cue button at cue point = preview +- Cue button not at cue point = pause at cue point +- Play = set cue point +Numark mode: +- Same as Denon mode, but without a flashing play button +CUP mode: +- Cue button while pause at cue point = play after release +- Cue button while pause not at cue point = set cue point and play after release +- Cue button while playing = go to cue point and play after release + + + + + Track time display + Track time display + + + + Elapsed + Elapsed + + + + Remaining + Remaining + + + + Elapsed and Remaining + Elapsed and Remaining + + + + Auto cue + Auto cue + + + + Automatically seeks to the first saved cue point on track load. + If none exists, seeks to the beginning of the track. + Automatically seeks to the first saved cue point on track load. + If none exists, seeks to the beginning of the track. + + + + Jump to main cue point on track load + Jump to main cue point on track load + + + + Playing track protection + Playing track protection + + + + Do not load tracks into playing decks + Do not load tracks into playing decks + + + + Speed (Tempo) and Key (Pitch) options + Speed (Tempo) and Key (Pitch) options + + + + Permanent rate change when left-clicking + Permanent rate change when left-clicking + + + + + + + % + % + + + + Permanent rate change when right-clicking + Permanent rate change when right-clicking + + + + Reset on track load + Reset on track load + + + + Current key + Current key + + + + Temporary rate change when right-clicking + Temporary rate change when right-clicking + + + + Permanent + Permanent + + + + Value in milliseconds + Value in milliseconds + + + + Temporary + Temporary + + + + Keylock mode + Keylock mode + + + + Ramping sensitivity + Ramping sensitivity + + + + Pitch bend behavior + Pitch bend behavior + + + + Original key + Original key + + + + Temporary rate change when left-clicking + Temporary rate change when left-clicking + + + + Speed/Tempo + Speed/Tempo + + + + Key/Pitch + Key/Pitch + + + + Adjustment buttons: + Adjustment buttons: + + + + Coarse + Coarse + + + + Fine + Fine + + + + Make the speed sliders work like those on DJ turntables and CDJs where moving downward increases the speed + Make the speed sliders work like those on DJ turntables and CDJs where moving downward increases the speed + + + + Down increases speed + Down increases speed + + + + Slider range + Slider range + + + + Adjusts the range of the speed (Vinyl "Pitch") slider. + Adjusts the range of the speed (Vinyl "Pitch") slider. + + + + Abrupt jump + Abrupt jump + + + + Smoothly adjusts deck speed when temporary change buttons are held down + Smoothly adjusts deck speed when temporary change buttons are held down + + + + Smooth ramping + Smooth ramping + + + + Keyunlock mode + Keyunlock mode + + + + Reset key + Reset key + + + + Keep key + Keep key + + + + DlgPrefEQ + + + + + None + Displayed when no effect is selected + None + + + + DlgPrefEQDlg + + + Equalizer Preferences + Equalizer Preferences + + + + Reset equalizers on track load + Reset equalizers on track load + + + + Resets the equalizers to their default values when loading a track. + Resets the equalizers to their default values when loading a track. + + + + Equalizer Rack + Equalizer Rack + + + + Only allow EQ knobs to control EQ-specific effects + Only allow EQ knobs to control EQ-specific effects + + + + Uncheck to allow any effect to be loaded into the EQ knobs. + Uncheck to allow any effect to be loaded into the EQ knobs. + + + + Use the same EQ filter for all decks + Use the same EQ filter for all decks + + + + Uncheck to allow different decks to use different EQ effects. + Uncheck to allow different decks to use different EQ effects. + + + + Equalizer Plugin + Equalizer Plugin + + + + Quick Effect + Quick Effect + + + + High Shelf EQ + High Shelf EQ + + + + + 16 Hz + 16 Hz + + + + Master EQ + Master EQ + + + + Reset Parameter + Reset Parameter + + + + Miscellaneous + Miscellaneous + + + + Resets the deck gain to unity when loading a track. + Resets the deck gain to unity when loading a track. + + + + Reset gain on track load + Reset gain on track load + + + + Bypass EQ effect processing + Bypass EQ effect processing + + + + When checked, EQs are not processed, improving performance on slower computers. + When checked, EQs are not processed, improving performance on slower computers. + + + + + 20.05 kHz + 20.05 kHz + + + + Low Shelf EQ + Low Shelf EQ + + + + DlgPrefEffectsDlg + + + Effects Preferences + Effects Preferences + + + + Available Effects + Available Effects + + + + Effect Info + Effect Info + + + + Version: + Version: + + + + Description: + Description: + + + + Author: + Author: + + + + Name: + Name: + + + + Type: + Type: + + + + DlgPrefInterface + + + The minimum size of the selected skin is bigger than your screen resolution. + The minimum size of the selected skin is bigger than your screen resolution. + + + + Allow screensaver to run + Allow screensaver to run + + + + Prevent screensaver from running + Prevent screensaver from running + + + + Prevent screensaver while playing + Prevent screensaver while playing + + + + This skin does not support color schemes + This skin does not support color schemes + + + + Information + Information + + + + Mixxx must be restarted before the new locale setting will take effect. + Mixxx must be restarted before the new locale setting will take effect. + + + + DlgPrefKeyDlg + + + Key Notation Format Settings + Key Notation Format Settings + + + + When key detection is enabled, Mixxx detects the musical key of your tracks +and allows you to pitch adjust them for harmonic mixing. + When key detection is enabled, Mixxx detects the musical key of your tracks +and allows you to pitch adjust them for harmonic mixing. + + + + Enable Key Detection + Enable Key Detection + + + + Choose Analyzer + Choose Analyzer + + + + Key Analyzer: + Key Analyzer: + + + + Choose between different algorithms to detect keys. + Choose between different algorithms to detect keys. + + + + Analyzer Settings + Analyzer Settings + + + + Enable Fast Analysis (For slow computers, may be less accurate) + Enable Fast Analysis (For slow computers, may be less accurate) + + + + Re-analyze keys when settings change or 3rd-party keys are present + Re-analyze keys when settings change or 3rd-party keys are present + + + + Key Notation + Key Notation + + + + Lancelot + Lancelot + + + + OpenKey + OpenKey + + + + Traditional + Traditional + + + + Custom + Custom + + + + A + A + + + + Bb + Bb + + + + B + B + + + + C + C + + + + Db + Db + + + + D + D + + + + Eb + Eb + + + + E + E + + + + F + F + + + + F# + F# + + + + G + G + + + + Ab + Ab + + + + Am + Am + + + + Bbm + Bbm + + + + Bm + Bm + + + + Cm + Cm + + + + C#m + C#m + + + + Dm + Dm + + + + Ebm + Ebm + + + + Em + Em + + + + Fm + Fm + + + + F#m + F#m + + + + Gm + Gm + + + + G#m + G#m + + + + DlgPrefLV2Dlg + + + Equalizer Preferences + Equalizer Preferences + + + + Discovered LV2 effects + Discovered LV2 effects + + + + DlgPrefLibrary + + + Music Directory Added + Music Directory Added + + + + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? + + + + Scan + Scan + + + + Choose a music directory + Choose a music directory + + + + Confirm Directory Removal + Confirm Directory Removal + + + + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. + + + + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. + + + + Hide Tracks + Hide Tracks + + + + Delete Track Metadata + Delete Track Metadata + + + + Leave Tracks Unchanged + Leave Tracks Unchanged + + + + Relink music directory to new location + Relink music directory to new location + + + + Select Library Font + Select Library Font + + + + DlgPrefLibraryDlg + + + Library + Library + + + + Music Directories: + Music Directories: + + + + If removed, Mixxx will no longer watch this directory and its subdirectories for new tracks. + If removed, Mixxx will no longer watch this directory and its subdirectories for new tracks. + + + + Remove + Remove + + + + Add a directory where your music is stored. Mixxx will watch this directory and its subdirectories for new tracks. + Add a directory where your music is stored. Mixxx will watch this directory and its subdirectories for new tracks. + + + + Add + Add + + + + If an existing music directory is moved, Mixxx doesn't know where to find the audio files in it. Choose Relink to select the music directory in its new location. <br/> This will re-establish the links to the audio files in the Mixxx library. + If an existing music directory is moved, Mixxx doesn't know where to find the audio files in it. Choose Relink to select the music directory in its new location. <br/> This will re-establish the links to the audio files in the Mixxx library. + + + + Relink + This will re-establish the links to the audio files in the Mixxx database if you move an music directory to a new location. + Relink + + + + Audio File Formats + Audio File Formats + + + + Additional Format Plugins: + Additional Format Plugins: + + + + Built-in + Built-in + + + + Available Online... + Available Online... + + + + Loaded Plugins: + Loaded Plugins: + + + + None + None + + + + Track Metadata Synchronization + Track Metadata Synchronization + + + + Export: Write modified track metadata from the library into file tags + Export: Write modified track metadata from the library into file tags + + + + Miscellaneous + Miscellaneous + + + + Library Font: + Library Font: + + + + Library Row Height: + Library Row Height: + + + + Rescan library on start-up + Rescan library on start-up + + + + Add track to Auto DJ Queue (top) + Add track to Auto DJ Queue (top) + + + + Add track to Auto DJ Queue (bottom) + Add track to Auto DJ Queue (bottom) + + + + Use relative paths for playlist export if possible + Use relative paths for playlist export if possible + + + + ... + ... + + + + px + px + + + + Edit metadata after clicking selected track + Edit metadata after clicking selected track + + + + Track Load Action + Sets default action when double-clicking a track in the library. + Track Load Action + + + + Load track to next available deck + Load track to next available deck + + + + External Libraries + External Libraries + + + + You will need to restart Mixxx for these settings to take effect. + You will need to restart Mixxx for these settings to take effect. + + + + Show Rhythmbox Library + Show Rhythmbox Library + + + + Show Banshee Library + Show Banshee Library + + + + Show iTunes Library + Show iTunes Library + + + + Show Traktor Library + Show Traktor Library + + + + All external libraries shown are write protected. + All external libraries shown are write protected. + + + + DlgPrefModplug + + + Modplug Preferences + Modplug Preferences + + + + All settings take effect on next track load. Currently loaded tracks are not affected. For an explanation of these settings, see the <a href="http://wiki.openmpt.org/Manual:_Setup/Player">OpenMPT manual</a>. + All settings take effect on next track load. Currently loaded tracks are not affected. For an explanation of these settings, see the <a href="http://wiki.openmpt.org/Manual:_Setup/Player">OpenMPT manual</a>. + + + + Maximum Number of Mixing Channels: + Maximum Number of Mixing Channels: + + + + Show Advanced Settings + Show Advanced Settings + + + + + + Low + Low + + + + Reverb Delay: + Reverb Delay: + + + + + + High + High + + + + None + None + + + + Bass Expansion + Bass Expansion + + + + Bass Range: + Bass Range: + + + + 16 + 16 + + + + Front/Rear Delay: + Front/Rear Delay: + + + + Pro-Logic Surround + Pro-Logic Surround + + + + Full + Full + + + + Reverb + Reverb + + + + Stereo separation + Stereo separation + + + + 10Hz + 10Hz + + + + 10ms + 10ms + + + + 256 + 256 + + + + 5ms + 5ms + + + + 100Hz + 100Hz + + + + 250ms + 250ms + + + + 50ms + 50ms + + + + Noise reduction + Noise reduction + + + + Hints + Hints + + + + Module files are decoded at once and kept in RAM to allow for seeking and smooth operation in Mixxx. About 10MB of RAM are required for 1 minute of audio. + Module files are decoded at once and kept in RAM to allow for seeking and smooth operation in Mixxx. About 10MB of RAM are required for 1 minute of audio. + + + + Decoding options for libmodplug, a software library for loading and rendering module files (MOD music, tracker music). + Decoding options for libmodplug, a software library for loading and rendering module files (MOD music, tracker music). + + + + Decoding Options + Decoding Options + + + + Resampling mode (interpolation) + Resampling mode (interpolation) + + + + Enable oversampling + Enable oversampling + + + + Nearest (very fast, extremely bad quality) + Nearest (very fast, extremely bad quality) + + + + Linear (fast, good quality) + Linear (fast, good quality) + + + + Cubic Spline (high quality) + Cubic Spline (high quality) + + + + 8-tap FIR (extremely high quality) + 8-tap FIR (extremely high quality) + + + + Memory limit for single track (MB) + Memory limit for single track (MB) + + + + DlgPrefNoVinylDlg + + + Vinyl Control (Disabled) Preferences + Using a version with the Vinyl Control feature disabled, an alternative preferences window is displayed. + Vinyl Control (Disabled) Preferences + + + + <b>This version of Mixxx does not support vinyl control.</b> <br> Please visit <a href="http://mixxx.org">Mixxx.org</a> for more information. + <b>This version of Mixxx does not support vinyl control.</b> <br> Please visit <a href="http://mixxx.org">Mixxx.org</a> for more information. + + + + DlgPrefRecord + + + Choose recordings directory + Choose recordings directory + + + + DlgPrefRecordDlg + + + Recording Preferences + Recording Preferences + + + + Recordings Directory + Recordings Directory + + + + Recordings Directory: + Recordings Directory: + + + + Browse... + Browse... + + + + + Quality + Quality + + + + Tags + Tags + + + + Title + Title + + + + Author + Author + + + + Album + Album + + + + Miscellaneous + Miscellaneous + + + + Output File Format + Output File Format + + + + Compression + Compression + + + + Lossy + Lossy + + + + Compression Level + Compression Level + + + + Lossless + Lossless + + + + Create a CUE file + Create a CUE file + + + + File Splitting + File Splitting + + + + Split recordings at + Split recordings at + + + + DlgPrefReplayGain + + + %1 LUFS (adjust by %2 dB) + %1 LUFS (adjust by %2 dB) + + + + DlgPrefReplayGainDlg + + + Normalization Preferences + Normalization Preferences + + + + ReplayGain Loudness Normalization + ReplayGain Loudness Normalization + + + + Apply loudness normalization to loaded tracks. + Apply loudness normalization to loaded tracks. + + + + Apply ReplayGain + Apply ReplayGain + + + + -30 LUFS + -30 LUFS + + + + -6 LUFS + -6 LUFS + + + + When ReplayGain is enabled, adjust tracks lacking ReplayGain information by this amount. + When ReplayGain is enabled, adjust tracks lacking ReplayGain information by this amount. + + + + Initial boost without ReplayGain data + Initial boost without ReplayGain data + + + + For tracks with ReplayGain, adjust the target loudness to this LUFS value (Loudness Units relative to Full Scale). + For tracks with ReplayGain, adjust the target loudness to this LUFS value (Loudness Units relative to Full Scale). + + + + Target loudness + Target loudness + + + + -12 dB + -12 dB + + + + Analysis + Analysis + + + + ReplayGain 2.0 (ITU-R BS.1770) + ReplayGain 2.0 (ITU-R BS.1770) + + + + ReplayGain 1.0 + ReplayGain 1.0 + + + + Disabled + Disabled + + + + Re-analyze and override an existing value + Re-analyze and override an existing value + + + + ReplayGain targets a reference loudness of -18 LUFS (Loudness Units relative to Full Scale). You may increase it if you find Mixxx is too quiet or reduce it if you find that your tracks are clipping. You may also want to decrease the volume of unanalyzed tracks if you find they are often louder than ReplayGained tracks. For podcasting a loudness of -16 LUFS is recommended. + +The loudness target is approximate and assumes track pregain and master output level are unchanged. + ReplayGain targets a reference loudness of -18 LUFS (Loudness Units relative to Full Scale). You may increase it if you find Mixxx is too quiet or reduce it if you find that your tracks are clipping. You may also want to decrease the volume of unanalyzed tracks if you find they are often louder than ReplayGained tracks. For podcasting a loudness of -16 LUFS is recommended. + +The loudness target is approximate and assumes track pregain and master output level are unchanged. + + + + When an unanalyzed track is playing, Mixxx will avoid an abrupt volume change by not applying a newly calculated ReplayGain value. + When an unanalyzed track is playing, Mixxx will avoid an abrupt volume change by not applying a newly calculated ReplayGain value. + + + + +12 dB + +12 dB + + + + Hints + Hints + + + + DlgPrefSound + + + None + None + + + + %1 Hz + %1 Hz + + + + Default (long delay) + Default (long delay) + + + + Experimental (no delay) + Experimental (no delay) + + + + Disabled (short delay) + Disabled (short delay) + + + + Soundcard Clock + Soundcard Clock + + + + Network Clock + Network Clock + + + + Master output only + Master output only + + + + Master and booth outputs + Master and booth outputs + + + + Direct monitor (recording and broadcasting only) + Direct monitor (recording and broadcasting only) + + + + Disabled + Disabled + + + + Enabled + Enabled + + + + Stereo + Stereo + + + + Mono + Mono + + + + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. + + + + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. + + + + + Refer to the Mixxx User Manual for details. + Refer to the Mixxx User Manual for details. + + + + Configured latency has changed. + Configured latency has changed. + + + + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. + + + + Realtime scheduling is enabled. + Realtime scheduling is enabled. + + + + %1 ms + %1 ms + + + + Configuration error + Configuration error + + + + DlgPrefSoundDlg + + + Sound Hardware Preferences + Sound Hardware Preferences + + + + Sound API + Sound API + + + + Sample Rate + Sample Rate + + + + Audio Buffer + Audio Buffer + + + + Engine Clock + Engine Clock + + + + Use soundcard clock for live audience setups and lowest latency.<br>Use network clock for broadcasting without a live audience. + Use soundcard clock for live audience setups and lowest latency.<br>Use network clock for broadcasting without a live audience. + + + + Microphone Monitor Mode + Microphone Monitor Mode + + + + Microphone Latency Compensation + Microphone Latency Compensation + + + + Headphone Delay + Headphone Delay + + + + + + + ms + milliseconds + ms + + + + Booth Delay + Booth Delay + + + + Enable Realtime scheduling (currently disabled), see the <a href="http://mixxx.org/wiki/doku.php/adjusting_audio_latency">Mixxx Wiki</a>. + Enable Realtime scheduling (currently disabled), see the <a href="http://mixxx.org/wiki/doku.php/adjusting_audio_latency">Mixxx Wiki</a>. + + + + 20 ms + 20 ms + + + + Buffer Underflow Count + Buffer Underflow Count + + + + 0 + 0 + + + + Master Delay + Master Delay + + + + Keylock/Pitch-Bending Engine + Keylock/Pitch-Bending Engine + + + + Multi-Soundcard Synchronization + Multi-Soundcard Synchronization + + + + Master Mix + Master Mix + + + + Master Output Mode + Master Output Mode + + + + Output + Output + + + + Input + Input + + + + The <a href="http://mixxx.org/wiki/doku.php/hardware_compatibility">Mixxx DJ Hardware Guide</a> lists sound cards and controllers you may want to consider for using Mixxx. + The <a href="http://mixxx.org/wiki/doku.php/hardware_compatibility">Mixxx DJ Hardware Guide</a> lists sound cards and controllers you may want to consider for using Mixxx. + + + + System Reported Latency + System Reported Latency + + + + Enlarge your audio buffer if the underflow counter is increasing or you hear pops during playback. + Enlarge your audio buffer if the underflow counter is increasing or you hear pops during playback. + + + + Hints and Diagnostics + Hints and Diagnostics + + + + Downsize your audio buffer to improve Mixxx's responsiveness. + Downsize your audio buffer to improve Mixxx's responsiveness. + + + + Query Devices + Query Devices + + + + DlgPrefSoundItem + + + None + None + + + + Channel %1 + Channel %1 + + + + Channels %1 - %2 + Channels %1 - %2 + + + + Sound Item Preferences + Constructs new sound items inside the Sound Hardware Preferences, representing an AudioPath and SoundDevice + Sound Item Preferences + + + + Type (#) + Type (#) + + + + DlgPrefVinylDlg + + + Input + Input + + + + Vinyl Configuration + Vinyl Configuration + + + + Deck 1 Vinyl Type + Deck 1 Vinyl Type + + + + Deck 2 Vinyl Type + Deck 2 Vinyl Type + + + + Deck 3 Vinyl Type + Deck 3 Vinyl Type + + + + Deck 4 Vinyl Type + Deck 4 Vinyl Type + + + + Show Signal Quality in Skin + Show Signal Quality in Skin + + + + + + + seconds + seconds + + + + Vinyl Control Preferences + Vinyl Control Preferences + + + + + + + Lead-in + Lead-in + + + + Turntable Input Signal Boost + Turntable Input Signal Boost + + + + 0 dB + 0 dB + + + + 44 dB + 44 dB + + + + Signal Quality + Signal Quality + + + + http://www.xwax.co.uk + http://www.xwax.co.uk + + + + Powered by xwax + Powered by xwax + + + + Hints + Hints + + + + Select sound devices for Vinyl Control in the Sound Hardware pane. + Select sound devices for Vinyl Control in the Sound Hardware pane. + + + + DlgPrefWaveform + + + Filtered + Filtered + + + + HSV + HSV + + + + RGB + RGB + + + + OpenGL not available + OpenGL not available + + + + dropped frames + dropped frames + + + + Cached waveforms occupy %1 MiB on disk. + Cached waveforms occupy %1 MiB on disk. + + + + DlgPrefWaveformDlg + + + Waveform Preferences + Waveform Preferences + + + + Frame rate + Frame rate + + + + Displays which OpenGL version is supported by the current platform. + Displays which OpenGL version is supported by the current platform. + + + + Normalize waveform overview + Normalize waveform overview + + + + Average frame rate + Average frame rate + + + + Visual gain + Visual gain + + + + Default zoom level + Waveform zoom + Default zoom level + + + + Displays the actual frame rate. + Displays the actual frame rate. + + + + Visual gain of the middle frequencies + Visual gain of the middle frequencies + + + + End of track warning + End of track warning + + + + OpenGL status + OpenGL status + + + + Highlight the waveforms when the last seconds of a track remains. + Highlight the waveforms when the last seconds of a track remains. + + + + seconds + seconds + + + + Low + Low + + + + Middle + Middle + + + + Global + Global + + + + Visual gain of the high frequencies + Visual gain of the high frequencies + + + + Visual gain of the low frequencies + Visual gain of the low frequencies + + + + High + High + + + + Waveform type + Waveform type + + + + Global visual gain + Global visual gain + + + + The waveform overview shows the waveform envelope of the entire track. +Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. + The waveform overview shows the waveform envelope of the entire track. +Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. + + + + The waveform shows the waveform envelope of the track near the current playback position. +Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. + The waveform shows the waveform envelope of the track near the current playback position. +Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. + + + + Waveform overview type + Waveform overview type + + + + fps + fps + + + + Synchronize zoom level across all waveform displays. + Synchronize zoom level across all waveform displays. + + + + Synchronize zoom level across all waveforms + Synchronize zoom level across all waveforms + + + + Caching + Caching + + + + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. + + + + Enable waveform caching + Enable waveform caching + + + + Generate waveforms when analyzing library + Generate waveforms when analyzing library + + + + Beat grid opacity + Beat grid opacity + + + + Set amount of opacity on beat grid lines. + Set amount of opacity on beat grid lines. + + + + % + % + + + + Play marker position + Play marker position + + + + Moves the play marker position on the waveforms to the left, right or center (default). + Moves the play marker position on the waveforms to the left, right or center (default). + + + + Clear Cached Waveforms + Clear Cached Waveforms + + + + DlgPreferences + + + Sound Hardware + Sound Hardware + + + + Controllers + Controllers + + + + Library + Library + + + + Interface + Interface + + + + Waveforms + Waveforms + + + + Auto DJ + Auto DJ + + + + Equalizers + Equalizers + + + + Decks + Decks + + + + Crossfader + Crossfader + + + + Effects + Effects + + + + LV2 Plugins + LV2 Plugins + + + + Recording + Recording + + + + Beat Detection + Beat Detection + + + + Key Detection + Key Detection + + + + Normalization + Normalization + + + + + Vinyl Control + Vinyl Control + + + + Live Broadcasting + Live Broadcasting + + + + Modplug Decoder + Modplug Decoder + + + + DlgPreferencesDlg + + + Preferences + Preferences + + + + 1 + 1 + + + + DlgRecording + + + Recordings + Recordings + + + + Status: + Status: + + + + + Start Recording + Start Recording + + + + Stop Recording + Stop Recording + + + + Recording to file: %1 (%2 MiB written in %3) + Recording to file: %1 (%2 MiB written in %3) + + + + DlgTagFetcher + + + MusicBrainz + MusicBrainz + + + + Select best possible match + Select best possible match + + + + + Track + Track + + + + + Year + Year + + + + Title + Title + + + + + Artist + Artist + + + + + Album + Album + + + + Fetching track data from the MusicBrainz database + Fetching track data from the MusicBrainz database + + + + Mixxx could not find this track in the MusicBrainz database. + Mixxx could not find this track in the MusicBrainz database. + + + + Get API-Key + To be able to submit audio fingerprints to the MusicBrainz database, a free application programming interface key (API key) is required. + Get API-Key + + + + Submit + Submits audio fingerprints to the MusicBrainz database. + Submit + + + + New Column + New Column + + + + New Item + New Item + + + + &Previous + &Previous + + + + &Next + &Next + + + + &Apply + &Apply + + + + &Close + &Close + + + + Status: %1 + Status: %1 + + + + HTTP Status: %1 + HTTP Status: %1 + + + + Mixxx can't connect to %1 for an unknown reason. + Mixxx can't connect to %1 for an unknown reason. + + + + Mixxx can't connect to %1. + Mixxx can't connect to %1. + + + + Original tags + Original tags + + + + Suggested tags + Suggested tags + + + + DlgTrackExport + + + Export Tracks + Export Tracks + + + + Exporting Tracks + Exporting Tracks + + + + (status text) + (status text) + + + + &Cancel + &Cancel + + + + DlgTrackInfo + + + Track Editor + Track Editor + + + + Summary + Summary + + + + Filetype: + Filetype: + + + + BPM: + BPM: + + + + Location: + Location: + + + + Bitrate: + Bitrate: + + + + Comments + Comments + + + + BPM + BPM + + + + Sets the BPM to 75% of the current value. + Sets the BPM to 75% of the current value. + + + + 3/4 BPM + 3/4 BPM + + + + Sets the BPM to 50% of the current value. + Sets the BPM to 50% of the current value. + + + + Displays the BPM of the selected track. + Displays the BPM of the selected track. + + + + Details + Details + + + + Track # + Track # + + + + Album Artist + Album Artist + + + + Composer + Composer + + + + Title + Title + + + + Grouping + Grouping + + + + Key + Key + + + + Year + Year + + + + Artist + Artist + + + + Album + Album + + + + Genre + Genre + + + + File + File + + + + ReplayGain: + ReplayGain: + + + + Converts beats detected by the analyzer into a fixed-tempo beatgrid. +Use this setting if your tracks have a constant tempo (e.g. most electronic music). +Often results in higher quality beatgrids, but will not do well on tracks that have tempo shifts. + Converts beats detected by the analyzer into a fixed-tempo beatgrid. +Use this setting if your tracks have a constant tempo (e.g. most electronic music). +Often results in higher quality beatgrids, but will not do well on tracks that have tempo shifts. + + + + Sets the BPM to 200% of the current value. + Sets the BPM to 200% of the current value. + + + + Double BPM + Double BPM + + + + Halve BPM + Halve BPM + + + + Clear BPM and Beatgrid + Clear BPM and Beatgrid + + + + Cuepoints + Cuepoints + + + + Move to the previous item. + "Previous" button + Move to the previous item. + + + + &Previous + &Previous + + + + Move to the next item. + "Next" button + Move to the next item. + + + + &Next + &Next + + + + Duration: + Duration: + + + + Import Metadata from MusicBrainz + Import Metadata from MusicBrainz + + + + Import Metadata from File + Import Metadata from File + + + + Open in File Browser + Open in File Browser + + + + Track BPM: + Track BPM: + + + + Assume constant tempo + Assume constant tempo + + + + Sets the BPM to 66% of the current value. + Sets the BPM to 66% of the current value. + + + + 2/3 BPM + 2/3 BPM + + + + Sets the BPM to 150% of the current value. + Sets the BPM to 150% of the current value. + + + + 3/2 BPM + 3/2 BPM + + + + Sets the BPM to 133% of the current value. + Sets the BPM to 133% of the current value. + + + + 4/3 BPM + 4/3 BPM + + + + Tap with the beat to set the BPM to the speed you are tapping. + Tap with the beat to set the BPM to the speed you are tapping. + + + + Tap to Beat + Tap to Beat + + + + Hint: Use the Library Analyze view to run BPM detection. + Hint: Use the Library Analyze view to run BPM detection. + + + + Cue Id + Cue Id + + + + Position + Position + + + + Hotcue + Hotcue + + + + Label + Label + + + + Activate Cue + Activate Cue + + + + Save changes and close the window. + "OK" button + Save changes and close the window. + + + + &OK + &OK + + + + Delete Cue + Delete Cue + + + + Discard changes and close the window. + "Cancel" button + Discard changes and close the window. + + + + Save changes and keep the window open. + "Apply" button + Save changes and keep the window open. + + + + &Apply + &Apply + + + + &Cancel + &Cancel + + + + EffectChainSlot + + + Empty Chain + Name for an empty effect chain, that is created after eject + Empty Chain + + + + EffectParameterSlotBase + + + No effect loaded. + No effect loaded. + + + + EffectSettingsModel + + + Visible + Visible + + + + Name + Name + + + + Type + Type + + + + EffectsManager + + + Flanger + Flanger + + + + BitCrusher + BitCrusher + + + + Filter + Filter + + + + Reverb + Reverb + + + + Echo + Echo + + + + AutoPan + AutoPan + + + + Tremolo + Tremolo + + + + EmptyWaveformWidget + + + Empty + Empty + + + + EngineBuffer + + + Soundtouch (faster) + Soundtouch (faster) + + + + Rubberband (better) + Rubberband (better) + + + + Unknown (bad value) + Unknown (bad value) + + + + ErrorDialogHandler + + + Fatal error + Fatal error + + + + Critical error + Critical error + + + + Warning + Warning + + + + Information + Information + + + + Question + Question + + + + GLRGBWaveformWidget + + + RGB + RGB + + + + GLSLFilteredWaveformWidget + + + Filtered + Filtered + + + + GLSLRGBWaveformWidget + + + RGB + RGB + + + + GLSimpleWaveformWidget + + + Simple + Simple + + + + GLVSyncTestWidget + + + VSyncTest + VSyncTest + + + + GLWaveformWidget + + + Filtered + Filtered + + + + HSVWaveformWidget + + + HSV + HSV + + + + HidController + + + Generic HID Mouse + Generic HID Mouse + + + + Generic HID Joystick + Generic HID Joystick + + + + Generic HID Gamepad + Generic HID Gamepad + + + + Generic HID Keyboard + Generic HID Keyboard + + + + Generic HID Multiaxis Controller + Generic HID Multiaxis Controller + + + + Unknown HID Desktop Device + Unknown HID Desktop Device + + + + HID Infrared Control + HID Infrared Control + + + + Unknown Apple HID Device + Unknown Apple HID Device + + + + HID Unknown Device + HID Unknown Device + + + + HID Interface Number + HID Interface Number + + + + ITunesFeature + + + + iTunes + iTunes + + + + + Select your iTunes library + Select your iTunes library + + + + (loading) iTunes + (loading) iTunes + + + + Use Default Library + Use Default Library + + + + Choose Library... + Choose Library... + + + + Error Loading iTunes Library + Error Loading iTunes Library + + + + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. + + + + LegacySkinParser + + + Safe Mode Enabled + Shown when Mixxx is running in safe mode. + Safe Mode Enabled + + + + No OpenGL +support. + Shown when Spinny can not be displayed. Please keep + unchanged + No OpenGL +support. + + + + activate + activate + + + + toggle + toggle + + + + right + right + + + + left + left + + + + right small + right small + + + + left small + left small + + + + up + up + + + + down + down + + + + up small + up small + + + + down small + down small + + + + Shortcut + Shortcut + + + + Library + + + Add Directory to Library + Add Directory to Library + + + + Could not add the directory to your library. Either this directory is already in your library or you are currently rescanning your library. + Could not add the directory to your library. Either this directory is already in your library or you are currently rescanning your library. + + + + LibraryFeature + + + Import Playlist + Import Playlist + + + + Playlist Files (*.m3u *.m3u8 *.pls *.csv) + Playlist Files (*.m3u *.m3u8 *.pls *.csv) + + + + LibraryScannerDlg + + + Library Scanner + Library Scanner + + + + It's taking Mixxx a minute to scan your music library, please wait... + It's taking Mixxx a minute to scan your music library, please wait... + + + + Cancel + Cancel + + + + Scanning: + Scanning: + + + + Scanning cover art (safe to cancel) + Scanning cover art (safe to cancel) + + + + LibraryTableModel + + + Sort items randomly + Sort items randomly + + + + MidiController + + + MIDI Controller + MIDI Controller + + + + MixxxControl(s) not found + MixxxControl(s) not found + + + + One or more MixxxControls specified in the outputs section of the loaded preset were invalid. + One or more MixxxControls specified in the outputs section of the loaded preset were invalid. + + + + Some LEDs or other feedback may not work correctly. + Some LEDs or other feedback may not work correctly. + + + + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) + + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) + + + + + * Make sure the MixxxControls in question actually exist. Visit this wiki page for a complete list: + * Make sure the MixxxControls in question actually exist. Visit this wiki page for a complete list: + + + + MixxxDb + + + Click OK to exit. + Click OK to exit. + + + + Cannot upgrade database schema + Cannot upgrade database schema + + + + Unable to upgrade your database schema to version %1 + Unable to upgrade your database schema to version %1 + + + + For help with database issues contact: + For help with database issues contact: + + + + Your mixxxdb.sqlite file may be corrupt. + Your mixxxdb.sqlite file may be corrupt. + + + + Try renaming it and restarting Mixxx. + Try renaming it and restarting Mixxx. + + + + Your mixxxdb.sqlite file was created by a newer version of Mixxx and is incompatible. + Your mixxxdb.sqlite file was created by a newer version of Mixxx and is incompatible. + + + + The database schema file is invalid. + The database schema file is invalid. + + + + MixxxLibraryFeature + + + Missing Tracks + Missing Tracks + + + + Hidden Tracks + Hidden Tracks + + + + Tracks + Tracks + + + + MixxxMainWindow + + + Choose music library directory + Choose music library directory + + + + Sound Device Busy + Sound Device Busy + + + + <b>Retry</b> after closing the other application or reconnecting a sound device + <b>Retry</b> after closing the other application or reconnecting a sound device + + + + + + <b>Reconfigure</b> Mixxx's sound device settings. + <b>Reconfigure</b> Mixxx's sound device settings. + + + + + Get <b>Help</b> from the Mixxx Wiki. + Get <b>Help</b> from the Mixxx Wiki. + + + + + + <b>Exit</b> Mixxx. + <b>Exit</b> Mixxx. + + + + Retry + Retry + + + + Cannot open database + Cannot open database + + + + Unable to establish a database connection. +Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. + +Click OK to exit. + Unable to establish a database connection. +Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. + +Click OK to exit. + + + + + Reconfigure + Reconfigure + + + + Help + Help + + + + + Exit + Exit + + + + + Mixxx was unable to open all the configured sound devices. + Mixxx was unable to open all the configured sound devices. + + + + Sound Device Error + Sound Device Error + + + + <b>Retry</b> after fixing an issue + <b>Retry</b> after fixing an issue + + + + No Output Devices + No Output Devices + + + + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. + + + + <b>Continue</b> without any outputs. + <b>Continue</b> without any outputs. + + + + Continue + Continue + + + + Load track to Deck %1 + Load track to Deck %1 + + + + Deck %1 is currently playing a track. + Deck %1 is currently playing a track. + + + + Are you sure you want to load a new track? + Are you sure you want to load a new track? + + + + There is no input device selected for this vinyl control. +Please select an input device in the sound hardware preferences first. + There is no input device selected for this vinyl control. +Please select an input device in the sound hardware preferences first. + + + + There is no input device selected for this passthrough control. +Please select an input device in the sound hardware preferences first. + There is no input device selected for this passthrough control. +Please select an input device in the sound hardware preferences first. + + + + There is no input device selected for this microphone. +Please select an input device in the sound hardware preferences first. + There is no input device selected for this microphone. +Please select an input device in the sound hardware preferences first. + + + + Error in skin file + Error in skin file + + + + The selected skin cannot be loaded. + The selected skin cannot be loaded. + + + + OpenGL Direct Rendering + OpenGL Direct Rendering + + + + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. + + + + + + Confirm Exit + Confirm Exit + + + + A deck is currently playing. Exit Mixxx? + A deck is currently playing. Exit Mixxx? + + + + A sampler is currently playing. Exit Mixxx? + A sampler is currently playing. Exit Mixxx? + + + + The preferences window is still open. + The preferences window is still open. + + + + Discard any changes and exit Mixxx? + Discard any changes and exit Mixxx? + + + + ParserCsv + + + Location + Location + + + + Playlist Export Failed + Playlist Export Failed + + + + + Could not create file + Could not create file + + + + Readable text Export Failed + Readable text Export Failed + + + + ParserM3u + + + + Playlist Export Failed + Playlist Export Failed + + + + File path contains characters, not allowed in m3u playlists. + + File path contains characters, not allowed in m3u playlists. + + + + + Export a m3u8 playlist instead! + + Export a m3u8 playlist instead! + + + + + Could not create file + Could not create file + + + + ParserPls + + + Playlist Export Failed + Playlist Export Failed + + + + Could not create file + Could not create file + + + + PlaylistFeature + + + Lock + Lock + + + + + Playlists + Playlists + + + + Unlock + Unlock + + + + Playlists are ordered lists of songs that allow you to plan your DJ sets. + Playlists are ordered lists of songs that allow you to plan your DJ sets. + + + + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. + + + + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. + + + + It may be necessary to skip some songs in your prepared playlist or add some different songs in order to maintain the energy of your audience. + It may be necessary to skip some songs in your prepared playlist or add some different songs in order to maintain the energy of your audience. + + + + Create New Playlist + Create New Playlist + + + + QMessageBox + + + Upgrading Mixxx + Upgrading Mixxx + + + + Mixxx now supports displaying cover art. +Do you want to scan your library for cover files now? + Mixxx now supports displaying cover art. +Do you want to scan your library for cover files now? + + + + Scan + Scan + + + + Later + Later + + + + Upgrading Mixxx from v1.9.x/1.10.x. + Upgrading Mixxx from v1.9.x/1.10.x. + + + + Mixxx has a new and improved beat detector. + Mixxx has a new and improved beat detector. + + + + When you load tracks, Mixxx can re-analyze them and generate new, more accurate beatgrids. This will make automatic beatsync and looping more reliable. + When you load tracks, Mixxx can re-analyze them and generate new, more accurate beatgrids. This will make automatic beatsync and looping more reliable. + + + + This does not affect saved cues, hotcues, playlists, or crates. + This does not affect saved cues, hotcues, playlists, or crates. + + + + If you do not want Mixxx to re-analyze your tracks, choose "Keep Current Beatgrids". You can change this setting at any time from the "Beat Detection" section of the Preferences. + If you do not want Mixxx to re-analyze your tracks, choose "Keep Current Beatgrids". You can change this setting at any time from the "Beat Detection" section of the Preferences. + + + + Keep Current Beatgrids + Keep Current Beatgrids + + + + Generate New Beatgrids + Generate New Beatgrids + + + + QObject + + + + Invalid + Invalid + + + + Note On + Note On + + + + Note Off + Note Off + + + + CC + CC + + + + Pitch Bend + Pitch Bend + + + + + Unknown (0x%1) + Unknown (0x%1) + + + + Normal + Normal + + + + Invert + Invert + + + + Rot64 + Rot64 + + + + Rot64Inv + Rot64Inv + + + + Rot64Fast + Rot64Fast + + + + Diff + Diff + + + + Button + Button + + + + Switch + Switch + + + + Spread64 + Spread64 + + + + HercJog + HercJog + + + + SelectKnob + SelectKnob + + + + SoftTakeover + SoftTakeover + + + + Script + Script + + + + 14-bit (LSB) + 14-bit (LSB) + + + + 14-bit (MSB) + 14-bit (MSB) + + + + Master + Master + + + + Booth + Booth + + + + Headphones + Headphones + + + + Left Bus + Left Bus + + + + Center Bus + Center Bus + + + + Right Bus + Right Bus + + + + Invalid Bus + Invalid Bus + + + + Deck + Deck + + + + Record/Broadcast + Record/Broadcast + + + + Vinyl Control + Vinyl Control + + + + Microphone + Microphone + + + + Auxiliary + Auxiliary + + + + Unknown path type %1 + Unknown path type %1 + + + + + Encoder + Encoder + + + + <html>Mixxx cannot record or stream in MP3 without the MP3 encoder &quot;lame&quot;. Due to licensing issues, we cannot include this with Mixxx. To record or stream in MP3, you must download <b>libmp3lame</b> and install it on your system. <p>See <a href='http://mixxx.org/wiki/doku.php/internet_broadcasting#%1'>Mixxx Wiki</a> for more information. </html> + <html>Mixxx cannot record or stream in MP3 without the MP3 encoder &quot;lame&quot;. Due to licensing issues, we cannot include this with Mixxx. To record or stream in MP3, you must download <b>libmp3lame</b> and install it on your system. <p>See <a href='http://mixxx.org/wiki/doku.php/internet_broadcasting#%1'>Mixxx Wiki</a> for more information. </html> + + + + <html>Mixxx has detected that you use a modified version of libmp3lame. See <a href='http://mixxx.org/wiki/doku.php/internet_broadcasting'>Mixxx Wiki</a> for more information.</html> + <html>Mixxx has detected that you use a modified version of libmp3lame. See <a href='http://mixxx.org/wiki/doku.php/internet_broadcasting'>Mixxx Wiki</a> for more information.</html> + + + + Mixxx Needs Access to: %1 + Mixxx Needs Access to: %1 + + + + Due to Mac Sandboxing, we need your permission to access this file: + +%1 + +After clicking OK, you will see a file picker. To give Mixxx permission, you must select '%2' to proceed. If you do not want to grant Mixxx access click Cancel on the file picker. We're sorry for this inconvenience. + +To abort this action, press Cancel on the file dialog. + Due to Mac Sandboxing, we need your permission to access this file: + +%1 + +After clicking OK, you will see a file picker. To give Mixxx permission, you must select '%2' to proceed. If you do not want to grant Mixxx access click Cancel on the file picker. We're sorry for this inconvenience. + +To abort this action, press Cancel on the file dialog. + + + + You selected the wrong file. To grant Mixxx access, please select the file '%1'. If you do not want to continue, press Cancel. + You selected the wrong file. To grant Mixxx access, please select the file '%1'. If you do not want to continue, press Cancel. + + + + + Bit Depth + Bit Depth + + + + + Bitcrusher + Bitcrusher + + + + Adds noise by the reducing the bit depth and sample rate + Adds noise by the reducing the bit depth and sample rate + + + + The bit depth of the samples + The bit depth of the samples + + + + Downsampling + Downsampling + + + + Down + Down + + + + The sample rate to which the signal is downsampled + The sample rate to which the signal is downsampled + + + + + Echo + Echo + + + + + Time + Time + + + + + Ping Pong + Ping Pong + + + + + + + Send + Send + + + + How much of the signal to send into the delay buffer + How much of the signal to send into the delay buffer + + + + + + + Feedback + Feedback + + + + Stores the input signal in a temporary buffer and outputs it after a short time + Stores the input signal in a temporary buffer and outputs it after a short time + + + + Delay time +1/8 - 2 beats if tempo is detected +1/8 - 2 seconds if no tempo is detected + Delay time +1/8 - 2 beats if tempo is detected +1/8 - 2 seconds if no tempo is detected + + + + Amount the echo fades each time it loops + Amount the echo fades each time it loops + + + + How much the echoed sound bounces between the left and right sides of the stereo field + How much the echoed sound bounces between the left and right sides of the stereo field + + + + + + + Quantize + Quantize + + + + Round the Time parameter to the nearest 1/4 beat. + Round the Time parameter to the nearest 1/4 beat. + + + + + + + + + + Triplets + Triplets + + + + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. + + + + + Filter + Filter + + + + Allows only high or low frequencies to play. + Allows only high or low frequencies to play. + + + + Low Pass Filter Cutoff + Low Pass Filter Cutoff + + + + + LPF + LPF + + + + + Corner frequency ratio of the low pass filter + Corner frequency ratio of the low pass filter + + + + Q + Q + + + + Resonance of the filters +Default: flat top + Resonance of the filters +Default: flat top + + + + High Pass Filter Cutoff + High Pass Filter Cutoff + + + + + HPF + HPF + + + + + Corner frequency ratio of the high pass filter + Corner frequency ratio of the high pass filter + + + + + + + Depth + Depth + + + + + Flanger + Flanger + + + + + Speed + Speed + + + + + Manual + Manual + + + + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering + + + + Speed of the LFO (low frequency oscillator) +32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected +1/32 - 4 Hz if no tempo is detected + Speed of the LFO (low frequency oscillator) +32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected +1/32 - 4 Hz if no tempo is detected + + + + Delay amplitude of the LFO (low frequency oscillator) + Delay amplitude of the LFO (low frequency oscillator) + + + + Delay offset of the LFO (low frequency oscillator). +With width at zero, this allows for manually sweeping over the entire delay range. + Delay offset of the LFO (low frequency oscillator). +With width at zero, this allows for manually sweeping over the entire delay range. + + + + Regeneration + Regeneration + + + + Regen + Regen + + + + How much of the delay output is feed back into the input + How much of the delay output is feed back into the input + + + + + Intensity of the effect + Intensity of the effect + + + + + Divide rounded 1/2 beats of the Period parameter by 3. + Divide rounded 1/2 beats of the Period parameter by 3. + + + + + Mix + Mix + + + + + + + + + Width + Width + + + + Metronome + Metronome + + + + Adds a metronome click sound to the stream + Adds a metronome click sound to the stream + + + + BPM + BPM + + + + Set the beats per minute value of the click sound + Set the beats per minute value of the click sound + + + + Sync + Sync + + + + Synchronizes the BPM with the track if it can be retrieved + Synchronizes the BPM with the track if it can be retrieved + + + + + + + Period + Period + + + + + Autopan + Autopan + + + + Bounce the sound left and right across the stereo field + Bounce the sound left and right across the stereo field + + + + How fast the sound goes from one side to another +1/4 - 4 beats rounded to 1/2 beat if tempo is detected +1/4 - 4 seconds if no tempo is detected + How fast the sound goes from one side to another +1/4 - 4 beats rounded to 1/2 beat if tempo is detected +1/4 - 4 seconds if no tempo is detected + + + + Smoothing + Smoothing + + + + Smooth + Smooth + + + + How smoothly the signal goes from one side to the other + How smoothly the signal goes from one side to the other + + + + How far the signal goes to each side + How far the signal goes to each side + + + + Reverb + Reverb + + + + Emulates the sound of the signal bouncing off the walls of a room + Emulates the sound of the signal bouncing off the walls of a room + + + + + Decay + Decay + + + + Lower decay values cause reverberations to fade out more quickly. + Lower decay values cause reverberations to fade out more quickly. + + + + Bandwidth of the low pass filter at the input. +Higher values result in less attenuation of high frequencies. + Bandwidth of the low pass filter at the input. +Higher values result in less attenuation of high frequencies. + + + + How much of the signal to send in to the effect + How much of the signal to send in to the effect + + + + Bandwidth + Bandwidth + + + + BW + BW + + + + + Damping + Damping + + + + Higher damping values cause high frequencies to decay more quickly than low frequencies. + Higher damping values cause high frequencies to decay more quickly than low frequencies. + + + + + + Low + Low + + + + + + Gain for Low Filter + Gain for Low Filter + + + + Kill Low + Kill Low + + + + Kill the Low Filter + Kill the Low Filter + + + + Mid + Mid + + + + Bessel4 LV-Mix Isolator + Bessel4 LV-Mix Isolator + + + + Bessel4 ISO + Bessel4 ISO + + + + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). + + + + Gain for Mid Filter + Gain for Mid Filter + + + + Kill Mid + Kill Mid + + + + Kill the Mid Filter + Kill the Mid Filter + + + + High + High + + + + + Gain for High Filter + Gain for High Filter + + + + Kill High + Kill High + + + + Kill the High Filter + Kill the High Filter + + + + To adjust frequency shelves, go to Preferences -> Equalizers. + To adjust frequency shelves, go to Preferences -> Equalizers. + + + + Graphic Equalizer + Graphic Equalizer + + + + Graphic EQ + Graphic EQ + + + + An 8-band graphic equalizer based on biquad filters + An 8-band graphic equalizer based on biquad filters + + + + Gain for Band Filter %1 + Gain for Band Filter %1 + + + + Moog Ladder 4 Filter + Moog Ladder 4 Filter + + + + Moog Filter + Moog Filter + + + + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation + + + + Res + Res + + + + + Resonance + Resonance + + + + Resonance of the filters. 4 = self oscillating + Resonance of the filters. 4 = self oscillating + + + + Deck %1 EQ Effect + Deck %1 EQ Effect + + + + + EQ Effect + EQ Effect + + + + Deck 1 EQ Effect + Deck 1 EQ Effect + + + + Gain for Low Filter (neutral at 1.0) + Gain for Low Filter (neutral at 1.0) + + + + Network stream + Network stream + + + + + Phaser + Phaser + + + + + Stereo + Stereo + + + + + Stages + Stages + + + + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering + + + + Period of the LFO (low frequency oscillator) +1/4 - 4 beats rounded to 1/2 beat if tempo is detected +1/4 - 4 seconds if no tempo is detected + Period of the LFO (low frequency oscillator) +1/4 - 4 beats rounded to 1/2 beat if tempo is detected +1/4 - 4 seconds if no tempo is detected + + + + Controls how much of the output signal is looped + Controls how much of the output signal is looped + + + + + Range + Range + + + + Controls the frequency range across which the notches sweep. + Controls the frequency range across which the notches sweep. + + + + Number of stages + Number of stages + + + + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others + + + + %1 minutes + %1 minutes + + + + %1:%2 + %1:%2 + + + + Ctrl+t + Ctrl+t + + + + Ctrl+y + Ctrl+y + + + + Ctrl+u + Ctrl+u + + + + Ctrl+i + Ctrl+i + + + + Ctrl+o + Ctrl+o + + + + Ctrl+Shift+O + Ctrl+Shift+O + + + + Ctrl+, + Ctrl+, + + + + Ctrl+P + Ctrl+P + + + + Ctrl+Shift+F + Ctrl+Shift+F + + + + F11 + F11 + + + + Bessel8 LV-Mix Isolator + Bessel8 LV-Mix Isolator + + + + Bessel8 ISO + Bessel8 ISO + + + + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). + + + + LinkwitzRiley8 Isolator + LinkwitzRiley8 Isolator + + + + LR8 ISO + LR8 ISO + + + + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). + + + + Biquad Equalizer + Biquad Equalizer + + + + BQ EQ + BQ EQ + + + + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. + + + + Device not found + Device not found + + + + Biquad Full Kill Equalizer + Biquad Full Kill Equalizer + + + + BQ EQ/ISO + BQ EQ/ISO + + + + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. + + + + Loudness Contour + Loudness Contour + + + + + + Loudness + Loudness + + + + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. + + + + Set the gain of the applied loudness contour + Set the gain of the applied loudness contour + + + + + Use Gain + Use Gain + + + + Follow Gain Knob + Follow Gain Knob + + + + This stream is online for testing purposes! + This stream is online for testing purposes! + + + + Live Mix + Live Mix + + + + + 16 bits + 16 bits + + + + + 24 bits + 24 bits + + + + + Bit depth + Bit depth + + + + Bitrate Mode + Bitrate Mode + + + + 32 bits float + 32 bits float + + + + + + Balance + Balance + + + + Adjust the left/right balance and stereo width + Adjust the left/right balance and stereo width + + + + Adjust balance between left and right channels + Adjust balance between left and right channels + + + + + Mid/Side + Mid/Side + + + + Bypass Fr. + Bypass Fr. + + + + Bypass Frequency + Bypass Frequency + + + + Stereo Balance + Stereo Balance + + + + Adjust stereo width by changing balance between middle and side of the signal. +Fully left: mono +Fully right: only side ambiance +Center: does not change the original signal. + Adjust stereo width by changing balance between middle and side of the signal. +Fully left: mono +Fully right: only side ambiance +Center: does not change the original signal. + + + + Frequencies below this cutoff are not adjusted in the stereo field + Frequencies below this cutoff are not adjusted in the stereo field + + + + Parametric Equalizer + Parametric Equalizer + + + + Param EQ + Param EQ + + + + An gentle 2-band parametric equalizer based on biquad filters. +It is designed as a complement to the steep mixing equalizers. + An gentle 2-band parametric equalizer based on biquad filters. +It is designed as a complement to the steep mixing equalizers. + + + + + Gain 1 + Gain 1 + + + + Gain for Filter 1 + Gain for Filter 1 + + + + + Q 1 + Q 1 + + + + Controls the bandwidth of Filter 1. +A lower Q affects a wider band of frequencies, +a higher Q affects a narrower band of frequencies. + Controls the bandwidth of Filter 1. +A lower Q affects a wider band of frequencies, +a higher Q affects a narrower band of frequencies. + + + + + Center 1 + Center 1 + + + + Center frequency for Filter 1, from 100 Hz to 14 kHz + Center frequency for Filter 1, from 100 Hz to 14 kHz + + + + + Gain 2 + Gain 2 + + + + Gain for Filter 2 + Gain for Filter 2 + + + + + Q 2 + Q 2 + + + + Controls the bandwidth of Filter 2. +A lower Q affects a wider band of frequencies, +a higher Q affects a narrower band of frequencies. + Controls the bandwidth of Filter 2. +A lower Q affects a wider band of frequencies, +a higher Q affects a narrower band of frequencies. + + + + + Center 2 + Center 2 + + + + Center frequency for Filter 2, from 100 Hz to 14 kHz + Center frequency for Filter 2, from 100 Hz to 14 kHz + + + + + Tremolo + Tremolo + + + + Cycles the volume up and down + Cycles the volume up and down + + + + How much the effect changes the volume + How much the effect changes the volume + + + + + Rate + Rate + + + + Rate of the volume changes +4 beats - 1/8 beat if tempo is detected +1/4 Hz - 8 Hz if no tempo is detected + Rate of the volume changes +4 beats - 1/8 beat if tempo is detected +1/4 Hz - 8 Hz if no tempo is detected + + + + Width of the volume peak +10% - 90% of the effect period + Width of the volume peak +10% - 90% of the effect period + + + + Shape of the volume modulation wave +Fully left: Square wave +Fully right: Sine wave + Shape of the volume modulation wave +Fully left: Square wave +Fully right: Sine wave + + + + When the Quantize parameter is enabled, divide the effect period by 3. + When the Quantize parameter is enabled, divide the effect period by 3. + + + + + Waveform + Waveform + + + + + Phase + Phase + + + + Shifts the position of the volume peak within the period +Fully left: beginning of the effect period +Fully right: end of the effect period + Shifts the position of the volume peak within the period +Fully left: beginning of the effect period +Fully right: end of the effect period + + + + Round the Rate parameter to the nearest whole division of a beat. + Round the Rate parameter to the nearest whole division of a beat. + + + + Triplet + Triplet + + + + Built-in + Used for effects that are built into Mixxx + Built-in + + + + This plugin does not support stereo samples as input/output + This plugin does not support stereo samples as input/output + + + + This plugin has features which are not yet supported + This plugin has features which are not yet supported + + + + Unknown status + Unknown status + + + + QtSimpleWaveformWidget + + + Simple + Simple + + + + QtWaveformWidget + + + Filtered + Filtered + + + + RGBWaveformWidget + + + RGB + RGB + + + + RecordingFeature + + + Recordings + Recordings + + + + RecordingManager + + + Low Disk Space Warning + Low Disk Space Warning + + + + There is less than 1 GiB of useable space in the recording folder + There is less than 1 GiB of useable space in the recording folder + + + + Recording + Recording + + + + Could not create audio file for recording! + Could not create audio file for recording! + + + + Ensure there is enough free disk space and you have write permission for the Recordings folder. + Ensure there is enough free disk space and you have write permission for the Recordings folder. + + + + You can change the location of the Recordings folder in Preferences -> Recording. + You can change the location of the Recordings folder in Preferences -> Recording. + + + + RecordingsView + + + + Message shown to user when recording an audio file. %1 is the file path and %2 is the current size of the recording in megabytes (MB) + + + + + RhythmboxFeature + + + + Rhythmbox + Rhythmbox + + + + SamplerBank + + + Save Sampler Bank + Save Sampler Bank + + + + + + Mixxx Sampler Banks (*.xml) + Mixxx Sampler Banks (*.xml) + + + + Error Saving Sampler Bank + Error Saving Sampler Bank + + + + Could not write the sampler bank to '%1'. + Could not write the sampler bank to '%1'. + + + + Load Sampler Bank + Load Sampler Bank + + + + Error Reading Sampler Bank + Error Reading Sampler Bank + + + + Could not open the sampler bank file '%1'. + Could not open the sampler bank file '%1'. + + + + SetlogFeature + + + Join with previous + Join with previous + + + + Create new history playlist + Create new history playlist + + + + + History + History + + + + Unlock + Unlock + + + + Lock + Lock + + + + The history section automatically keeps a list of tracks you play in your DJ sets. + The history section automatically keeps a list of tracks you play in your DJ sets. + + + + This is handy for remembering what worked in your DJ sets, posting set-lists, or reporting your plays to licensing organizations. + This is handy for remembering what worked in your DJ sets, posting set-lists, or reporting your plays to licensing organizations. + + + + Every time you start Mixxx, a new history section is created. You can export it as a playlist in various formats or play it again with Auto DJ. + Every time you start Mixxx, a new history section is created. You can export it as a playlist in various formats or play it again with Auto DJ. + + + + You can join the current history session with a previous one by right-clicking and selecting "Join with previous". + You can join the current history session with a previous one by right-clicking and selecting "Join with previous". + + + + ShoutConnection + + + + Mixxx encountered a problem + Mixxx encountered a problem + + + + Could not allocate shout_t + Could not allocate shout_t + + + + Could not allocate shout_metadata_t + Could not allocate shout_metadata_t + + + + Error setting non-blocking mode: + Error setting non-blocking mode: + + + + Error setting hostname! + Error setting hostname! + + + + Error setting port! + Error setting port! + + + + Error setting password! + Error setting password! + + + + Error setting mount! + Error setting mount! + + + + Error setting username! + Error setting username! + + + + Error setting stream name! + Error setting stream name! + + + + Error setting stream description! + Error setting stream description! + + + + Error setting stream genre! + Error setting stream genre! + + + + Error setting stream url! + Error setting stream url! + + + + Error setting stream IRC! + Error setting stream IRC! + + + + Error setting stream AIM! + Error setting stream AIM! + + + + Error setting stream ICQ! + Error setting stream ICQ! + + + + Error setting stream public! + Error setting stream public! + + + + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. + + + + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. + + + + Error setting bitrate + Error setting bitrate + + + + Error: unknown server protocol! + Error: unknown server protocol! + + + + Error: libshout only supports Shoutcast with MP3 format! + Error: libshout only supports Shoutcast with MP3 format! + + + + Error setting protocol! + Error setting protocol! + + + + Network cache overflow + Network cache overflow + + + + Connection error + Connection error + + + + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> + + + + Connection message + Connection message + + + + <b>Message from Live Broadcasting connection '%1':</b><br> + <b>Message from Live Broadcasting connection '%1':</b><br> + + + + Lost connection to streaming server and %1 attempts to reconnect have failed. + Lost connection to streaming server and %1 attempts to reconnect have failed. + + + + Lost connection to streaming server. + Lost connection to streaming server. + + + + Please check your connection to the Internet. + Please check your connection to the Internet. + + + + Can't connect to streaming server + Can't connect to streaming server + + + + Please check your connection to the Internet and verify that your username and password are correct. + Please check your connection to the Internet and verify that your username and password are correct. + + + + SoftwareWaveformWidget + + + Filtered + Filtered + + + + Software + Software + + + + SoundManager + + + + a device + a device + + + + An unknown error occurred + An unknown error occurred + + + + Two outputs cannot share channels on "%1" + Two outputs cannot share channels on "%1" + + + + Error opening "%1" + Error opening "%1" + + + + StatModel + + + Name + Name + + + + Count + Count + + + + Type + Type + + + + Units + Units + + + + Sum + Sum + + + + Min + Min + + + + Max + Max + + + + Mean + Mean + + + + Variance + Variance + + + + Standard Deviation + Standard Deviation + + + + TagFetcher + + + Fingerprinting track + Fingerprinting track + + + + Identifying track + Identifying track + + + + Downloading Metadata + Downloading Metadata + + + + Tooltips + + + Reset to default value. + Reset to default value. + + + + Left-click + Left-click + + + + Right-click + Right-click + + + + Scroll-wheel + Scroll-wheel + + + + loop active + loop active + + + + loop inactive + loop inactive + + + + Effects within the chain must be enabled to hear them. + Effects within the chain must be enabled to hear them. + + + + Waveform Overview + Waveform Overview + + + + Shows information about the track currently loaded in this channel. + Shows information about the track currently loaded in this channel. + + + + Use the mouse to scratch, spin-back or throw tracks. + Use the mouse to scratch, spin-back or throw tracks. + + + + Waveform Display + Waveform Display + + + + Shows the loaded track's waveform near the playback position. + Shows the loaded track's waveform near the playback position. + + + + Drag with mouse to make temporary pitch adjustments. + Drag with mouse to make temporary pitch adjustments. + + + + Scroll to change the waveform zoom level. + Scroll to change the waveform zoom level. + + + + Waveform Zoom Out + Waveform Zoom Out + + + + Waveform Zoom In + Waveform Zoom In + + + + Waveform Zoom + Waveform Zoom + + + + + Spinning Vinyl + Spinning Vinyl + + + + Rotates during playback and shows the position of a track. + Rotates during playback and shows the position of a track. + + + + Right click to show cover art of loaded track. + Right click to show cover art of loaded track. + + + + Gain + Gain + + + + Adjusts the pre-fader gain of the track (to avoid clipping). + Adjusts the pre-fader gain of the track (to avoid clipping). + + + + (too loud for the hardware and is being distorted). + (too loud for the hardware and is being distorted). + + + + Indicates when the signal on the channel is clipping, + Indicates when the signal on the channel is clipping, + + + + Master Peak Indicator + Master Peak Indicator + + + + Indicates when the signal on the master output is clipping, + Indicates when the signal on the master output is clipping, + + + + Channel Volume Meter + Channel Volume Meter + + + + Shows the current channel volume. + Shows the current channel volume. + + + + Microphone Volume Meter + Microphone Volume Meter + + + + Shows the current microphone volume. + Shows the current microphone volume. + + + + Shows the current master volume for the left channel. + Shows the current master volume for the left channel. + + + + Master Channel R Volume Meter + Master Channel R Volume Meter + + + + Volume Control + Volume Control + + + + Adjusts the volume of the selected channel. + Adjusts the volume of the selected channel. + + + + Master Volume + Master Volume + + + + Adjusts the master output volume. + Adjusts the master output volume. + + + + Master Gain + Master Gain + + + + Adjusts the master output gain. + Adjusts the master output gain. + + + + Booth Gain + Booth Gain + + + + Adjusts the booth output gain. + Adjusts the booth output gain. + + + + Crossfader + Crossfader + + + + Determines the master output by fading between the left and right channels. + Determines the master output by fading between the left and right channels. + + + + Balance + Balance + + + + Adjusts the left/right channel balance on the master output. + Adjusts the left/right channel balance on the master output. + + + + Headphone Volume + Headphone Volume + + + + Adjusts the headphone output volume. + Adjusts the headphone output volume. + + + + Headphone Gain + Headphone Gain + + + + Adjusts the headphone output gain. + Adjusts the headphone output gain. + + + + Headphone Mix + Headphone Mix + + + + Headphone Split Cue + Headphone Split Cue + + + + If activated, the master signal plays in the right channel, while the cueing signal plays in the left channel. + If activated, the master signal plays in the right channel, while the cueing signal plays in the left channel. + + + + Adjust the Headphone Mix so in the left channel is not the pure cueing signal. + Adjust the Headphone Mix so in the left channel is not the pure cueing signal. + + + + Microphone + Microphone + + + + Show/hide the Microphone section. + Show/hide the Microphone section. + + + + Sampler + Sampler + + + + Show/hide the Sampler section. + Show/hide the Sampler section. + + + + Vinyl Control + Vinyl Control + + + + Show/hide the Vinyl Control section. + Show/hide the Vinyl Control section. + + + + Preview Deck + Preview Deck + + + + Show/hide the Preview deck. + Show/hide the Preview deck. + + + + + Cover Art + Cover Art + + + + Show/hide Cover Art. + Show/hide Cover Art. + + + + Toggle 4 Decks + Toggle 4 Decks + + + + Switches between showing 2 decks and 4 decks. + Switches between showing 2 decks and 4 decks. + + + + Show Library + Show Library + + + + Show or hide the track library. + Show or hide the track library. + + + + Show Effects + Show Effects + + + + Show or hide the effects. + Show or hide the effects. + + + + Toggle Mixer + Toggle Mixer + + + + Show or hide the mixer. + Show or hide the mixer. + + + + Microphone Volume + Microphone Volume + + + + Adjusts the microphone volume. + Adjusts the microphone volume. + + + + Microphone Gain + Microphone Gain + + + + Adjusts the pre-fader microphone gain. + Adjusts the pre-fader microphone gain. + + + + Microphone Talk-Over + Microphone Talk-Over + + + + Hold-to-talk or short click for latching to + Hold-to-talk or short click for latching to + + + + mix microphone input into the master output. + mix microphone input into the master output. + + + + Microphone Talkover Mode + Microphone Talkover Mode + + + + Off: Do not reduce music volume + Off: Do not reduce music volume + + + + Auto: Automatically reduce music volume when microphones are in use. Adjust the amount the music volume is reduced with the Strength knob. + Auto: Automatically reduce music volume when microphones are in use. Adjust the amount the music volume is reduced with the Strength knob. + + + + Manual: Reduce music volume by a fixed amount set by the Strength knob. + Manual: Reduce music volume by a fixed amount set by the Strength knob. + + + + Behavior depends on Microphone Talkover Mode: + Behavior depends on Microphone Talkover Mode: + + + + Off: Does nothing + Off: Does nothing + + + + Auto: Sets how much to reduce the music volume when microphones are in use. + Auto: Sets how much to reduce the music volume when microphones are in use. + + + + Manual: Sets how much to reduce the music volume, regardless of volume of microphone inputs. + Manual: Sets how much to reduce the music volume, regardless of volume of microphone inputs. + + + + Raise Pitch + Raise Pitch + + + + Sets the pitch higher. + Sets the pitch higher. + + + + Sets the pitch higher in small steps. + Sets the pitch higher in small steps. + + + + Lower Pitch + Lower Pitch + + + + Sets the pitch lower. + Sets the pitch lower. + + + + Sets the pitch lower in small steps. + Sets the pitch lower in small steps. + + + + Raise Pitch Temporary (Nudge) + Raise Pitch Temporary (Nudge) + + + + Holds the pitch higher while active. + Holds the pitch higher while active. + + + + Holds the pitch higher (small amount) while active. + Holds the pitch higher (small amount) while active. + + + + Lower Pitch Temporary (Nudge) + Lower Pitch Temporary (Nudge) + + + + Holds the pitch lower while active. + Holds the pitch lower while active. + + + + Holds the pitch lower (small amount) while active. + Holds the pitch lower (small amount) while active. + + + + Low EQ + Low EQ + + + + Adjusts the gain of the low EQ filter. + Adjusts the gain of the low EQ filter. + + + + Mid EQ + Mid EQ + + + + Adjusts the gain of the mid EQ filter. + Adjusts the gain of the mid EQ filter. + + + + High EQ + High EQ + + + + Adjusts the gain of the high EQ filter. + Adjusts the gain of the high EQ filter. + + + + Hold-to-kill or short click for latching. + Hold-to-kill or short click for latching. + + + + High EQ Kill + High EQ Kill + + + + Holds the gain of the high EQ to zero while active. + Holds the gain of the high EQ to zero while active. + + + + Mid EQ Kill + Mid EQ Kill + + + + Holds the gain of the mid EQ to zero while active. + Holds the gain of the mid EQ to zero while active. + + + + Low EQ Kill + Low EQ Kill + + + + Holds the gain of the low EQ to zero while active. + Holds the gain of the low EQ to zero while active. + + + + Displays the tempo of the loaded track in BPM (beats per minute). + Displays the tempo of the loaded track in BPM (beats per minute). + + + + Tempo + Tempo + + + + Key + Key + + + + BPM Tap + BPM Tap + + + + + When tapped repeatedly, adjusts the BPM to match the tapped BPM. + When tapped repeatedly, adjusts the BPM to match the tapped BPM. + + + + Adjust BPM Down + Adjust BPM Down + + + + When tapped, adjusts the average BPM down by a small amount. + When tapped, adjusts the average BPM down by a small amount. + + + + Adjust BPM Up + Adjust BPM Up + + + + When tapped, adjusts the average BPM up by a small amount. + When tapped, adjusts the average BPM up by a small amount. + + + + Adjust Beats Earlier + Adjust Beats Earlier + + + + When tapped, moves the beatgrid left by a small amount. + When tapped, moves the beatgrid left by a small amount. + + + + Adjust Beats Later + Adjust Beats Later + + + + When tapped, moves the beatgrid right by a small amount. + When tapped, moves the beatgrid right by a small amount. + + + + Tempo and BPM Tap + Tempo and BPM Tap + + + + Show/hide the spinning vinyl section. + Show/hide the spinning vinyl section. + + + + Keylock + Keylock + + + + Toggling keylock during playback may result in a momentary audio glitch. + Toggling keylock during playback may result in a momentary audio glitch. + + + + Toggle displayed hotcue, 4 or 8 + Toggle displayed hotcue, 4 or 8 + + + + Toggle visibility of Rate Control + Toggle visibility of Rate Control + + + + Places a cue point at the current position on the waveform. + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). + Stops track at cue point, OR go to cue point and play after release (CUP mode). + + + + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). + + + + Seeks the track to the cue point and stops. + Seeks the track to the cue point and stops. + + + + Play + Play + + + + Plays track from the cue point. + Plays track from the cue point. + + + + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. + + + + Recording Duration + Recording Duration + + + + Displays the duration of the running recording. + Displays the duration of the running recording. + + + + Sets the track Loop-In Marker to the current play position. + Sets the track Loop-In Marker to the current play position. + + + + Press and hold to move Loop-In Marker. + Press and hold to move Loop-In Marker. + + + + Jump to Loop-In Marker. + Jump to Loop-In Marker. + + + + Sets the track Loop-Out Marker to the current play position. + Sets the track Loop-Out Marker to the current play position. + + + + Press and hold to move Loop-Out Marker. + Press and hold to move Loop-Out Marker. + + + + Jump to Loop-Out Marker. + Jump to Loop-Out Marker. + + + + Beatloop Size + Beatloop Size + + + + Select the size of the loop in beats to set with the Beatloop button. + Select the size of the loop in beats to set with the Beatloop button. + + + + Changing this resizes the loop if the loop already matches this size. + Changing this resizes the loop if the loop already matches this size. + + + + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. + + + + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. + + + + Start a loop over the set number of beats. + Start a loop over the set number of beats. + + + + Temporarily enable a rolling loop over the set number of beats. + Temporarily enable a rolling loop over the set number of beats. + + + + Beatjump/Loop Move Size + Beatjump/Loop Move Size + + + + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. + + + + Beatjump Forward + Beatjump Forward + + + + Jump forward by the set number of beats. + Jump forward by the set number of beats. + + + + Move the loop forward by the set number of beats. + Move the loop forward by the set number of beats. + + + + Jump forward by 1 beat. + Jump forward by 1 beat. + + + + Move the loop forward by 1 beat. + Move the loop forward by 1 beat. + + + + Beatjump Backward + Beatjump Backward + + + + Jump backward by the set number of beats. + Jump backward by the set number of beats. + + + + Move the loop backward by the set number of beats. + Move the loop backward by the set number of beats. + + + + Jump backward by 1 beat. + Jump backward by 1 beat. + + + + Move the loop backward by 1 beat. + Move the loop backward by 1 beat. + + + + Reloop + Reloop + + + + If the loop is ahead of the current position, looping will start when the loop is reached. + If the loop is ahead of the current position, looping will start when the loop is reached. + + + + Works only if Loop-In and Loop-Out Marker are set. + Works only if Loop-In and Loop-Out Marker are set. + + + + Enable loop, jump to Loop-In Marker, and stop playback. + Enable loop, jump to Loop-In Marker, and stop playback. + + + + Displays the elapsed and/or remaining time of the track loaded. + Displays the elapsed and/or remaining time of the track loaded. + + + + Click to toggle between time elapsed/remaining time/both. + Click to toggle between time elapsed/remaining time/both. + + + + Mix + Mix + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + D/W mode: Crossfade between dry and wet + D/W mode: Crossfade between dry and wet + + + + D+W mode: Add wet to dry + D+W mode: Add wet to dry + + + + Mix Mode + Mix Mode + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. + Route the left crossfader bus through this effect unit. + + + + Route the right crossfader bus through this effect unit. + Route the right crossfader bus through this effect unit. + + + + Right side active: parameter moves with right half of Meta Knob turn + Right side active: parameter moves with right half of Meta Knob turn + + + + Skin Settings Menu + Skin Settings Menu + + + + Show/hide skin settings menu + Show/hide skin settings menu + + + + Save Sampler Bank + Save Sampler Bank + + + + Save the collection of samples loaded in the samplers. + Save the collection of samples loaded in the samplers. + + + + Load Sampler Bank + Load Sampler Bank + + + + Load a previously saved collection of samples into the samplers. + Load a previously saved collection of samples into the samplers. + + + + Show Effect Parameters + Show Effect Parameters + + + + Enable Effect + Enable Effect + + + + Meta Knob Link + Meta Knob Link + + + + Set how this parameter is linked to the effect's Meta Knob. + Set how this parameter is linked to the effect's Meta Knob. + + + + Meta Knob Link Inversion + Meta Knob Link Inversion + + + + Inverts the direction this parameter moves when turning the effect's Meta Knob. + Inverts the direction this parameter moves when turning the effect's Meta Knob. + + + + Super Knob + Super Knob + + + + Next Chain + Next Chain + + + + Previous Chain + Previous Chain + + + + Next/Previous Chain + Next/Previous Chain + + + + Clear + Clear + + + + Clear the current effect. + Clear the current effect. + + + + Toggle + Toggle + + + + Toggle the current effect. + Toggle the current effect. + + + + Next + Next + + + + Clear Unit + Clear Unit + + + + Clear effect unit. + Clear effect unit. + + + + Show/hide parameters for effects in this unit. + Show/hide parameters for effects in this unit. + + + + Toggle Unit + Toggle Unit + + + + Enable or disable this whole effect unit. + Enable or disable this whole effect unit. + + + + Controls the Meta Knob of all effects in this unit together. + Controls the Meta Knob of all effects in this unit together. + + + + Load next effect chain preset into this effect unit. + Load next effect chain preset into this effect unit. + + + + Load previous effect chain preset into this effect unit. + Load previous effect chain preset into this effect unit. + + + + Load next or previous effect chain preset into this effect unit. + Load next or previous effect chain preset into this effect unit. + + + + + + + + + + + + Assign Effect Unit + Assign Effect Unit + + + + Assign this effect unit to the channel output. + Assign this effect unit to the channel output. + + + + Route the headphone channel through this effect unit. + Route the headphone channel through this effect unit. + + + + Route the master mix through this effect unit. + Route the master mix through this effect unit. + + + + Route this deck through the indicated effect unit. + Route this deck through the indicated effect unit. + + + + Route this sampler through the indicated effect unit. + Route this sampler through the indicated effect unit. + + + + Route this microphone through the indicated effect unit. + Route this microphone through the indicated effect unit. + + + + Route this auxiliary input through the indicated effect unit. + Route this auxiliary input through the indicated effect unit. + + + + The effect unit must also be assigned to a deck or other sound source to hear the effect. + The effect unit must also be assigned to a deck or other sound source to hear the effect. + + + + Switch to the next effect. + Switch to the next effect. + + + + Previous + Previous + + + + Switch to the previous effect. + Switch to the previous effect. + + + + Next or Previous + Next or Previous + + + + Switch to either the next or previous effect. + Switch to either the next or previous effect. + + + + Meta Knob + Meta Knob + + + + Controls linked parameters of this effect + Controls linked parameters of this effect + + + + Effect Focus Button + Effect Focus Button + + + + Focuses this effect. + Focuses this effect. + + + + Unfocuses this effect. + Unfocuses this effect. + + + + Refer to the web page on the Mixxx wiki for your controller for more information. + Refer to the web page on the Mixxx wiki for your controller for more information. + + + + Effect Parameter + Effect Parameter + + + + Adjusts a parameter of the effect. + Adjusts a parameter of the effect. + + + + Inactive: parameter not linked + Inactive: parameter not linked + + + + Active: parameter moves with Meta Knob + Active: parameter moves with Meta Knob + + + + Left side active: parameter moves with left half of Meta Knob turn + Left side active: parameter moves with left half of Meta Knob turn + + + + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half + + + + + Equalizer Parameter Kill + Equalizer Parameter Kill + + + + + Holds the gain of the EQ to zero while active. + Holds the gain of the EQ to zero while active. + + + + Quick Effect Super Knob + Quick Effect Super Knob + + + + Quick Effect Super Knob (control linked effect parameters). + Quick Effect Super Knob (control linked effect parameters). + + + + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. + + + + Equalizer Parameter + Equalizer Parameter + + + + Adjusts the gain of the EQ filter. + Adjusts the gain of the EQ filter. + + + + Hint: Change the default EQ mode in Preferences -> Equalizers. + Hint: Change the default EQ mode in Preferences -> Equalizers. + + + + + Adjust Beatgrid + Adjust Beatgrid + + + + Adjust beatgrid so the closest beat is aligned with the current play position. + Adjust beatgrid so the closest beat is aligned with the current play position. + + + + + Adjust beatgrid to match another playing deck. + Adjust beatgrid to match another playing deck. + + + + If quantize is enabled, snaps to the nearest beat. + If quantize is enabled, snaps to the nearest beat. + + + + Quantize + Quantize + + + + Toggles quantization. + Toggles quantization. + + + + Loops and cues snap to the nearest beat when quantization is enabled. + Loops and cues snap to the nearest beat when quantization is enabled. + + + + Reverse + Reverse + + + + Reverses track playback during regular playback. + Reverses track playback during regular playback. + + + + Puts a track into reverse while being held (Censor). + Puts a track into reverse while being held (Censor). + + + + Playback continues where the track would have been if it had not been temporarily reversed. + Playback continues where the track would have been if it had not been temporarily reversed. + + + + + Play/Pause + Play/Pause + + + + Jumps to the beginning of the track. + Jumps to the beginning of the track. + + + + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. + + + + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. + + + + Sync and Reset Key + Sync and Reset Key + + + + Increases the pitch by one semitone. + Increases the pitch by one semitone. + + + + Decreases the pitch by one semitone. + Decreases the pitch by one semitone. + + + + Enable Vinyl Control + Enable Vinyl Control + + + + When disabled, the track is controlled by Mixxx playback controls. + When disabled, the track is controlled by Mixxx playback controls. + + + + When enabled, the track responds to external vinyl control. + When enabled, the track responds to external vinyl control. + + + + Enable Passthrough + Enable Passthrough + + + + Indicates that the audio buffer is too small to do all audio processing. + Indicates that the audio buffer is too small to do all audio processing. + + + + Displays cover artwork of the loaded track. + Displays cover artwork of the loaded track. + + + + Displays options for editing cover artwork. + Displays options for editing cover artwork. + + + + Star Rating + Star Rating + + + + Assign ratings to individual tracks by clicking the stars. + Assign ratings to individual tracks by clicking the stars. + + + + Channel Peak Indicator + Channel Peak Indicator + + + + Channel L Peak Indicator + Channel L Peak Indicator + + + + Indicates when the left signal on the channel is clipping, + Indicates when the left signal on the channel is clipping, + + + + Channel R Peak Indicator + Channel R Peak Indicator + + + + Indicates when the right signal on the channel is clipping, + Indicates when the right signal on the channel is clipping, + + + + Master L Peak Indicator + Master L Peak Indicator + + + + Indicates when the left signal on the master output is clipping, + Indicates when the left signal on the master output is clipping, + + + + Master R Peak Indicator + Master R Peak Indicator + + + + Indicates when the right signal on the master output is clipping, + Indicates when the right signal on the master output is clipping, + + + + Channel L Volume Meter + Channel L Volume Meter + + + + Shows the current channel volume for the left channel. + Shows the current channel volume for the left channel. + + + + Channel R Volume Meter + Channel R Volume Meter + + + + Shows the current channel volume for the right channel. + Shows the current channel volume for the right channel. + + + + Microphone Peak Indicator + Microphone Peak Indicator + + + + Indicates when the signal on the microphone is clipping, + Indicates when the signal on the microphone is clipping, + + + + Sampler Volume Meter + Sampler Volume Meter + + + + Shows the current sampler volume. + Shows the current sampler volume. + + + + Sampler Peak Indicator + Sampler Peak Indicator + + + + Indicates when the signal on the sampler is clipping, + Indicates when the signal on the sampler is clipping, + + + + Preview Deck Volume Meter + Preview Deck Volume Meter + + + + Shows the current Preview Deck volume. + Shows the current Preview Deck volume. + + + + Preview Deck Peak Indicator + Preview Deck Peak Indicator + + + + Indicates when the signal on the Preview Deck is clipping, + Indicates when the signal on the Preview Deck is clipping, + + + + Master Channel L Volume Meter + Master Channel L Volume Meter + + + + Maximize Library + Maximize Library + + + + Maximize the track library to take up all the available screen space. + Maximize the track library to take up all the available screen space. + + + + Microphone Talkover Ducking Strength + Microphone Talkover Ducking Strength + + + + Prevents the pitch from changing when the rate changes. + Prevents the pitch from changing when the rate changes. + + + + Starts playing from the beginning of the track. + Starts playing from the beginning of the track. + + + + Jumps to the beginning of the track and stops. + Jumps to the beginning of the track and stops. + + + + Plays or pauses the track. + Plays or pauses the track. + + + + (while playing) + (while playing) + + + + (while stopped) + (while stopped) + + + + Cue + Cue + + + + Headphone + Headphone + + + + Mute + Mute + + + + Mutes the selected channel's audio in the master output. + Mutes the selected channel's audio in the master output. + + + + Old Synchronize + Old Synchronize + + + + (This skin should be updated to use Master Sync!) + (This skin should be updated to use Master Sync!) + + + + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. + + + + If no deck is playing, syncs to the first deck that has a BPM. + If no deck is playing, syncs to the first deck that has a BPM. + + + + Decks can't sync to samplers and samplers can only sync to decks. + Decks can't sync to samplers and samplers can only sync to decks. + + + + Enable Master Sync + Enable Master Sync + + + + Tap to sync the tempo to other playing tracks or the master clock. + Tap to sync the tempo to other playing tracks or the master clock. + + + + Hold for at least a second to enable sync lock for this deck. + Hold for at least a second to enable sync lock for this deck. + + + + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. + + + + Resets the key to the original track key. + Resets the key to the original track key. + + + + Enable Sync Clock Master + Enable Sync Clock Master + + + + When enabled, this device will serve as the master clock for all other decks. + When enabled, this device will serve as the master clock for all other decks. + + + + Speed Control + Speed Control + + + + + + Changes the track pitch independent of the tempo. + Changes the track pitch independent of the tempo. + + + + Increases the pitch by 10 cents. + Increases the pitch by 10 cents. + + + + Decreases the pitch by 10 cents. + Decreases the pitch by 10 cents. + + + + Pitch Adjust + Pitch Adjust + + + + Adjust the pitch in addition to the speed slider pitch. + Adjust the pitch in addition to the speed slider pitch. + + + + Record Mix + Record Mix + + + + Toggle mix recording. + Toggle mix recording. + + + + Enable Live Broadcasting + Enable Live Broadcasting + + + + Stream your mix over the Internet. + Stream your mix over the Internet. + + + + Provides visual feedback for Live Broadcasting status: + Provides visual feedback for Live Broadcasting status: + + + + disabled, connecting, connected, failure. + disabled, connecting, connected, failure. + + + + When enabled, the deck directly plays the audio arriving on the vinyl input. + When enabled, the deck directly plays the audio arriving on the vinyl input. + + + + Blue for passthrough enabled. + Blue for passthrough enabled. + + + + Playback will resume where the track would have been if it had not entered the loop. + Playback will resume where the track would have been if it had not entered the loop. + + + + Loop Exit + Loop Exit + + + + Turns the current loop off. + Turns the current loop off. + + + + Slip Mode + Slip Mode + + + + When active, the playback continues muted in the background during a loop, reverse, scratch etc. + When active, the playback continues muted in the background during a loop, reverse, scratch etc. + + + + Once disabled, the audible playback will resume where the track would have been. + Once disabled, the audible playback will resume where the track would have been. + + + + Track Key + Track Key + + + + Displays the musical key of the loaded track. + Displays the musical key of the loaded track. + + + + Clock + Clock + + + + Displays the current time. + Displays the current time. + + + + Audio Latency Usage Meter + Audio Latency Usage Meter + + + + Displays the fraction of latency used for audio processing. + Displays the fraction of latency used for audio processing. + + + + A high value indicates that audible glitches are likely. + A high value indicates that audible glitches are likely. + + + + Do not enable keylock, effects or additional decks in this situation. + Do not enable keylock, effects or additional decks in this situation. + + + + Audio Latency Overload Indicator + Audio Latency Overload Indicator + + + + If Vinyl control is enabled, displays time-coded vinyl signal quality (see Preferences -> Vinyl Control). + If Vinyl control is enabled, displays time-coded vinyl signal quality (see Preferences -> Vinyl Control). + + + + Drop tracks from library, external file manager, or other decks/samplers here. + Drop tracks from library, external file manager, or other decks/samplers here. + + + + Jump around in the track by clicking anywhere on the waveform. + Jump around in the track by clicking anywhere on the waveform. + + + + Shows the current master volume for the right channel. + Shows the current master volume for the right channel. + + + + Change the crossfader curve in Preferences -> Crossfader + Change the crossfader curve in Preferences -> Crossfader + + + + Crossfades the headphone output between the master mix and cueing (PFL or Pre-Fader Listening) signal. + Crossfades the headphone output between the master mix and cueing (PFL or Pre-Fader Listening) signal. + + + + Crossfader Orientation + Crossfader Orientation + + + + Set the channel's crossfader orientation. + Set the channel's crossfader orientation. + + + + Either to the left side of crossfader, to the right side or to the center (unaffected by crossfader) + Either to the left side of crossfader, to the right side or to the center (unaffected by crossfader) + + + + Activate Vinyl Control from the Menu -> Options. + Activate Vinyl Control from the Menu -> Options. + + + + Change the step-size in the Preferences -> Interface menu. + Change the step-size in the Preferences -> Interface menu. + + + + Displays the current musical key of the loaded track after pitch shifting. + Displays the current musical key of the loaded track after pitch shifting. + + + + Sends the selected channel's audio to the headphone output, + Sends the selected channel's audio to the headphone output, + + + + selected in Preferences -> Sound Hardware. + selected in Preferences -> Sound Hardware. + + + + Fast Rewind + Fast Rewind + + + + Fast rewind through the track. + Fast rewind through the track. + + + + Fast Forward + Fast Forward + + + + Fast forward through the track. + Fast forward through the track. + + + + Jumps to the end of the track. + Jumps to the end of the track. + + + + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. + + + + + + Pitch Control + Pitch Control + + + + Pitch Rate + Pitch Rate + + + + Displays the current playback rate of the track. + Displays the current playback rate of the track. + + + + Repeat + Repeat + + + + When active the track will repeat if you go past the end or reverse before the start. + When active the track will repeat if you go past the end or reverse before the start. + + + + Eject + Eject + + + + Ejects track from the player. + Ejects track from the player. + + + + Hotcue + Hotcue + + + + If hotcue is set, jumps to the hotcue. + If hotcue is set, jumps to the hotcue. + + + + If hotcue is not set, sets the hotcue to the current play position. + If hotcue is not set, sets the hotcue to the current play position. + + + + If hotcue is set, clears the hotcue. + If hotcue is set, clears the hotcue. + + + + Vinyl Control Mode + Vinyl Control Mode + + + + Absolute mode - track position equals needle position and speed. + Absolute mode - track position equals needle position and speed. + + + + Relative mode - track speed equals needle speed regardless of needle position. + Relative mode - track speed equals needle speed regardless of needle position. + + + + Constant mode - track speed equals last known-steady speed regardless of needle input. + Constant mode - track speed equals last known-steady speed regardless of needle input. + + + + Vinyl Status + Vinyl Status + + + + Provides visual feedback for vinyl control status: + Provides visual feedback for vinyl control status: + + + + Green for control enabled. + Green for control enabled. + + + + Blinking yellow for when the needle reaches the end of the record. + Blinking yellow for when the needle reaches the end of the record. + + + + Loop-In Marker + Loop-In Marker + + + + Loop-Out Marker + Loop-Out Marker + + + + Loop Halve + Loop Halve + + + + Halves the current loop's length by moving the end marker. + Halves the current loop's length by moving the end marker. + + + + Deck immediately loops if past the new endpoint. + Deck immediately loops if past the new endpoint. + + + + Loop Double + Loop Double + + + + Doubles the current loop's length by moving the end marker. + Doubles the current loop's length by moving the end marker. + + + + Beatloop + Beatloop + + + + Toggles the current loop on or off. + Toggles the current loop on or off. + + + + Works only if Loop-In and Loop-Out marker are set. + Works only if Loop-In and Loop-Out marker are set. + + + + Hint: Change the default cue mode in Preferences -> Interface. + Hint: Change the default cue mode in Preferences -> Interface. + + + + Vinyl Cueing Mode + Vinyl Cueing Mode + + + + Determines how cue points are treated in vinyl control Relative mode: + Determines how cue points are treated in vinyl control Relative mode: + + + + Off - Cue points ignored. + Off - Cue points ignored. + + + + One Cue - If needle is dropped after the cue point, track will seek to that cue point. + One Cue - If needle is dropped after the cue point, track will seek to that cue point. + + + + Hot Cue - Track will seek to nearest previous hot cue point. + Hot Cue - Track will seek to nearest previous hot cue point. + + + + Track Time + Track Time + + + + Track Duration + Track Duration + + + + Displays the duration of the loaded track. + Displays the duration of the loaded track. + + + + Information is loaded from the track's metadata tags. + Information is loaded from the track's metadata tags. + + + + Track Artist + Track Artist + + + + Displays the artist of the loaded track. + Displays the artist of the loaded track. + + + + Track Title + Track Title + + + + Displays the title of the loaded track. + Displays the title of the loaded track. + + + + Track Album + Track Album + + + + Displays the album name of the loaded track. + Displays the album name of the loaded track. + + + + Track Artist/Title + Track Artist/Title + + + + Displays the artist and title of the loaded track. + Displays the artist and title of the loaded track. + + + + TrackCollection + + + Hiding tracks + Hiding tracks + + + + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? + + + + TrackExportDlg + + + Export finished + Export finished + + + + Exporting %1 + Exporting %1 + + + + Overwrite Existing File? + Overwrite Existing File? + + + + "%1" already exists, overwrite? + "%1" already exists, overwrite? + + + + &Overwrite + &Overwrite + + + + Over&write All + Over&write All + + + + &Skip + &Skip + + + + Skip &All + Skip &All + + + + Export Error + Export Error + + + + TrackExportWizard + + + Export Track Files To + Export Track Files To + + + + TrackExportWorker + + + + Export process was canceled + Export process was canceled + + + + Error removing file %1: %2. Stopping. + Error removing file %1: %2. Stopping. + + + + Error exporting track %1 to %2: %3. Stopping. + Error exporting track %1 to %2: %3. Stopping. + + + + Error exporting tracks + Error exporting tracks + + + + TraktorFeature + + + + Traktor + Traktor + + + + (loading) Traktor + (loading) Traktor + + + + Error Loading Traktor Library + Error Loading Traktor Library + + + + There was an error loading your Traktor library. Some of your Traktor tracks or playlists may not have loaded. + There was an error loading your Traktor library. Some of your Traktor tracks or playlists may not have loaded. + + + + VSyncThread + + + Timer (Fallback) + Timer (Fallback) + + + + MESA vblank_mode = 1 + MESA vblank_mode = 1 + + + + Wait for Video sync + Wait for Video sync + + + + Sync Control + Sync Control + + + + Free + 1 ms (for benchmark only) + Free + 1 ms (for benchmark only) + + + + WBattery + + + Time until charged unknown. + Time until charged unknown. + + + + Time until charged: %1 + Time until charged: %1 + + + + Time left unknown. + Time left unknown. + + + + Time left: %1 + Time left: %1 + + + + Battery fully charged. + Battery fully charged. + + + + Battery status unknown. + Battery status unknown. + + + + WCoverArtMenu + + + Choose new cover + change cover art location + Choose new cover + + + + Clear cover + clears the set cover art -- does not touch files on disk + Clear cover + + + + Reload from file/folder + reload cover art from file metadata or folder + Reload from file/folder + + + + Image Files + Image Files + + + + Change Cover Art + Change Cover Art + + + + WEffect + + + %1: %2 + %1 = effect name; %2 = effect description + %1: %2 + + + + None + None + + + + No effect loaded. + No effect loaded. + + + + WEffectChain + + + None + None + + + + No effect chain loaded. + No effect chain loaded. + + + + WEffectParameterBase + + + None + None + + + + No effect loaded. + No effect loaded. + + + + WEffectSelector + + + %1: %2 + %1 = effect name; %2 = effect description + %1: %2 + + + + None + Displayed when no effect is loaded + None + + + + No effect loaded. + No effect loaded. + + + + WMainMenuBar + + + &File + &File + + + + Load Track to Deck &%1 + Load Track to Deck &%1 + + + + Loads a track in deck %1 + Loads a track in deck %1 + + + + Open + Open + + + + &Exit + &Exit + + + + Quits Mixxx + Quits Mixxx + + + + Ctrl+q + Ctrl+q + + + + &Library + &Library + + + + &Rescan Library + &Rescan Library + + + + Rescans library folders for changes to tracks. + Rescans library folders for changes to tracks. + + + + Create &New Playlist + Create &New Playlist + + + + Create a new playlist + Create a new playlist + + + + Ctrl+n + Ctrl+n + + + + Create New &Crate + Create New &Crate + + + + Create a new crate + Create a new crate + + + + Ctrl+Shift+N + Ctrl+Shift+N + + + + &View + &View + + + + May not be supported on all skins. + May not be supported on all skins. + + + + Show Skin Settings Menu + Show Skin Settings Menu + + + + Show the Skin Settings Menu of the currently selected Skin + Show the Skin Settings Menu of the currently selected Skin + + + + Ctrl+1 + Menubar|View|Show Skin Settings + Ctrl+1 + + + + Show Microphone Section + Show Microphone Section + + + + Show the microphone section of the Mixxx interface. + Show the microphone section of the Mixxx interface. + + + + Ctrl+2 + Menubar|View|Show Microphone Section + Ctrl+2 + + + + Show Vinyl Control Section + Show Vinyl Control Section + + + + Show the vinyl control section of the Mixxx interface. + Show the vinyl control section of the Mixxx interface. + + + + Ctrl+3 + Menubar|View|Show Vinyl Control Section + Ctrl+3 + + + + Show Preview Deck + Show Preview Deck + + + + Show the preview deck in the Mixxx interface. + Show the preview deck in the Mixxx interface. + + + + Ctrl+4 + Menubar|View|Show Preview Deck + Ctrl+4 + + + + Show Cover Art + Show Cover Art + + + + Show cover art in the Mixxx interface. + Show cover art in the Mixxx interface. + + + + Ctrl+6 + Menubar|View|Show Cover Art + Ctrl+6 + + + + Maximize Library + Maximize Library + + + + Maximize the track library to take up all the available screen space. + Maximize the track library to take up all the available screen space. + + + + Space + Menubar|View|Maximize Library + Space + + + + &Full Screen + &Full Screen + + + + Display Mixxx using the full screen + Display Mixxx using the full screen + + + + &Options + &Options + + + + &Vinyl Control + &Vinyl Control + + + + Use timecoded vinyls on external turntables to control Mixxx + Use timecoded vinyls on external turntables to control Mixxx + + + + Enable Vinyl Control &%1 + Enable Vinyl Control &%1 + + + + &Record Mix + &Record Mix + + + + Record your mix to a file + Record your mix to a file + + + + Ctrl+R + Ctrl+R + + + + Enable Live &Broadcasting + Enable Live &Broadcasting + + + + Stream your mixes to a shoutcast or icecast server + Stream your mixes to a shoutcast or icecast server + + + + Ctrl+L + Ctrl+L + + + + Enable &Keyboard Shortcuts + Enable &Keyboard Shortcuts + + + + Toggles keyboard shortcuts on or off + Toggles keyboard shortcuts on or off + + + + Ctrl+` + Ctrl+` + + + + &Preferences + &Preferences + + + + Change Mixxx settings (e.g. playback, MIDI, controls) + Change Mixxx settings (e.g. playback, MIDI, controls) + + + + &Developer + &Developer + + + + &Reload Skin + &Reload Skin + + + + Reload the skin + Reload the skin + + + + Ctrl+Shift+R + Ctrl+Shift+R + + + + Developer &Tools + Developer &Tools + + + + Opens the developer tools dialog + Opens the developer tools dialog + + + + Ctrl+Shift+T + Ctrl+Shift+T + + + + Stats: &Experiment Bucket + Stats: &Experiment Bucket + + + + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. + + + + Ctrl+Shift+E + Ctrl+Shift+E + + + + Stats: &Base Bucket + Stats: &Base Bucket + + + + Enables base mode. Collects stats in the BASE tracking bucket. + Enables base mode. Collects stats in the BASE tracking bucket. + + + + Ctrl+Shift+B + Ctrl+Shift+B + + + + Deb&ugger Enabled + Deb&ugger Enabled + + + + Enables the debugger during skin parsing + Enables the debugger during skin parsing + + + + Ctrl+Shift+D + Ctrl+Shift+D + + + + &Help + &Help + + + + &Community Support + &Community Support + + + + Get help with Mixxx + Get help with Mixxx + + + + &User Manual + &User Manual + + + + Read the Mixxx user manual. + Read the Mixxx user manual. + + + + &Keyboard Shortcuts + &Keyboard Shortcuts + + + + Speed up your workflow with keyboard shortcuts. + Speed up your workflow with keyboard shortcuts. + + + + Send Us &Feedback + Send Us &Feedback + + + + Send feedback to the Mixxx team. + Send feedback to the Mixxx team. + + + + &Translate This Application + &Translate This Application + + + + Help translate this application into your language. + Help translate this application into your language. + + + + &About + &About + + + + About the application + About the application + + + + WOverview + + + Ready to play, analyzing .. + Text on waveform overview when file is playable but no waveform is visible + Ready to play, analyzing .. + + + + + Loading track .. + Text on waveform overview when file is cached from source + Loading track .. + + + + Finalizing .. + Text on waveform overview during finalizing of waveform analysis + Finalizing .. + + + + WSearchLineEdit + + + + Clear input + Clear the search bar input field + Clear input + + + + Ctrl+F + Search|Focus + Ctrl+F + + + + Search... + noun + Search... + + + + Search + noun + Search + + + + Enter a string to search for + Enter a string to search for + + + + Shortcut + Shortcut + + + + Ctrl+F + Ctrl+F + + + + Focus + Give search bar input focus + Focus + + + + Ctrl+Backspace + Ctrl+Backspace + + + + Esc + Esc + + + + Exit search + Exit search bar and leave focus + Exit search + + + + WTrackTableView + + + Add to Playlist + Add to Playlist + + + + Reset + Reset metadata in right click track context menu in library + Reset + + + + Cover Art + Cover Art + + + + ESC + Focus + ESC + + + + Remove + Remove + + + + Remove from Playlist + Remove from Playlist + + + + Remove from Crate + Remove from Crate + + + + Hide from Library + Hide from Library + + + + Unhide from Library + Unhide from Library + + + + Purge from Library + Purge from Library + + + + Properties + Properties + + + + Open in File Browser + Open in File Browser + + + + 4/3 BPM + 4/3 BPM + + + + 3/2 BPM + 3/2 BPM + + + + + Create New Playlist + Create New Playlist + + + + Create New Crate + Create New Crate + + + + Enter name for new playlist: + Enter name for new playlist: + + + + Load to + Load to + + + + Deck + Deck + + + + Sampler + Sampler + + + + Crates + Crates + + + + Change BPM + Change BPM + + + + Add to Auto DJ Queue (Bottom) + Add to Auto DJ Queue (Bottom) + + + + Add to Auto DJ Queue (Top) + Add to Auto DJ Queue (Top) + + + + Add to Auto DJ Queue (Replace) + Add to Auto DJ Queue (Replace) + + + + Import From File Tags + Import From File Tags + + + + Import From MusicBrainz + Import From MusicBrainz + + + + Export To File Tags + Export To File Tags + + + + Preview Deck + Preview Deck + + + + BPM and Beatgrid + BPM and Beatgrid + + + + Play Count + Play Count + + + + Cue Point + Cue Point + + + + Hotcues + Hotcues + + + + Loop + Loop + + + + ReplayGain + ReplayGain + + + + Waveform + Waveform + + + + All + All + + + + Deck %1 + Deck %1 + + + + New Playlist + New Playlist + + + + + + Playlist Creation Failed + Playlist Creation Failed + + + + A playlist by that name already exists. + A playlist by that name already exists. + + + + A playlist cannot have a blank name. + A playlist cannot have a blank name. + + + + An unknown error occurred while creating playlist: + An unknown error occurred while creating playlist: + + + + Lock BPM + Lock BPM + + + + Unlock BPM + Unlock BPM + + + + Double BPM + Double BPM + + + + Halve BPM + Halve BPM + + + + 2/3 BPM + 2/3 BPM + + + + 3/4 BPM + 3/4 BPM + + + + Sampler %1 + Sampler %1 + + + + WTrackTableViewHeader + + + Show or hide columns. + Show or hide columns. + + + + WaveformWidgetFactory + + + (GLSL) + (GLSL) + + + + (GL) + (GL) + + + + mixxx::DlgTrackMetadataExport + + + Export Modified Track Metadata + Export Modified Track Metadata + + + + Mixxx may wait to modify files until they are not loaded to any decks or samplers. If you do not see changed metadata in other programs immediately, eject the track from all decks and samplers or shutdown Mixxx. + Mixxx may wait to modify files until they are not loaded to any decks or samplers. If you do not see changed metadata in other programs immediately, eject the track from all decks and samplers or shutdown Mixxx. + + + \ No newline at end of file diff --git a/res/translations/mixxx_en_GB.ts b/res/translations/mixxx_en_GB.ts index 45f9456f24eb..509b0071962e 100644 --- a/res/translations/mixxx_en_GB.ts +++ b/res/translations/mixxx_en_GB.ts @@ -1,4 +1,4 @@ - + : @@ -127,7 +127,7 @@ Rename - Rename Crate + Rename @@ -246,7 +246,7 @@ Artist - Artist: + Artist @@ -256,7 +256,7 @@ Album - Album: + Album @@ -388,22 +388,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error - + <b>Error with settings for '%1':</b><br> @@ -526,7 +526,7 @@ Artist - Artist: + Artist @@ -536,7 +536,7 @@ Album - Album: + Album @@ -697,8 +697,8 @@ - - + + Deck %1 Deck %1 @@ -789,13 +789,13 @@ - + Set to full volume Set to full volume - + Set to zero volume Set to zero volume @@ -820,13 +820,13 @@ Reverse roll (Censor) button - + Headphone listen button Headphone listen button - + Mute button Mute button @@ -842,25 +842,25 @@ - + Mix orientation (e.g. left, right, center) Mix orientation (e.g. left, right, center) - + Set mix orientation to left Set mix orientation to left - + Set mix orientation to center Set mix orientation to center - + Set mix orientation to right Set mix orientation to right @@ -936,229 +936,224 @@ Sync mode 3-state toggle (OFF, FOLLOWER, MASTER) - - One-time beat sync (tempo and phase) - One-time beat sync (tempo and phase) - - - + One-time beat sync (tempo only) One-time beat sync (tempo only) - + One-time beat sync (phase only) One-time beat sync (phase only) - + Toggle keylock mode Toggle keylock mode - + Equalizers Equalizers - + Vinyl Control Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer Pass through external audio into the internal mixer - + Cues Cues - + Cue button Cue button - + Set cue point Set cue point - + Go to cue point Go to cue point - + Go to cue point and play Go to cue point and play - + Go to cue point and stop Go to cue point and stop - + Preview from cue point Preview from cue point - + Cue button (CDJ mode) Cue button (CDJ mode) - + Stutter cue Stutter cue - + Hotcues Hotcues - + Set, preview from or jump to hotcue %1 Set, preview from or jump to hotcue %1 - + Clear hotcue %1 Clear hotcue %1 - + Set hotcue %1 Set hotcue %1 - + Jump to hotcue %1 Jump to hotcue %1 - + Jump to hotcue %1 and stop Jump to hotcue %1 and stop - + Jump to hotcue %1 and play Jump to hotcue %1 and play - + Preview from hotcue %1 Preview from hotcue %1 - - + + Hotcue %1 Hotcue %1 - + Looping Looping - + Loop In button Loop In button - + Loop Out button Loop Out button - + Loop Exit button Loop Exit button - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Move loop forward by %1 beats - + Move loop backward by %1 beats Move loop backward by %1 beats - + Beat-Looping Beat-Looping - + Create %1-beat loop Create %1-beat loop - + Create temporary %1-beat loop roll Create temporary %1-beat loop roll - + Library Library @@ -1289,20 +1284,20 @@ + - Volume Fader Volume Fader - + Full Volume Full Volume - + Zero Volume Zero Volume @@ -1318,7 +1313,7 @@ - + Mute Mute @@ -1329,7 +1324,7 @@ - + Headphone Listen Headphone Listen @@ -1350,25 +1345,25 @@ - + Orientation Orientation - + Orient Left Orient Left - + Orient Center Orient Center - + Orient Right Orient Right @@ -1473,11 +1468,6 @@ Sync Mode Sync Mode - - - Tap to sync, hold to enable sync mode - Tap to sync, hold to enable sync mode - Internal Sync Master @@ -1525,527 +1515,521 @@ Beat Sync One-Shot - + Sync Tempo One-Shot Sync Tempo One-Shot - + Sync Phase One-Shot Sync Phase One-Shot - + Speed (Pitch/Tempo) Speed (Pitch/Tempo) - + Keylock Mode Keylock Mode - + Pitch control (does not affect tempo), center is original pitch Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust Pitch Adjust - + Adjust pitch from speed slider pitch Adjust pitch from speed slider pitch - + Match musical key Match musical key - + Match Key Match Key - + Reset Key Reset Key - + Resets key to original Resets key to original - + High EQ High EQ - + Mid EQ Mid EQ - + Low EQ Low EQ - + Toggle Vinyl Control Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode Vinyl Control Mode - + Vinyl Control Cueing Mode Vinyl Control Cueing Mode - + Vinyl Control Passthrough Vinyl Control Passthrough - + Vinyl Control Next Deck Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck Single deck mode - Switch vinyl control to next deck - + Cue Cue - + Set Cue Set Cue - + Go-To Cue Go-To Cue - + Go-To Cue And Play Go-To Cue And Play - + Go-To Cue And Stop Go-To Cue And Stop - + Preview Cue Preview Cue - + Cue (CDJ Mode) Cue (CDJ Mode) - + Stutter Cue Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 Clear Hotcue %1 - + Set Hotcue %1 Set Hotcue %1 - + Jump To Hotcue %1 Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play Jump To Hotcue %1 And Play - + Preview Hotcue %1 Preview Hotcue %1 - + Loop In Loop In - + Loop Out Loop Out - + Loop Exit Loop Exit - + Reloop/Exit Loop Reloop/Exit Loop - + Loop Halve Loop Halve - + Loop Double Loop Double - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Move Loop +%1 Beats - + Move Loop -%1 Beats Move Loop -%1 Beats - + Loop %1 Beats Loop %1 Beats - + Loop Roll %1 Beats Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) Add to Auto DJ Queue (bottom) - + Append the selected track to the Auto DJ Queue Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) Add to Auto DJ Queue (top) - + Prepend selected track to the Auto DJ Queue Prepend selected track to the Auto DJ Queue - + Load Track Load Track - + Load selected track Load selected track - + Track Load and Play Track Load and Play - + Load selected track and play Load selected track and play - + Record Mix Record Mix - + Toggle mix recording Toggle mix recording - + Effects Effects - + Quick Effects Quick Effects - + Deck %1 Quick Effect Super Knob Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) Quick Effect Super Knob (control linked effect parameters) - + Quick Effect Quick Effect - + Clear effect rack Clear effect rack - + Clear Effect Rack Clear Effect Rack - + Clear Unit Clear Unit - + Clear effect unit Clear effect unit - + Toggle Unit Toggle Unit - + Dry/Wet Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob Super Knob - - - Insert/Send Toggle - Insert/Send Toggle - - - + Next Chain Next Chain + - + - + - + - Assign Assign - + Clear Clear - + Clear the current effect Clear the current effect - + Toggle Toggle - + Toggle the current effect Toggle the current effect - + Next Next - + Switch to next effect Switch to next effect - + Previous Previous - + Switch to the previous effect Switch to the previous effect - + Next or Previous Next or Previous - + Switch to either next or previous effect Switch to either next or previous effect + - Parameter Value Parameter Value + - Microphone Ducking Strength Microphone Ducking Strength - + Microphone Ducking Mode Microphone Ducking Mode - + Gain Gain - + Gain knob Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle Auto DJ Toggle - + Toggle Auto DJ On/Off Toggle Auto DJ On/Off - + Library Maximize/Restore Library Maximize/Restore - + Maximize the track library to take up all the available screen space. Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide Effect Rack Show/Hide - + Show/hide the effect rack Show/hide the effect rack - + Cover Art Show/Hide Cover Art Show/Hide - + Show/hide cover art Show/hide cover art - + Waveform Zoom Out Waveform Zoom Out - + Toggle Effect Unit Toggle Effect Unit @@ -2070,546 +2054,566 @@ Headphone gain - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed Playback Speed - + Playback speed control (Vinyl "Pitch" slider) Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) Pitch (Musical key) - + Increase Speed Increase Speed - + Adjust speed faster (coarse) Adjust speed faster (coarse) - - + + Increase Speed (Fine) Increase Speed (Fine) - + Adjust speed faster (fine) Adjust speed faster (fine) - + Decrease Speed Decrease Speed - + Adjust speed slower (coarse) Adjust speed slower (coarse) - + Adjust speed slower (fine) Adjust speed slower (fine) - + Temporarily Increase Speed Temporarily Increase Speed - + Temporarily increase speed (coarse) Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) Temporarily increase speed (fine) - + Temporarily Decrease Speed Temporarily Decrease Speed - + Temporarily decrease speed (coarse) Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) Temporarily decrease speed (fine) + - Adjust %1 Adjust %1 + - Kill %1 Kill %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset Next chain preset - + Previous Chain Previous Chain - + Previous chain preset Previous chain preset - + Next/Previous Chain Next/Previous Chain - + Next or previous chain preset Next or previous chain preset + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary Microphone / Auxiliary - + Microphone On/Off Microphone On/Off - + Microphone on/off Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off Auxiliary On/Off - + Auxiliary on/off Auxiliary on/off - + Auto DJ Auto DJ - + Auto DJ Shuffle Auto DJ Shuffle - + Auto DJ Skip Next Auto DJ Skip Next - + Auto DJ Fade To Next Auto DJ Fade To Next - + Trigger the transition to the next track Trigger the transition to the next track - + User Interface User Interface - + Samplers Show/Hide Samplers Show/Hide - + Show/hide the sampler section Show/hide the sampler section - + Microphone Show/Hide Microphone Show/Hide - + Show/hide the microphone section Show/hide the microphone section - + Vinyl Control Show/Hide Vinyl Control Show/Hide - + Show/hide the vinyl control section Show/hide the vinyl control section - + Preview Deck Show/Hide Preview Deck Show/Hide - + Show/hide the preview deck Show/hide the preview deck - + Vinyl Spinner Show/Hide Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget Show/hide spinning vinyl widget - + Waveform zoom Waveform zoom - + Waveform Zoom Waveform Zoom - + Zoom waveform in Zoom waveform in - + Waveform Zoom In Waveform Zoom In - + Zoom waveform out Zoom waveform out @@ -2749,7 +2753,7 @@ Rename - Rename Crate + Rename @@ -2919,6 +2923,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + Mixxx %1 Development Team + + + + With contributions from: + With contributions from: + + + + And special thanks to: + And special thanks to: + + + + Past Developers + Past Developers + + + + Past Contributors + Past Contributors + + DlgAboutDlg @@ -2949,7 +2981,7 @@ Analyze - Analyse + Analyze @@ -3573,102 +3605,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Automatic - + Mono Mono - + Stereo Stereo - - - - + + + + Action failed - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3681,27 +3713,27 @@ Two source connections to the same server can't have the same mountpoint.Live Broadcasting Preferences - + Mixxx Icecast Testing Mixxx Icecast Testing - + Public stream Public stream - + http://www.mixxx.org http://www.mixxx.org - + Stream name Stream name - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. @@ -3736,189 +3768,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. Dynamically update Ogg Vorbis metadata. - + + ICQ + + + + + AIM + + + + Website Website - + Live mix Live mix - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre Genre - + Use UTF-8 encoding for metadata. Use UTF-8 encoding for metadata. - + Description Description - + Encoding Encoding - + Bitrate Bitrate - - + + Format Format - + Channels Channels - + Server connection Server connection - + Type Type - + Host Host - + Login Login - + Mount Mount - + Port Port - + Password Password - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds seconds - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4677,15 +4724,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected None @@ -4812,32 +4855,32 @@ Displayed when no effect is selected Available Effects - + Effect Info Effect Info - + Version: Version: - + Description: Description: - + Author: Author: - + Name: Name: - + Type: Type: @@ -5075,6 +5118,19 @@ and allows you to pitch adjust them for harmonic mixing. G#m + + DlgPrefLV2Dlg + + + Equalizer Preferences + Equalizer Preferences + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5860,7 +5916,7 @@ The loudness target is approximate and assumes track pregain and master output l Sample Rate - + Sample Rate @@ -5898,11 +5954,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds ms @@ -5923,7 +5975,7 @@ milliseconds Buffer Underflow Count - + Buffer Underflow Count @@ -5938,7 +5990,7 @@ milliseconds Keylock/Pitch-Bending Engine - + Keylock/Pitch-Bending Engine @@ -5973,7 +6025,7 @@ milliseconds System Reported Latency - + System Reported Latency @@ -6142,17 +6194,17 @@ milliseconds RGB - + OpenGL not available OpenGL not available - + dropped frames dropped frames - + Cached waveforms occupy %1 MiB on disk. @@ -6190,28 +6242,28 @@ milliseconds Visual gain - + Default zoom level Waveform zoom Default zoom level - + Displays the actual frame rate. Displays the actual frame rate. - + Visual gain of the middle frequencies Visual gain of the middle frequencies - + End of track warning End of track warning - + OpenGL status OpenGL status @@ -6226,105 +6278,124 @@ milliseconds seconds - + Low Low - + Middle Middle - + Global Global - + Visual gain of the high frequencies Visual gain of the high frequencies - + Visual gain of the low frequencies Visual gain of the low frequencies - + High High - + Waveform type - + Global visual gain Global visual gain - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. Synchronize zoom level across all waveform displays. - + Synchronize zoom level across all waveforms Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity - - Show Beat Markers + + Set amount of opacity on beat grid lines. - + + % + % + + + + Play marker position + + + + + Moves the play marker position on the waveforms to the left, right or center (default). + + + + Clear Cached Waveforms @@ -6332,83 +6403,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware Sound Hardware - + Controllers Controllers - + Library Library - + Interface Interface - + Waveforms Waveforms - + Auto DJ Auto DJ - + Equalizers Equalizers - + Decks - + Crossfader Crossfader - + + Effects + Effects + + + + LV2 Plugins + + + + Recording Recording - + Beat Detection Beat Detection - + Key Detection Key Detection - + Normalization Normalization - - + + Vinyl Control Vinyl Control - + Live Broadcasting Live Broadcasting - + Modplug Decoder Modplug Decoder @@ -6927,7 +7008,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject Empty Chain @@ -6941,40 +7022,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h No effect loaded. + + EffectSettingsModel + + + Visible + + + + + Name + Name + + + + Type + Type + + EffectsManager - + Flanger Flanger - + BitCrusher BitCrusher - + Filter Filter - + Reverb Reverb - + Echo Echo - + AutoPan - + Tremolo @@ -7145,39 +7244,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes iTunes - - + + Select your iTunes library Select your iTunes library - + (loading) iTunes (loading) iTunes - + Use Default Library Use Default Library - + Choose Library... Choose Library... - + Error Loading iTunes Library Error Loading iTunes Library - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. @@ -7416,52 +7515,52 @@ support. MixxxMainWindow - + Choose music library directory Choose music library directory - + Sound Device Busy Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. <b>Exit</b> Mixxx. - + Retry Retry - + Cannot open database Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7472,150 +7571,142 @@ Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentati Click OK to exit. - - + + Reconfigure Reconfigure - + Help Help - - + + Exit Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. <b>Continue</b> without any outputs. - + Continue Continue - + Load track to Deck %1 Load track to Deck %1 - + Deck %1 is currently playing a track. Deck %1 is currently playing a track. - + Are you sure you want to load a new track? Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file Error in skin file - + The selected skin cannot be loaded. The selected skin cannot be loaded. - + OpenGL Direct Rendering OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. Direct rendering is not enabled on your machine. <br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br> <br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. - - + + Confirm Exit Confirm Exit - + A deck is currently playing. Exit Mixxx? A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. The preferences window is still open. - + Discard any changes and exit Mixxx? Discard any changes and exit Mixxx? - - NativeBackend - - - Native - Native - - ParserCsv @@ -8003,563 +8094,563 @@ To abort this action, press Cancel on the file dialog. You selected the wrong file. To grant Mixxx access, please select the file '%1'. If you do not want to continue, press Cancel. - - + + Bit Depth Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo Echo - - + + Time - - + + Ping Pong - - - - + + + + Send Send - + How much of the signal to send into the delay buffer How much of the signal to send into the delay buffer - - - - + + + + Feedback Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize Quantize - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF LPF - - + + Corner frequency ratio of the low pass filter Corner frequency ratio of the low pass filter - + Q Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF HPF - - + + Corner frequency ratio of the high pass filter Corner frequency ratio of the high pass filter - - - - + + + + Depth Depth - - + + Flanger Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM BPM - + Set the beats per minute value of the click sound - + Sync Sync - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb Reverb - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth Bandwidth - + BW - - + + Damping Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low Low - - - + + + Gain for Low Filter Gain for Low Filter - + Kill Low Kill Low - + Kill the Low Filter Kill the Low Filter - + Mid Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid Kill Mid - + Kill the Mid Filter Kill the Mid Filter - + High High - - + + Gain for High Filter Gain for High Filter - + Kill High Kill High - + Kill the High Filter Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 Gain for Band Filter %1 - + Moog Ladder 4 Filter Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance Resonance - + Resonance of the filters. 4 = self oscillating Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect Deck %1 EQ Effect - - + + EQ Effect EQ Effect - + Deck 1 EQ Effect Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) Gain for Low Filter (neutral at 1.0) @@ -8569,58 +8660,58 @@ Higher values result in less attenuation of high frequencies. Network stream - - + + Phaser - - + + Stereo Stereo - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8685,47 +8776,47 @@ Higher values result in less attenuation of high frequencies. F11 - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8735,60 +8826,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! This stream is online for testing purposes! - + Live Mix Live Mix @@ -8821,45 +8912,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance Balance - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8867,172 +8958,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + Built-in + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9069,22 +9181,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording Recording - + Could not create audio file for recording! Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9220,132 +9342,147 @@ Fully right: end of the effect period Error setting non-blocking mode: - + Error setting hostname! Error setting hostname! - + Error setting port! Error setting port! - + Error setting password! Error setting password! - + Error setting mount! Error setting mount! - + Error setting username! Error setting username! - + Error setting stream name! Error setting stream name! - + Error setting stream description! Error setting stream description! - + Error setting stream genre! Error setting stream genre! - + Error setting stream url! Error setting stream url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. - + Error setting bitrate Error setting bitrate - + Error: unknown server protocol! Error: unknown server protocol! - + Error: libshout only supports Shoutcast with MP3 format! Error: libshout only supports Shoutcast with MP3 format! - + Error setting protocol! Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. Please check your connection to the Internet and verify that your username and password are correct. @@ -9763,7 +9900,7 @@ Fully right: end of the effect period - + Cover Art Show Cover Art @@ -10025,7 +10162,6 @@ Fully right: end of the effect period Key - The musical key of a track Key @@ -10100,563 +10236,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play Play - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - Dry/Wet - - - + Super Knob Super Knob - - - Insert/Send Toggle - Insert/Send Toggle - - - + Next Chain Next Chain - + Previous Chain Previous Chain - + Next/Previous Chain Next/Previous Chain - + Clear Clear - + Clear the current effect. Clear the current effect. - + Toggle Toggle - + Toggle the current effect. Toggle the current effect. - + Next Next - + Clear Unit Clear Unit - + Clear effect unit. Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit Toggle Unit - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. Switch to the next effect. - + Previous Previous - + Switch to the previous effect. Switch to the previous effect. - + Next or Previous Next or Previous - + Switch to either the next or previous effect. Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter Effect Parameter - + Adjusts a parameter of the effect. Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter Equalizer Parameter - + Adjusts the gain of the EQ filter. Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10678,123 +10850,123 @@ Fully right: end of the effect period Adjust beatgrid to match another playing deck. - + If quantize is enabled, snaps to the nearest beat. If quantize is enabled, snaps to the nearest beat. - + Quantize Quantize - + Toggles quantization. Toggles quantization. - + Loops and cues snap to the nearest beat when quantization is enabled. Loops and cues snap to the nearest beat when quantization is enabled. - + Reverse Reverse - + Reverses track playback during regular playback. Reverses track playback during regular playback. - + Puts a track into reverse while being held (Censor). Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause Play/Pause - + Jumps to the beginning of the track. Jumps to the beginning of the track. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key Sync and Reset Key - + Increases the pitch by one semitone. Increases the pitch by one semitone. - + Decreases the pitch by one semitone. Decreases the pitch by one semitone. - + Enable Vinyl Control Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. When enabled, the track responds to external vinyl control. - + Enable Passthrough Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. Displays options for editing cover artwork. - + Star Rating Star Rating - + Assign ratings to individual tracks by clicking the stars. Assign ratings to individual tracks by clicking the stars. @@ -10939,255 +11111,254 @@ Fully right: end of the effect period Prevents the pitch from changing when the rate changes. - + Starts playing from the beginning of the track. Starts playing from the beginning of the track. - + Jumps to the beginning of the track and stops. Jumps to the beginning of the track and stops. - + Plays or pauses the track. Plays or pauses the track. - + (while playing) (while playing) - + (while stopped) (while stopped) - + Cue Cue - + Headphone Headphone - + Mute Mute - + Mutes the selected channel's audio in the master output. Mutes the selected channel's audio in the master output. - + Old Synchronize Old Synchronize - + (This skin should be updated to use Master Sync!) (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. Syncs to the first deck (in numerical order) that is playing a track and has a BPM. - + If no deck is playing, syncs to the first deck that has a BPM. If no deck is playing, syncs to the first deck that has a BPM. - + Decks can't sync to samplers and samplers can only sync to decks. Decks can't sync to samplers and samplers can only sync to decks. - + Enable Master Sync Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. Resets the key to the original track key. - + Enable Sync Clock Master Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. When enabled, this device will serve as the master clock for all other decks. - + Speed Control Speed Control - - - + + + Changes the track pitch independent of the tempo. Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. Decreases the pitch by 10 cents. - + Pitch Adjust Pitch Adjust - + Adjust the pitch in addition to the speed slider pitch. Adjust the pitch in addition to the speed slider pitch. - + Record Mix Record Mix - + Toggle mix recording. Toggle mix recording. - + Enable Live Broadcasting Enable Live Broadcasting - + Stream your mix over the Internet. Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit Loop Exit - + Turns the current loop off. Turns the current loop off. - + Slip Mode Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. Once disabled, the audible playback will resume where the track would have been. - + Track Key - The musical key of a track Track Key - + Displays the musical key of the loaded track. Displays the musical key of the loaded track. - + Clock Clock - + Displays the current time. Displays the current time. - + Audio Latency Usage Meter Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator Audio Latency Overload Indicator @@ -11252,279 +11423,279 @@ Fully right: end of the effect period Displays the current musical key of the loaded track after pitch shifting. - + Sends the selected channel's audio to the headphone output, Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. selected in Preferences -> Sound Hardware. - + Fast Rewind Fast Rewind - + Fast rewind through the track. Fast rewind through the track. - + Fast Forward Fast Forward - + Fast forward through the track. Fast forward through the track. - + Jumps to the end of the track. Jumps to the end of the track. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control Pitch Control - + Pitch Rate Pitch Rate - + Displays the current playback rate of the track. Displays the current playback rate of the track. - + Repeat Repeat - + When active the track will repeat if you go past the end or reverse before the start. When active the track will repeat if you go past the end or reverse before the start. - + Eject Eject - + Ejects track from the player. Ejects track from the player. - + Hotcue Hotcue - + If hotcue is set, jumps to the hotcue. If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. If hotcue is not set, sets the hotcue to the current play position. - + If hotcue is set, clears the hotcue. If hotcue is set, clears the hotcue. - + Vinyl Control Mode Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status Vinyl Status - + Provides visual feedback for vinyl control status: Provides visual feedback for vinyl control status: - + Green for control enabled. Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker Loop-In Marker - + Loop-Out Marker Loop-Out Marker - + Loop Halve Loop Halve - + Halves the current loop's length by moving the end marker. Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. Deck immediately loops if past the new endpoint. - + Loop Double Loop Double - + Doubles the current loop's length by moving the end marker. Doubles the current loop's length by moving the end marker. - + Beatloop Beatloop - + Toggles the current loop on or off. Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. Works only if Loop-In and Loop-Out marker are set. - + Hint: Change the default cue mode in Preferences -> Interface. Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. Hot Cue - Track will seek to nearest previous hot cue point. - + Track Time Track Time - + Track Duration Track Duration - + Displays the duration of the loaded track. Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. Information is loaded from the track's metadata tags. - + Track Artist Track Artist - + Displays the artist of the loaded track. Displays the artist of the loaded track. - + Track Title Track Title - + Displays the title of the loaded track. Displays the title of the loaded track. - + Track Album Track Album - + Displays the album name of the loaded track. Displays the album name of the loaded track. - + Track Artist/Title Track Artist/Title - + Displays the artist and title of the loaded track. Displays the artist and title of the loaded track. @@ -11646,34 +11817,6 @@ Fully right: end of the effect period There was an error loading your Traktor library. Some of your Traktor tracks or playlists may not have loaded. - - Ui - - - Mixxx %1 Development Team - Mixxx %1 Development Team - - - - With contributions from: - With contributions from: - - - - And special thanks to: - And special thanks to: - - - - Past Developers - Past Developers - - - - Past Contributors - Past Contributors - - VSyncThread @@ -11769,12 +11912,18 @@ Fully right: end of the effect period WEffect - + + %1: %2 + %1 = effect name; %2 = effect description + + + + None None - + No effect loaded. No effect loaded. @@ -11913,317 +12062,333 @@ Fully right: end of the effect period &View - + May not be supported on all skins. May not be supported on all skins. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + Ctrl+1 + + + Show Microphone Section Show Microphone Section - + Show the microphone section of the Mixxx interface. Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck Show Preview Deck - + Show the preview deck in the Mixxx interface. Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art Show Cover Art - + Show cover art in the Mixxx interface. Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library Maximize Library - + Maximize the track library to take up all the available screen space. Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library Space - + &Full Screen &Full Screen - + Display Mixxx using the full screen Display Mixxx using the full screen - + &Options &Options - + &Vinyl Control &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 Enable Vinyl Control &%1 - + &Record Mix &Record Mix - + Record your mix to a file Record your mix to a file - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server Stream your mixes to a shoutcast or icecast server - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off Toggles keyboard shortcuts on or off - + Ctrl+` Ctrl+` - + &Preferences &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer &Developer - + &Reload Skin &Reload Skin - + Reload the skin Reload the skin - + Ctrl+Shift+R Ctrl+Shift+R - + Developer &Tools Developer &Tools - + Opens the developer tools dialog Opens the developer tools dialog - + Ctrl+Shift+T Ctrl+Shift+T - + Stats: &Experiment Bucket Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E Ctrl+Shift+E - + Stats: &Base Bucket Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B Ctrl+Shift+B - + Deb&ugger Enabled Deb&ugger Enabled - + Enables the debugger during skin parsing Enables the debugger during skin parsing - + Ctrl+Shift+D Ctrl+Shift+D - + &Help &Help - + &Community Support &Community Support - + Get help with Mixxx Get help with Mixxx - + &User Manual &User Manual - + Read the Mixxx user manual. Read the Mixxx user manual. - + &Keyboard Shortcuts &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback Send Us &Feedback - + Send feedback to the Mixxx team. Send feedback to the Mixxx team. - + &Translate This Application &Translate This Application - + Help translate this application into your language. Help translate this application into your language. - + &About &About - + About the application About the application @@ -12240,9 +12405,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source Loading track .. @@ -12324,6 +12487,12 @@ Text on waveform overview when file is cached from source Add to Playlist Add to Playlist + + + Reset + Reset metadata in right click track context menu in library + Reset + Cover Art @@ -12336,58 +12505,68 @@ Text on waveform overview when file is cached from source ESC - + Remove Remove - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library Hide from Library - + Unhide from Library Unhide from Library - + Purge from Library Purge from Library - + Properties Properties - + Open in File Browser Open in File Browser - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist Create New Playlist - + Create New Crate Create New Crate - + Enter name for new playlist: Enter name for new playlist: @@ -12417,150 +12596,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - Clear - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck Preview Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues Hotcues - + Loop - + ReplayGain - + Waveform - + All All - + Deck %1 Deck %1 - + New Playlist New Playlist - - - + + + Playlist Creation Failed Playlist Creation Failed - + A playlist by that name already exists. A playlist by that name already exists. - + A playlist cannot have a blank name. A playlist cannot have a blank name. - + An unknown error occurred while creating playlist: An unknown error occurred while creating playlist: - + Lock BPM Lock BPM - + Unlock BPM Unlock BPM - + Double BPM Double BPM - + Halve BPM Halve BPM - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + Sampler %1 Sampler %1 @@ -12576,12 +12749,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) (GLSL) - + (GL) (GL) diff --git a/res/translations/mixxx_eo.ts b/res/translations/mixxx_eo.ts index 57cdd5173925..3133f047971f 100644 --- a/res/translations/mixxx_eo.ts +++ b/res/translations/mixxx_eo.ts @@ -1,4 +1,4 @@ - + : @@ -386,22 +386,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error - + <b>Error with settings for '%1':</b><br> @@ -695,8 +695,8 @@ - - + + Deck %1 @@ -787,13 +787,13 @@ - + Set to full volume - + Set to zero volume @@ -818,13 +818,13 @@ - + Headphone listen button - + Mute button @@ -840,25 +840,25 @@ - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -934,229 +934,224 @@ - - One-time beat sync (tempo and phase) - - - - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode - + Equalizers - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Beat-Looping - + Create %1-beat loop - + Create temporary %1-beat loop roll - + Library Biblioteko @@ -1287,20 +1282,20 @@ + - Volume Fader - + Full Volume - + Zero Volume @@ -1316,7 +1311,7 @@ - + Mute @@ -1327,7 +1322,7 @@ - + Headphone Listen @@ -1348,25 +1343,25 @@ - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1471,11 +1466,6 @@ Sync Mode - - - Tap to sync, hold to enable sync mode - - Internal Sync Master @@ -1523,527 +1513,521 @@ - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Speed (Pitch/Tempo) - + Keylock Mode - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original - + High EQ - + Mid EQ - + Low EQ - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Track Load and Play - + Load selected track and play - + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - + Quick Effect - + Clear effect rack - + Clear Effect Rack - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain + - + - + - + - Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next Sekva - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect + - Parameter Value + - Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Cover Art Show/Hide - + Show/hide cover art - + Waveform Zoom Out - + Toggle Effect Unit @@ -2068,546 +2052,566 @@ - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - - + + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) + - Adjust %1 + - Kill %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Aŭtomata DĴ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Microphone Show/Hide - + Show/hide the microphone section - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out @@ -2917,6 +2921,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + + + + + With contributions from: + + + + + And special thanks to: + + + + + Past Developers + + + + + Past Contributors + + + DlgAboutDlg @@ -3561,102 +3593,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Automatic - + Mono - + Stereo - - - - + + + + Action failed - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3669,27 +3701,27 @@ Two source connections to the same server can't have the same mountpoint. - + Mixxx Icecast Testing - + Public stream - + http://www.mixxx.org - + Stream name - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. @@ -3724,189 +3756,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. - + + ICQ + + + + + AIM + + + + Website - + Live mix - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre Ĝenro - + Use UTF-8 encoding for metadata. - + Description - + Encoding - + Bitrate Bitrapido - - + + Format - + Channels - + Server connection - + Type Tipo - + Host - + Login - + Mount - + Port - + Password Pasvorto - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds sekundoj - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4664,15 +4711,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected @@ -4799,32 +4842,32 @@ Displayed when no effect is selected - + Effect Info - + Version: - + Description: - + Author: - + Name: - + Type: @@ -5061,6 +5104,19 @@ and allows you to pitch adjust them for harmonic mixing. + + DlgPrefLV2Dlg + + + Equalizer Preferences + + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5882,11 +5938,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds @@ -6126,17 +6178,17 @@ milliseconds - + OpenGL not available - + dropped frames - + Cached waveforms occupy %1 MiB on disk. @@ -6174,28 +6226,28 @@ milliseconds - + Default zoom level Waveform zoom - + Displays the actual frame rate. - + Visual gain of the middle frequencies - + End of track warning - + OpenGL status @@ -6210,105 +6262,124 @@ milliseconds sekundoj - + Low - + Middle - + Global - + Visual gain of the high frequencies - + Visual gain of the low frequencies - + High - + Waveform type - + Global visual gain - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. - + Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms @@ -6316,83 +6387,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library Biblioteko - + Interface - + Waveforms - + Auto DJ Aŭtomata DĴ - + Equalizers - + Decks - + Crossfader - + + Effects + + + + + LV2 Plugins + + + + Recording - + Beat Detection - + Key Detection - + Normalization - - + + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -6909,7 +6990,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject @@ -6923,40 +7004,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h + + EffectSettingsModel + + + Visible + + + + + Name + + + + + Type + Tipo + + EffectsManager - + Flanger - + BitCrusher - + Filter - + Reverb - + Echo - + AutoPan - + Tremolo @@ -7127,39 +7226,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes - - + + Select your iTunes library - + (loading) iTunes - + Use Default Library - + Choose Library... - + Error Loading iTunes Library - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. @@ -7396,52 +7495,52 @@ support. MixxxMainWindow - + Choose music library directory - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7449,147 +7548,139 @@ Click OK to exit. - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. - - + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? - - NativeBackend - - - Native - - - ParserCsv @@ -7968,563 +8059,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo - - + + Time - - + + Ping Pong - - - - + + + + Send - + How much of the signal to send into the delay buffer - - - - + + + + Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth - - + + Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM BPM - + Set the beats per minute value of the click sound - + Sync - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low - - - + + + Gain for Low Filter - + Kill Low - + Kill the Low Filter - + Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8534,58 +8625,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8650,47 +8741,47 @@ Higher values result in less attenuation of high frequencies. - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8700,60 +8791,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix @@ -8786,45 +8877,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8832,172 +8923,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9034,22 +9146,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9185,132 +9307,147 @@ Fully right: end of the effect period - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. - + Error setting bitrate - + Error: unknown server protocol! - + Error: libshout only supports Shoutcast with MP3 format! - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -9728,7 +9865,7 @@ Fully right: end of the effect period - + Cover Art @@ -9990,7 +10127,6 @@ Fully right: end of the effect period Key - The musical key of a track Klavo @@ -10065,563 +10201,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - - - - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next Sekva - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10643,123 +10815,123 @@ Fully right: end of the effect period - + If quantize is enabled, snaps to the nearest beat. - + Quantize - + Toggles quantization. - + Loops and cues snap to the nearest beat when quantization is enabled. - + Reverse - + Reverses track playback during regular playback. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause - + Jumps to the beginning of the track. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -10904,255 +11076,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. - + Jumps to the beginning of the track and stops. - + Plays or pauses the track. - + (while playing) - + (while stopped) - + Cue - + Headphone - + Mute - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. - + If no deck is playing, syncs to the first deck that has a BPM. - + Decks can't sync to samplers and samplers can only sync to decks. - + Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key - The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11217,279 +11388,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. - + Fast Rewind - + Fast rewind through the track. - + Fast Forward - + Fast forward through the track. - + Jumps to the end of the track. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control - + Pitch Rate - + Displays the current playback rate of the track. - + Repeat - + When active the track will repeat if you go past the end or reverse before the start. - + Eject - + Ejects track from the player. - + Hotcue - + If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. - + If hotcue is set, clears the hotcue. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Albumo - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -11611,34 +11782,6 @@ Fully right: end of the effect period - - Ui - - - Mixxx %1 Development Team - - - - - With contributions from: - - - - - And special thanks to: - - - - - Past Developers - - - - - Past Contributors - - - VSyncThread @@ -11734,12 +11877,18 @@ Fully right: end of the effect period WEffect - - None + + %1: %2 + %1 = effect name; %2 = effect description + None + + + + No effect loaded. @@ -11878,317 +12027,333 @@ Fully right: end of the effect period - + May not be supported on all skins. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + + + + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback - + Send feedback to the Mixxx team. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -12205,9 +12370,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source @@ -12289,6 +12452,12 @@ Text on waveform overview when file is cached from source Add to Playlist + + + Reset + Reset metadata in right click track context menu in library + + Cover Art @@ -12301,58 +12470,68 @@ Text on waveform overview when file is cached from source - + Remove Forigi - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library - + Unhide from Library - + Purge from Library - + Properties Propraĵoj - + Open in File Browser - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist - + Create New Crate - + Enter name for new playlist: @@ -12382,150 +12561,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues - + Loop - + ReplayGain - + Waveform - + All - + Deck %1 - + New Playlist - - - + + + Playlist Creation Failed - + A playlist by that name already exists. - + A playlist cannot have a blank name. - + An unknown error occurred while creating playlist: - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + Sampler %1 @@ -12541,12 +12714,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) (GLSL) - + (GL) (GL) diff --git a/res/translations/mixxx_es-ES.ts b/res/translations/mixxx_es-ES.ts index 026ce0c8000a..39a759291618 100644 --- a/res/translations/mixxx_es-ES.ts +++ b/res/translations/mixxx_es-ES.ts @@ -1,4 +1,4 @@ - + : @@ -388,22 +388,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. No se puede usar el almacen de contraseñas seguro: el acceso al almacen ha fallado. - + Secure password retrieval unsuccessful: keychain access failed. No se ha podido obtener la contraseña: El acceso al almacen de claves a fallado. - + Settings error Error de configuración - + <b>Error with settings for '%1':</b><br> <b>Error con las opciones para '%1':</b><br> @@ -591,7 +591,7 @@ ReplayGain - Ganancia de repetición + Ganancia de reproducción @@ -697,8 +697,8 @@ - - + + Deck %1 Plato %1 @@ -789,13 +789,13 @@ - + Set to full volume Establecer a volumen máximo - + Set to zero volume Establecer a volumen cero @@ -820,13 +820,13 @@ Botón Reproduce hacia atrás (con censura) - + Headphone listen button Botón de escucha por Auriculares - + Mute button Botón de silencio @@ -842,25 +842,25 @@ - + Mix orientation (e.g. left, right, center) Orientación de la mezcla (p. ej. izquierda, derecha, centro) - + Set mix orientation to left Establecer orientación de la mezcla hacia la izquierda - + Set mix orientation to center Establecer orientación de la mezcla al centro - + Set mix orientation to right Establecer orientación de la mezcla hacia la derecha @@ -936,229 +936,224 @@ Botón de modo de sincronización de 3 estados (Desactivado, Esclavo, Maestro) - - One-time beat sync (tempo and phase) - Sincronizar por única vez (tempo y fase) - - - + One-time beat sync (tempo only) Sincronizar por unica vez (sólo el tempo) - + One-time beat sync (phase only) Sincronizar por unica vez (sólo la fase) - + Toggle keylock mode Conmutar bloqueo tonal - + Equalizers Ecualizadores - + Vinyl Control Control de vinilo - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Conmutar el modo de puntos cue del control de vinilo (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) Conmutar el control de vinilo (Absoluto/Relativo/Constante) - + Pass through external audio into the internal mixer Pasar audio externo al mezclador interno - + Cues Puntos cue - + Cue button Botón de Cue - + Set cue point Establecer punto de Cue - + Go to cue point Ir al Cue - + Go to cue point and play Ir al Cue y reproducir - + Go to cue point and stop Ir al punto de Cue y parar - + Preview from cue point Preescuchar desde punto Cue - + Cue button (CDJ mode) Boton Cue (modo CDJ) - + Stutter cue Reproducir Cue (Stutter) - + Hotcues Hotcues - + Set, preview from or jump to hotcue %1 Establecer, preescuchar o saltar al hotcue %1 - + Clear hotcue %1 Borrar hotcue %1 - + Set hotcue %1 Establecer Hotcue %1 - + Jump to hotcue %1 Saltar al hotcue %1 - + Jump to hotcue %1 and stop Saltar al hotcue %1 y parar - + Jump to hotcue %1 and play Saltar al hotcue %1 y reproducir - + Preview from hotcue %1 Preescucha Hotcue %1 - - + + Hotcue %1 Hotcue %1 - + Looping Repetición - + Loop In button Botón de inicio del bucle - + Loop Out button Botón de fin de bucle - + Loop Exit button Botón de salida de bucle - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Mover el bucle hacia adelante en %1 pulsaciones - + Move loop backward by %1 beats Mover el bucle hacia atrás en %1 pulsaciones - + Beat-Looping Bucle de pulsaciones - + Create %1-beat loop Crear bucle de %1 pulsaciones - + Create temporary %1-beat loop roll Crear bucle temporal corredizo de %1 pulsaciones - + Library Biblioteca @@ -1289,20 +1284,20 @@ + - Volume Fader Deslizador de Volumen - + Full Volume Volumen máximo - + Zero Volume Volumen cero @@ -1318,7 +1313,7 @@ - + Mute Silenciar @@ -1329,7 +1324,7 @@ - + Headphone Listen Escuchar por auriculares @@ -1350,25 +1345,25 @@ - + Orientation Orientación - + Orient Left Orientar a la izquierda - + Orient Center Orientar al centro - + Orient Right Orientar a la derecha @@ -1473,11 +1468,6 @@ Sync Mode Modo de sincronización - - - Tap to sync, hold to enable sync mode - Pulsar para sincronizar, mantener pulsado para activar el modo de sincronización - Internal Sync Master @@ -1525,527 +1515,521 @@ Sincronizar pulsaciones al momento - + Sync Tempo One-Shot Sincronizar tempo al momento - + Sync Phase One-Shot Sincronizar Fase al momento - + Speed (Pitch/Tempo) Velocidad(Tono/Tempo) - + Keylock Mode Modo de bloqueo tonal - + Pitch control (does not affect tempo), center is original pitch Control de velocidad (No afecta el tempo), al centro es la velocidad original - + Pitch Adjust Ajuste de velocidad - + Adjust pitch from speed slider pitch Ajuste la velocidad desde el deslizador de velocidad - + Match musical key Coincidir con clave musical - + Match Key Cuadrar tonalidad (clave) - + Reset Key Restablecer tonalidad - + Resets key to original Restablecer tonalidad a la original - + High EQ Ecualización de Agudos - + Mid EQ Ecualización de Medios - + Low EQ Ecualización de Graves - + Toggle Vinyl Control Conmutar el control del vinilo - + Toggle Vinyl Control (ON/OFF) Conmutar el control de vinilo (ON/OFF) - + Vinyl Control Mode Modo de control de vinilo - + Vinyl Control Cueing Mode Modo de Cue en Control por Vinilo - + Vinyl Control Passthrough Passthrough en Control por Vinilo - + Vinyl Control Next Deck siguiente plato en Control por vinilo - + Single deck mode - Switch vinyl control to next deck Modo de plato único - Cambia el control de vinilo al siguiente plato - + Cue Cue - + Set Cue Establecer punto cue - + Go-To Cue Ir al Cue - + Go-To Cue And Play Ir a Cue y reproducir - + Go-To Cue And Stop Ir al Cue y detener - + Preview Cue Preescuchar Cue - + Cue (CDJ Mode) Cue (modo CDJ) - + Stutter Cue Reproducir Cue (Stutter) - + Go to cue point and play after release Ir al cue y reproducir en soltar - + Clear Hotcue %1 Borrar hotcue %1 - + Set Hotcue %1 Establecer Hotcue %1 - + Jump To Hotcue %1 Saltar al hotcue %1 - + Jump To Hotcue %1 And Stop Saltar al hotcue %1 y parar - + Jump To Hotcue %1 And Play Saltar al hotcue %1 y reproducir - + Preview Hotcue %1 Preescuchar Hotcue %1 - + Loop In Inicio de bucle - + Loop Out Fin del bucle - + Loop Exit Salida del bucle - + Reloop/Exit Loop Repetir/Salir del bucle - + Loop Halve Reducir bucle a la mitad - + Loop Double Aumentar bucle al doble - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Mover bucle en +%1 pulsaciones - + Move Loop -%1 Beats Mover bucle en -%1 pulsaciones - + Loop %1 Beats Bucle de %1 pulsaciones - + Loop Roll %1 Beats Bucle corredizo de %1 pulsaciones - + Add to Auto DJ Queue (bottom) Añadir a la cola de Auto DJ (al final) - + Append the selected track to the Auto DJ Queue Añade las pistas seleccionadas al final de la cola de Auto DJ - + Add to Auto DJ Queue (top) Añadir a la cola de Auto DJ (al principio) - + Prepend selected track to the Auto DJ Queue Añade las pistas seleccionadas al principio de la cola de Auto DJ - + Load Track Cargar Pista - + Load selected track Carga la pista seleccionada - + Track Load and Play Cargar Pista y Reproducir - + Load selected track and play Carga la pista seleccionada y la reproduce - + Record Mix Grabar mezcla - + Toggle mix recording Conmuta la grabación de la mezcla - + Effects Efectos - + Quick Effects Efectos rápidos - + Deck %1 Quick Effect Super Knob Super rueda de efecto rápido del plato %1 - + Quick Effect Super Knob (control linked effect parameters) Super rueda de efecto rápido (parámetros de efecto asociado al control) - + Quick Effect Efecto rápido - + Clear effect rack Reestablecer unidad de efectos - + Clear Effect Rack Reestablecer unidad de efectos - + Clear Unit Limpiar unidad - + Clear effect unit Limpia la unidad de efectos - + Toggle Unit Conmutar la unidad - + Dry/Wet Directo/Alterado - + Adjust the balance between the original (dry) and processed (wet) signal. Ajuste entre señal directa (dry) y alterada (wet). - + Super Knob - Súper Rueda - - - - - Insert/Send Toggle - Conmutar el modo de efecto inserción/envío + Rueda Súper - + Next Chain Siguiente cadena + - + - + - + - Assign Asignar - + Clear Borrar - + Clear the current effect Borrar el efecto actual - + Toggle Conmutar - + Toggle the current effect Conmutar el efecto actual - + Next Siguente - + Switch to next effect Cambiar al siguiente efecto - + Previous Anterior - + Switch to the previous effect Cambiar al efecto previo - + Next or Previous Siguiente o Anterior - + Switch to either next or previous effect Cambiar a cualquier efecto siguiente o anterior + - Parameter Value Valor de Parámetro + - Microphone Ducking Strength Intensidad de Atenuación de Micrófono - + Microphone Ducking Mode Modo de Atenuación de Micrófono - + Gain Ganancia - + Gain knob Rueda de Ganancia - + Shuffle the content of the Auto DJ queue Mezcla el contenido de la cola de Auto DJ - + Skip the next track in the Auto DJ queue Salta la siguiente pista de la cola de Auto DJ - + Auto DJ Toggle Conmutar Auto DJ - + Toggle Auto DJ On/Off Conmutar Auto DJ Encendido/Apagado - + Library Maximize/Restore Maximizar/Restaurar Biblioteca - + Maximize the track library to take up all the available screen space. Maximizar la biblioteca para tomar todo el espacio disponible en pantalla. - + Effect Rack Show/Hide Mostrar/ocultar unidad de efectos - + Show/hide the effect rack Mostrar/ocultar unidad de efectos - + Cover Art Show/Hide Mostrar/Ocultar carátulas - + Show/hide cover art Mostrar/Ocultar carátulas - + Waveform Zoom Out - Alejar zoom de la forma de onda + Alejar zoom de forma de onda - + Toggle Effect Unit Conmutar Unidad de efectos @@ -2070,546 +2054,566 @@ Ganancia de auriculares - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed Velocidad de reproducción - + Playback speed control (Vinyl "Pitch" slider) Control de velocidad de reproducción (El "Pitch de vinilo) - + Pitch (Musical key) Pitch (tonalidad) - + Increase Speed Incrementar Velocidad - + Adjust speed faster (coarse) Incrementar la velocidad (grueso) - - + + Increase Speed (Fine) Incrementar velocidad (fino) - + Adjust speed faster (fine) Incrementar la velocidad (fino) - + Decrease Speed Reducir Velocidad - + Adjust speed slower (coarse) Reducir la velocidad (grueso) - + Adjust speed slower (fine) Reducir la velocidad (fino) - + Temporarily Increase Speed Incrementar temporalmente la velocidad - + Temporarily increase speed (coarse) Incremento temporal de velocidad (grueso) - + Temporarily Increase Speed (Fine) Incremento temporal de velocidad (fino) - + Temporarily increase speed (fine) Incremento temporal de velocidad (fino) - + Temporarily Decrease Speed Reducir temporalmente la velocidad - + Temporarily decrease speed (coarse) Reducción temporal de velocidad (grueso) - + Temporarily Decrease Speed (Fine) Reducción temporal de velocidad (fino) - + Temporarily decrease speed (fine) Reducción temporal de velocidad (fino) + - Adjust %1 Ajuste %1 + - Kill %1 Suprime %1 - + CUP (Cue + Play) CUP (Cue + Play) - + Loop Selected Beats Bucle de las pulsaciones seleccionadas - + Create a beat loop of selected beat size Crear bucle con el tamaño de pulsaciones seleccionado - + Loop Roll Selected Beats Bucle corredizo de las pulsaciones seleccionadas - + Create a rolling beat loop of selected beat size Crear bucle corredizo con el tamaño de pulsaciones seleccionado - + Toggle loop on/off and jump to Loop In point if loop is behind play position Activar / Desactivar bucle y saltar al inicio del bucle si está detrás de la posición de reproducción - + Reloop And Stop Reactivar bucle y detener - + Enable loop, jump to Loop In point, and stop Activar bucle, ir al inicio del bucle y detener - + Halve the loop length Reducir a la mitad la longitud del bucle - + Double the loop length Duplicar la longitud del bucle - + Beat Jump / Loop Move Salto de pulsaciones / Movimiento del bucle - + Jump / Move Loop Forward %1 Beats Saltar / Mover bucle hacia delante en %1 pulsaciones - + Jump / Move Loop Backward %1 Beats Saltar / Mover bucle hacia atrás en %1 pulsaciones - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats Saltar hacia adelante en %1 pulsaciones, o si el bucle está activado, moverlo hacia adelante en %1 pulsaciones - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats Saltar hacia atrás en %1 pulsaciones, o si el bucle está activado, moverlo hacia atrás en %1 pulsaciones - + Beat Jump / Loop Move Forward Selected Beats Saltar en pulsaciones / Mover el bucle adelante en la cantidad seleccionada - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats Salta hacia adelante la cantidad seleccionada de pulsaciones, o si el bucle está activado, lo mueve hacia adelante la cantidad seleccionada de pulsaciones - + Beat Jump / Loop Move Backward Selected Beats Saltar en pulsaciones / Mover el bucle atrás en la cantidad seleccionada - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats Salta hacia atrás la cantidad seleccionada de pulsaciones, o si el bucle está activado, lo mueve hacia atrás la cantidad seleccionada de pulsaciones - + Move up Hacia arriba - + Equivalent to pressing the UP key on the keyboard Equivalente a pulsar la tecla flecha arriba en el teclado - + Move down Hacia abajo - + Equivalent to pressing the DOWN key on the keyboard Equivalente a pulsar la tecla abajo arriba en el teclado - + Move up/down Arriba/abajo - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys Mover verticalmente en qualquier dirección usando una rueda, como si se pulsaran las teclas flecha arriba/abajo - + Scroll Up Retrocede página - + Equivalent to pressing the PAGE UP key on the keyboard Equivalente a pulsar la tecla retrocede página arriba en el teclado - + Scroll Down Avance página - + Equivalent to pressing the PAGE DOWN key on the keyboard Equivalente a pulsar la tecla avance página en el teclado - + Scroll up/down Arriba/abajo página - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys Mover verticalmente en qualquier dirección usando una rueda, como si se pulsaran las teclas avance/retroceso página - + Move left Izquierda - + Equivalent to pressing the LEFT key on the keyboard Equivalente a pulsar la tecla flecha izquierda en el teclado - + Move right Derecha - + Equivalent to pressing the RIGHT key on the keyboard Equivalente a pulsar la tecla flecha derecha en el teclado - + Move left/right Izquierda/derecha - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys Mover verticalmente en qualquier dirección usando una rueda, como si se pulsaran las teclas flecha izquierda/derecha - + Move focus to right pane Mover al panel derecho - + Equivalent to pressing the TAB key on the keyboard Equivalente a pulsar la tecla Tabulador del teclado - + Move focus to left pane Mover el foco al panel izquierdo - + Equivalent to pressing the SHIFT+TAB key on the keyboard Equivalente a pulsar las teclas Mayúsculas+Tabulación en el teclado. - + Move focus to right/left pane Mover el foco al panel izquierdo/derecho - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys Mueve el foco al panel izquierdo o derecho usando una rueda, como si se pulsara tabulación/mayusculas+tabulación. - + Go to the currently selected item Ve al elemento actualmente seleccionado. - + Choose the currently selected item and advance forward one pane if appropriate Elige el elemento actualmente seleccionado y avanza un panel si aplica. - + Add to Auto DJ Queue (replace) Añadir a la cola de Auto DJ (reemplaza) - + Replace Auto DJ Queue with selected tracks Reemplaza la cola de Auto DJ con las pistas seleccionadas - + Enable or disable effect processing Activar o desactivar efectos - + Super Knob (control effects' Meta Knobs) Rueda Super (controla las ruedas Meta del efecto) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset Siguiente preajuste de cadena - + Previous Chain Cadena anterior - + Previous chain preset Anterior preajuste de cadena - + Next/Previous Chain Cadena siguiente/anterior - + Next or previous chain preset Siguiente o anterior preajuste de cadena + - Show Effect Parameters Mostrar parámetros de efectos - + Meta Knob Rueda Meta - + Effect Meta Knob (control linked effect parameters) Rueda Meta del efecto (controla los parámetros del efecto asociados) - + Meta Knob Mode Modo de la rueda Meta - + Set how linked effect parameters change when turning the Meta Knob. Define como se comportan los parámetros del efecto enlazados al mover la rueda Meta. - + Meta Knob Mode Invert Modo rueda Meta Invertida - + Invert how linked effect parameters change when turning the Meta Knob. Invierte el sentido en el que se mueven los parámetros del efecto enlazados al girar la rueda Meta. - + Microphone / Auxiliary Micrófono/Auxiliar - + Microphone On/Off Micrófono Encendido/Apagado - + Microphone on/off Micrófono encendido/apagado - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Conmutar modo de atenuación de micrófono (OFF, AUTO, MANUAL) - + Auxiliary On/Off Auxiliar Encendido/Apagado - + Auxiliary on/off Auxiliar encendido/apagado - + Auto DJ Auto DJ - + Auto DJ Shuffle Auto DJ Aleatorio - + Auto DJ Skip Next Quitar la siguiente en Auto DJ - + Auto DJ Fade To Next Autodesvanecer a la siguiente en Auto DJ - + Trigger the transition to the next track Desencadenar la transición a la pista siguiente - + User Interface Interfaz de usuario - + Samplers Show/Hide Mostrar/Ocultar reproductor de muestras - + Show/hide the sampler section Mostrar/Ocultar la sección de reproductor de muestras - + Microphone Show/Hide Mostrar/Ocultar Micrófono - + Show/hide the microphone section Mostrar/ocultar la sección del micrófono - + Vinyl Control Show/Hide Mostrar/Ocultar Control de Vinilo - + Show/hide the vinyl control section Mostrar/ocultar la sección del control del vinilo - + Preview Deck Show/Hide Ocultar/Mostrar reproductor de preescucha - + Show/hide the preview deck Oculta/Muestra el reproductor de pre-escucha - + Vinyl Spinner Show/Hide Mostrar/ocultar vinilo - + Show/hide spinning vinyl widget Mostrar/ocultar el widget de vinilo giratorio - + Waveform zoom Cambia el zoom de la forma de onda - + Waveform Zoom Zoom de forma de onda - + Zoom waveform in Incrementa el zoom de la forma de onda - + Waveform Zoom In - Zoom en espectro de onda + Acercar zoom de forma de onda - + Zoom waveform out Reduce el zoom de la forma de onda @@ -2907,16 +2911,44 @@ copia - - Duplicate Crate - Duplicar Cajón + + Duplicate Crate + Duplicar Cajón + + + + + + Duplicating Crate Failed + La copia del cajón ha fallado + + + + DlgAbout + + + Mixxx %1 Development Team + Equipo de desarrollo de Mixxx %1 + + + + With contributions from: + Con colaboradores de: + + + + And special thanks to: + Y agradecimientos especiales a: + + + + Past Developers + Antiguos desarrolladores - - - - Duplicating Crate Failed - La copia del cajón ha fallado + + Past Contributors + Antiguos colaboradores @@ -3574,103 +3606,103 @@ Ha intentado asignar: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Automatic Automático - + Mono Mono - + Stereo Estéreo - - - - + + + + Action failed Acción fallida - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. '%1' tiene el mismo punto de montaje Icecast que '%2'. No pueden haber dos fuentes de emisión hacia el mismo servidor que usen el mismo punto de montaje. - + You can't create more than %1 source connections. No se pueden crear más de %1 fuentes de emisión en vivo. - + Source connection %1 Fuente de emisión %1 - + At least one source connection is required. Se requiere almenos una fuente de emisión. - + Are you sure you want to disconnect every active source connection? ¿Seguro que deseas desconectar todas las fuentes de emisión activas? - + Confirmation required Se necesita confirmación - + Are you sure you want to delete '%1'? ¿Deseas realmente borrar '%1'? - + Renaming '%1' Renombrando '%1' - + New name for '%1': Nuevo nombre para '%1': - + Can't rename '%1' to '%2': name already in use No se puede renombrar '%1' a '%2': el nombre está en uso @@ -3683,27 +3715,27 @@ No pueden haber dos fuentes de emisión hacia el mismo servidor que usen el mism Preferencias de Transmision en Vivo - + Mixxx Icecast Testing Prueba de «Icecast» de Mixxx - + Public stream Transmisión pública - + http://www.mixxx.org http://www.mixxx.org - + Stream name Nombre de la emisión - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. Debido a errores en algunos clientes de transmisión, actualizar dinámicamente los metadatos Ogg Vorbis puede causar interferencias y desconexiones a los oyentes. Marque esta casilla para actualizar los metadatos de todos modos. @@ -3738,189 +3770,204 @@ No pueden haber dos fuentes de emisión hacia el mismo servidor que usen el mism Activar la emisión en vivo al aplicar los cambios - + Settings for %1 Opciones para %1 - + Dynamically update Ogg Vorbis metadata. Actualizar dinámicamente los metadatos Ogg Vorbis. - + + ICQ + ICQ + + + + AIM + AIM + + + Website Sitio web - + Live mix Mezcla en vivo - + + IRC + IRC + + + Select a source connection above to edit its settings here Selecciona en la lista la fuente de emisión que desees editar - + Password storage Guardado de contraseñas - + Plain text Texto simple - + Secure storage (OS keychain) Almacen seguro (almacen de llaves del SO) - + Genre Género - + Use UTF-8 encoding for metadata. Usar codificación UTF-8 para los metadatos. - + Description Descripción - + Encoding Codificación - + Bitrate Tasa de bits - - + + Format Formato - + Channels Canales - + Server connection Conexión al servidor - + Type Tipo - + Host Servidor - + Login Identificación - + Mount Montar - + Port Puerto - + Password Contraseña - + Stream info Información de la emisión - + Metadata Metadatos - + Use static artist and title. Usar texto de artista y título fijos - + Static title Titulo fijo - + Static artist Artista fijo - + Automatic reconnect Reconectar automáticamente - + Time to wait before the first reconnection attempt is made. Tiempo de espera antes de intentar volver a conectar por primera vez. - - + + seconds segundos - + Wait until first attempt Esperar hasta el primer intento - + Reconnect period Período para reconexión - + Time to wait between two reconnection attempts. Tiempo de espera entre dos intentos de reconexión - + Limit number of reconnection attempts Limita la cantidad de intentos de reconexión - + Maximum retries Límite de intentos - + Reconnect if the connection to the streaming server is lost. Intenta reconectar si se pierde la conexión al servidor de emisión. - + Enable automatic reconnect Activa la reconexión automática @@ -4698,15 +4745,11 @@ Si no existe ninguno, va al inicio de la pista. DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected Ningún @@ -4833,32 +4876,32 @@ Displayed when no effect is selected Efectos disponibles - + Effect Info Información del efecto - + Version: Versión: - + Description: Descripción: - + Author: Autor: - + Name: Nombre: - + Type: Tipo: @@ -5096,6 +5139,19 @@ y le permite su afinación para la mezcla armónica. Sol#m + + DlgPrefLV2Dlg + + + Equalizer Preferences + Preferencias de Ecualizador + + + + Discovered LV2 effects + Has descubierto efectos de NV. 2 + + DlgPrefLibrary @@ -5919,11 +5975,7 @@ Este volumen de referencia es aproximado y asume que la ganancia y el nivel de s ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds ms @@ -6163,17 +6215,17 @@ milliseconds RGB - + OpenGL not available OpenGL no disponible - + dropped frames fotogramas perdidos - + Cached waveforms occupy %1 MiB on disk. Formas de onda almacenadas en caché ocupan %1 MiB en el disco. @@ -6211,28 +6263,28 @@ milliseconds Ganancia visual - + Default zoom level Waveform zoom Nivel de zoom por defecto - + Displays the actual frame rate. Muestra la tasa de refresco actual. - + Visual gain of the middle frequencies Ganancia visual de las frecuencias medias - + End of track warning Advertencia de fin de pista - + OpenGL status Estado de OpenGL @@ -6247,107 +6299,126 @@ milliseconds segundos - + Low Graves - + Middle Medio - + Global Global - + Visual gain of the high frequencies Ganancia visual de las frecuencias agudas - + Visual gain of the low frequencies Ganancia visual de las frecuencias graves - + High Agudos - + Waveform type Tipo de forma de onda de reproducción - + Global visual gain Ganancia visual global - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. La vista general de forma de onda muestra la forma de onda de la pista entera. Elija entre los distintos tipos de visualización para la forma de onda, que se diferencian principalmente por el nivel de detalle mostrado. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. La forma de onda de reproducción muestra la forma de onda de la pista cerca de la posición de reproducción actual. Elija entre los distintos tipos de visualización para la forma de onda, que se diferencian principalmente por el nivel de detalle mostrado. - + Waveform overview type Tipo de vista general de forma de onda - + + fps + FPS + + + Synchronize zoom level across all waveform displays. Sincroniza el nivel de ampliación en todas la vistas de forma de onda. - + Synchronize zoom level across all waveforms Sincroniza el nivel de ampliación en todas las formas de onda - + Caching Almacenamiento en caché - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. Mixxx almacena en caché las formas de onda de las pistas en el disco la primera vez que se carga una pista. Esto reduce el uso de la CPU cuando se está jugando en vivo, pero requiere espacio en disco adicional. - + Enable waveform caching Habilitar el almacenamiento en caché de forma de onda - + Generate waveforms when analyzing library Generar formas de onda cuando se analiza la biblioteca - - - Beat Grid - Cuadricula de tempo + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + % + + + + Play marker position + - - Show Beat Markers - Mostrar marcadores de pulsación + + Moves the play marker position on the waveforms to the left, right or center (default). + - + Clear Cached Waveforms Las formas de onda claras en caché @@ -6355,83 +6426,93 @@ Elija entre los distintos tipos de visualización para la forma de onda, que se DlgPreferences - + Sound Hardware Hardware de sonido - + Controllers Controladores - + Library Biblioteca - + Interface Interfaz - + Waveforms Formas de onda - + Auto DJ Auto DJ - + Equalizers Ecualizadores - + Decks Reproductores - + Crossfader Crossfader - + + Effects + Efectos + + + + LV2 Plugins + Extensiones de NV. 2 + + + Recording - Grabación + Grabando - + Beat Detection Detección de pulsaciones - + Key Detection Detección de tonalidad - + Normalization Normalización - - + + Vinyl Control Control de vinilo - + Live Broadcasting Emisión en vivo - + Modplug Decoder Decodificador Modplug @@ -6665,7 +6746,7 @@ Elija entre los distintos tipos de visualización para la forma de onda, que se BPM - PPM + BPM @@ -6950,7 +7031,7 @@ Normalmente ofrece unas cuadrículas de pulsaciones de mayor calidad, pero no fu EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject Cadena vacía @@ -6964,40 +7045,58 @@ Normalmente ofrece unas cuadrículas de pulsaciones de mayor calidad, pero no fu Ningún efecto cargado. + + EffectSettingsModel + + + Visible + Visible + + + + Name + Nombre + + + + Type + Tipo + + EffectsManager - + Flanger Flanger - + BitCrusher BitCrusher - + Filter Filtro - + Reverb Reverberación - + Echo Eco - + AutoPan AutoBalance - + Tremolo Trémolo @@ -7168,39 +7267,39 @@ Normalmente ofrece unas cuadrículas de pulsaciones de mayor calidad, pero no fu ITunesFeature - - + + iTunes iTunes - - + + Select your iTunes library Seleccione su biblioteca de iTunes - + (loading) iTunes (cargando) iTunes - + Use Default Library Usar la biblioteca predeterminada - + Choose Library... Escoger Biblioteca... - + Error Loading iTunes Library Error Cargando la Biblioteca de iTunes - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. Hubo un error cuando se leía la biblioteca de iTunes. Algunas de las pistas o de las listas de reproducción de iTunes tal vez no hayan sido leídas. @@ -7439,52 +7538,52 @@ de OpenGL. MixxxMainWindow - + Choose music library directory Elija el directorio de la biblioteca de la música - + Sound Device Busy El dispositivo de sonido está ocupado - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Reintente</b> luego de cerrar las otras aplicaciones o reconectar un dispositivo de sonido - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Reconfigure</b> las opciones del dispositivo de sonido de Mixxx. - - + + Get <b>Help</b> from the Mixxx Wiki. Obtenga <b>ayuda</b> del wiki de Mixxx. - - - + + + <b>Exit</b> Mixxx. <b>Salir</b> de Mixxx. - + Retry Reintentar - + Cannot open database No se puede abrir la base de datos - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7495,150 +7594,142 @@ Mixxx requiere QT con soporte SQLite. Por favor, consulte la documentación del Pulse Aceptar para salir. - - + + Reconfigure Reconfigurar - + Help Ayuda - - + + Exit Salir - - + + Mixxx was unable to open all the configured sound devices. Mixxx no ha podido activar todos los dispositivos de sonido configurados. - + Sound Device Error Error del dispositivo de sonido - + <b>Retry</b> after fixing an issue <b>Reintenta</b> una vez corregido el problema - + No Output Devices No hay dispositivos de salida - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. Mixxx fue configurado sin ningún dispositivo de salida de audio. El procesamiento de audio estará desactivado mientras no se configure un dispositivo de audio de salida. - + <b>Continue</b> without any outputs. <b>Continuar</b> sin ninguna salida. - + Continue Continuar - + Load track to Deck %1 Cargar pista al plato %1 - + Deck %1 is currently playing a track. El plato %1 está reproduciendo una pista. - + Are you sure you want to load a new track? ¿Está seguro de cargar una pista nueva? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. No hay ningún dispositivo de entrada seleccionado para el control por vinilo. Por favor, seleccione un dispositivo de entrada en las preferencias de hardware de sonido. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. No hay ningún dispositivo de entrada seleccionado para el control passthrough. Por favor, seleccione un dispositivo de entrada en las preferencias de hardware de sonido. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. No hay ningún dispositivo de entrada seleccionado para este micrófono. Por favor, seleccione un dispositivo de entrada en las preferencias de hardware de sonido. - + Error in skin file Error en el archivo de la apariencia - + The selected skin cannot be loaded. No se ha podido cargar la apariencia seleccionada. - + OpenGL Direct Rendering OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. El renderizado directo no está habilitado en tu máquina.<br><br>Esto significa que la visualización de forma de onda va a ser muy<br><b>lenta y puede exigir demasiado tu CPU</b>. Debes actualizar tu<br>configuración para habilitar renderizado directo, o desactivar<br>la visualización de forma de onda en las preferencias de Mixxx seleccionando<br>"Vacío" como la visualización de forma de onda en la sección 'Interface'.<br><br>NOTA: Si usas placas NVIDIA,<br>puede no haber renderizado directo, pero<br>no deberías experimentar baja de performance. - - + + Confirm Exit Confirmar salida - + A deck is currently playing. Exit Mixxx? Un plato está reproduciendo. ¿Salir de Mixxx? - + A sampler is currently playing. Exit Mixxx? Un reproductor de muestras está en reproducción. ¿Salir de Mixxx? - + The preferences window is still open. La ventana de preferencias todavía está abierta. - + Discard any changes and exit Mixxx? ¿Descartar cambios y salir de Mixxx? - - NativeBackend - - - Native - Nativo - - ParserCsv @@ -8026,88 +8117,88 @@ Para abortar esta acción, pulse Cancelar en el selector de archivos.Usted ha seleccionado un archivo equivocado. Para permitir acceso a Mixxx, por favor seleccione el archivo '%1'. Si no quiere continuar, presione Cancelar. - - + + Bit Depth Bits - - + + Bitcrusher Bitcrusher - + Adds noise by the reducing the bit depth and sample rate Añade ruido reduciendo la profundidad de bits y la frecuencia de muestreo - + The bit depth of the samples La profundidad de bits por muestra - + Downsampling Frecuencia - + Down Reducir - + The sample rate to which the signal is downsampled La frecuencia de muestreo a la que se reduce la señal - - + + Echo Eco - - + + Time Retardo - - + + Ping Pong Ping pong - - - - + + + + Send Entrada - + How much of the signal to send into the delay buffer Que cantidad de señal será enviada al búfer de delay - - - - + + + + Feedback Realimentación - + Stores the input signal in a temporary buffer and outputs it after a short time Almacena la señal de entrada en un búfer temporal y la devuelve después de un pequeño retardo - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -8116,134 +8207,134 @@ Para abortar esta acción, pulse Cancelar en el selector de archivos. - + Amount the echo fades each time it loops Cantidad de eco que se desvanece en cada repetición - + How much the echoed sound bounces between the left and right sides of the stereo field La cantidad de señal que rebota entre el el canal izquierdo y derecho del campo de estéreo. - - - - + + + + Quantize Cuantizar - + Round the Time parameter to the nearest 1/4 beat. Redondea el parámetro Retardo al 1/4 de pulsación más cercano. - - - - - - - + + + + + + + Triplets Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. Cuando el parámetro Cuantizar está activado, divide por 3 el retardo redondeado a 1/4 de pulsación. - - + + Filter Filtro - + Allows only high or low frequencies to play. Permite reproducir sólo las frecuencias altas o las bajas. - + Low Pass Filter Cutoff Corte del filtro de graves - - + + LPF Paso bajo - - + + Corner frequency ratio of the low pass filter Frecuencia de corte para el filtro paso bajo - + Q Q - + Resonance of the filters Default: flat top Resonancia de los filtros Por defecto: plano - + High Pass Filter Cutoff Corte del filtro de agudos - - + + HPF Paso alto - - + + Corner frequency ratio of the high pass filter Frecuencia de corte para el filtro paso alto - - - - + + + + Depth Profundidad - - + + Flanger Flanger - - + + Speed LFO - - + + Manual Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering Mezcla la señal de entrada con una copia retardada y modulada en tono de si misma para crear un filtro combinado - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected @@ -8252,111 +8343,111 @@ Por defecto: plano 1/32 - 4 Hz si no se detecta tempo - + Delay amplitude of the LFO (low frequency oscillator) Amplitud del retardo controlado por el LFO (oscilador de baja frecuencia) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. Posición del retardo controlado por el LFO (oscilador de baja frecuencia). Si la amplitud es cero, este parámetro permite mover la posición manualmente por en rango entero. - + Regeneration Regeneración - + Regen Regen - + How much of the delay output is feed back into the input La cantidad de la señal retardada que retroalimenta a la entrada - - + + Intensity of the effect Intensidad del efecto - - + + Divide rounded 1/2 beats of the Period parameter by 3. Divide por 3 el período redondeado a 1/2 pulsación. - - + + Mix Mix - - - - - - + + + + + + Width Ancho - + Metronome Metrónomo - + Adds a metronome click sound to the stream Añade el sonido de tic tac de un metrónomo a la señal de salida - + BPM BPM - + Set the beats per minute value of the click sound Define las pulsaciones por minuto del tic tac - + Sync Sincronizar - + Synchronizes the BPM with the track if it can be retrieved Sincroniza el BPM con el de la pista, si se puede obtener - - - - + + + + Period Período - - + + Autopan Autopan - + Bounce the sound left and right across the stereo field Hace rebotar la señal de izquierda a derecha en el campo estéreo - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected @@ -8365,233 +8456,233 @@ Si la amplitud es cero, este parámetro permite mover la posición manualmente p 1/4 - 4 segundos si no se detecta tempo - + Smoothing Suavizado - + Smooth Suaviza - + How smoothly the signal goes from one side to the other La suavidad con la que la señal se mueve de un lado a otro - + How far the signal goes to each side La distancia que recorre la señal hacia cada lado - + Reverb Reverberación - + Emulates the sound of the signal bouncing off the walls of a room Simula el sonido de una señal rebotando en las paredes de una habitación - - + + Decay Desvan - + Lower decay values cause reverberations to fade out more quickly. Una caída menor provocará que la reverberación termine antes. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. Ancho de banda del filtro paso bajo a la entrada. Valores más altos no atenuaran tanto las altas frecuencias. - + + How much of the signal to send in to the effect + + + + Bandwidth Ancho de banda - + BW Banda - - + + Damping Valle - + Higher damping values cause high frequencies to decay more quickly than low frequencies. Valores de valle (damping) más altos hacen que las frecuencias altas se desvanezcan ántes que las bajas frecuencias. - - How much of the signal to send to the effect - La cantidad de señan que se envía al efecto - - - - - + + + Low Graves - - - + + + Gain for Low Filter Ganancia para el filtro de graves - + Kill Low Suprime Graves - + Kill the Low Filter Suprime la banda de graves - + Mid Medios - + Bessel4 LV-Mix Isolator Aislador Bessel4 LV-Mix - + Bessel4 ISO Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). Un aislador de filtro Bessel de 4o órden con una mezcla de Lipshitz y Vanderkooy (unidad perfecta, atenuación -24 dB/Oct.) - + Gain for Mid Filter Ganáncia para el filtro de medios - + Kill Mid Suprime Medios - + Kill the Mid Filter Suprime la banda de medios - + High Agudos - - + + Gain for High Filter Ganancia para el filtro de agudos - + Kill High Suprime Agudos - + Kill the High Filter Suprime la banda de agudos - + To adjust frequency shelves, go to Preferences -> Equalizers. Para ajustar los límites de las bandas de frecuencia, ir a Preferencias -> Ecualizadores. - + Graphic Equalizer Ecualizador Gráfico - + Graphic EQ Ecualizador Gráfico - + An 8-band graphic equalizer based on biquad filters Un equalizador de 8 bandas basado en filtros biquad - + Gain for Band Filter %1 Ganáncia del filtro de banda %1 - + Moog Ladder 4 Filter Filtro Moog Ladder 4 - + Moog Filter Filtro Moog - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation Un filtro de escalera Moog de 4 polos, basado en la implementación digital no lineal de Antti Houvilainen - + Res Res - - + + Resonance Resonancia - + Resonance of the filters. 4 = self oscillating resonancia de los filtros. 4 = autoscilante - + Deck %1 EQ Effect Efecto EQ del plato %1 - - + + EQ Effect Efecto EQ - + Deck 1 EQ Effect Efecto EQ del plato 1 - + Gain for Low Filter (neutral at 1.0) Ganancia del filtro de graves (neutro en 1.0) @@ -8601,30 +8692,30 @@ Valores más altos no atenuaran tanto las altas frecuencias. Flujo de red - - + + Phaser Faser - - + + Stereo Estéreo - - + + Stages Estados - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering Mezcla la señal de entrada con una copia de si misma después de pasar por una serie de filtros all-pass para crear un filtro combinado. - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected @@ -8633,28 +8724,28 @@ Valores más altos no atenuaran tanto las altas frecuencias. 1/4 - 4 segundos si no se detecta tempo - + Controls how much of the output signal is looped Controla la cantidad de la señal de salida se conecta en bucle - - + + Range Rango - + Controls the frequency range across which the notches sweep. Controla la gama de frecuencias a través de la cual el muescas barrido. - + Number of stages Número de etapas - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others Hace que la fase de los LFO (oscilador de baja frecuencia) del canal izquierdo y derecho no esté sincronizada entre si @@ -8719,47 +8810,47 @@ Valores más altos no atenuaran tanto las altas frecuencias. F11 - + Bessel8 LV-Mix Isolator Aislador Bessel8 LV-Mix - + Bessel8 ISO Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). Un aislador de filtro Bessel de 8o órden con una mezcla de Lipshitz y Vanderkooy (unidad perfecta, atenuación -48 dB/Oct.) - + LinkwitzRiley8 Isolator Aislador LinkwitzRiley8 - + LR8 ISO LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). Un aislador Linkwitz-Riley de 8o órden (punto de corte optimizado, fase constante, atenuación de -48dB/octava) - + Biquad Equalizer Ecualizador biquad - + BQ EQ BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. Un ecualizador de 3 bandas con dos filtros biquad de campana, un filtro shelf paso alto y botones de eliminación completa. @@ -8769,60 +8860,60 @@ Valores más altos no atenuaran tanto las altas frecuencias. Dispositivo no encontrado - + Biquad Full Kill Equalizer Equalizador Biquad de eliminación completa - + BQ EQ/ISO BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. Un equalizador de 3 bandas que combina un ecualizador y un circuito aislador para ofrecer cambios suaves y eliminación completa. - + Loudness Contour Contorno de loudness - - - + + + Loudness Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. Amplifica las frecuencias baja y alta si el volumen está bajo para compensar por la sensibilidad reducida de la oreja humana. - + Set the gain of the applied loudness contour Establece la ganancia del contorno de loudness a aplicar. - - + + Use Gain Usar Ganancia - + Follow Gain Knob Compensa el factor de loudness dependiendo del valor de ganáncia del reproductor. - + This stream is online for testing purposes! Esta emisora está emitiendo en pruebas! - + Live Mix Mix en Vivo @@ -8855,45 +8946,45 @@ Valores más altos no atenuaran tanto las altas frecuencias. 32 bits coma flotante - - - + + + Balance Balance - + Adjust the left/right balance and stereo width Ajusta el balance izquierda/derecha y la separación de estéreo - + Adjust balance between left and right channels Ajusta el balance entre los canales izquierdo y derecho - - + + Mid/Side Mid/Side - + Bypass Fr. Freq. Corte - + Bypass Frequency Frecuencia de corte - + Stereo Balance Balance estéreo - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8904,46 +8995,46 @@ Todo a la derecha: únicamente señal lateral Centrado: No altera la señal original. - + Frequencies below this cutoff are not adjusted in the stereo field Las frecuencias por debajo del corte no se veran afectadas por el estereo - + Parametric Equalizer Ecualizador paramétrico - + Param EQ Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. Un ecualizador paramétrico de 2 bandas suave con filtros biquad. Está diseñado como complemento a los equalizadores de mezcla de corte acentuado. - - + + Gain 1 Ganancia 1 - + Gain for Filter 1 Ganancia para el filtro 1 - - + + Q 1 Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. @@ -8952,35 +9043,35 @@ Un valor menor de Q afecta una banda de frecuencias mayor, mientras que un valor mayor de Q afecta una cantidad más reducida de frecuencias. - - + + Center 1 Central 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz Frecuencia central para el filtro 1, de 100 Hz a 14 Khz - - + + Gain 2 Ganancia 2 - + Gain for Filter 2 Ganancia para el filtro 2 - - + + Q 2 Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. @@ -8989,40 +9080,40 @@ Un valor menor de Q afecta una banda de frecuencias mayor, mientras que un valor mayor de Q afecta una cantidad más reducida de frecuencias. - - + + Center 2 Central 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz Frecuencia central para el filtro 2, de 100 Hz a 14 Khz - - + + Tremolo Trémolo - + Cycles the volume up and down Realiza un ciclo aumentando y reduciendo el volumen - + How much the effect changes the volume Controla la intensidad del efecto sobre el volumen - - + + Rate Velocidad - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected @@ -9031,14 +9122,14 @@ mientras que un valor mayor de Q afecta una cantidad más reducida de frecuencia 1/4 Hz - 8 Hz si no se detecta tempo - + Width of the volume peak 10% - 90% of the effect period Ancho respecto el pico de volumen 10% - 90% del período del efecto - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave @@ -9047,24 +9138,24 @@ Todo a la izquierda: Onda rectangular Todo a la derecha: Onda sinusoidal - + When the Quantize parameter is enabled, divide the effect period by 3. Cuando el parámetro Cuantizar está activo, divide el período del efecto por 3. - - + + Waveform Forma de onda - - + + Phase Fase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period @@ -9073,15 +9164,36 @@ Todo a la izquierda: inicio del período Todo a la derecha: final del período - + Round the Rate parameter to the nearest whole division of a beat. Redondear el valor del parámetro Ratio a la división entera más cercana a una pulsación. - + Triplet Triplet + + + Built-in + Used for effects that are built into Mixxx + Incorporado + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + Estado desconocido + QtSimpleWaveformWidget @@ -9118,22 +9230,32 @@ Todo a la derecha: final del período RecordingManager - + + Low Disk Space Warning + Aviso de poco espacio en disco + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording Grabando - + Could not create audio file for recording! No se ha podido crear el archivo de audio para la grabación! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. Asegúrese que haya suficiente espacio libre en el disco y que tenga permisos de escritura para la carpeta Grabaciones. - + You can change the location of the Recordings folder in Preferences -> Recording. Para cambiar la ubicación de la carpeta de las grabaciones, ir a Preferencias - > Grabaciones. @@ -9269,132 +9391,147 @@ Todo a la derecha: final del período Error al establecer el modo "sin bloqueo": - + Error setting hostname! ¡Error al establecer el nombre de host! - + Error setting port! ¡Error al establecer el puerto! - + Error setting password! ¡Error al establecer la contraseña! - + Error setting mount! ¡Error al establecer el punto de montaje! - + Error setting username! ¡Error al establecer el nombre de usuario! - + Error setting stream name! ¡Error al establecer el nombre de la emisión! - + Error setting stream description! ¡Error al establecer la descripción de la emisión! - + Error setting stream genre! ¡Error al establecer el género de la emisión! - + Error setting stream url! ¡Error al establecer la URL de la emisión! - + + Error setting stream IRC! + ¡Error de ajuste de retransmisión en IRC! + + + + Error setting stream AIM! + ¡Error de ajuste de retransmisión en AIM! + + + + Error setting stream ICQ! + ¡Error de ajuste de retransmisión en ICQ! + + + Error setting stream public! Error al iniciar la emisión pública! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. Broadcasting a 96kHz con Ogg Vorbis no está soportado actualmente. Por favor prueba una diferente tasa de muestreo o codificación. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. Consulte https://bugs.launchpad.net/mixxx/+bug/686212 para más información. - + Error setting bitrate Error al establecer la tasa de bits - + Error: unknown server protocol! ¡Error: protocolo del servidor desconocido! - + Error: libshout only supports Shoutcast with MP3 format! ¡Error: libshout solo soporta Shoutcast en formato MP3! - + Error setting protocol! ¡Error al establecer el protocolo! - + Network cache overflow Caché de red excedido - + Connection error Error de connexión - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> Una de las fuentes de emisión en vivo ha lanzado este error:<br><b>Error con la fuente '%1':</b><br> - + Connection message Mensaje de conexión - + <b>Message from Live Broadcasting connection '%1':</b><br> <b>Mensaje de la fuente de emisión en vivo '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. Se ha perdido la conexión al servidor de emisión y han fallado %1 intentos de reconexión. - + Lost connection to streaming server. Se ha perdido la conexión al servidor de emisión - + Please check your connection to the Internet. Comprueba tu conexión a internet. - + Can't connect to streaming server No se puede conectar al servidor de emisión - + Please check your connection to the Internet and verify that your username and password are correct. Comprobe a súa conexión a internet e verifique que o seu nome de usuario e contrasinal son correctos. @@ -9812,7 +9949,7 @@ Todo a la derecha: final del período - + Cover Art Carátula @@ -10074,7 +10211,6 @@ Todo a la derecha: final del período Key - The musical key of a track Clave @@ -10149,563 +10285,599 @@ Todo a la derecha: final del período Alternar el bloqueo tonal durante la reproducción puede producir una pequeña distorsión de audio. - + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + + + + Places a cue point at the current position on the waveform. Coloca un punto de Cue en la posición actual de la forma de onda. - + Stops track at cue point, OR go to cue point and play after release (CUP mode). Detiene la pista en el punto cue, O BIEN va al punto cue y reproduce en soltar (modo CUP). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). Establece el punto Cue (Modo Pioneer/Mixxx/Numark), establece el punto Cue y reproduce en soltar (modo CUP) O BIEN hace una preescuha del mismo (Modo Denon). - + Seeks the track to the cue point and stops. Lleva la pista al punto de Cue y para. - + Play Reproducir - + Plays track from the cue point. - + Reproduce la pista desde el punto Cue. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. Cambia la velocidad de reproducción de la pista (afecta tanto el tempo como el tono). Si está habilitado el bloqueo, únicamente afecta al tempo. - + Recording Duration Duración de la grabación - + Displays the duration of the running recording. Muestra la duración de la grabación en curso. - + Sets the track Loop-In Marker to the current play position. Establece la marca de inicio de bucle a la posición actual - + Press and hold to move Loop-In Marker. Mantener presionado para mover la marca de inicio de bucle. - + Jump to Loop-In Marker. Ir a la marca de inicio de bucle. - + Sets the track Loop-Out Marker to the current play position. Establece la marca de fin de bucle a la posición actual. - + Press and hold to move Loop-Out Marker. Mantener presionado para mover la marca de fin de bucle. - + Jump to Loop-Out Marker. Ir a la marca de fin de bucle. - + Beatloop Size Pulsaciones del bucle - + Select the size of the loop in beats to set with the Beatloop button. Define el tamaño del bucle en pulsaciones a usar cuando se pulse el botón de bucle de pulsaciones. - + Changing this resizes the loop if the loop already matches this size. Al cambiar este valor, cambiará el tamaño del bucle existente, si tenía el tamaño anterior. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. Reduce a la mitad el tamaño del bucle existente, o del próximo bucle definido con el botón de bucle de pulsaciones. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. Dobla el tamaño del bucle existente, o del próximo bucle definido con el botón de bucle de pulsaciones. - + Start a loop over the set number of beats. Activa un bucle con la cantidad definida de pulsaciones. - + Temporarily enable a rolling loop over the set number of beats. Activa temporalmente un bucle de continuación con la cantidad de pulsaciones definidas. - + Beatjump/Loop Move Size Tamaño del salto de pulsaciones/Desplazamiento del bucle - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. Selecciona la cantidad de pulsaciones a saltar o a mover el bucle con los botones de avance/retroceso. - + Beatjump Forward Avanzar en pulsaciones - + Jump forward by the set number of beats. Avanza la pista la cantidad definida de pulsaciones. - + Move the loop forward by the set number of beats. Avanza el bucle en la cantidad definida de pulsaciones. - + Jump forward by 1 beat. Avanza 1 pulsación. - + Move the loop forward by 1 beat. Avanza el bucle 1 pulsación. - + Beatjump Backward Retrocede en pulsaciones - + Jump backward by the set number of beats. Retrocede la cantidad de pulsaciones definida. - + Move the loop backward by the set number of beats. Retrocede el bucle la cantidad de pulsaciones definida. - + Jump backward by 1 beat. Retrocede 1 pulsación. - + Move the loop backward by 1 beat. Retrocede el bucle 1 pulsación. - + Reloop Repite el bucle - + If the loop is ahead of the current position, looping will start when the loop is reached. Si el bucle está por delante de la posición actual, este no se activará hasta que se llege a él. - + Works only if Loop-In and Loop-Out Marker are set. Solo funciona si las marcas de inicio y fin de bucle estan definidas. - + Enable loop, jump to Loop-In Marker, and stop playback. Activa el bucle, va a la posición de inicio de bucle y se detiene. - + Displays the elapsed and/or remaining time of the track loaded. Muestra el tiempo transcurrido y/o restante de la pista cargada. - + Click to toggle between time elapsed/remaining time/both. Pulsar para cambiar entre tiempo transcurrido/restante/ambos - + + Mix + Mix + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + Modo mezcla + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. Enruta el bus izquierdo del crossfader a través de la unidad de efectos. - + Route the right crossfader bus through this effect unit. Enruta el bus derecho del crossfader a través de la unidad de efectos - + Right side active: parameter moves with right half of Meta Knob turn Derecha activo: el parámetro se mueve al mover la mitad derecha del control Meta. - + Skin Settings Menu Menú de las opciones de la Apariencia - + Show/hide skin settings menu Muestra/esconde el menú de opciones de la Apariencia - + Save Sampler Bank Guardar banco de muestras - + Save the collection of samples loaded in the samplers. Guarda la colección de samples cargada en los samplers. - + Load Sampler Bank Cargar banco de muestras - + Load a previously saved collection of samples into the samplers. Carga una colección de samples previamente guardada en los samplers. - + Show Effect Parameters Mostrar parámetros de efectos - + Enable Effect Activar efecto - + Meta Knob Link Enlace de la rueda Meta - + Set how this parameter is linked to the effect's Meta Knob. Configura cómo le afecta a este parámetro la rueda Meta. - + Meta Knob Link Inversion Inversión del enlaze de la rueda Meta - + Inverts the direction this parameter moves when turning the effect's Meta Knob. Invierte la dirección en la que se mueve el parámetro al mover la rueda Meta. - - Dry/Wet - Seco/Húmedo - - - + Super Knob Rueda Súper - - - Insert/Send Toggle - Conmutar el modo de efecto inserción/envío - - - + Next Chain Siguiente cadena - + Previous Chain Cadena anterior - + Next/Previous Chain Cadena siguiente/anterior - + Clear Borrar - + Clear the current effect. Borra el efecto actual. - + Toggle Conmutar - + Toggle the current effect. Conmuta el efecto actual. - + Next Siguente - + Clear Unit Limpiar unidad - + Clear effect unit. Unidad claro efecto. - + Show/hide parameters for effects in this unit. Muestra/esconde los parámetros de los efectos de esta unidad. - + Toggle Unit Conmutar la unidad - + Enable or disable this whole effect unit. Activa o desactiva la unidad de efectos. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - Ajuste entre la señal directa (dry) y alterada (wet) para la unidad de efectos. - - - + Controls the Meta Knob of all effects in this unit together. Controla a la vez las ruedas Meta de todos los efectos asociados a esta unidad. - + Load next effect chain preset into this effect unit. Carga el siguiente preajuste de efectos en esta unidad de efectos. - + Load previous effect chain preset into this effect unit. Carga el anterior preajuste de efectos en esta unidad de efectos. - + Load next or previous effect chain preset into this effect unit. Carga el siguiente o anterior preajuste de efectos en esta unidad de efectos. - - - - - - - - - + + + + + + + + + Assign Effect Unit Asignar la unidad de efectos - + Assign this effect unit to the channel output. Asigna esta unidad de efectos a la salida del canal. - + Route the headphone channel through this effect unit. Redirige la salida de auriculares a través de la unidad de efectos. - + Route the master mix through this effect unit. Redirige la salida maestra a través de la unidad de efectos. - + Route this deck through the indicated effect unit. Redirige este plato a través de la unidad de efectos indicada. - + Route this sampler through the indicated effect unit. Redirige este reproductor a través de la unidad de efectos indicada. - + Route this microphone through the indicated effect unit. Redirige este micrófono a través de la unidad de efectos indicada. - + Route this auxiliary input through the indicated effect unit. Redirige la entrada auxiliar a través de la unidad de efectos indicada. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. La unidad de efectos debe estar asignada a un plato o otra fuente de sonido para oír el efecto. - + Switch to the next effect. Pasa al siguiente efecto. - + Previous Anterior - + Switch to the previous effect. Pasa al efecto anterior. - + Next or Previous Siguiente o Anterior - + Switch to either the next or previous effect. Pasa al siguiente o anterior efecto. - + Meta Knob Rueda Meta - + Controls linked parameters of this effect Controla los parámetros enlazados del efecto - + Effect Focus Button Botón de foco de efecto - + Focuses this effect. Pone el foco en el efecto. - + Unfocuses this effect. Quita el foco del efecto. - + Refer to the web page on the Mixxx wiki for your controller for more information. Consulta la página web de tu controlador en la wiki del Mixxx para más información - + Effect Parameter parámetro de efecto - + Adjusts a parameter of the effect. Ajusta un parámetro del efecto. - + Inactive: parameter not linked Inactivo: parámetro no enlazado - + Active: parameter moves with Meta Knob Activo: el parámetro se mueve con la rueda Meta - + Left side active: parameter moves with left half of Meta Knob turn Izquierda activo: el parámetro se mueve con la primera mitad de la rueda Meta - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half Izquierda y derecha activo: el parámetro recorre todo el rango con la primera mitad de la rueda Meta, y vueve atrás con la segunda mitad - - + + Equalizer Parameter Kill Parámetro de supresión del ecualizador - - + + Holds the gain of the EQ to zero while active. Mantiene la ganáncia de EQ a cero mientras está activo. - + Quick Effect Super Knob Rueda Súper de efecto rápido - + Quick Effect Super Knob (control linked effect parameters). Rueda Súper de efecto rápido (controla los parámetros de efecto asociados). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. Nota: Puedes cambiar el efecto rápido por defecto en Preferéncias > Ecualizadores. - + Equalizer Parameter ecualizador paramétrico - + Adjusts the gain of the EQ filter. Ajusta la ganáncia del filtro de EQ. - + Hint: Change the default EQ mode in Preferences -> Equalizers. Nota: Se puede cambiar el modo de EQ por defecto en Preferencias > Ecualizadores. @@ -10727,123 +10899,123 @@ Todo a la derecha: final del período Ajusta la cuadrícula de tempo para que coincida con otro plato en reproducción. - + If quantize is enabled, snaps to the nearest beat. Si la cuantización está activada, se acerca al compás más cercano. - + Quantize Cuantizar - + Toggles quantization. Conmutar la cuantización. - + Loops and cues snap to the nearest beat when quantization is enabled. Cuando está activada, los bucles y cue se alinean con el compás más cercano. - + Reverse Reversa - + Reverses track playback during regular playback. Reproduce en reversa, durante reproducción normal. - + Puts a track into reverse while being held (Censor). Pone la pista en reversa mientras se mantiene presionado. - + Playback continues where the track would have been if it had not been temporarily reversed. La reproducción se continuará en el punto al que habría llegado la pista si no hubiese puesto en reversa. - - + + Play/Pause Reproducir/Pausar - + Jumps to the beginning of the track. Salta al principio de la pista. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. Sincroniza el tempo (BPM) y la fase de la pista con la de la otra pista, si se ha detectado el BPM en ambas. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. Sincroniza el tempo (BPM) de la pista con la de la otra pista, si se ha detectado el BPM en ambas. - + Sync and Reset Key Sincroniza y resetea la tonalidad - + Increases the pitch by one semitone. Incrementa el tono en una seminota. - + Decreases the pitch by one semitone. Decrementa el tono en una seminota. - + Enable Vinyl Control Activar vinilo de control - + When disabled, the track is controlled by Mixxx playback controls. Si está desactivado, los controles de reproducción del Mixxx controlan la pista. - + When enabled, the track responds to external vinyl control. Si está activado, el control de vinilo externo controla la pista. - + Enable Passthrough Activa el paso de audio - + Indicates that the audio buffer is too small to do all audio processing. Indica que el búfer de audio es demasiado pequeño para llevar a cabo todo el procesamiento de audio. - + Displays cover artwork of the loaded track. Muestra la carátula de la pista cargada. - + Displays options for editing cover artwork. Muestra las opciones de edición de carátula. - + Star Rating Puntuación - + Assign ratings to individual tracks by clicking the stars. Asigna la puntuación de cada pista pulsando en las estrellas. @@ -10988,255 +11160,254 @@ Todo a la derecha: final del período Evita que el tono cambie al cambiar la velocidad. - + Starts playing from the beginning of the track. Comienza la reproducción desde el principio de la pista. - + Jumps to the beginning of the track and stops. Salta al principio de la pista y se detiene. - + Plays or pauses the track. Reproduce o pausa la pista. - + (while playing) (estando en reproducción) - + (while stopped) (mientras está parado) - + Cue Cue - + Headphone Auriculares - + Mute Silenciar - + Mutes the selected channel's audio in the master output. Silencia el canal de audio seleccionado en la salida principal. - + Old Synchronize Sincronización antígua - + (This skin should be updated to use Master Sync!) (La apariencia seleccionada no soporta la característica de sincronización con el maestro.) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. Se sincroniza con la primera pista (en orden numérico) que está sonando y tiene BPM. - + If no deck is playing, syncs to the first deck that has a BPM. Si no hay pistas en reprodución, se sincroniza con la primera pista que tenga BPM. - + Decks can't sync to samplers and samplers can only sync to decks. Los platos no se pueden sincronizar con los reproductors de muestras, y los reproductors de mezclas sólo se pueden sincronizar con los platos. - + Enable Master Sync Activar la sincronización maestra - + Tap to sync the tempo to other playing tracks or the master clock. Pulse para sincronizar el tiempo con otras pistas en reproducción o con el reloj maestro. - + Hold for at least a second to enable sync lock for this deck. Mantener pulsado durante un segundo para activar la sincronización fija para este plato. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. Los platos con la sincronización bloqueada reproducirán todos al mismo tempo, y si además tienen la quantización activada, también se alinearán los compases. - + Resets the key to the original track key. Resetea la clave musical a la original de la pista. - + Enable Sync Clock Master Activar el reloj maestro de sincronización - + When enabled, this device will serve as the master clock for all other decks. Cuando está activado, este dispositivo servirá como master clock para los otros platos. - + Speed Control Control de velocidad - - - + + + Changes the track pitch independent of the tempo. Cambia el tono de la pista independientemente del tempo. - + Increases the pitch by 10 cents. Aumenta el tono 10 centésimas. - + Decreases the pitch by 10 cents. Reduce el tono 10 centésimas. - + Pitch Adjust Ajuste de velocidad - + Adjust the pitch in addition to the speed slider pitch. Ajusta la velocidad añadiendo al cambio del deslizador de velocidad. - + Record Mix Grabar mezcla - + Toggle mix recording. Conmutar la grabación de la mezcla. - + Enable Live Broadcasting Activar la emisión en vivo - + Stream your mix over the Internet. Emite tus mezclas por internet. - + Provides visual feedback for Live Broadcasting status: Da una indicación acerca del estado de la emisión en vivo: - + disabled, connecting, connected, failure. desactivado, conectando, conectado, fallo. - + When enabled, the deck directly plays the audio arriving on the vinyl input. Cuando está activado, el plato reproduce directamente el audio que recibe por la entrada de vinilo. - + Blue for passthrough enabled. Azul si el passthrough está activado. - + Playback will resume where the track would have been if it had not entered the loop. La reproducción se reanudará en el punto al que habría llegado la pista si no hubiese entrado en el bucle. - + Loop Exit Salida del bucle - + Turns the current loop off. Desactiva el bucle actual. - + Slip Mode Modo Slip - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. Cuando está activado, la reproducción continúa en silencio mientras dura el bucle, la reproducción hacia atrás, scratch, etc. - + Once disabled, the audible playback will resume where the track would have been. Una vez desactivado, la reproducción (audible) seguirá donde la pista habría estado. - + Track Key - The musical key of a track Tonalidad de la pista - + Displays the musical key of the loaded track. Muestra la clave musical de la pista cargada. - + Clock Reloj - + Displays the current time. Muestra la hora actual. - + Audio Latency Usage Meter Medidor de Latencia de Audio - + Displays the fraction of latency used for audio processing. Muestra la parte de latencia usada para el proceso de audio. - + A high value indicates that audible glitches are likely. Un valor alto indica que se pueden percibir ruidos. - + Do not enable keylock, effects or additional decks in this situation. No activar el bloqueo de tonalidad, los efectos o los platos adicionales en este caso. - + Audio Latency Overload Indicator Indicador de Sobrecarga de Latencia de Audio @@ -11301,279 +11472,279 @@ Todo a la derecha: final del período Muestra la clave musical actual para la pista cargada teniendo en cuenta el cambio de tonalidad. - + Sends the selected channel's audio to the headphone output, Enviar los canales de audio seleccionados a la salida de auriculares, - + selected in Preferences -> Sound Hardware. seleccionada en Preferencias -> Hardware de sonido. - + Fast Rewind Retroceso rápido - + Fast rewind through the track. Rebobinado rápido a través de la pista. - + Fast Forward Avance Rápido - + Fast forward through the track. Avance Rápido a través de la pista. - + Jumps to the end of the track. Salta al final de la pista. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. Cambia la tonalidad a una clave musical que permite la transición harmónica de un plato a otro. Es necesario que se haya detectado la clave en ambos platos. - - - + + + Pitch Control Control del pitch - + Pitch Rate Ritmo de cambio de tonalidad - + Displays the current playback rate of the track. Muestra el ritmo de reproducción actual de la pista. - + Repeat Repetir - + When active the track will repeat if you go past the end or reverse before the start. Estando activo la pista se repetirá si se pasa del final o si retrocede antes del comienzo. - + Eject Expulsar - + Ejects track from the player. Expulsa la pista del reproductor. - + Hotcue Hotcue - + If hotcue is set, jumps to the hotcue. Si el hotcue está establecido, salta al hotcue. - + If hotcue is not set, sets the hotcue to the current play position. Si el hotcue no está establecido, establece el hotcue en la actual posición de reproducción. - + If hotcue is set, clears the hotcue. Si el hotcue está establecido, borra el hotcue. - + Vinyl Control Mode Modo de control de vinilo - + Absolute mode - track position equals needle position and speed. Modo Absoluto - la posicion dentro del tema corresponde a la posicion y velocidad de la aguja. - + Relative mode - track speed equals needle speed regardless of needle position. Modo Relativo - la velocidad del tema corresponde a la velocidad de la aguja independientemente de la posicion. - + Constant mode - track speed equals last known-steady speed regardless of needle input. Modo Constante - la velocidad del tema corresponde a la ultima velocidad conocida independientemente de lo que se recibe de la aguja. - + Vinyl Status Estado del vinilo - + Provides visual feedback for vinyl control status: Provee retroalimentación visual sobre el estado del control de vinilo: - + Green for control enabled. Verde para control activo. - + Blinking yellow for when the needle reaches the end of the record. Amarillo parpadeante cuando la aguja alcanza el final de la grabación. - + Loop-In Marker Marcador de inicio de bucle - + Loop-Out Marker Marcador de fin de bucle - + Loop Halve Reducir bucle a la mitad - + Halves the current loop's length by moving the end marker. Reduce a la mitad la longitud del bucle actual, moviendo la marca de fin. - + Deck immediately loops if past the new endpoint. El plato vuelve al inicio del bucle inmediatamente si se ha superado el nuevo punto final. - + Loop Double Aumentar bucle al doble - + Doubles the current loop's length by moving the end marker. Aumenta al doble la longitud del bucle actual, moviendo la marca de fin. - + Beatloop Bucle de pulsaciones - + Toggles the current loop on or off. Activa o desactiva el bucle actual. - + Works only if Loop-In and Loop-Out marker are set. Funciona sólo si se han definido las marcas de inicio y fin de bucle. - + Hint: Change the default cue mode in Preferences -> Interface. Sugerencia: Cambie el comportamiento del cue en Preferencias -> Interfaz. - + Vinyl Cueing Mode Modo de Cue de Vinilo - + Determines how cue points are treated in vinyl control Relative mode: Determina cómo los puntos Cue son tratados en el modo de control Relativo de Vinilos: - + Off - Cue points ignored. Off - Los puntos CUE se ignoran. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. Un Cue - si se pone la aguja mas allá del punto cue, se irá al punto Cue de la pista. - + Hot Cue - Track will seek to nearest previous hot cue point. Hot Cue - La canción buscará el punto previo hot cue más cercano. - + Track Time Tiempo de pista - + Track Duration Duración de la Pista - + Displays the duration of the loaded track. Muestra la duración de la pista cargada. - + Information is loaded from the track's metadata tags. Información cargada desde el tag de metadatos de las pistas. - + Track Artist Artista de la pista - + Displays the artist of the loaded track. Muestra el artista de la pista cargada. - + Track Title Título de la pista - + Displays the title of the loaded track. Muestra el título de la pista cargada. - + Track Album Álbum de la pista - + Displays the album name of the loaded track. Muestra el nombre del álbum de la pista cargada. - + Track Artist/Title Artista/Título de la pista - + Displays the artist and title of the loaded track. Muestra el artista y el título de la pista cargada. @@ -11695,34 +11866,6 @@ Todo a la derecha: final del período Hubo un error cargando la biblioteca de Traktor. Algunas de la listas de reproducción o canciones pueden no haberse cargado. - - Ui - - - Mixxx %1 Development Team - Equipo de desarrollo de Mixxx %1 - - - - With contributions from: - Con colaboradores de: - - - - And special thanks to: - Y agradecimientos especiales a: - - - - Past Developers - Antiguos desarrolladores - - - - Past Contributors - Antiguos colaboradores - - VSyncThread @@ -11818,12 +11961,18 @@ Todo a la derecha: final del período WEffect - + + %1: %2 + %1 = effect name; %2 = effect description + %1: %2 + + + None Ningún - + No effect loaded. Ningún efecto cargado. @@ -11962,317 +12111,333 @@ Todo a la derecha: final del período &Vista - + May not be supported on all skins. Puede no estar disponible para todas las apariencias. - + + Show Skin Settings Menu + Mostrar menú de ajustes de aspecto + + + + Show the Skin Settings Menu of the currently selected Skin + Mostrar el menú de ajustes de aspecto del seleccionado actualmente + + + + Ctrl+1 + Menubar|View|Show Skin Settings + Ctrl+1 + + + Show Microphone Section Mostrar seccion del microfono - + Show the microphone section of the Mixxx interface. Muestra la sección de control de micrófono de la interfaz de Mixxx. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section Mostrar la Sección de Control de Vinilo - + Show the vinyl control section of the Mixxx interface. Muestra la sección de control de vinilo de la interfaz de Mixxx. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck Mostrar el reproductor de preescucha - + Show the preview deck in the Mixxx interface. Muestra el reproductor de preescucha en la interfaz de Mixxx. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art Muestra carátulas - + Show cover art in the Mixxx interface. Muestra las carátulas en la interfaz de Mixxx. - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library Maximizar Biblioteca - + Maximize the track library to take up all the available screen space. Maximizar la biblioteca para tomar todo el espacio disponible en pantalla. - + Space Menubar|View|Maximize Library Espacio - + &Full Screen &Pantalla completa - + Display Mixxx using the full screen Mostrar Mixxx a pantalla completa - + &Options &Opciones - + &Vinyl Control Control de &vinilo - + Use timecoded vinyls on external turntables to control Mixxx Usar vinilos con codigo de tiempo en bandejas externas para controlar Mixxx - + Enable Vinyl Control &%1 Habilita el Control por Vinilo &%1 - + &Record Mix &Grabar Mezcla - + Record your mix to a file Grava a súa mestura a un ficheiro - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting Activar transmisión en &vivo - + Stream your mixes to a shoutcast or icecast server Transmite tus mezclas a un servidor shoutcast o icecast - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts Activar Atajos de &Teclado - + Toggles keyboard shortcuts on or off Activa o desactiva los atajos de teclado - + Ctrl+` Ctrl+` - + &Preferences &Preferencias - + Change Mixxx settings (e.g. playback, MIDI, controls) Cambiar la configuración de Mixxx (p.ej.: reproducción, MIDI, controles) - + &Developer &Desarrollador - + &Reload Skin &Recargar apariencia - + Reload the skin Recargar la apariencia - + Ctrl+Shift+R Ctrl+Mayús+R - + Developer &Tools U&tilidades de desarrollador - + Opens the developer tools dialog Abre el cuadro de diálogo de herramientas de desarrollo - + Ctrl+Shift+T Ctrl+Mayús+T - + Stats: &Experiment Bucket Estadísticas: Contadores &Experiment - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. Activa el modo experimental. Recoje estadísticas en los contadores EXPERIMENT. - + Ctrl+Shift+E Ctrl+Mayús+E - + Stats: &Base Bucket Estadísticas: contadores &Base - + Enables base mode. Collects stats in the BASE tracking bucket. Activa el modo base. Recoje estadísticas en los contadores BASE. - + Ctrl+Shift+B Ctrl+Mayús+B - + Deb&ugger Enabled Dep&uración activada - + Enables the debugger during skin parsing Activa el depurador durante el análisis de la máscara - + Ctrl+Shift+D Ctrl+Mayús+D - + &Help Ay&uda - + &Community Support Soporte &comunitario - + Get help with Mixxx Obtener ayuda con Mixxx - + &User Manual Manual de &usuario - + Read the Mixxx user manual. Lea el manual de usuario de Mixxx. - + &Keyboard Shortcuts Atajos de &Teclado - + Speed up your workflow with keyboard shortcuts. Trabaja más rápidamente usando los atajos de teclado. - + Send Us &Feedback &Envíenos su opinión - + Send feedback to the Mixxx team. Envía tu opinión al equipo de Mixx. - + &Translate This Application &Traducir esta aplicación - + Help translate this application into your language. Ayude a traducir esta aplicación a su idioma. - + &About &Acerca de - + About the application Acerca de la aplicación @@ -12289,9 +12454,7 @@ Todo a la derecha: final del período Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source Cargando pista .. @@ -12373,6 +12536,12 @@ Text on waveform overview when file is cached from source Add to Playlist Añadir a la lista de reproducción + + + Reset + Reset metadata in right click track context menu in library + Reiniciar + Cover Art @@ -12385,58 +12554,68 @@ Text on waveform overview when file is cached from source ESC - + Remove Quitar - + + Remove from Playlist + Eliminar de la lista de reproducción + + + + Remove from Crate + Eliminar de la caja + + + Hide from Library Ocultar de la biblioteca - + Unhide from Library Volver a mostrar en la biblioteca - + Purge from Library Eliminar de la biblioteca - + Properties Propiedades - + Open in File Browser Abrir en el explorador de archivos - + 4/3 BPM 4/3 BPM - + 3/2 BPM 3/2 BPM - - + + Create New Playlist Crear nueva lista de reproducción - + Create New Crate Crear un nuevo cajón - + Enter name for new playlist: Escriba un nombre para la nueva lista de reproducción: @@ -12466,150 +12645,144 @@ Text on waveform overview when file is cached from source Cambiar BPM - - Clear - Clear metadata in right click track context menu in library - Borrar - - - + Add to Auto DJ Queue (Bottom) Añadir a la cola de DJ automático (al final) - + Add to Auto DJ Queue (Top) Añadir a la cola de DJ automático (al principio) - + Add to Auto DJ Queue (Replace) Añadir a la cola de DJ automático (reemplazar) - + Import From File Tags Importar de los metadatos del fichero - + Import From MusicBrainz Importar de MusicBrainz - + Export To File Tags Exportar a metadatos del fichero - + Preview Deck Reproductor de preescucha - + BPM and Beatgrid BPM y cuadrícula de tempo - + Play Count Reproducciones - + Cue Point Punto CUE - + Hotcues Hotcues - + Loop Bucle - + ReplayGain Ganancia de reproducción - + Waveform Forma de onda - + All Todos - + Deck %1 Plato %1 - + New Playlist Nueva lista de reproducción - - - + + + Playlist Creation Failed Ha fallado la creación de la lista de reproducción - + A playlist by that name already exists. Ya existe una lista de reproducción con ese nombre. - + A playlist cannot have a blank name. El nombre de la lista de reproducción no puede quedar en blanco. - + An unknown error occurred while creating playlist: Se ha producido un error desconocido al crear la lista de reproducción: - + Lock BPM Bloquear BPM - + Unlock BPM Desbloquear BPM - + Double BPM Duplicar BPM - + Halve BPM Reducir a la mitad los BPM - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + Sampler %1 Reproductor de muestras %1 @@ -12625,12 +12798,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) (GLSL) - + (GL) (GL) diff --git a/res/translations/mixxx_es-MX.ts b/res/translations/mixxx_es-MX.ts new file mode 100644 index 000000000000..88aef11b5325 --- /dev/null +++ b/res/translations/mixxx_es-MX.ts @@ -0,0 +1,12742 @@ + + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + + + AnalysisFeature + + + Analyze + Analizar + + + + AutoDJFeature + + + Crates + Cajas + + + + Remove Crate as Track Source + + + + + Auto DJ + DJ Automatico + + + + Add Crate as Track Source + + + + + BansheeFeature + + + + Banshee + + + + + + Error loading Banshee database + Error al cargar la base de datos Banshee + + + + Banshee database file not found at + + + + + + There was an error loading your Banshee database at + + + + + + BaseExternalLibraryFeature + + + Add to Auto DJ Queue (bottom) + Agregar a la lista de DJ Automatico (Final) + + + + Add to Auto DJ Queue (top) + Agregar a la lista de DJ Automatico (Inicio) + + + + Import Playlist + Importar Lista de Reproducción + + + + Playlist Creation Failed + Fallo la creación de lista de Reproducción + + + + An unknown error occurred while creating playlist: + Un error desconocido ocurrio mientras la creacion de la lista de reproducción + + + + BasePlaylistFeature + + + New Playlist + Nueva lista de reproducción + + + + Add to Auto DJ Queue (bottom) + Agreagar a la lista de DJ Automatico (Final) + + + + + Create New Playlist + Crear una nueva lista de reproducción + + + + Add to Auto DJ Queue (top) + Agregar a la lista de DJ Automatico (Inicio) + + + + Remove + Quitar + + + + Rename + Renombrar + + + + Lock + Bloquear + + + + Duplicate + Duplicar + + + + + Import Playlist + Importar Lista de Reproduccion + + + + Export Track Files + Exportar pistas de audio + + + + Analyze entire Playlist + Analizar toda la lista de reproducción + + + + Enter new name for playlist: + Introducir nuevo nombre de Lista de Repoducción + + + + Duplicate Playlist + Duplicar lista de reproducción + + + + + Enter name for new playlist: + Introducir nuevo nombre de lista de reproducción + + + + + Export Playlist + Exportar lista de reproducción + + + + Rename Playlist + Renombrar Lista de Reproducción + + + + + Renaming Playlist Failed + Renombrando lista de reproducción fallida + + + + + + A playlist by that name already exists. + Una lista de reproducción ya existe con el mismo nombre + + + + + + A playlist cannot have a blank name. + El nombre de una lista de reproduccion no puede estar vacío + + + + _copy + [noun] + Appendix to default name when duplicating a playlist + Copiar + + + + + + + + + Playlist Creation Failed + Fallo la creación de lista de Reproducción + + + + + An unknown error occurred while creating playlist: + Un error desconocido ocurrio mientras la creacion de la lista de reproducción + + + + M3U Playlist (*.m3u) + Lista de Reproducción M3U (*.m3u) + + + + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) + +M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) + + + + BaseSqlTableModel + + + Played + Reproducido + + + + Artist + Artista + + + + Title + Título + + + + Album + Album + + + + Album Artist + Artista del Album + + + + Genre + Genero + + + + Composer + Compositor + + + + Grouping + Agrupación + + + + Year + Año + + + + Type + Tipo + + + + Location + Ubicación + + + + Comment + Comentario + + + + Duration + Duración + + + + Rating + Calificación + + + + Bitrate + Tasa de Muestreo + + + + BPM + BPM + + + + Track # + Pista # + + + + Date Added + Fecha de Agregado + + + + # + # + + + + Timestamp + + + + + Key + Tono + + + + BPM Lock + BPM Bloqueado + + + + Preview + Vista Previa + + + + Cover Art + + + + + ReplayGain + Reproducir otra vez + + + + BaseTrackPlayerImpl + + + Couldn't load track. + No se puede cargar la pista + + + + BroadcastManager + + + Action failed + Acción fallida + + + + Please enable at least one connection to use Live Broadcasting. + Por favor habilite al menos una conexión para usar el Broadcasting en vivo + + + + BroadcastProfile + + + Can't use secure password storage: keychain access failed. + + + + + Secure password retrieval unsuccessful: keychain access failed. + + + + + Settings error + Error de configuración + + + + <b>Error with settings for '%1':</b><br> + + + + + BroadcastSettingsModel + + + Enabled + Habilitado + + + + Name + Nombre + + + + Status + Estado + + + + Disconnected + Desconectado + + + + Connecting... + Conectando... + + + + Connected + Conectado + + + + Failed + Falló + + + + Unknown + Desconocido + + + + BrowseFeature + + + Add to Quick Links + Agregar Link Rapido + + + + Remove from Quick Links + Quitar Link Rapido + + + + Add to Library + Agregar Biblioteca + + + + Quick Links + Enlaces Rapidos + + + + + Devices + Dispositivos + + + + Removable Devices + Dispositivos Removibles + + + + + Computer + Procesar + + + + Music Directory Added + Directorio de Musica Agregado + + + + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? + Agregaste uno o mas directorios de musica. Las pistas en esas carpetas no estaran disponibles hasta que se reescaneé tu bliblioteca. Te gustaria reescanear ahora? + + + + Scan + Escanear + + + + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. + + + + + BrowseTableModel + + + Preview + Vista Previa + + + + Filename + Nombre de Archivo + + + + Artist + Artista + + + + Title + Título + + + + Album + Album + + + + Track # + Pista # + + + + Year + Año + + + + Genre + Genero + + + + Composer + Compositor + + + + Comment + Comentario + + + + Duration + Duración + + + + BPM + BPM + + + + Key + Tono + + + + Type + Tipo + + + + Bitrate + Tasa de Muestreo + + + + ReplayGain + Reproducir otra vez + + + + Location + Ubicación + + + + Album Artist + Artista del Album + + + + Grouping + Agrupación + + + + File Modified + Archivo Modificado + + + + File Created + Archivo Creado + + + + Mixxx Library + Bliblioteca Mixxx + + + + Could not load the following file because it is in use by Mixxx or another application. + No se puede cargar el siguiente archivo porque este es usado por Mixxx u otra aplicación + + + + BulkController + + + USB Controller + Controlador USB + + + + ControlDelegate + + + No control chosen. + Controlador no seleccionado + + + + Script: %1(%2) + + + + + ControlModel + + + Group + Grupo + + + + Item + + + + + Value + Valor + + + + Parameter + Parametro + + + + Title + Título + + + + Description + Descripción + + + + ControlPickerMenu + + + Master Output + Salida Maestra + + + + Headphone Output + Salida de Audífonos + + + + + + Deck %1 + + + + + Sampler %1 + + + + + Preview Deck %1 + + + + + Microphone %1 + + + + + Auxiliary %1 + + + + + Reset to default + Restaurar a defabrica + + + + Effect Rack %1 + + + + + Parameter %1 + + + + + Mixer + Mezclar + + + + Crossfader + + + + + Master balance + + + + + Master delay + + + + + Headphone mix (pre/main) + + + + + Toggle headphone split cueing + + + + + Headphone delay + + + + + Transport + + + + + Strip-search through track + + + + + Play button + + + + + + Set to full volume + + + + + + Set to zero volume + + + + + Stop button + + + + + Jump to start of track and play + + + + + Jump to end of track + + + + + Reverse roll (Censor) button + + + + + Headphone listen button + + + + + + Mute button + + + + + Toggle repeat mode + + + + + Eject track + + + + + + Mix orientation (e.g. left, right, center) + + + + + + Set mix orientation to left + + + + + + Set mix orientation to center + + + + + + Set mix orientation to right + + + + + Toggle slip mode + + + + + + BPM + BPM + + + + Increase BPM by 1 + + + + + Decrease BPM by 1 + + + + + Increase BPM by 0.1 + + + + + Decrease BPM by 0.1 + + + + + BPM tap button + + + + + Toggle quantize mode + + + + + Increase internal master BPM by 1 + + + + + Decrease internal master BPM by 1 + + + + + Increase internal master BPM by 0.1 + + + + + Decrease internal master BPM by 0.1 + + + + + Toggle sync master + + + + + Sync mode 3-state toggle (OFF, FOLLOWER, MASTER) + + + + + One-time beat sync (tempo only) + + + + + One-time beat sync (phase only) + + + + + Toggle keylock mode + + + + + Equalizers + + + + + Vinyl Control + + + + + Toggle vinyl-control cueing mode (OFF/ONE/HOT) + + + + + Toggle vinyl-control mode (ABS/REL/CONST) + + + + + Pass through external audio into the internal mixer + + + + + Cues + + + + + Cue button + + + + + Set cue point + + + + + Go to cue point + + + + + Go to cue point and play + + + + + Go to cue point and stop + + + + + Preview from cue point + + + + + Cue button (CDJ mode) + + + + + Stutter cue + + + + + Hotcues + + + + + Set, preview from or jump to hotcue %1 + + + + + Clear hotcue %1 + + + + + Set hotcue %1 + + + + + Jump to hotcue %1 + + + + + Jump to hotcue %1 and stop + + + + + Jump to hotcue %1 and play + + + + + Preview from hotcue %1 + + + + + + Hotcue %1 + + + + + Looping + + + + + Loop In button + + + + + Loop Out button + + + + + Loop Exit button + + + + + 1/2 + + + + + 1 + + + + + 2 + + + + + 4 + + + + + 8 + + + + + 16 + + + + + 32 + + + + + 64 + + + + + Move loop forward by %1 beats + + + + + Move loop backward by %1 beats + + + + + Beat-Looping + + + + + Create %1-beat loop + + + + + Create temporary %1-beat loop roll + + + + + + Library + + + + + Unit %1 + + + + + Slot %1 + + + + + Master crossfader + + + + + Master Balance + + + + + Master Delay + + + + + Headphone Mix + + + + + Headphone Split Cue + + + + + Headphone Delay + + + + + Play + + + + + Fast Rewind + + + + + Fast Rewind button + + + + + Fast Forward + + + + + Fast Forward button + + + + + Strip Search + + + + + Play Reverse + + + + + Play Reverse button + + + + + Reverse Roll (Censor) + + + + + Jump To Start + + + + + Jumps to start of track + + + + + Play From Start + + + + + Stop + + + + + Stop And Jump To Start + + + + + Stop playback and jump to start of track + + + + + Jump To End + + + + + Volume + + + + + + + Volume Fader + + + + + + Full Volume + + + + + + Zero Volume + + + + + Track Gain + + + + + Track Gain knob + + + + + + Mute + + + + + Eject + + + + + + Headphone Listen + + + + + Headphone listen (pfl) button + + + + + Repeat Mode + + + + + Slip Mode + + + + + + Orientation + + + + + + Orient Left + + + + + + Orient Center + + + + + + Orient Right + + + + + BPM +1 + + + + + BPM -1 + + + + + BPM +0.1 + + + + + BPM -0.1 + + + + + BPM Tap + + + + + Adjust Beatgrid Faster +.01 + + + + + Increase track's average BPM by 0.01 + + + + + Adjust Beatgrid Slower -.01 + + + + + Decrease track's average BPM by 0.01 + + + + + Move Beatgrid Earlier + + + + + Adjust the beatgrid to the left + + + + + Move Beatgrid Later + + + + + Adjust the beatgrid to the right + + + + + Adjust Beatgrid + + + + + Align beatgrid to current position + + + + + Adjust Beatgrid - Match Alignment + + + + + Adjust beatgrid to match another playing deck. + + + + + Quantize Mode + + + + + Sync + + + + + + Sync Mode + + + + + Internal Sync Master + + + + + Toggle Internal Sync Master + + + + + + Internal Master BPM + + + + + Internal Master BPM +1 + + + + + Internal Master BPM -1 + + + + + Internal Master BPM +0.1 + + + + + Internal Master BPM -0.1 + + + + + Sync Master + + + + + Beat Sync One-Shot + + + + + Sync Tempo One-Shot + + + + + Sync Phase One-Shot + + + + + Speed (Pitch/Tempo) + + + + + Keylock Mode + + + + + Pitch control (does not affect tempo), center is original pitch + + + + + Pitch Adjust + + + + + Adjust pitch from speed slider pitch + + + + + Match musical key + + + + + Match Key + + + + + Reset Key + + + + + Resets key to original + + + + + High EQ + + + + + Mid EQ + + + + + Low EQ + + + + + Toggle Vinyl Control + + + + + Toggle Vinyl Control (ON/OFF) + + + + + Vinyl Control Mode + + + + + Vinyl Control Cueing Mode + + + + + Vinyl Control Passthrough + + + + + Vinyl Control Next Deck + + + + + Single deck mode - Switch vinyl control to next deck + + + + + Cue + + + + + Set Cue + + + + + Go-To Cue + + + + + Go-To Cue And Play + + + + + Go-To Cue And Stop + + + + + Preview Cue + + + + + Cue (CDJ Mode) + + + + + Stutter Cue + + + + + Go to cue point and play after release + + + + + Clear Hotcue %1 + + + + + Set Hotcue %1 + + + + + Jump To Hotcue %1 + + + + + Jump To Hotcue %1 And Stop + + + + + Jump To Hotcue %1 And Play + + + + + Preview Hotcue %1 + + + + + Loop In + + + + + Loop Out + + + + + Loop Exit + + + + + Reloop/Exit Loop + + + + + Loop Halve + + + + + Loop Double + + + + + 1/32 + + + + + 1/16 + + + + + 1/8 + + + + + 1/4 + + + + + Move Loop +%1 Beats + + + + + Move Loop -%1 Beats + + + + + Loop %1 Beats + + + + + Loop Roll %1 Beats + + + + + Add to Auto DJ Queue (bottom) + Agreagar a la lista de DJ Automatico (Final) + + + + Append the selected track to the Auto DJ Queue + + + + + Add to Auto DJ Queue (top) + Agregar a la lista de DJ Automatico (Inicio) + + + + Prepend selected track to the Auto DJ Queue + + + + + Load Track + + + + + Load selected track + + + + + Track Load and Play + + + + + Load selected track and play + + + + + Record Mix + + + + + Toggle mix recording + + + + + Effects + + + + + Quick Effects + + + + + Deck %1 Quick Effect Super Knob + + + + + Quick Effect Super Knob (control linked effect parameters) + + + + + Quick Effect + + + + + Clear effect rack + + + + + Clear Effect Rack + + + + + Clear Unit + + + + + Clear effect unit + + + + + Toggle Unit + + + + + Dry/Wet + + + + + Adjust the balance between the original (dry) and processed (wet) signal. + + + + + Super Knob + + + + + Next Chain + + + + + + + + + + + + Assign + + + + + Clear + + + + + Clear the current effect + + + + + Toggle + + + + + Toggle the current effect + + + + + Next + + + + + Switch to next effect + + + + + Previous + + + + + Switch to the previous effect + + + + + Next or Previous + + + + + Switch to either next or previous effect + + + + + + Parameter Value + + + + + + Microphone Ducking Strength + + + + + Microphone Ducking Mode + + + + + Gain + + + + + Gain knob + + + + + Shuffle the content of the Auto DJ queue + + + + + Skip the next track in the Auto DJ queue + + + + + Auto DJ Toggle + + + + + Toggle Auto DJ On/Off + + + + + Library Maximize/Restore + + + + + Maximize the track library to take up all the available screen space. + + + + + Effect Rack Show/Hide + + + + + Show/hide the effect rack + + + + + Cover Art Show/Hide + + + + + Show/hide cover art + + + + + Waveform Zoom Out + + + + + Toggle Effect Unit + + + + + Master Gain + + + + + Master gain + + + + + Headphone Gain + + + + + Headphone gain + + + + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + + Playback Speed + + + + + Playback speed control (Vinyl "Pitch" slider) + + + + + Pitch (Musical key) + + + + + Increase Speed + + + + + Adjust speed faster (coarse) + + + + + + Increase Speed (Fine) + + + + + Adjust speed faster (fine) + + + + + Decrease Speed + + + + + Adjust speed slower (coarse) + + + + + Adjust speed slower (fine) + + + + + Temporarily Increase Speed + + + + + Temporarily increase speed (coarse) + + + + + Temporarily Increase Speed (Fine) + + + + + Temporarily increase speed (fine) + + + + + Temporarily Decrease Speed + + + + + Temporarily decrease speed (coarse) + + + + + Temporarily Decrease Speed (Fine) + + + + + Temporarily decrease speed (fine) + + + + + + Adjust %1 + + + + + + Kill %1 + + + + + CUP (Cue + Play) + + + + + Loop Selected Beats + + + + + Create a beat loop of selected beat size + + + + + Loop Roll Selected Beats + + + + + Create a rolling beat loop of selected beat size + + + + + Toggle loop on/off and jump to Loop In point if loop is behind play position + + + + + Reloop And Stop + + + + + Enable loop, jump to Loop In point, and stop + + + + + Halve the loop length + + + + + Double the loop length + + + + + Beat Jump / Loop Move + + + + + Jump / Move Loop Forward %1 Beats + + + + + Jump / Move Loop Backward %1 Beats + + + + + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats + + + + + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats + + + + + Beat Jump / Loop Move Forward Selected Beats + + + + + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats + + + + + Beat Jump / Loop Move Backward Selected Beats + + + + + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats + + + + + Move up + + + + + Equivalent to pressing the UP key on the keyboard + + + + + Move down + + + + + Equivalent to pressing the DOWN key on the keyboard + + + + + Move up/down + + + + + Move vertically in either direction using a knob, as if pressing UP/DOWN keys + + + + + Scroll Up + + + + + Equivalent to pressing the PAGE UP key on the keyboard + + + + + Scroll Down + + + + + Equivalent to pressing the PAGE DOWN key on the keyboard + + + + + Scroll up/down + + + + + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys + + + + + Move left + + + + + Equivalent to pressing the LEFT key on the keyboard + + + + + Move right + + + + + Equivalent to pressing the RIGHT key on the keyboard + + + + + Move left/right + + + + + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys + + + + + Move focus to right pane + + + + + Equivalent to pressing the TAB key on the keyboard + + + + + Move focus to left pane + + + + + Equivalent to pressing the SHIFT+TAB key on the keyboard + + + + + Move focus to right/left pane + + + + + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys + + + + + Go to the currently selected item + + + + + Choose the currently selected item and advance forward one pane if appropriate + + + + + Add to Auto DJ Queue (replace) + + + + + Replace Auto DJ Queue with selected tracks + + + + + Enable or disable effect processing + + + + + Super Knob (control effects' Meta Knobs) + + + + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + + Next chain preset + + + + + Previous Chain + + + + + Previous chain preset + + + + + Next/Previous Chain + + + + + Next or previous chain preset + + + + + + Show Effect Parameters + + + + + Meta Knob + + + + + Effect Meta Knob (control linked effect parameters) + + + + + Meta Knob Mode + + + + + Set how linked effect parameters change when turning the Meta Knob. + + + + + Meta Knob Mode Invert + + + + + Invert how linked effect parameters change when turning the Meta Knob. + + + + + Microphone / Auxiliary + + + + + Microphone On/Off + + + + + Microphone on/off + + + + + Toggle microphone ducking mode (OFF, AUTO, MANUAL) + + + + + Auxiliary On/Off + + + + + Auxiliary on/off + + + + + Auto DJ + DJ Automatico + + + + Auto DJ Shuffle + + + + + Auto DJ Skip Next + + + + + Auto DJ Fade To Next + + + + + Trigger the transition to the next track + + + + + User Interface + + + + + Samplers Show/Hide + + + + + Show/hide the sampler section + + + + + Microphone Show/Hide + + + + + Show/hide the microphone section + + + + + Vinyl Control Show/Hide + + + + + Show/hide the vinyl control section + + + + + Preview Deck Show/Hide + + + + + Show/hide the preview deck + + + + + Vinyl Spinner Show/Hide + + + + + Show/hide spinning vinyl widget + + + + + Waveform zoom + + + + + Waveform Zoom + + + + + Zoom waveform in + + + + + Waveform Zoom In + + + + + Zoom waveform out + + + + + ControllerEngine + + + Uncaught exception at line %1 in file %2: %3 + + + + + Uncaught exception at line %1 in passed code: %2 + + + + + Controller script error + + + + + A control you just used is not working properly. + + + + + The script code needs to be fixed. + + + + + For now, you can: Ignore this error for this session but you may experience erratic behavior. + + + + + Try to recover by resetting your controller. + + + + + ControllerInputMappingTableModel + + + Channel + + + + + Opcode + + + + + Control + + + + + Options + + + + + Action + + + + + Comment + Comentario + + + + ControllerOutputMappingTableModel + + + Channel + + + + + Opcode + + + + + Control + + + + + On Value + + + + + Off Value + + + + + Action + + + + + On Range Min + + + + + On Range Max + + + + + Comment + Comentario + + + + CrateFeature + + + Remove + Quitar + + + + + Create New Crate + + + + + Rename + Renombrar + + + + + Lock + Bloquear + + + + Export Track Files + Exportar pistas de audio + + + + Duplicate + Duplicar + + + + Analyze entire Crate + + + + + Auto DJ Track Source + + + + + Enter new name for crate: + + + + + + Crates + Cajas + + + + + Import Crate + + + + + + Export Crate + + + + + Unlock + + + + + An unknown error occurred while creating crate: + + + + + Rename Crate + + + + + + Renaming Crate Failed + + + + + Crate Creation Failed + + + + + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) + +M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) + + + + Crates are a great way to help organize the music you want to DJ with. + + + + + Make a crate for your next gig, for your favorite electrohouse tracks, or for your most requested songs. + + + + + Crates let you organize your music however you'd like! + + + + + A crate cannot have a blank name. + + + + + A crate by that name already exists. + + + + + CrateFeatureHelper + + + New Crate + + + + + Create New Crate + + + + + + Enter name for new crate: + + + + + + + Creating Crate Failed + + + + + + A crate cannot have a blank name. + + + + + + A crate by that name already exists. + + + + + + An unknown error occurred while creating crate: + + + + + copy + [noun] + + + + + Duplicate Crate + + + + + + + Duplicating Crate Failed + + + + + DlgAbout + + + Mixxx %1 Development Team + + + + + With contributions from: + + + + + And special thanks to: + + + + + Past Developers + + + + + Past Contributors + + + + + DlgAboutDlg + + + About Mixxx + + + + + Credits + + + + + License + + + + + <a href="http://mixxx.org/">Official Website</a> + + + + + DlgAnalysis + + + + + Analyze + Analizar + + + + Shows tracks added to the library within the last 7 days. + + + + + New + + + + + Shows all tracks in the library. + + + + + All + + + + + Progress + + + + + Selects all tracks in the table below. + + + + + Select All + + + + + Runs beatgrid, key, and ReplayGain detection on the selected tracks. Does not generate waveforms for the selected tracks to save disk space. + + + + + Stop Analysis + + + + + Analyzing %1/%2 %3% + + + + + DlgAutoDJ + + + One deck must be stopped to enable Auto DJ mode. + + + + + Decks 3 and 4 must be stopped to enable Auto DJ mode. + + + + + + Disable Auto DJ + + + + + Displays the duration and number of selected tracks. + + + + + + + Auto DJ + DJ Automatico + + + + Shuffle + + + + + Add Random + + + + + Shuffle the content of the Auto DJ queue. + + + + + Adds a random track from track sources (crates) to the Auto DJ queue. +If no track sources are configured, the track is added from the library instead. + + + + + Skip the next track in the Auto DJ queue. + + + + + Skip Track + + + + + Trigger the transition to the next track. + + + + + Fade Now + + + + + Determines the duration of the transition. + + + + + Seconds + "sec." as in seconds + + + + + sec. + + + + + Turn Auto DJ on or off. + + + + + + + Enable Auto DJ + + + + + DlgBeatsDlg + + + When beat detection is enabled, Mixxx detects the beats per minute and beats of your tracks, +automatically shows a beat-grid for them, and allows you to synchronize tracks using their beat information. + + + + + Enable BPM and Beat Detection + + + + + Choose between different algorithms to detect beats. + + + + + Enable fast beat detection. +If activated Mixxx only analyzes the first minute of a track for beat information. +This can speed up beat detection on slower computers but may result in lower quality beatgrids. + + + + + Attempts to correct the phase (first beat) of fixed-tempo beatgrids +by analyzing the beats to discard outliers. + + + + + Beat Detection Preferences + + + + + Choose Analyzer + + + + + Beat Analyzer: + + + + + Analyzer Settings + + + + + Enable Fast Analysis (For slow computers, may be less accurate) + + + + + Converts beats detected by the analyzer into a fixed-tempo beatgrid. +Use this setting if your tracks have a constant tempo (e.g. most electronic music). +Often results in higher quality beatgrids, but will not do well on tracks that have tempo shifts. + + + + + Assume constant tempo (Recommended) + + + + + Enable Offset Correction (Recommended) + + + + + e.g. from 3rd-party programs or Mixxx versions before 1.11. +(Not checked: Analyze only, if no beats exist.) + + + + + Re-analyze beats when settings change or beat detection data is outdated + + + + + BPM Range + + + + + Min: + + + + + Max: + + + + + DlgControllerLearning + + + Controller Learning Wizard + + + + + Learn + + + + + Close + + + + + Choose Control... + + + + + Hints: If you're mapping a button or switch, only press or flip it once. For knobs and sliders, move the control in both directions for best results. Make sure to touch one control at a time. + + + + + Cancel + + + + + Advanced MIDI Options + + + + + Switch mode interprets all messages for the control as button presses. + + + + + Switch Mode + + + + + Ignores slider or knob movements until they are close to the internal value. This helps prevent unwanted extreme changes while mixing but can accidentally ignore intentional rapid movements. + + + + + Soft Takeover + + + + + Reverses the direction of the control. + + + + + Invert + + + + + For jog wheels or infinite-scroll knobs. Interprets incoming messages in two's complement. + + + + + Jog Wheel / Select Knob + + + + + Retry + + + + + Learn Another + + + + + Done + + + + + Click anywhere in Mixxx or choose a control to learn + + + + + You can click on any button, slider, or knob in Mixxx to teach it that control. You can also type in the box to search for a control by name, or click the Choose Control button to select from a list. + + + + + Now test it out! + + + + + If you manipulate the control, you should see the Mixxx user interface respond the way you expect. + + + + + Not quite right? + + + + + If the mapping is not working try enabling an advanced option below and then try the control again. Or click Retry to redetect the midi control. + + + + + Didn't get any midi messages. Please try again. + + + + + Unable to detect a mapping -- please try again. Be sure to only touch one control at once. + + + + + Successfully mapped control: + + + + + <i>Ready to learn %1</i> + + + + + Learning: %1. Now move a control on your controller. + + + + + The control you clicked in Mixxx is not learnable. +This could be because you are using an old skin and this control is no longer supported. + +You tried to learn: %1,%2 + + + + + DlgDeveloperTools + + + Developer Tools + + + + + Controls + + + + + Dumps all ControlObject values to a csv-file saved in the settings path (e.g. ~/.mixxx) + + + + + Dump to csv + + + + + Log + + + + + Search + + + + + Stats + + + + + DlgHidden + + + Hidden Tracks + + + + + Selects all tracks in the table below. + + + + + Select All + + + + + Purge selected tracks from the library. + + + + + Purge + + + + + Unhide selected tracks from the library. + + + + + Unhide + + + + + Ctrl+S + + + + + DlgMissing + + + Missing Tracks + + + + + Selects all tracks in the table below. + + + + + Select All + + + + + Purge selected tracks from the library. + + + + + Purge + + + + + DlgPrefAutoDJ + + + + Off + + + + + + On + + + + + DlgPrefAutoDJDlg + + + Re-queue tracks after playback + + + + + Duration after which a track is eligible for selection by Auto DJ again + + + + + hh:mm + + + + + Minimum available tracks in Track Source + + + + + Auto DJ Preferences + + + + + Add a track to the end of the Auto DJ queue once it is played, instead of removing it. + + + + + This percentage of tracks are always available for selecting, regardless of when they were last played. + + + + + % + + + + + Uncheck, to ignore all played tracks. + + + + + Suspend track in Track Source from re-queue + + + + + Suspension period for track selection + + + + + Enable random track addition to queue + + + + + Add random tracks from Track Source if the specified minimum tracks remain + + + + + Minimum allowed tracks before addition + + + + + Minimum number of tracks after which random tracks may be added + + + + + DlgPrefBroadcast + + + Icecast 2 + + + + + Shoutcast 1 + + + + + Icecast 1 + + + + + MP3 + + + + + Ogg Vorbis + + + + + Automatic + + + + + Mono + + + + + Stereo + + + + + + + + Action failed + Acción fallida + + + + '%1' has the same Icecast mountpoint as '%2'. +Two source connections to the same server can't have the same mountpoint. + + + + + You can't create more than %1 source connections. + + + + + Source connection %1 + + + + + At least one source connection is required. + + + + + Are you sure you want to disconnect every active source connection? + + + + + + Confirmation required + + + + + Are you sure you want to delete '%1'? + + + + + Renaming '%1' + + + + + New name for '%1': + + + + + Can't rename '%1' to '%2': name already in use + + + + + DlgPrefBroadcastDlg + + + Live Broadcasting Preferences + + + + + Mixxx Icecast Testing + + + + + Public stream + + + + + http://www.mixxx.org + + + + + Stream name + + + + + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. + + + + + Live Broadcasting source connections + + + + + Delete selected + + + + + Create new connection + + + + + Rename selected + + + + + Disconnect all + + + + + Turn on Live Broadcasting when applying these settings + + + + + Settings for %1 + + + + + Dynamically update Ogg Vorbis metadata. + + + + + ICQ + + + + + AIM + + + + + Website + + + + + Live mix + + + + + IRC + + + + + Select a source connection above to edit its settings here + + + + + Password storage + + + + + Plain text + + + + + Secure storage (OS keychain) + + + + + Genre + Genero + + + + Use UTF-8 encoding for metadata. + + + + + Description + Descripción + + + + Encoding + + + + + Bitrate + Tasa de Muestreo + + + + + Format + + + + + Channels + + + + + Server connection + + + + + Type + Tipo + + + + Host + + + + + Login + + + + + Mount + + + + + Port + + + + + Password + + + + + Stream info + + + + + Metadata + + + + + Use static artist and title. + + + + + Static title + + + + + Static artist + + + + + Automatic reconnect + + + + + Time to wait before the first reconnection attempt is made. + + + + + + seconds + + + + + Wait until first attempt + + + + + Reconnect period + + + + + Time to wait between two reconnection attempts. + + + + + Limit number of reconnection attempts + + + + + Maximum retries + + + + + Reconnect if the connection to the streaming server is lost. + + + + + Enable automatic reconnect + + + + + DlgPrefController + + + Apply device settings? + + + + + Your settings must be applied before starting the learning wizard. +Apply settings and continue? + + + + + None + + + + + %1 by %2 + + + + + No Name + + + + + No Description + + + + + No Author + + + + + Troubleshooting + + + + + Filename + Nombre de Archivo + + + + Function Prefix + + + + + Built-in + + + + + Clear Input Mappings + + + + + Are you sure you want to clear all input mappings? + + + + + Clear Output Mappings + + + + + Are you sure you want to clear all output mappings? + + + + + + Add Script + + + + + Controller Script Files (*.js) + + + + + Could not add script file: '%s' + + + + + Please select a script from the list to open. + + + + + DlgPrefControllerDlg + + + (device category goes here) + + + + + Controller Name + + + + + Enabled + Habilitado + + + + Description: + + + + + Load Preset: + + + + + Support: + + + + + Preset Info + + + + + Input Mappings + + + + + + + Add + + + + + + + Remove + Quitar + + + + Click to start the Controller Learning wizard. + + + + + Controller Preferences + + + + + Controller Setup + + + + + Author: + + + + + Name: + + + + + Learning Wizard (MIDI Only) + + + + + + Clear All + + + + + Output Mappings + + + + + Scripts + + + + + Open Selected File + + + + + DlgPrefControllersDlg + + + Controller Preferences + + + + + Controllers + + + + + Mixxx did not detect any controllers. If you connected the controller while Mixxx was running you must restart Mixxx first. + + + + + Presets + + + + + Open User Preset Folder + + + + + Resources + + + + + Controllers are physical devices that send MIDI or HID signals to your computer over a USB connection. These allow you to control Mixxx in a more hands-on way than a keyboard and mouse. Attached controllers that Mixxx recognizes are shown in the "Controllers" section in the sidebar. + + + + + Mixxx uses "presets" to connect messages from your controller to controls in Mixxx. If you do not see a preset for your controller in the "Load Preset" menu when you click on your controller on the left sidebar, you may be able to download one online from the <a href="http://www.mixxx.org/forums/viewforum.php?f=7">Mixxx Forum</a>. Place the XML (.xml) and Javascript (.js) file(s) in the "User Preset Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Preset Folder" then restart Mixxx: + + + + + You can create your own mapping by using the MIDI Learning Wizard when you select your controller in the sidebar. You can edit mappings by selecting the "Input Mappings" and "Output Mappings" tabs in the preference page for your controller. See the Resources below for more details on making mappings. + + + + + <a href="http://mixxx.org/wiki/doku.php/hardware_compatibility">Mixxx DJ Hardware Guide</a> + + + + + <a href="http://www.mixxx.org/forums/viewforum.php?f=7">Mixxx Controller Forums</a> + + + + + <a href="http://mixxx.org/wiki/doku.php/midi_controller_mapping_file_format">MIDI Preset File Format</a> + + + + + <a href="http://mixxx.org/wiki/doku.php/midi_scripting">MIDI Scripting with Javascript</a> + + + + + DlgPrefControlsDlg + + + Skin + + + + + Tool tips + + + + + Select from different color schemes of a skin if available. + + + + + Color scheme + + + + + Locales determine country and language specific settings. + + + + + Locale + + + + + Interface Preferences + + + + + Interface options + + + + + HiDPI / Retina scaling + + + + + Change the size of text, buttons, and other items. + + + + + Adopt scale factor from the operating system + + + + + Auto Scaling + + + + + Effect options + + + + + Load behavior + + + + + Keep metaknob position + + + + + Reset metaknob to effect default + + + + + Screen saver + + + + + Start in full-screen mode + + + + + Full-screen mode + + + + + Off + + + + + Library only + + + + + Library and Skin + + + + + DlgPrefCrossfaderDlg + + + Crossfader Preferences + + + + + Crossfader Curve + + + + + Slow fade/Fast cut (additive) + + + + + Constant power + + + + + Mixing + + + + + Scratching + + + + + Linear + + + + + Logarithmic + + + + + Reverse crossfader (Hamster Style) + + + + + DlgPrefDeck + + + Mixxx mode + + + + + Mixxx mode (no blinking) + + + + + Pioneer mode + + + + + Denon mode + + + + + Numark mode + + + + + CUP mode + + + + + 4% + + + + + 6% (semitone) + + + + + 8% (Technics SL-1210) + + + + + 10% + + + + + 16% + + + + + 24% + + + + + 50% + + + + + 90% + + + + + DlgPrefDeckDlg + + + Deck Preferences + + + + + Deck options + + + + + Cue mode + + + + + Mixxx mode: +- Cue button while pause at cue point = preview +- Cue button while pause not at cue point = set cue point +- Cue button while playing = pause at cue point +Mixxx mode (no blinking): +- Same as Mixxx mode but with no blinking indicators +Pioneer mode: +- Same as Mixxx mode with a flashing play button +Denon mode: +- Cue button at cue point = preview +- Cue button not at cue point = pause at cue point +- Play = set cue point +Numark mode: +- Same as Denon mode, but without a flashing play button +CUP mode: +- Cue button while pause at cue point = play after release +- Cue button while pause not at cue point = set cue point and play after release +- Cue button while playing = go to cue point and play after release + + + + + + Track time display + + + + + Elapsed + + + + + Remaining + + + + + Elapsed and Remaining + + + + + Auto cue + + + + + Automatically seeks to the first saved cue point on track load. + If none exists, seeks to the beginning of the track. + + + + + Jump to main cue point on track load + + + + + Playing track protection + + + + + Do not load tracks into playing decks + + + + + Speed (Tempo) and Key (Pitch) options + + + + + Permanent rate change when left-clicking + + + + + + + + % + + + + + Permanent rate change when right-clicking + + + + + Reset on track load + + + + + Current key + + + + + Temporary rate change when right-clicking + + + + + Permanent + + + + + Value in milliseconds + + + + + Temporary + + + + + Keylock mode + + + + + Ramping sensitivity + + + + + Pitch bend behavior + + + + + Original key + + + + + Temporary rate change when left-clicking + + + + + Speed/Tempo + + + + + Key/Pitch + + + + + Adjustment buttons: + + + + + Coarse + + + + + Fine + + + + + Make the speed sliders work like those on DJ turntables and CDJs where moving downward increases the speed + + + + + Down increases speed + + + + + Slider range + + + + + Adjusts the range of the speed (Vinyl "Pitch") slider. + + + + + Abrupt jump + + + + + Smoothly adjusts deck speed when temporary change buttons are held down + + + + + Smooth ramping + + + + + Keyunlock mode + + + + + Reset key + + + + + Keep key + + + + + DlgPrefEQ + + + + + None + Displayed when no effect is selected + + + + + DlgPrefEQDlg + + + Equalizer Preferences + + + + + Reset equalizers on track load + + + + + Resets the equalizers to their default values when loading a track. + + + + + Equalizer Rack + + + + + Only allow EQ knobs to control EQ-specific effects + + + + + Uncheck to allow any effect to be loaded into the EQ knobs. + + + + + Use the same EQ filter for all decks + + + + + Uncheck to allow different decks to use different EQ effects. + + + + + Equalizer Plugin + + + + + Quick Effect + + + + + High Shelf EQ + + + + + + 16 Hz + + + + + Master EQ + + + + + Reset Parameter + + + + + Miscellaneous + + + + + Resets the deck gain to unity when loading a track. + + + + + Reset gain on track load + + + + + Bypass EQ effect processing + + + + + When checked, EQs are not processed, improving performance on slower computers. + + + + + + 20.05 kHz + + + + + Low Shelf EQ + + + + + DlgPrefEffectsDlg + + + Effects Preferences + + + + + Available Effects + + + + + Effect Info + + + + + Version: + + + + + Description: + + + + + Author: + + + + + Name: + + + + + Type: + + + + + DlgPrefInterface + + + The minimum size of the selected skin is bigger than your screen resolution. + + + + + Allow screensaver to run + + + + + Prevent screensaver from running + + + + + Prevent screensaver while playing + + + + + This skin does not support color schemes + + + + + Information + + + + + Mixxx must be restarted before the new locale setting will take effect. + + + + + DlgPrefKeyDlg + + + Key Notation Format Settings + + + + + When key detection is enabled, Mixxx detects the musical key of your tracks +and allows you to pitch adjust them for harmonic mixing. + + + + + Enable Key Detection + + + + + Choose Analyzer + + + + + Key Analyzer: + + + + + Choose between different algorithms to detect keys. + + + + + Analyzer Settings + + + + + Enable Fast Analysis (For slow computers, may be less accurate) + + + + + Re-analyze keys when settings change or 3rd-party keys are present + + + + + Key Notation + + + + + Lancelot + + + + + OpenKey + + + + + Traditional + + + + + Custom + + + + + A + + + + + Bb + + + + + B + + + + + C + + + + + Db + + + + + D + + + + + Eb + + + + + E + + + + + F + + + + + F# + + + + + G + + + + + Ab + + + + + Am + + + + + Bbm + + + + + Bm + + + + + Cm + + + + + C#m + + + + + Dm + + + + + Ebm + + + + + Em + + + + + Fm + + + + + F#m + + + + + Gm + + + + + G#m + + + + + DlgPrefLV2Dlg + + + Equalizer Preferences + + + + + Discovered LV2 effects + + + + + DlgPrefLibrary + + + Music Directory Added + Directorio de Musica Agregado + + + + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? + Agregaste uno o mas directorios de musica. Las pistas en esas carpetas no estaran disponibles hasta que se reescaneé tu bliblioteca. Te gustaria rescanear ahora? + + + + Scan + Escanear + + + + Choose a music directory + + + + + Confirm Directory Removal + + + + + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. + + + + + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. + + + + + Hide Tracks + + + + + Delete Track Metadata + + + + + Leave Tracks Unchanged + + + + + Relink music directory to new location + + + + + Select Library Font + + + + + DlgPrefLibraryDlg + + + Library + + + + + Music Directories: + + + + + If removed, Mixxx will no longer watch this directory and its subdirectories for new tracks. + + + + + Remove + Quitar + + + + Add a directory where your music is stored. Mixxx will watch this directory and its subdirectories for new tracks. + + + + + Add + + + + + If an existing music directory is moved, Mixxx doesn't know where to find the audio files in it. Choose Relink to select the music directory in its new location. <br/> This will re-establish the links to the audio files in the Mixxx library. + + + + + Relink + This will re-establish the links to the audio files in the Mixxx database if you move an music directory to a new location. + + + + + Audio File Formats + + + + + Additional Format Plugins: + + + + + Built-in + + + + + Available Online... + + + + + Loaded Plugins: + + + + + None + + + + + Track Metadata Synchronization + + + + + Export: Write modified track metadata from the library into file tags + + + + + Miscellaneous + + + + + Library Font: + + + + + Library Row Height: + + + + + Rescan library on start-up + + + + + Add track to Auto DJ Queue (top) + + + + + Add track to Auto DJ Queue (bottom) + + + + + Use relative paths for playlist export if possible + + + + + ... + + + + + px + + + + + Edit metadata after clicking selected track + + + + + Track Load Action + Sets default action when double-clicking a track in the library. + + + + + Load track to next available deck + + + + + External Libraries + + + + + You will need to restart Mixxx for these settings to take effect. + + + + + Show Rhythmbox Library + + + + + Show Banshee Library + + + + + Show iTunes Library + + + + + Show Traktor Library + + + + + All external libraries shown are write protected. + + + + + DlgPrefModplug + + + Modplug Preferences + + + + + All settings take effect on next track load. Currently loaded tracks are not affected. For an explanation of these settings, see the <a href="http://wiki.openmpt.org/Manual:_Setup/Player">OpenMPT manual</a>. + + + + + Maximum Number of Mixing Channels: + + + + + Show Advanced Settings + + + + + + + Low + + + + + Reverb Delay: + + + + + + + High + + + + + None + + + + + Bass Expansion + + + + + Bass Range: + + + + + 16 + + + + + Front/Rear Delay: + + + + + Pro-Logic Surround + + + + + Full + + + + + Reverb + + + + + Stereo separation + + + + + 10Hz + + + + + 10ms + + + + + 256 + + + + + 5ms + + + + + 100Hz + + + + + 250ms + + + + + 50ms + + + + + Noise reduction + + + + + Hints + + + + + Module files are decoded at once and kept in RAM to allow for seeking and smooth operation in Mixxx. About 10MB of RAM are required for 1 minute of audio. + + + + + Decoding options for libmodplug, a software library for loading and rendering module files (MOD music, tracker music). + + + + + Decoding Options + + + + + Resampling mode (interpolation) + + + + + Enable oversampling + + + + + Nearest (very fast, extremely bad quality) + + + + + Linear (fast, good quality) + + + + + Cubic Spline (high quality) + + + + + 8-tap FIR (extremely high quality) + + + + + Memory limit for single track (MB) + + + + + DlgPrefNoVinylDlg + + + Vinyl Control (Disabled) Preferences + Using a version with the Vinyl Control feature disabled, an alternative preferences window is displayed. + + + + + <b>This version of Mixxx does not support vinyl control.</b> <br> Please visit <a href="http://mixxx.org">Mixxx.org</a> for more information. + + + + + DlgPrefRecord + + + Choose recordings directory + + + + + DlgPrefRecordDlg + + + Recording Preferences + + + + + Recordings Directory + + + + + Recordings Directory: + + + + + Browse... + + + + + + Quality + + + + + Tags + + + + + Title + Título + + + + Author + + + + + Album + Album + + + + Miscellaneous + + + + + Output File Format + + + + + Compression + + + + + Lossy + + + + + Compression Level + + + + + Lossless + + + + + Create a CUE file + + + + + File Splitting + + + + + Split recordings at + + + + + DlgPrefReplayGain + + + %1 LUFS (adjust by %2 dB) + + + + + DlgPrefReplayGainDlg + + + Normalization Preferences + + + + + ReplayGain Loudness Normalization + + + + + Apply loudness normalization to loaded tracks. + + + + + Apply ReplayGain + + + + + -30 LUFS + + + + + -6 LUFS + + + + + When ReplayGain is enabled, adjust tracks lacking ReplayGain information by this amount. + + + + + Initial boost without ReplayGain data + + + + + For tracks with ReplayGain, adjust the target loudness to this LUFS value (Loudness Units relative to Full Scale). + + + + + Target loudness + + + + + -12 dB + + + + + Analysis + + + + + ReplayGain 2.0 (ITU-R BS.1770) + + + + + ReplayGain 1.0 + + + + + Disabled + + + + + Re-analyze and override an existing value + + + + + ReplayGain targets a reference loudness of -18 LUFS (Loudness Units relative to Full Scale). You may increase it if you find Mixxx is too quiet or reduce it if you find that your tracks are clipping. You may also want to decrease the volume of unanalyzed tracks if you find they are often louder than ReplayGained tracks. For podcasting a loudness of -16 LUFS is recommended. + +The loudness target is approximate and assumes track pregain and master output level are unchanged. + + + + + When an unanalyzed track is playing, Mixxx will avoid an abrupt volume change by not applying a newly calculated ReplayGain value. + + + + + +12 dB + + + + + Hints + + + + + DlgPrefSound + + + None + + + + + %1 Hz + + + + + Default (long delay) + + + + + Experimental (no delay) + + + + + Disabled (short delay) + + + + + Soundcard Clock + + + + + Network Clock + + + + + Master output only + + + + + Master and booth outputs + + + + + Direct monitor (recording and broadcasting only) + + + + + Disabled + + + + + Enabled + Habilitado + + + + Stereo + + + + + Mono + + + + + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. + + + + + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. + + + + + + Refer to the Mixxx User Manual for details. + + + + + Configured latency has changed. + + + + + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. + + + + + Realtime scheduling is enabled. + + + + + %1 ms + + + + + Configuration error + + + + + DlgPrefSoundDlg + + + Sound Hardware Preferences + + + + + Sound API + + + + + Sample Rate + + + + + Audio Buffer + + + + + Engine Clock + + + + + Use soundcard clock for live audience setups and lowest latency.<br>Use network clock for broadcasting without a live audience. + + + + + Microphone Monitor Mode + + + + + Microphone Latency Compensation + + + + + Headphone Delay + + + + + + + + ms + milliseconds + + + + + Booth Delay + + + + + Enable Realtime scheduling (currently disabled), see the <a href="http://mixxx.org/wiki/doku.php/adjusting_audio_latency">Mixxx Wiki</a>. + + + + + 20 ms + + + + + Buffer Underflow Count + + + + + 0 + + + + + Master Delay + + + + + Keylock/Pitch-Bending Engine + + + + + Multi-Soundcard Synchronization + + + + + Master Mix + + + + + Master Output Mode + + + + + Output + + + + + Input + + + + + The <a href="http://mixxx.org/wiki/doku.php/hardware_compatibility">Mixxx DJ Hardware Guide</a> lists sound cards and controllers you may want to consider for using Mixxx. + + + + + System Reported Latency + + + + + Enlarge your audio buffer if the underflow counter is increasing or you hear pops during playback. + + + + + Hints and Diagnostics + + + + + Downsize your audio buffer to improve Mixxx's responsiveness. + + + + + Query Devices + + + + + DlgPrefSoundItem + + + None + + + + + Channel %1 + + + + + Channels %1 - %2 + + + + + Sound Item Preferences + Constructs new sound items inside the Sound Hardware Preferences, representing an AudioPath and SoundDevice + + + + + Type (#) + + + + + DlgPrefVinylDlg + + + Input + + + + + Vinyl Configuration + + + + + Deck 1 Vinyl Type + + + + + Deck 2 Vinyl Type + + + + + Deck 3 Vinyl Type + + + + + Deck 4 Vinyl Type + + + + + Show Signal Quality in Skin + + + + + + + + seconds + + + + + Vinyl Control Preferences + + + + + + + + Lead-in + + + + + Turntable Input Signal Boost + + + + + 0 dB + + + + + 44 dB + + + + + Signal Quality + + + + + http://www.xwax.co.uk + + + + + Powered by xwax + + + + + Hints + + + + + Select sound devices for Vinyl Control in the Sound Hardware pane. + + + + + DlgPrefWaveform + + + Filtered + + + + + HSV + + + + + RGB + + + + + OpenGL not available + + + + + dropped frames + + + + + Cached waveforms occupy %1 MiB on disk. + + + + + DlgPrefWaveformDlg + + + Waveform Preferences + + + + + Frame rate + + + + + Displays which OpenGL version is supported by the current platform. + + + + + Normalize waveform overview + + + + + Average frame rate + + + + + Visual gain + + + + + Default zoom level + Waveform zoom + + + + + Displays the actual frame rate. + + + + + Visual gain of the middle frequencies + + + + + End of track warning + + + + + OpenGL status + + + + + Highlight the waveforms when the last seconds of a track remains. + + + + + seconds + + + + + Low + + + + + Middle + + + + + Global + + + + + Visual gain of the high frequencies + + + + + Visual gain of the low frequencies + + + + + High + + + + + Waveform type + + + + + Global visual gain + + + + + The waveform overview shows the waveform envelope of the entire track. +Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. + + + + + The waveform shows the waveform envelope of the track near the current playback position. +Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. + + + + + Waveform overview type + + + + + fps + + + + + Synchronize zoom level across all waveform displays. + + + + + Synchronize zoom level across all waveforms + + + + + Caching + + + + + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. + + + + + Enable waveform caching + + + + + Generate waveforms when analyzing library + + + + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + + + + + Play marker position + + + + + Moves the play marker position on the waveforms to the left, right or center (default). + + + + + Clear Cached Waveforms + + + + + DlgPreferences + + + Sound Hardware + + + + + Controllers + + + + + Library + + + + + Interface + + + + + Waveforms + + + + + Auto DJ + DJ Automatico + + + + Equalizers + + + + + Decks + + + + + Crossfader + + + + + Effects + + + + + LV2 Plugins + + + + + Recording + + + + + Beat Detection + + + + + Key Detection + + + + + Normalization + + + + + + Vinyl Control + + + + + Live Broadcasting + + + + + Modplug Decoder + + + + + DlgPreferencesDlg + + + Preferences + + + + + 1 + + + + + DlgRecording + + + Recordings + + + + + Status: + + + + + + Start Recording + + + + + Stop Recording + + + + + Recording to file: %1 (%2 MiB written in %3) + + + + + DlgTagFetcher + + + MusicBrainz + + + + + Select best possible match + + + + + + Track + + + + + + Year + Año + + + + Title + Título + + + + + Artist + Artista + + + + + Album + Album + + + + Fetching track data from the MusicBrainz database + + + + + Mixxx could not find this track in the MusicBrainz database. + + + + + Get API-Key + To be able to submit audio fingerprints to the MusicBrainz database, a free application programming interface key (API key) is required. + + + + + Submit + Submits audio fingerprints to the MusicBrainz database. + + + + + New Column + + + + + New Item + + + + + &Previous + + + + + &Next + + + + + &Apply + + + + + &Close + + + + + Status: %1 + + + + + HTTP Status: %1 + + + + + Mixxx can't connect to %1 for an unknown reason. + + + + + Mixxx can't connect to %1. + + + + + Original tags + + + + + Suggested tags + + + + + DlgTrackExport + + + Export Tracks + + + + + Exporting Tracks + + + + + (status text) + + + + + &Cancel + + + + + DlgTrackInfo + + + Track Editor + + + + + Summary + + + + + Filetype: + + + + + BPM: + + + + + Location: + + + + + Bitrate: + + + + + Comments + + + + + BPM + BPM + + + + Sets the BPM to 75% of the current value. + + + + + 3/4 BPM + + + + + Sets the BPM to 50% of the current value. + + + + + Displays the BPM of the selected track. + + + + + Details + + + + + Track # + Pista # + + + + Album Artist + Artista del Album + + + + Composer + Compositor + + + + Title + Título + + + + Grouping + Agrupación + + + + Key + Tono + + + + Year + Año + + + + Artist + Artista + + + + Album + Album + + + + Genre + Genero + + + + File + + + + + ReplayGain: + + + + + Converts beats detected by the analyzer into a fixed-tempo beatgrid. +Use this setting if your tracks have a constant tempo (e.g. most electronic music). +Often results in higher quality beatgrids, but will not do well on tracks that have tempo shifts. + + + + + Sets the BPM to 200% of the current value. + + + + + Double BPM + + + + + Halve BPM + + + + + Clear BPM and Beatgrid + + + + + Cuepoints + + + + + Move to the previous item. + "Previous" button + + + + + &Previous + + + + + Move to the next item. + "Next" button + + + + + &Next + + + + + Duration: + + + + + Import Metadata from MusicBrainz + + + + + Import Metadata from File + + + + + Open in File Browser + + + + + Track BPM: + + + + + Assume constant tempo + + + + + Sets the BPM to 66% of the current value. + + + + + 2/3 BPM + + + + + Sets the BPM to 150% of the current value. + + + + + 3/2 BPM + + + + + Sets the BPM to 133% of the current value. + + + + + 4/3 BPM + + + + + Tap with the beat to set the BPM to the speed you are tapping. + + + + + Tap to Beat + + + + + Hint: Use the Library Analyze view to run BPM detection. + + + + + Cue Id + + + + + Position + + + + + Hotcue + + + + + Label + + + + + Activate Cue + + + + + Save changes and close the window. + "OK" button + + + + + &OK + + + + + Delete Cue + + + + + Discard changes and close the window. + "Cancel" button + + + + + Save changes and keep the window open. + "Apply" button + + + + + &Apply + + + + + &Cancel + + + + + EffectChainSlot + + + Empty Chain + Name for an empty effect chain, that is created after eject + + + + + EffectParameterSlotBase + + + No effect loaded. + + + + + EffectSettingsModel + + + Visible + + + + + Name + Nombre + + + + Type + Tipo + + + + EffectsManager + + + Flanger + + + + + BitCrusher + + + + + Filter + + + + + Reverb + + + + + Echo + + + + + AutoPan + + + + + Tremolo + + + + + EmptyWaveformWidget + + + Empty + + + + + EngineBuffer + + + Soundtouch (faster) + + + + + Rubberband (better) + + + + + Unknown (bad value) + + + + + ErrorDialogHandler + + + Fatal error + + + + + Critical error + + + + + Warning + + + + + Information + + + + + Question + + + + + GLRGBWaveformWidget + + + RGB + + + + + GLSLFilteredWaveformWidget + + + Filtered + + + + + GLSLRGBWaveformWidget + + + RGB + + + + + GLSimpleWaveformWidget + + + Simple + + + + + GLVSyncTestWidget + + + VSyncTest + + + + + GLWaveformWidget + + + Filtered + + + + + HSVWaveformWidget + + + HSV + + + + + HidController + + + Generic HID Mouse + + + + + Generic HID Joystick + + + + + Generic HID Gamepad + + + + + Generic HID Keyboard + + + + + Generic HID Multiaxis Controller + + + + + Unknown HID Desktop Device + + + + + HID Infrared Control + + + + + Unknown Apple HID Device + + + + + HID Unknown Device + + + + + HID Interface Number + + + + + ITunesFeature + + + + iTunes + + + + + + Select your iTunes library + + + + + (loading) iTunes + + + + + Use Default Library + + + + + Choose Library... + + + + + Error Loading iTunes Library + + + + + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. + + + + + LegacySkinParser + + + Safe Mode Enabled + Shown when Mixxx is running in safe mode. + + + + + No OpenGL +support. + Shown when Spinny can not be displayed. Please keep + unchanged + + + + + activate + + + + + toggle + + + + + right + + + + + left + + + + + right small + + + + + left small + + + + + up + + + + + down + + + + + up small + + + + + down small + + + + + Shortcut + + + + + Library + + + Add Directory to Library + + + + + Could not add the directory to your library. Either this directory is already in your library or you are currently rescanning your library. + + + + + LibraryFeature + + + Import Playlist + Importar Lista de Reproduccion + + + + Playlist Files (*.m3u *.m3u8 *.pls *.csv) + + + + + LibraryScannerDlg + + + Library Scanner + + + + + It's taking Mixxx a minute to scan your music library, please wait... + + + + + Cancel + + + + + Scanning: + + + + + Scanning cover art (safe to cancel) + + + + + LibraryTableModel + + + Sort items randomly + + + + + MidiController + + + MIDI Controller + + + + + MixxxControl(s) not found + + + + + One or more MixxxControls specified in the outputs section of the loaded preset were invalid. + + + + + Some LEDs or other feedback may not work correctly. + + + + + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) + + + + + + * Make sure the MixxxControls in question actually exist. Visit this wiki page for a complete list: + + + + + MixxxDb + + + Click OK to exit. + + + + + Cannot upgrade database schema + + + + + Unable to upgrade your database schema to version %1 + + + + + For help with database issues contact: + + + + + Your mixxxdb.sqlite file may be corrupt. + + + + + Try renaming it and restarting Mixxx. + + + + + Your mixxxdb.sqlite file was created by a newer version of Mixxx and is incompatible. + + + + + The database schema file is invalid. + + + + + MixxxLibraryFeature + + + Missing Tracks + + + + + Hidden Tracks + + + + + Tracks + + + + + MixxxMainWindow + + + Choose music library directory + + + + + Sound Device Busy + + + + + <b>Retry</b> after closing the other application or reconnecting a sound device + + + + + + + <b>Reconfigure</b> Mixxx's sound device settings. + + + + + + Get <b>Help</b> from the Mixxx Wiki. + + + + + + + <b>Exit</b> Mixxx. + + + + + Retry + + + + + Cannot open database + + + + + Unable to establish a database connection. +Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. + +Click OK to exit. + + + + + + Reconfigure + + + + + Help + + + + + + Exit + + + + + + Mixxx was unable to open all the configured sound devices. + + + + + Sound Device Error + + + + + <b>Retry</b> after fixing an issue + + + + + No Output Devices + + + + + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. + + + + + <b>Continue</b> without any outputs. + + + + + Continue + + + + + Load track to Deck %1 + + + + + Deck %1 is currently playing a track. + + + + + Are you sure you want to load a new track? + + + + + There is no input device selected for this vinyl control. +Please select an input device in the sound hardware preferences first. + + + + + There is no input device selected for this passthrough control. +Please select an input device in the sound hardware preferences first. + + + + + There is no input device selected for this microphone. +Please select an input device in the sound hardware preferences first. + + + + + Error in skin file + + + + + The selected skin cannot be loaded. + + + + + OpenGL Direct Rendering + + + + + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. + + + + + + + Confirm Exit + + + + + A deck is currently playing. Exit Mixxx? + + + + + A sampler is currently playing. Exit Mixxx? + + + + + The preferences window is still open. + + + + + Discard any changes and exit Mixxx? + + + + + ParserCsv + + + Location + Ubicación + + + + Playlist Export Failed + + + + + + Could not create file + + + + + Readable text Export Failed + + + + + ParserM3u + + + + Playlist Export Failed + + + + + File path contains characters, not allowed in m3u playlists. + + + + + + Export a m3u8 playlist instead! + + + + + + Could not create file + + + + + ParserPls + + + Playlist Export Failed + + + + + Could not create file + + + + + PlaylistFeature + + + Lock + Bloquear + + + + + Playlists + + + + + Unlock + + + + + Playlists are ordered lists of songs that allow you to plan your DJ sets. + + + + + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. + + + + + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. + + + + + It may be necessary to skip some songs in your prepared playlist or add some different songs in order to maintain the energy of your audience. + + + + + Create New Playlist + Crear una nueva lista de reproducción + + + + QMessageBox + + + Upgrading Mixxx + + + + + Mixxx now supports displaying cover art. +Do you want to scan your library for cover files now? + + + + + Scan + Escanear + + + + Later + + + + + Upgrading Mixxx from v1.9.x/1.10.x. + + + + + Mixxx has a new and improved beat detector. + + + + + When you load tracks, Mixxx can re-analyze them and generate new, more accurate beatgrids. This will make automatic beatsync and looping more reliable. + + + + + This does not affect saved cues, hotcues, playlists, or crates. + + + + + If you do not want Mixxx to re-analyze your tracks, choose "Keep Current Beatgrids". You can change this setting at any time from the "Beat Detection" section of the Preferences. + + + + + Keep Current Beatgrids + + + + + Generate New Beatgrids + + + + + QObject + + + + Invalid + + + + + Note On + + + + + Note Off + + + + + CC + + + + + Pitch Bend + + + + + + Unknown (0x%1) + + + + + Normal + + + + + Invert + + + + + Rot64 + + + + + Rot64Inv + + + + + Rot64Fast + + + + + Diff + + + + + Button + + + + + Switch + + + + + Spread64 + + + + + HercJog + + + + + SelectKnob + + + + + SoftTakeover + + + + + Script + + + + + 14-bit (LSB) + + + + + 14-bit (MSB) + + + + + Master + + + + + Booth + + + + + Headphones + + + + + Left Bus + + + + + Center Bus + + + + + Right Bus + + + + + Invalid Bus + + + + + Deck + + + + + Record/Broadcast + + + + + Vinyl Control + + + + + Microphone + + + + + Auxiliary + + + + + Unknown path type %1 + + + + + + Encoder + + + + + <html>Mixxx cannot record or stream in MP3 without the MP3 encoder &quot;lame&quot;. Due to licensing issues, we cannot include this with Mixxx. To record or stream in MP3, you must download <b>libmp3lame</b> and install it on your system. <p>See <a href='http://mixxx.org/wiki/doku.php/internet_broadcasting#%1'>Mixxx Wiki</a> for more information. </html> + + + + + <html>Mixxx has detected that you use a modified version of libmp3lame. See <a href='http://mixxx.org/wiki/doku.php/internet_broadcasting'>Mixxx Wiki</a> for more information.</html> + + + + + Mixxx Needs Access to: %1 + + + + + Due to Mac Sandboxing, we need your permission to access this file: + +%1 + +After clicking OK, you will see a file picker. To give Mixxx permission, you must select '%2' to proceed. If you do not want to grant Mixxx access click Cancel on the file picker. We're sorry for this inconvenience. + +To abort this action, press Cancel on the file dialog. + + + + + You selected the wrong file. To grant Mixxx access, please select the file '%1'. If you do not want to continue, press Cancel. + + + + + + Bit Depth + + + + + + Bitcrusher + + + + + Adds noise by the reducing the bit depth and sample rate + + + + + The bit depth of the samples + + + + + Downsampling + + + + + Down + + + + + The sample rate to which the signal is downsampled + + + + + + Echo + + + + + + Time + + + + + + Ping Pong + + + + + + + + Send + + + + + How much of the signal to send into the delay buffer + + + + + + + + Feedback + + + + + Stores the input signal in a temporary buffer and outputs it after a short time + + + + + Delay time +1/8 - 2 beats if tempo is detected +1/8 - 2 seconds if no tempo is detected + + + + + Amount the echo fades each time it loops + + + + + How much the echoed sound bounces between the left and right sides of the stereo field + + + + + + + + Quantize + + + + + Round the Time parameter to the nearest 1/4 beat. + + + + + + + + + + + Triplets + + + + + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. + + + + + + Filter + + + + + Allows only high or low frequencies to play. + + + + + Low Pass Filter Cutoff + + + + + + LPF + + + + + + Corner frequency ratio of the low pass filter + + + + + Q + + + + + Resonance of the filters +Default: flat top + + + + + High Pass Filter Cutoff + + + + + + HPF + + + + + + Corner frequency ratio of the high pass filter + + + + + + + + Depth + + + + + + Flanger + + + + + + Speed + + + + + + Manual + + + + + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering + + + + + Speed of the LFO (low frequency oscillator) +32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected +1/32 - 4 Hz if no tempo is detected + + + + + Delay amplitude of the LFO (low frequency oscillator) + + + + + Delay offset of the LFO (low frequency oscillator). +With width at zero, this allows for manually sweeping over the entire delay range. + + + + + Regeneration + + + + + Regen + + + + + How much of the delay output is feed back into the input + + + + + + Intensity of the effect + + + + + + Divide rounded 1/2 beats of the Period parameter by 3. + + + + + + Mix + + + + + + + + + + Width + + + + + Metronome + + + + + Adds a metronome click sound to the stream + + + + + BPM + BPM + + + + Set the beats per minute value of the click sound + + + + + Sync + + + + + Synchronizes the BPM with the track if it can be retrieved + + + + + + + + Period + + + + + + Autopan + + + + + Bounce the sound left and right across the stereo field + + + + + How fast the sound goes from one side to another +1/4 - 4 beats rounded to 1/2 beat if tempo is detected +1/4 - 4 seconds if no tempo is detected + + + + + Smoothing + + + + + Smooth + + + + + How smoothly the signal goes from one side to the other + + + + + How far the signal goes to each side + + + + + Reverb + + + + + Emulates the sound of the signal bouncing off the walls of a room + + + + + + Decay + + + + + Lower decay values cause reverberations to fade out more quickly. + + + + + Bandwidth of the low pass filter at the input. +Higher values result in less attenuation of high frequencies. + + + + + How much of the signal to send in to the effect + + + + + Bandwidth + + + + + BW + + + + + + Damping + + + + + Higher damping values cause high frequencies to decay more quickly than low frequencies. + + + + + + + Low + + + + + + + Gain for Low Filter + + + + + Kill Low + + + + + Kill the Low Filter + + + + + Mid + + + + + Bessel4 LV-Mix Isolator + + + + + Bessel4 ISO + + + + + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). + + + + + Gain for Mid Filter + + + + + Kill Mid + + + + + Kill the Mid Filter + + + + + High + + + + + + Gain for High Filter + + + + + Kill High + + + + + Kill the High Filter + + + + + To adjust frequency shelves, go to Preferences -> Equalizers. + + + + + Graphic Equalizer + + + + + Graphic EQ + + + + + An 8-band graphic equalizer based on biquad filters + + + + + Gain for Band Filter %1 + + + + + Moog Ladder 4 Filter + + + + + Moog Filter + + + + + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation + + + + + Res + + + + + + Resonance + + + + + Resonance of the filters. 4 = self oscillating + + + + + Deck %1 EQ Effect + + + + + + EQ Effect + + + + + Deck 1 EQ Effect + + + + + Gain for Low Filter (neutral at 1.0) + + + + + Network stream + + + + + + Phaser + + + + + + Stereo + + + + + + Stages + + + + + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering + + + + + Period of the LFO (low frequency oscillator) +1/4 - 4 beats rounded to 1/2 beat if tempo is detected +1/4 - 4 seconds if no tempo is detected + + + + + Controls how much of the output signal is looped + + + + + + Range + + + + + Controls the frequency range across which the notches sweep. + + + + + Number of stages + + + + + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others + + + + + %1 minutes + + + + + %1:%2 + + + + + Ctrl+t + + + + + Ctrl+y + + + + + Ctrl+u + + + + + Ctrl+i + + + + + Ctrl+o + + + + + Ctrl+Shift+O + + + + + Ctrl+, + + + + + Ctrl+P + + + + + Ctrl+Shift+F + + + + + F11 + + + + + Bessel8 LV-Mix Isolator + + + + + Bessel8 ISO + + + + + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). + + + + + LinkwitzRiley8 Isolator + + + + + LR8 ISO + + + + + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). + + + + + Biquad Equalizer + + + + + BQ EQ + + + + + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. + + + + + Device not found + + + + + Biquad Full Kill Equalizer + + + + + BQ EQ/ISO + + + + + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. + + + + + Loudness Contour + + + + + + + Loudness + + + + + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. + + + + + Set the gain of the applied loudness contour + + + + + + Use Gain + + + + + Follow Gain Knob + + + + + This stream is online for testing purposes! + + + + + Live Mix + + + + + + 16 bits + + + + + + 24 bits + + + + + + Bit depth + + + + + Bitrate Mode + + + + + 32 bits float + + + + + + + Balance + + + + + Adjust the left/right balance and stereo width + + + + + Adjust balance between left and right channels + + + + + + Mid/Side + + + + + Bypass Fr. + + + + + Bypass Frequency + + + + + Stereo Balance + + + + + Adjust stereo width by changing balance between middle and side of the signal. +Fully left: mono +Fully right: only side ambiance +Center: does not change the original signal. + + + + + Frequencies below this cutoff are not adjusted in the stereo field + + + + + Parametric Equalizer + + + + + Param EQ + + + + + An gentle 2-band parametric equalizer based on biquad filters. +It is designed as a complement to the steep mixing equalizers. + + + + + + Gain 1 + + + + + Gain for Filter 1 + + + + + + Q 1 + + + + + Controls the bandwidth of Filter 1. +A lower Q affects a wider band of frequencies, +a higher Q affects a narrower band of frequencies. + + + + + + Center 1 + + + + + Center frequency for Filter 1, from 100 Hz to 14 kHz + + + + + + Gain 2 + + + + + Gain for Filter 2 + + + + + + Q 2 + + + + + Controls the bandwidth of Filter 2. +A lower Q affects a wider band of frequencies, +a higher Q affects a narrower band of frequencies. + + + + + + Center 2 + + + + + Center frequency for Filter 2, from 100 Hz to 14 kHz + + + + + + Tremolo + + + + + Cycles the volume up and down + + + + + How much the effect changes the volume + + + + + + Rate + + + + + Rate of the volume changes +4 beats - 1/8 beat if tempo is detected +1/4 Hz - 8 Hz if no tempo is detected + + + + + Width of the volume peak +10% - 90% of the effect period + + + + + Shape of the volume modulation wave +Fully left: Square wave +Fully right: Sine wave + + + + + When the Quantize parameter is enabled, divide the effect period by 3. + + + + + + Waveform + + + + + + Phase + + + + + Shifts the position of the volume peak within the period +Fully left: beginning of the effect period +Fully right: end of the effect period + + + + + Round the Rate parameter to the nearest whole division of a beat. + + + + + Triplet + + + + + Built-in + Used for effects that are built into Mixxx + + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + + + + QtSimpleWaveformWidget + + + Simple + + + + + QtWaveformWidget + + + Filtered + + + + + RGBWaveformWidget + + + RGB + + + + + RecordingFeature + + + Recordings + + + + + RecordingManager + + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + + Recording + + + + + Could not create audio file for recording! + + + + + Ensure there is enough free disk space and you have write permission for the Recordings folder. + + + + + You can change the location of the Recordings folder in Preferences -> Recording. + + + + + RecordingsView + + + + Message shown to user when recording an audio file. %1 is the file path and %2 is the current size of the recording in megabytes (MB) + + + + + RhythmboxFeature + + + + Rhythmbox + + + + + SamplerBank + + + Save Sampler Bank + + + + + + + Mixxx Sampler Banks (*.xml) + + + + + Error Saving Sampler Bank + + + + + Could not write the sampler bank to '%1'. + + + + + Load Sampler Bank + + + + + Error Reading Sampler Bank + + + + + Could not open the sampler bank file '%1'. + + + + + SetlogFeature + + + Join with previous + + + + + Create new history playlist + + + + + + History + + + + + Unlock + + + + + Lock + Bloquear + + + + The history section automatically keeps a list of tracks you play in your DJ sets. + + + + + This is handy for remembering what worked in your DJ sets, posting set-lists, or reporting your plays to licensing organizations. + + + + + Every time you start Mixxx, a new history section is created. You can export it as a playlist in various formats or play it again with Auto DJ. + + + + + You can join the current history session with a previous one by right-clicking and selecting "Join with previous". + + + + + ShoutConnection + + + + Mixxx encountered a problem + + + + + Could not allocate shout_t + + + + + Could not allocate shout_metadata_t + + + + + Error setting non-blocking mode: + + + + + Error setting hostname! + + + + + Error setting port! + + + + + Error setting password! + + + + + Error setting mount! + + + + + Error setting username! + + + + + Error setting stream name! + + + + + Error setting stream description! + + + + + Error setting stream genre! + + + + + Error setting stream url! + + + + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + + Error setting stream public! + + + + + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. + + + + + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. + + + + + Error setting bitrate + + + + + Error: unknown server protocol! + + + + + Error: libshout only supports Shoutcast with MP3 format! + + + + + Error setting protocol! + + + + + Network cache overflow + + + + + Connection error + + + + + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> + + + + + Connection message + + + + + <b>Message from Live Broadcasting connection '%1':</b><br> + + + + + Lost connection to streaming server and %1 attempts to reconnect have failed. + + + + + Lost connection to streaming server. + + + + + Please check your connection to the Internet. + + + + + Can't connect to streaming server + + + + + Please check your connection to the Internet and verify that your username and password are correct. + + + + + SoftwareWaveformWidget + + + Filtered + + + + + Software + + + + + SoundManager + + + + a device + + + + + An unknown error occurred + + + + + Two outputs cannot share channels on "%1" + + + + + Error opening "%1" + + + + + StatModel + + + Name + Nombre + + + + Count + + + + + Type + Tipo + + + + Units + + + + + Sum + + + + + Min + + + + + Max + + + + + Mean + + + + + Variance + + + + + Standard Deviation + + + + + TagFetcher + + + Fingerprinting track + + + + + Identifying track + + + + + Downloading Metadata + + + + + Tooltips + + + Reset to default value. + + + + + Left-click + + + + + Right-click + + + + + Scroll-wheel + + + + + loop active + + + + + loop inactive + + + + + Effects within the chain must be enabled to hear them. + + + + + Waveform Overview + + + + + Shows information about the track currently loaded in this channel. + + + + + Use the mouse to scratch, spin-back or throw tracks. + + + + + Waveform Display + + + + + Shows the loaded track's waveform near the playback position. + + + + + Drag with mouse to make temporary pitch adjustments. + + + + + Scroll to change the waveform zoom level. + + + + + Waveform Zoom Out + + + + + Waveform Zoom In + + + + + Waveform Zoom + + + + + + Spinning Vinyl + + + + + Rotates during playback and shows the position of a track. + + + + + Right click to show cover art of loaded track. + + + + + Gain + + + + + Adjusts the pre-fader gain of the track (to avoid clipping). + + + + + (too loud for the hardware and is being distorted). + + + + + Indicates when the signal on the channel is clipping, + + + + + Master Peak Indicator + + + + + Indicates when the signal on the master output is clipping, + + + + + Channel Volume Meter + + + + + Shows the current channel volume. + + + + + Microphone Volume Meter + + + + + Shows the current microphone volume. + + + + + Shows the current master volume for the left channel. + + + + + Master Channel R Volume Meter + + + + + Volume Control + + + + + Adjusts the volume of the selected channel. + + + + + Master Volume + + + + + Adjusts the master output volume. + + + + + Master Gain + + + + + Adjusts the master output gain. + + + + + Booth Gain + + + + + Adjusts the booth output gain. + + + + + Crossfader + + + + + Determines the master output by fading between the left and right channels. + + + + + Balance + + + + + Adjusts the left/right channel balance on the master output. + + + + + Headphone Volume + + + + + Adjusts the headphone output volume. + + + + + Headphone Gain + + + + + Adjusts the headphone output gain. + + + + + Headphone Mix + + + + + Headphone Split Cue + + + + + If activated, the master signal plays in the right channel, while the cueing signal plays in the left channel. + + + + + Adjust the Headphone Mix so in the left channel is not the pure cueing signal. + + + + + Microphone + + + + + Show/hide the Microphone section. + + + + + Sampler + + + + + Show/hide the Sampler section. + + + + + Vinyl Control + + + + + Show/hide the Vinyl Control section. + + + + + Preview Deck + + + + + Show/hide the Preview deck. + + + + + + Cover Art + + + + + Show/hide Cover Art. + + + + + Toggle 4 Decks + + + + + Switches between showing 2 decks and 4 decks. + + + + + Show Library + + + + + Show or hide the track library. + + + + + Show Effects + + + + + Show or hide the effects. + + + + + Toggle Mixer + + + + + Show or hide the mixer. + + + + + Microphone Volume + + + + + Adjusts the microphone volume. + + + + + Microphone Gain + + + + + Adjusts the pre-fader microphone gain. + + + + + Microphone Talk-Over + + + + + Hold-to-talk or short click for latching to + + + + + mix microphone input into the master output. + + + + + Microphone Talkover Mode + + + + + Off: Do not reduce music volume + + + + + Auto: Automatically reduce music volume when microphones are in use. Adjust the amount the music volume is reduced with the Strength knob. + + + + + Manual: Reduce music volume by a fixed amount set by the Strength knob. + + + + + Behavior depends on Microphone Talkover Mode: + + + + + Off: Does nothing + + + + + Auto: Sets how much to reduce the music volume when microphones are in use. + + + + + Manual: Sets how much to reduce the music volume, regardless of volume of microphone inputs. + + + + + Raise Pitch + + + + + Sets the pitch higher. + + + + + Sets the pitch higher in small steps. + + + + + Lower Pitch + + + + + Sets the pitch lower. + + + + + Sets the pitch lower in small steps. + + + + + Raise Pitch Temporary (Nudge) + + + + + Holds the pitch higher while active. + + + + + Holds the pitch higher (small amount) while active. + + + + + Lower Pitch Temporary (Nudge) + + + + + Holds the pitch lower while active. + + + + + Holds the pitch lower (small amount) while active. + + + + + Low EQ + + + + + Adjusts the gain of the low EQ filter. + + + + + Mid EQ + + + + + Adjusts the gain of the mid EQ filter. + + + + + High EQ + + + + + Adjusts the gain of the high EQ filter. + + + + + Hold-to-kill or short click for latching. + + + + + High EQ Kill + + + + + Holds the gain of the high EQ to zero while active. + + + + + Mid EQ Kill + + + + + Holds the gain of the mid EQ to zero while active. + + + + + Low EQ Kill + + + + + Holds the gain of the low EQ to zero while active. + + + + + Displays the tempo of the loaded track in BPM (beats per minute). + + + + + Tempo + + + + + Key + Tono + + + + BPM Tap + + + + + + When tapped repeatedly, adjusts the BPM to match the tapped BPM. + + + + + Adjust BPM Down + + + + + When tapped, adjusts the average BPM down by a small amount. + + + + + Adjust BPM Up + + + + + When tapped, adjusts the average BPM up by a small amount. + + + + + Adjust Beats Earlier + + + + + When tapped, moves the beatgrid left by a small amount. + + + + + Adjust Beats Later + + + + + When tapped, moves the beatgrid right by a small amount. + + + + + Tempo and BPM Tap + + + + + Show/hide the spinning vinyl section. + + + + + Keylock + + + + + Toggling keylock during playback may result in a momentary audio glitch. + + + + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + + + + + Places a cue point at the current position on the waveform. + + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). + + + + + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). + + + + + Seeks the track to the cue point and stops. + + + + + Play + + + + + Plays track from the cue point. + + + + + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. + + + + + Recording Duration + + + + + Displays the duration of the running recording. + + + + + Sets the track Loop-In Marker to the current play position. + + + + + Press and hold to move Loop-In Marker. + + + + + Jump to Loop-In Marker. + + + + + Sets the track Loop-Out Marker to the current play position. + + + + + Press and hold to move Loop-Out Marker. + + + + + Jump to Loop-Out Marker. + + + + + Beatloop Size + + + + + Select the size of the loop in beats to set with the Beatloop button. + + + + + Changing this resizes the loop if the loop already matches this size. + + + + + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. + + + + + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. + + + + + Start a loop over the set number of beats. + + + + + Temporarily enable a rolling loop over the set number of beats. + + + + + Beatjump/Loop Move Size + + + + + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. + + + + + Beatjump Forward + + + + + Jump forward by the set number of beats. + + + + + Move the loop forward by the set number of beats. + + + + + Jump forward by 1 beat. + + + + + Move the loop forward by 1 beat. + + + + + Beatjump Backward + + + + + Jump backward by the set number of beats. + + + + + Move the loop backward by the set number of beats. + + + + + Jump backward by 1 beat. + + + + + Move the loop backward by 1 beat. + + + + + Reloop + + + + + If the loop is ahead of the current position, looping will start when the loop is reached. + + + + + Works only if Loop-In and Loop-Out Marker are set. + + + + + Enable loop, jump to Loop-In Marker, and stop playback. + + + + + Displays the elapsed and/or remaining time of the track loaded. + + + + + Click to toggle between time elapsed/remaining time/both. + + + + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + + Route the left crossfader bus through this effect unit. + + + + + Route the right crossfader bus through this effect unit. + + + + + Right side active: parameter moves with right half of Meta Knob turn + + + + + Skin Settings Menu + + + + + Show/hide skin settings menu + + + + + Save Sampler Bank + + + + + Save the collection of samples loaded in the samplers. + + + + + Load Sampler Bank + + + + + Load a previously saved collection of samples into the samplers. + + + + + Show Effect Parameters + + + + + Enable Effect + + + + + Meta Knob Link + + + + + Set how this parameter is linked to the effect's Meta Knob. + + + + + Meta Knob Link Inversion + + + + + Inverts the direction this parameter moves when turning the effect's Meta Knob. + + + + + Super Knob + + + + + Next Chain + + + + + Previous Chain + + + + + Next/Previous Chain + + + + + Clear + + + + + Clear the current effect. + + + + + Toggle + + + + + Toggle the current effect. + + + + + Next + + + + + Clear Unit + + + + + Clear effect unit. + + + + + Show/hide parameters for effects in this unit. + + + + + Toggle Unit + + + + + Enable or disable this whole effect unit. + + + + + Controls the Meta Knob of all effects in this unit together. + + + + + Load next effect chain preset into this effect unit. + + + + + Load previous effect chain preset into this effect unit. + + + + + Load next or previous effect chain preset into this effect unit. + + + + + + + + + + + + + Assign Effect Unit + + + + + Assign this effect unit to the channel output. + + + + + Route the headphone channel through this effect unit. + + + + + Route the master mix through this effect unit. + + + + + Route this deck through the indicated effect unit. + + + + + Route this sampler through the indicated effect unit. + + + + + Route this microphone through the indicated effect unit. + + + + + Route this auxiliary input through the indicated effect unit. + + + + + The effect unit must also be assigned to a deck or other sound source to hear the effect. + + + + + Switch to the next effect. + + + + + Previous + + + + + Switch to the previous effect. + + + + + Next or Previous + + + + + Switch to either the next or previous effect. + + + + + Meta Knob + + + + + Controls linked parameters of this effect + + + + + Effect Focus Button + + + + + Focuses this effect. + + + + + Unfocuses this effect. + + + + + Refer to the web page on the Mixxx wiki for your controller for more information. + + + + + Effect Parameter + + + + + Adjusts a parameter of the effect. + + + + + Inactive: parameter not linked + + + + + Active: parameter moves with Meta Knob + + + + + Left side active: parameter moves with left half of Meta Knob turn + + + + + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half + + + + + + Equalizer Parameter Kill + + + + + + Holds the gain of the EQ to zero while active. + + + + + Quick Effect Super Knob + + + + + Quick Effect Super Knob (control linked effect parameters). + + + + + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. + + + + + Equalizer Parameter + + + + + Adjusts the gain of the EQ filter. + + + + + Hint: Change the default EQ mode in Preferences -> Equalizers. + + + + + + Adjust Beatgrid + + + + + Adjust beatgrid so the closest beat is aligned with the current play position. + + + + + + Adjust beatgrid to match another playing deck. + + + + + If quantize is enabled, snaps to the nearest beat. + + + + + Quantize + + + + + Toggles quantization. + + + + + Loops and cues snap to the nearest beat when quantization is enabled. + + + + + Reverse + + + + + Reverses track playback during regular playback. + + + + + Puts a track into reverse while being held (Censor). + + + + + Playback continues where the track would have been if it had not been temporarily reversed. + + + + + + Play/Pause + + + + + Jumps to the beginning of the track. + + + + + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. + + + + + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. + + + + + Sync and Reset Key + + + + + Increases the pitch by one semitone. + + + + + Decreases the pitch by one semitone. + + + + + Enable Vinyl Control + + + + + When disabled, the track is controlled by Mixxx playback controls. + + + + + When enabled, the track responds to external vinyl control. + + + + + Enable Passthrough + + + + + Indicates that the audio buffer is too small to do all audio processing. + + + + + Displays cover artwork of the loaded track. + + + + + Displays options for editing cover artwork. + + + + + Star Rating + + + + + Assign ratings to individual tracks by clicking the stars. + + + + + Channel Peak Indicator + + + + + Channel L Peak Indicator + + + + + Indicates when the left signal on the channel is clipping, + + + + + Channel R Peak Indicator + + + + + Indicates when the right signal on the channel is clipping, + + + + + Master L Peak Indicator + + + + + Indicates when the left signal on the master output is clipping, + + + + + Master R Peak Indicator + + + + + Indicates when the right signal on the master output is clipping, + + + + + Channel L Volume Meter + + + + + Shows the current channel volume for the left channel. + + + + + Channel R Volume Meter + + + + + Shows the current channel volume for the right channel. + + + + + Microphone Peak Indicator + + + + + Indicates when the signal on the microphone is clipping, + + + + + Sampler Volume Meter + + + + + Shows the current sampler volume. + + + + + Sampler Peak Indicator + + + + + Indicates when the signal on the sampler is clipping, + + + + + Preview Deck Volume Meter + + + + + Shows the current Preview Deck volume. + + + + + Preview Deck Peak Indicator + + + + + Indicates when the signal on the Preview Deck is clipping, + + + + + Master Channel L Volume Meter + + + + + Maximize Library + + + + + Maximize the track library to take up all the available screen space. + + + + + Microphone Talkover Ducking Strength + + + + + Prevents the pitch from changing when the rate changes. + + + + + Starts playing from the beginning of the track. + + + + + Jumps to the beginning of the track and stops. + + + + + Plays or pauses the track. + + + + + (while playing) + + + + + (while stopped) + + + + + Cue + + + + + Headphone + + + + + Mute + + + + + Mutes the selected channel's audio in the master output. + + + + + Old Synchronize + + + + + (This skin should be updated to use Master Sync!) + + + + + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. + + + + + If no deck is playing, syncs to the first deck that has a BPM. + + + + + Decks can't sync to samplers and samplers can only sync to decks. + + + + + Enable Master Sync + + + + + Tap to sync the tempo to other playing tracks or the master clock. + + + + + Hold for at least a second to enable sync lock for this deck. + + + + + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. + + + + + Resets the key to the original track key. + + + + + Enable Sync Clock Master + + + + + When enabled, this device will serve as the master clock for all other decks. + + + + + Speed Control + + + + + + + Changes the track pitch independent of the tempo. + + + + + Increases the pitch by 10 cents. + + + + + Decreases the pitch by 10 cents. + + + + + Pitch Adjust + + + + + Adjust the pitch in addition to the speed slider pitch. + + + + + Record Mix + + + + + Toggle mix recording. + + + + + Enable Live Broadcasting + + + + + Stream your mix over the Internet. + + + + + Provides visual feedback for Live Broadcasting status: + + + + + disabled, connecting, connected, failure. + + + + + When enabled, the deck directly plays the audio arriving on the vinyl input. + + + + + Blue for passthrough enabled. + + + + + Playback will resume where the track would have been if it had not entered the loop. + + + + + Loop Exit + + + + + Turns the current loop off. + + + + + Slip Mode + + + + + When active, the playback continues muted in the background during a loop, reverse, scratch etc. + + + + + Once disabled, the audible playback will resume where the track would have been. + + + + + Track Key + + + + + Displays the musical key of the loaded track. + + + + + Clock + + + + + Displays the current time. + + + + + Audio Latency Usage Meter + + + + + Displays the fraction of latency used for audio processing. + + + + + A high value indicates that audible glitches are likely. + + + + + Do not enable keylock, effects or additional decks in this situation. + + + + + Audio Latency Overload Indicator + + + + + If Vinyl control is enabled, displays time-coded vinyl signal quality (see Preferences -> Vinyl Control). + + + + + Drop tracks from library, external file manager, or other decks/samplers here. + + + + + Jump around in the track by clicking anywhere on the waveform. + + + + + Shows the current master volume for the right channel. + + + + + Change the crossfader curve in Preferences -> Crossfader + + + + + Crossfades the headphone output between the master mix and cueing (PFL or Pre-Fader Listening) signal. + + + + + Crossfader Orientation + + + + + Set the channel's crossfader orientation. + + + + + Either to the left side of crossfader, to the right side or to the center (unaffected by crossfader) + + + + + Activate Vinyl Control from the Menu -> Options. + + + + + Change the step-size in the Preferences -> Interface menu. + + + + + Displays the current musical key of the loaded track after pitch shifting. + + + + + Sends the selected channel's audio to the headphone output, + + + + + selected in Preferences -> Sound Hardware. + + + + + Fast Rewind + + + + + Fast rewind through the track. + + + + + Fast Forward + + + + + Fast forward through the track. + + + + + Jumps to the end of the track. + + + + + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. + + + + + + + Pitch Control + + + + + Pitch Rate + + + + + Displays the current playback rate of the track. + + + + + Repeat + + + + + When active the track will repeat if you go past the end or reverse before the start. + + + + + Eject + + + + + Ejects track from the player. + + + + + Hotcue + + + + + If hotcue is set, jumps to the hotcue. + + + + + If hotcue is not set, sets the hotcue to the current play position. + + + + + If hotcue is set, clears the hotcue. + + + + + Vinyl Control Mode + + + + + Absolute mode - track position equals needle position and speed. + + + + + Relative mode - track speed equals needle speed regardless of needle position. + + + + + Constant mode - track speed equals last known-steady speed regardless of needle input. + + + + + Vinyl Status + + + + + Provides visual feedback for vinyl control status: + + + + + Green for control enabled. + + + + + Blinking yellow for when the needle reaches the end of the record. + + + + + Loop-In Marker + + + + + Loop-Out Marker + + + + + Loop Halve + + + + + Halves the current loop's length by moving the end marker. + + + + + Deck immediately loops if past the new endpoint. + + + + + Loop Double + + + + + Doubles the current loop's length by moving the end marker. + + + + + Beatloop + + + + + Toggles the current loop on or off. + + + + + Works only if Loop-In and Loop-Out marker are set. + + + + + Hint: Change the default cue mode in Preferences -> Interface. + + + + + Vinyl Cueing Mode + + + + + Determines how cue points are treated in vinyl control Relative mode: + + + + + Off - Cue points ignored. + + + + + One Cue - If needle is dropped after the cue point, track will seek to that cue point. + + + + + Hot Cue - Track will seek to nearest previous hot cue point. + + + + + Track Time + + + + + Track Duration + + + + + Displays the duration of the loaded track. + + + + + Information is loaded from the track's metadata tags. + + + + + Track Artist + + + + + Displays the artist of the loaded track. + + + + + Track Title + + + + + Displays the title of the loaded track. + + + + + Track Album + + + + + Displays the album name of the loaded track. + + + + + Track Artist/Title + + + + + Displays the artist and title of the loaded track. + + + + + TrackCollection + + + Hiding tracks + + + + + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? + + + + + TrackExportDlg + + + Export finished + + + + + Exporting %1 + + + + + Overwrite Existing File? + + + + + "%1" already exists, overwrite? + + + + + &Overwrite + + + + + Over&write All + + + + + &Skip + + + + + Skip &All + + + + + Export Error + + + + + TrackExportWizard + + + Export Track Files To + + + + + TrackExportWorker + + + + Export process was canceled + + + + + Error removing file %1: %2. Stopping. + + + + + Error exporting track %1 to %2: %3. Stopping. + + + + + Error exporting tracks + + + + + TraktorFeature + + + + Traktor + + + + + (loading) Traktor + + + + + Error Loading Traktor Library + + + + + There was an error loading your Traktor library. Some of your Traktor tracks or playlists may not have loaded. + + + + + VSyncThread + + + Timer (Fallback) + + + + + MESA vblank_mode = 1 + + + + + Wait for Video sync + + + + + Sync Control + + + + + Free + 1 ms (for benchmark only) + + + + + WBattery + + + Time until charged unknown. + + + + + Time until charged: %1 + + + + + Time left unknown. + + + + + Time left: %1 + + + + + Battery fully charged. + + + + + Battery status unknown. + + + + + WCoverArtMenu + + + Choose new cover + change cover art location + + + + + Clear cover + clears the set cover art -- does not touch files on disk + + + + + Reload from file/folder + reload cover art from file metadata or folder + + + + + Image Files + + + + + Change Cover Art + + + + + WEffect + + + %1: %2 + %1 = effect name; %2 = effect description + + + + + None + + + + + No effect loaded. + + + + + WEffectChain + + + None + + + + + No effect chain loaded. + + + + + WEffectParameterBase + + + None + + + + + No effect loaded. + + + + + WEffectSelector + + + %1: %2 + %1 = effect name; %2 = effect description + + + + + None + Displayed when no effect is loaded + + + + + No effect loaded. + + + + + WMainMenuBar + + + &File + + + + + Load Track to Deck &%1 + + + + + Loads a track in deck %1 + + + + + Open + + + + + &Exit + + + + + Quits Mixxx + + + + + Ctrl+q + + + + + &Library + + + + + &Rescan Library + + + + + Rescans library folders for changes to tracks. + + + + + Create &New Playlist + + + + + Create a new playlist + + + + + Ctrl+n + + + + + Create New &Crate + + + + + Create a new crate + + + + + Ctrl+Shift+N + + + + + &View + + + + + May not be supported on all skins. + + + + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + + + + + Show Microphone Section + + + + + Show the microphone section of the Mixxx interface. + + + + + Ctrl+2 + Menubar|View|Show Microphone Section + + + + + Show Vinyl Control Section + + + + + Show the vinyl control section of the Mixxx interface. + + + + + Ctrl+3 + Menubar|View|Show Vinyl Control Section + + + + + Show Preview Deck + + + + + Show the preview deck in the Mixxx interface. + + + + + Ctrl+4 + Menubar|View|Show Preview Deck + + + + + Show Cover Art + + + + + Show cover art in the Mixxx interface. + + + + + Ctrl+6 + Menubar|View|Show Cover Art + + + + + Maximize Library + + + + + Maximize the track library to take up all the available screen space. + + + + + Space + Menubar|View|Maximize Library + + + + + &Full Screen + + + + + Display Mixxx using the full screen + + + + + &Options + + + + + &Vinyl Control + + + + + Use timecoded vinyls on external turntables to control Mixxx + + + + + Enable Vinyl Control &%1 + + + + + &Record Mix + + + + + Record your mix to a file + + + + + Ctrl+R + + + + + Enable Live &Broadcasting + + + + + Stream your mixes to a shoutcast or icecast server + + + + + Ctrl+L + + + + + Enable &Keyboard Shortcuts + + + + + Toggles keyboard shortcuts on or off + + + + + Ctrl+` + + + + + &Preferences + + + + + Change Mixxx settings (e.g. playback, MIDI, controls) + + + + + &Developer + + + + + &Reload Skin + + + + + Reload the skin + + + + + Ctrl+Shift+R + + + + + Developer &Tools + + + + + Opens the developer tools dialog + + + + + Ctrl+Shift+T + + + + + Stats: &Experiment Bucket + + + + + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. + + + + + Ctrl+Shift+E + + + + + Stats: &Base Bucket + + + + + Enables base mode. Collects stats in the BASE tracking bucket. + + + + + Ctrl+Shift+B + + + + + Deb&ugger Enabled + + + + + Enables the debugger during skin parsing + + + + + Ctrl+Shift+D + + + + + &Help + + + + + &Community Support + + + + + Get help with Mixxx + + + + + &User Manual + + + + + Read the Mixxx user manual. + + + + + &Keyboard Shortcuts + + + + + Speed up your workflow with keyboard shortcuts. + + + + + Send Us &Feedback + + + + + Send feedback to the Mixxx team. + + + + + &Translate This Application + + + + + Help translate this application into your language. + + + + + &About + + + + + About the application + + + + + WOverview + + + Ready to play, analyzing .. + Text on waveform overview when file is playable but no waveform is visible + + + + + + Loading track .. + Text on waveform overview when file is cached from source + + + + + Finalizing .. + Text on waveform overview during finalizing of waveform analysis + + + + + WSearchLineEdit + + + + Clear input + Clear the search bar input field + + + + + Ctrl+F + Search|Focus + + + + + Search... + noun + + + + + Search + noun + + + + + Enter a string to search for + + + + + Shortcut + + + + + Ctrl+F + + + + + Focus + Give search bar input focus + + + + + Ctrl+Backspace + + + + + Esc + + + + + Exit search + Exit search bar and leave focus + + + + + WTrackTableView + + + Add to Playlist + + + + + Reset + Reset metadata in right click track context menu in library + + + + + Cover Art + + + + + ESC + Focus + + + + + Remove + Quitar + + + + Remove from Playlist + + + + + Remove from Crate + + + + + Hide from Library + + + + + Unhide from Library + + + + + Purge from Library + + + + + Properties + + + + + Open in File Browser + + + + + 4/3 BPM + + + + + 3/2 BPM + + + + + + Create New Playlist + Crear una nueva lista de reproducción + + + + Create New Crate + + + + + Enter name for new playlist: + Introducir nuevo nombre de lista de reproducción + + + + Load to + + + + + Deck + + + + + Sampler + + + + + Crates + Cajas + + + + Change BPM + + + + + Add to Auto DJ Queue (Bottom) + + + + + Add to Auto DJ Queue (Top) + + + + + Add to Auto DJ Queue (Replace) + + + + + Import From File Tags + + + + + Import From MusicBrainz + + + + + Export To File Tags + + + + + Preview Deck + + + + + BPM and Beatgrid + + + + + Play Count + + + + + Cue Point + + + + + Hotcues + + + + + Loop + + + + + ReplayGain + Reproducir otra vez + + + + Waveform + + + + + All + + + + + Deck %1 + + + + + New Playlist + Nueva lista de reproducción + + + + + + Playlist Creation Failed + Fallo la creación de lista de Reproducción + + + + A playlist by that name already exists. + Una lista de reproducción ya existe con el mismo nombre + + + + A playlist cannot have a blank name. + El nombre de una lista de reproduccion no puede estar vacío + + + + An unknown error occurred while creating playlist: + Un error desconocido ocurrio mientras la creacion de la lista de reproducción + + + + Lock BPM + + + + + Unlock BPM + + + + + Double BPM + + + + + Halve BPM + + + + + 2/3 BPM + + + + + 3/4 BPM + + + + + Sampler %1 + + + + + WTrackTableViewHeader + + + Show or hide columns. + + + + + WaveformWidgetFactory + + + (GLSL) + + + + + (GL) + + + + + mixxx::DlgTrackMetadataExport + + + Export Modified Track Metadata + + + + + Mixxx may wait to modify files until they are not loaded to any decks or samplers. If you do not see changed metadata in other programs immediately, eject the track from all decks and samplers or shutdown Mixxx. + + + + \ No newline at end of file diff --git a/res/translations/mixxx_es.ts b/res/translations/mixxx_es.ts index d5eaf7a02aa9..66f81cbadc01 100644 --- a/res/translations/mixxx_es.ts +++ b/res/translations/mixxx_es.ts @@ -1,4 +1,4 @@ - + : @@ -388,22 +388,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. No se puede usar el almacen de contraseñas seguro: el acceso al almacen ha fallado. - + Secure password retrieval unsuccessful: keychain access failed. No se ha podido obtener la contraseña: El acceso al almacen de claves a fallado. - + Settings error Error de configuración - + <b>Error with settings for '%1':</b><br> <b>Error con las opciones para '%1':</b><br> @@ -591,7 +591,7 @@ ReplayGain - Ganancia de repetición + Ganancia de reproducción @@ -697,8 +697,8 @@ - - + + Deck %1 Plato %1 @@ -789,13 +789,13 @@ - + Set to full volume Establecer a volumen máximo - + Set to zero volume Establecer a volumen cero @@ -820,13 +820,13 @@ Botón Reproduce hacia atrás (con censura) - + Headphone listen button Botón de escucha por Auriculares - + Mute button Botón de silencio @@ -842,25 +842,25 @@ - + Mix orientation (e.g. left, right, center) Orientación de la mezcla (p. ej. izquierda, derecha, centro) - + Set mix orientation to left Establecer orientación de la mezcla hacia la izquierda - + Set mix orientation to center Establecer orientación de la mezcla al centro - + Set mix orientation to right Establecer orientación de la mezcla hacia la derecha @@ -936,229 +936,224 @@ Botón de modo de sincronización de 3 estados (Desactivado, Esclavo, Maestro) - - One-time beat sync (tempo and phase) - Sincronizar por única vez (tempo y fase) - - - + One-time beat sync (tempo only) Sincronizar por unica vez (sólo el tempo) - + One-time beat sync (phase only) Sincronizar por unica vez (sólo la fase) - + Toggle keylock mode Conmutar bloqueo tonal - + Equalizers Ecualizadores - + Vinyl Control Control de vinilo - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Conmutar el modo de puntos cue del control de vinilo (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) Conmutar el control de vinilo (Absoluto/Relativo/Constante) - + Pass through external audio into the internal mixer Pasar audio externo al mezclador interno - + Cues Puntos cue - + Cue button Botón de Cue - + Set cue point Establecer punto de Cue - + Go to cue point Ir al Cue - + Go to cue point and play Ir al Cue y reproducir - + Go to cue point and stop Ir al punto de Cue y parar - + Preview from cue point Preescuchar desde punto Cue - + Cue button (CDJ mode) Boton Cue (modo CDJ) - + Stutter cue Reproducir Cue (Stutter) - + Hotcues Hotcues - + Set, preview from or jump to hotcue %1 Establecer, preescuchar o saltar al hotcue %1 - + Clear hotcue %1 Borrar hotcue %1 - + Set hotcue %1 Establecer Hotcue %1 - + Jump to hotcue %1 Saltar al hotcue %1 - + Jump to hotcue %1 and stop Saltar al hotcue %1 y parar - + Jump to hotcue %1 and play Saltar al hotcue %1 y reproducir - + Preview from hotcue %1 Preescucha Hotcue %1 - - + + Hotcue %1 Hotcue %1 - + Looping Repetición - + Loop In button Botón de inicio del bucle - + Loop Out button Botón de fin de bucle - + Loop Exit button Botón de salida de bucle - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Mover el bucle hacia adelante en %1 pulsaciones - + Move loop backward by %1 beats Mover el bucle hacia atrás en %1 pulsaciones - + Beat-Looping Bucle de pulsaciones - + Create %1-beat loop Crear bucle de %1 pulsaciones - + Create temporary %1-beat loop roll Crear bucle temporal corredizo de %1 pulsaciones - + Library Biblioteca @@ -1289,20 +1284,20 @@ + - Volume Fader Deslizador de Volumen - + Full Volume Volumen máximo - + Zero Volume Volumen cero @@ -1318,7 +1313,7 @@ - + Mute Silenciar @@ -1329,7 +1324,7 @@ - + Headphone Listen Escuchar por auriculares @@ -1350,25 +1345,25 @@ - + Orientation Orientación - + Orient Left Orientar a la izquierda - + Orient Center Orientar al centro - + Orient Right Orientar a la derecha @@ -1473,11 +1468,6 @@ Sync Mode Modo de sincronización - - - Tap to sync, hold to enable sync mode - Pulsar para sincronizar, mantener pulsado para activar el modo de sincronización - Internal Sync Master @@ -1525,527 +1515,521 @@ Sincronizar pulsaciones al momento - + Sync Tempo One-Shot Sincronizar tempo al momento - + Sync Phase One-Shot Sincronizar Fase al momento - + Speed (Pitch/Tempo) Velocidad(Tono/Tempo) - + Keylock Mode Modo de bloqueo tonal - + Pitch control (does not affect tempo), center is original pitch Control de velocidad (No afecta el tempo), al centro es la velocidad original - + Pitch Adjust Ajuste de velocidad - + Adjust pitch from speed slider pitch Ajuste la velocidad desde el deslizador de velocidad - + Match musical key Coincidir con clave musical - + Match Key Cuadrar tonalidad (clave) - + Reset Key Restablecer tonalidad - + Resets key to original Restablecer tonalidad a la original - + High EQ Ecualización de Agudos - + Mid EQ Ecualización de Medios - + Low EQ Ecualización de Graves - + Toggle Vinyl Control Conmutar el control del vinilo - + Toggle Vinyl Control (ON/OFF) Conmutar el control de vinilo (ON/OFF) - + Vinyl Control Mode Modo de control de vinilo - + Vinyl Control Cueing Mode Modo de Cue en Control por Vinilo - + Vinyl Control Passthrough Passthrough en Control por Vinilo - + Vinyl Control Next Deck siguiente plato en Control por vinilo - + Single deck mode - Switch vinyl control to next deck Modo de plato único - Cambia el control de vinilo al siguiente plato - + Cue Cue - + Set Cue Establecer punto cue - + Go-To Cue Ir al Cue - + Go-To Cue And Play Ir a Cue y reproducir - + Go-To Cue And Stop Ir al Cue y detener - + Preview Cue Preescuchar Cue - + Cue (CDJ Mode) Cue (modo CDJ) - + Stutter Cue Reproducir Cue (Stutter) - + Go to cue point and play after release Ir al cue y reproducir en soltar - + Clear Hotcue %1 Borrar hotcue %1 - + Set Hotcue %1 Establecer Hotcue %1 - + Jump To Hotcue %1 Saltar al hotcue %1 - + Jump To Hotcue %1 And Stop Saltar al hotcue %1 y parar - + Jump To Hotcue %1 And Play Saltar al hotcue %1 y reproducir - + Preview Hotcue %1 Preescuchar Hotcue %1 - + Loop In Inicio de bucle - + Loop Out Fin del bucle - + Loop Exit Salida del bucle - + Reloop/Exit Loop Repetir/Salir del bucle - + Loop Halve Reducir bucle a la mitad - + Loop Double Aumentar bucle al doble - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Mover bucle en +%1 pulsaciones - + Move Loop -%1 Beats Mover bucle en -%1 pulsaciones - + Loop %1 Beats Bucle de %1 pulsaciones - + Loop Roll %1 Beats Bucle corredizo de %1 pulsaciones - + Add to Auto DJ Queue (bottom) Añadir a la cola de Auto DJ (al final) - + Append the selected track to the Auto DJ Queue Añade las pistas seleccionadas al final de la cola de Auto DJ - + Add to Auto DJ Queue (top) Añadir a la cola de Auto DJ (al principio) - + Prepend selected track to the Auto DJ Queue Añade las pistas seleccionadas al principio de la cola de Auto DJ - + Load Track Cargar Pista - + Load selected track Carga la pista seleccionada - + Track Load and Play Cargar Pista y Reproducir - + Load selected track and play Carga la pista seleccionada y la reproduce - + Record Mix Grabar mezcla - + Toggle mix recording Conmuta la grabación de la mezcla - + Effects Efectos - + Quick Effects Efectos rápidos - + Deck %1 Quick Effect Super Knob Super rueda de efecto rápido del plato %1 - + Quick Effect Super Knob (control linked effect parameters) Super rueda de efecto rápido (parámetros de efecto asociado al control) - + Quick Effect Efecto rápido - + Clear effect rack Reestablecer unidad de efectos - + Clear Effect Rack Reestablecer unidad de efectos - + Clear Unit Limpiar unidad - + Clear effect unit Limpia la unidad de efectos - + Toggle Unit Conmutar la unidad - + Dry/Wet Directo/Alterado - + Adjust the balance between the original (dry) and processed (wet) signal. Ajuste entre señal directa (dry) y alterada (wet). - + Super Knob - Súper Rueda - - - - - Insert/Send Toggle - Conmutar el modo de efecto inserción/envío + Rueda Súper - + Next Chain Siguiente cadena + - + - + - + - Assign Asignar - + Clear Borrar - + Clear the current effect Borrar el efecto actual - + Toggle Conmutar - + Toggle the current effect Conmutar el efecto actual - + Next Siguente - + Switch to next effect Cambiar al siguiente efecto - + Previous Anterior - + Switch to the previous effect Cambiar al efecto previo - + Next or Previous Siguiente o Anterior - + Switch to either next or previous effect Cambiar a cualquier efecto siguiente o anterior + - Parameter Value Valor de Parámetro + - Microphone Ducking Strength Intensidad de Atenuación de Micrófono - + Microphone Ducking Mode Modo de Atenuación de Micrófono - + Gain Ganancia - + Gain knob Rueda de Ganancia - + Shuffle the content of the Auto DJ queue Mezcla el contenido de la cola de Auto DJ - + Skip the next track in the Auto DJ queue Salta la siguiente pista de la cola de Auto DJ - + Auto DJ Toggle Conmutar Auto DJ - + Toggle Auto DJ On/Off Conmutar Auto DJ Encendido/Apagado - + Library Maximize/Restore Maximizar/Restaurar Biblioteca - + Maximize the track library to take up all the available screen space. Maximizar la biblioteca para tomar todo el espacio disponible en pantalla. - + Effect Rack Show/Hide Mostrar/ocultar unidad de efectos - + Show/hide the effect rack Mostrar/ocultar unidad de efectos - + Cover Art Show/Hide Mostrar/Ocultar carátulas - + Show/hide cover art Mostrar/Ocultar carátulas - + Waveform Zoom Out - Alejar zoom de la forma de onda + Alejar zoom de forma de onda - + Toggle Effect Unit Conmutar Unidad de efectos @@ -2070,546 +2054,566 @@ Ganancia de auriculares - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed Velocidad de reproducción - + Playback speed control (Vinyl "Pitch" slider) Control de velocidad de reproducción (El "Pitch de vinilo) - + Pitch (Musical key) Pitch (tonalidad) - + Increase Speed Incrementar Velocidad - + Adjust speed faster (coarse) Incrementar la velocidad (grueso) - - + + Increase Speed (Fine) Incrementar velocidad (fino) - + Adjust speed faster (fine) Incrementar la velocidad (fino) - + Decrease Speed Reducir Velocidad - + Adjust speed slower (coarse) Reducir la velocidad (grueso) - + Adjust speed slower (fine) Reducir la velocidad (fino) - + Temporarily Increase Speed Incrementar temporalmente la velocidad - + Temporarily increase speed (coarse) Incremento temporal de velocidad (grueso) - + Temporarily Increase Speed (Fine) Incremento temporal de velocidad (fino) - + Temporarily increase speed (fine) Incremento temporal de velocidad (fino) - + Temporarily Decrease Speed Reducir temporalmente la velocidad - + Temporarily decrease speed (coarse) Reducción temporal de velocidad (grueso) - + Temporarily Decrease Speed (Fine) Reducción temporal de velocidad (fino) - + Temporarily decrease speed (fine) Reducción temporal de velocidad (fino) + - Adjust %1 Ajuste %1 + - Kill %1 Suprime %1 - + CUP (Cue + Play) CUP (Cue + Play) - + Loop Selected Beats Bucle de las pulsaciones seleccionadas - + Create a beat loop of selected beat size Crear bucle con el tamaño de pulsaciones seleccionado - + Loop Roll Selected Beats Bucle corredizo de las pulsaciones seleccionadas - + Create a rolling beat loop of selected beat size Crear bucle corredizo con el tamaño de pulsaciones seleccionado - + Toggle loop on/off and jump to Loop In point if loop is behind play position Activar / Desactivar bucle y saltar al inicio del bucle si está detrás de la posición de reproducción - + Reloop And Stop Reactivar bucle y detener - + Enable loop, jump to Loop In point, and stop Activar bucle, ir al inicio del bucle y detener - + Halve the loop length Reducir a la mitad la longitud del bucle - + Double the loop length Duplicar la longitud del bucle - + Beat Jump / Loop Move Salto de pulsaciones / Movimiento del bucle - + Jump / Move Loop Forward %1 Beats Saltar / Mover bucle hacia delante en %1 pulsaciones - + Jump / Move Loop Backward %1 Beats Saltar / Mover bucle hacia atrás en %1 pulsaciones - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats Saltar hacia adelante en %1 pulsaciones, o si el bucle está activado, moverlo hacia adelante en %1 pulsaciones - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats Saltar hacia atrás en %1 pulsaciones, o si el bucle está activado, moverlo hacia atrás en %1 pulsaciones - + Beat Jump / Loop Move Forward Selected Beats Saltar en pulsaciones / Mover el bucle adelante en la cantidad seleccionada - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats Salta hacia adelante la cantidad seleccionada de pulsaciones, o si el bucle está activado, lo mueve hacia adelante la cantidad seleccionada de pulsaciones - + Beat Jump / Loop Move Backward Selected Beats Saltar en pulsaciones / Mover el bucle atrás en la cantidad seleccionada - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats Salta hacia atrás la cantidad seleccionada de pulsaciones, o si el bucle está activado, lo mueve hacia atrás la cantidad seleccionada de pulsaciones - + Move up Hacia arriba - + Equivalent to pressing the UP key on the keyboard Equivalente a pulsar la tecla flecha arriba en el teclado - + Move down Hacia abajo - + Equivalent to pressing the DOWN key on the keyboard Equivalente a pulsar la tecla abajo arriba en el teclado - + Move up/down Arriba/abajo - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys Mover verticalmente en qualquier dirección usando una rueda, como si se pulsaran las teclas flecha arriba/abajo - + Scroll Up Retrocede página - + Equivalent to pressing the PAGE UP key on the keyboard Equivalente a pulsar la tecla retrocede página arriba en el teclado - + Scroll Down Avance página - + Equivalent to pressing the PAGE DOWN key on the keyboard Equivalente a pulsar la tecla avance página en el teclado - + Scroll up/down Arriba/abajo página - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys Mover verticalmente en qualquier dirección usando una rueda, como si se pulsaran las teclas avance/retroceso página - + Move left Izquierda - + Equivalent to pressing the LEFT key on the keyboard Equivalente a pulsar la tecla flecha izquierda en el teclado - + Move right Derecha - + Equivalent to pressing the RIGHT key on the keyboard Equivalente a pulsar la tecla flecha derecha en el teclado - + Move left/right Izquierda/derecha - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys Mover verticalmente en qualquier dirección usando una rueda, como si se pulsaran las teclas flecha izquierda/derecha - + Move focus to right pane Mover al panel derecho - + Equivalent to pressing the TAB key on the keyboard Equivalente a pulsar la tecla Tabulador del teclado - + Move focus to left pane Mover el foco al panel izquierdo - + Equivalent to pressing the SHIFT+TAB key on the keyboard Equivalente a pulsar las teclas Mayúsculas+Tabulación en el teclado. - + Move focus to right/left pane Mover el foco al panel izquierdo/derecho - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys Mueve el foco al panel izquierdo o derecho usando una rueda, como si se pulsara tabulación/mayusculas+tabulación. - + Go to the currently selected item Ir al elemento actualmente seleccionado - + Choose the currently selected item and advance forward one pane if appropriate Selecciona el elemento actualmente seleccionado y avanza un panel, si corresponde - + Add to Auto DJ Queue (replace) Añadir a la cola de Auto DJ (reemplaza) - + Replace Auto DJ Queue with selected tracks Reemplaza la cola de Auto DJ con las pistas seleccionadas - + Enable or disable effect processing Activar o desactivar efectos - + Super Knob (control effects' Meta Knobs) Rueda Super (controla las ruedas Meta del efecto) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset Siguiente preajuste de cadena - + Previous Chain Cadena anterior - + Previous chain preset Anterior preajuste de cadena - + Next/Previous Chain Cadena siguiente/anterior - + Next or previous chain preset Siguiente o anterior preajuste de cadena + - Show Effect Parameters Mostrar parámetros de efectos - + Meta Knob Rueda Meta - + Effect Meta Knob (control linked effect parameters) Rueda Meta del efecto (controla los parámetros del efecto asociados) - + Meta Knob Mode Modo de la rueda Meta - + Set how linked effect parameters change when turning the Meta Knob. Define como se comportan los parámetros del efecto enlazados al mover la rueda Meta. - + Meta Knob Mode Invert Modo rueda Meta Invertida - + Invert how linked effect parameters change when turning the Meta Knob. Invierte el sentido en el que se mueven los parámetros del efecto enlazados al girar la rueda Meta. - + Microphone / Auxiliary Micrófono/Auxiliar - + Microphone On/Off Micrófono Encendido/Apagado - + Microphone on/off Micrófono encendido/apagado - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Conmutar modo de atenuación de micrófono (OFF, AUTO, MANUAL) - + Auxiliary On/Off Auxiliar Encendido/Apagado - + Auxiliary on/off Auxiliar encendido/apagado - + Auto DJ Auto DJ - + Auto DJ Shuffle Auto DJ Aleatorio - + Auto DJ Skip Next Quitar la siguiente en Auto DJ - + Auto DJ Fade To Next Autodesvanecer a la siguiente en Auto DJ - + Trigger the transition to the next track Desencadenar la transición a la pista siguiente - + User Interface Interfaz de usuario - + Samplers Show/Hide Mostrar/Ocultar reproductor de muestras - + Show/hide the sampler section Mostrar/Ocultar la sección de reproductor de muestras - + Microphone Show/Hide Mostrar/Ocultar Micrófono - + Show/hide the microphone section Mostrar/ocultar la sección del micrófono - + Vinyl Control Show/Hide Mostrar/Ocultar Control de Vinilo - + Show/hide the vinyl control section Mostrar/ocultar la sección del control del vinilo - + Preview Deck Show/Hide Ocultar/Mostrar reproductor de preescucha - + Show/hide the preview deck Oculta/Muestra el reproductor de pre-escucha - + Vinyl Spinner Show/Hide Mostrar/ocultar vinilo - + Show/hide spinning vinyl widget Mostrar/ocultar el widget de vinilo giratorio - + Waveform zoom Cambia el zoom de la forma de onda - + Waveform Zoom Zoom de forma de onda - + Zoom waveform in Incrementa el zoom de la forma de onda - + Waveform Zoom In - Zoom en espectro de onda + Acercar zoom de forma de onda - + Zoom waveform out Reduce el zoom de la forma de onda @@ -2912,11 +2916,39 @@ Duplicar Cajón - - - - Duplicating Crate Failed - La copia del cajón ha fallado + + + + Duplicating Crate Failed + La copia del cajón ha fallado + + + + DlgAbout + + + Mixxx %1 Development Team + Equipo de desarrollo de Mixxx %1 + + + + With contributions from: + Con colaboradores de: + + + + And special thanks to: + Y agradecimientos especiales a: + + + + Past Developers + Antiguos desarrolladores + + + + Past Contributors + Antiguos colaboradores @@ -3574,103 +3606,103 @@ Ha intentado asignar: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Automatic Automático - + Mono Mono - + Stereo Estéreo - - - - + + + + Action failed Acción fallida - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. '%1' tiene el mismo punto de montaje Icecast que '%2'. No pueden haber dos fuentes de emisión hacia el mismo servidor que usen el mismo punto de montaje. - + You can't create more than %1 source connections. No se pueden crear más de %1 fuentes de emisión en vivo. - + Source connection %1 Fuente de emisión %1 - + At least one source connection is required. Se requiere almenos una fuente de emisión. - + Are you sure you want to disconnect every active source connection? ¿Seguro que deseas desconectar todas las fuentes de emisión activas? - + Confirmation required Se necesita confirmación - + Are you sure you want to delete '%1'? ¿Deseas realmente borrar '%1'? - + Renaming '%1' Renombrando '%1' - + New name for '%1': Nuevo nombre para '%1': - + Can't rename '%1' to '%2': name already in use No se puede renombrar '%1' a '%2': el nombre está en uso @@ -3683,27 +3715,27 @@ No pueden haber dos fuentes de emisión hacia el mismo servidor que usen el mism Preferencias de Transmision en Vivo - + Mixxx Icecast Testing Prueba de «Icecast» de Mixxx - + Public stream Transmisión pública - + http://www.mixxx.org http://www.mixxx.org - + Stream name Nombre de la emisión - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. Debido a errores en algunos clientes de transmisión, actualizar dinámicamente los metadatos Ogg Vorbis puede causar interferencias y desconexiones a los oyentes. Marque esta casilla para actualizar los metadatos de todos modos. @@ -3738,189 +3770,204 @@ No pueden haber dos fuentes de emisión hacia el mismo servidor que usen el mism Activar la emisión en vivo al aplicar los cambios - + Settings for %1 Opciones para %1 - + Dynamically update Ogg Vorbis metadata. Actualizar dinámicamente los metadatos Ogg Vorbis. - + + ICQ + + + + + AIM + + + + Website Sitio web - + Live mix Mezcla en vivo - + + IRC + + + + Select a source connection above to edit its settings here Selecciona en la lista la fuente de emisión que desees editar - + Password storage Guardado de contraseñas - + Plain text Texto simple - + Secure storage (OS keychain) Almacen seguro (almacen de llaves del SO) - + Genre Género - + Use UTF-8 encoding for metadata. Usar codificación UTF-8 para los metadatos. - + Description Descripción - + Encoding Codificación - + Bitrate Tasa de bits - - + + Format Formato - + Channels Canales - + Server connection Conexión al servidor - + Type Tipo - + Host Servidor - + Login Identificación - + Mount Montar - + Port Puerto - + Password Contraseña - + Stream info Información de la emisión - + Metadata Metadatos - + Use static artist and title. Usar texto de artista y título fijos - + Static title Titulo fijo - + Static artist Artista fijo - + Automatic reconnect Reconectar automáticamente - + Time to wait before the first reconnection attempt is made. Tiempo de espera antes de intentar volver a conectar por primera vez. - - + + seconds segundos - + Wait until first attempt Esperar hasta el primer intento - + Reconnect period Período para reconexión - + Time to wait between two reconnection attempts. Tiempo de espera entre dos intentos de reconexión - + Limit number of reconnection attempts Limita la cantidad de intentos de reconexión - + Maximum retries Límite de intentos - + Reconnect if the connection to the streaming server is lost. Intenta reconectar si se pierde la conexión al servidor de emisión. - + Enable automatic reconnect Activa la reconexión automática @@ -4698,15 +4745,11 @@ Si no existe ninguno, va al inicio de la pista. DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected Ningún @@ -4833,32 +4876,32 @@ Displayed when no effect is selected Efectos disponibles - + Effect Info Información del efecto - + Version: Versión: - + Description: Descripción: - + Author: Autor: - + Name: Nombre: - + Type: Tipo: @@ -5096,6 +5139,19 @@ y le permite su afinación para la mezcla armónica. Sol#m + + DlgPrefLV2Dlg + + + Equalizer Preferences + Preferencias de Ecualizador + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5919,11 +5975,7 @@ Este volumen de referencia es aproximado y asume que la ganancia y el nivel de s ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds ms @@ -6163,17 +6215,17 @@ milliseconds RGB - + OpenGL not available OpenGL no disponible - + dropped frames fotogramas perdidos - + Cached waveforms occupy %1 MiB on disk. Formas de onda almacenadas en caché ocupan %1 MiB en el disco. @@ -6211,28 +6263,28 @@ milliseconds Ganancia visual - + Default zoom level Waveform zoom Nivel de zoom por defecto - + Displays the actual frame rate. Muestra la tasa de refresco actual. - + Visual gain of the middle frequencies Ganancia visual de las frecuencias medias - + End of track warning Advertencia de fin de pista - + OpenGL status Estado de OpenGL @@ -6247,107 +6299,126 @@ milliseconds segundos - + Low Graves - + Middle Medio - + Global Global - + Visual gain of the high frequencies Ganancia visual de las frecuencias agudas - + Visual gain of the low frequencies Ganancia visual de las frecuencias graves - + High Agudos - + Waveform type Tipo de forma de onda de reproducción - + Global visual gain Ganancia visual global - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. La vista general de forma de onda muestra la forma de onda de la pista entera. Elija entre los distintos tipos de visualización para la forma de onda, que se diferencian principalmente por el nivel de detalle mostrado. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. La forma de onda de reproducción muestra la forma de onda de la pista cerca de la posición de reproducción actual. Elija entre los distintos tipos de visualización para la forma de onda, que se diferencian principalmente por el nivel de detalle mostrado. - + Waveform overview type Tipo de vista general de forma de onda - + + fps + + + + Synchronize zoom level across all waveform displays. Sincroniza el nivel de ampliación en todas la vistas de forma de onda. - + Synchronize zoom level across all waveforms Sincroniza el nivel de ampliación en todas las formas de onda - + Caching Almacenamiento en caché - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. Mixxx almacena en caché las formas de onda de las pistas en el disco la primera vez que se carga una pista. Esto reduce el uso de la CPU cuando se está jugando en vivo, pero requiere espacio en disco adicional. - + Enable waveform caching Habilitar el almacenamiento en caché de forma de onda - + Generate waveforms when analyzing library Generar formas de onda cuando se analiza la biblioteca - - - Beat Grid - Cuadricula de tempo + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + % + + + + Play marker position + <br><div><br data-mce-bogus="1"></div> - - Show Beat Markers - Mostrar marcadores de pulsación + + Moves the play marker position on the waveforms to the left, right or center (default). + Mover the marcador de posición en la pista a la izquierda, derecha o centro (Defabrica). - + Clear Cached Waveforms Las formas de onda claras en caché @@ -6355,83 +6426,93 @@ Elija entre los distintos tipos de visualización para la forma de onda, que se DlgPreferences - + Sound Hardware Hardware de sonido - + Controllers Controladores - + Library Biblioteca - + Interface Interfaz - + Waveforms Formas de onda - + Auto DJ Auto DJ - + Equalizers Ecualizadores - + Decks Reproductores - + Crossfader Crossfader - + + Effects + Efectos + + + + LV2 Plugins + + + + Recording - Grabación + Grabando - + Beat Detection Detección de pulsaciones - + Key Detection Detección de tonalidad - + Normalization Normalización - - + + Vinyl Control Control de vinilo - + Live Broadcasting Emisión en vivo - + Modplug Decoder Decodificador Modplug @@ -6665,7 +6746,7 @@ Elija entre los distintos tipos de visualización para la forma de onda, que se BPM - PPM + BPM @@ -6950,7 +7031,7 @@ Normalmente ofrece unas cuadrículas de pulsaciones de mayor calidad, pero no fu EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject Cadena vacía @@ -6964,40 +7045,58 @@ Normalmente ofrece unas cuadrículas de pulsaciones de mayor calidad, pero no fu Ningún efecto cargado. + + EffectSettingsModel + + + Visible + Visible + + + + Name + Nombre + + + + Type + Tipo + + EffectsManager - + Flanger Flanger - + BitCrusher BitCrusher - + Filter Filtro - + Reverb Reverberación - + Echo Eco - + AutoPan AutoBalance - + Tremolo Trémolo @@ -7168,39 +7267,39 @@ Normalmente ofrece unas cuadrículas de pulsaciones de mayor calidad, pero no fu ITunesFeature - - + + iTunes iTunes - - + + Select your iTunes library Seleccione su biblioteca de iTunes - + (loading) iTunes (cargando) iTunes - + Use Default Library Usar la biblioteca predeterminada - + Choose Library... Escoger Biblioteca... - + Error Loading iTunes Library Error Cargando la Biblioteca de iTunes - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. Hubo un error cuando se leía la biblioteca de iTunes. Algunas de las pistas o de las listas de reproducción de iTunes tal vez no hayan sido leídas. @@ -7439,52 +7538,52 @@ de OpenGL. MixxxMainWindow - + Choose music library directory Elija el directorio de la biblioteca de la música - + Sound Device Busy El dispositivo de sonido está ocupado - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Reintente</b> luego de cerrar las otras aplicaciones o reconectar un dispositivo de sonido - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Reconfigure</b> las opciones del dispositivo de sonido de Mixxx. - - + + Get <b>Help</b> from the Mixxx Wiki. Obtenga <b>ayuda</b> del wiki de Mixxx. - - - + + + <b>Exit</b> Mixxx. <b>Salir</b> de Mixxx. - + Retry Reintentar - + Cannot open database No se puede abrir la base de datos - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7495,150 +7594,142 @@ Mixxx requiere QT con soporte SQLite. Por favor, consulte la documentación del Pulse Aceptar para salir. - - + + Reconfigure Reconfigurar - + Help Ayuda - - + + Exit Salir - - + + Mixxx was unable to open all the configured sound devices. Mixxx no ha podido activar todos los dispositivos de sonido configurados. - + Sound Device Error Error del dispositivo de sonido - + <b>Retry</b> after fixing an issue <b>Reintenta</b> una vez corregido el problema - + No Output Devices No hay dispositivos de salida - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. Mixxx fue configurado sin ningún dispositivo de salida de audio. El procesamiento de audio estará desactivado mientras no se configure un dispositivo de audio de salida. - + <b>Continue</b> without any outputs. <b>Continuar</b> sin ninguna salida. - + Continue Continuar - + Load track to Deck %1 Cargar pista al plato %1 - + Deck %1 is currently playing a track. El plato %1 está reproduciendo una pista. - + Are you sure you want to load a new track? ¿Está seguro de cargar una pista nueva? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. No hay ningún dispositivo de entrada seleccionado para el control por vinilo. Por favor, seleccione un dispositivo de entrada en las preferencias de hardware de sonido. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. No hay ningún dispositivo de entrada seleccionado para el control passthrough. Por favor, seleccione un dispositivo de entrada en las preferencias de hardware de sonido. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. No hay ningún dispositivo de entrada seleccionado para este micrófono. Por favor, seleccione un dispositivo de entrada en las preferencias de hardware de sonido. - + Error in skin file Error en el archivo de la apariencia - + The selected skin cannot be loaded. No se ha podido cargar la apariencia seleccionada. - + OpenGL Direct Rendering OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. El renderizado directo no está habilitado en tu máquina.<br><br>Esto significa que la visualización de forma de onda va a ser muy<br><b>lenta y puede exigir demasiado tu CPU</b>. Debes actualizar tu<br>configuración para habilitar renderizado directo, o desactivar<br>la visualización de forma de onda en las preferencias de Mixxx seleccionando<br>"Vacío" como la visualización de forma de onda en la sección 'Interface'.<br><br>NOTA: Si usas placas NVIDIA,<br>puede no haber renderizado directo, pero<br>no deberías experimentar baja de performance. - - + + Confirm Exit Confirmar salida - + A deck is currently playing. Exit Mixxx? Un plato está reproduciendo. ¿Salir de Mixxx? - + A sampler is currently playing. Exit Mixxx? Un reproductor de muestras está en reproducción. ¿Salir de Mixxx? - + The preferences window is still open. La ventana de preferencias todavía está abierta. - + Discard any changes and exit Mixxx? ¿Descartar cambios y salir de Mixxx? - - NativeBackend - - - Native - Nativo - - ParserCsv @@ -8026,88 +8117,88 @@ Para abortar esta acción, pulse Cancelar en el selector de archivos.Usted ha seleccionado un archivo equivocado. Para permitir acceso a Mixxx, por favor seleccione el archivo '%1'. Si no quiere continuar, presione Cancelar. - - + + Bit Depth Bits - - + + Bitcrusher Bitcrusher - + Adds noise by the reducing the bit depth and sample rate Añade ruido reduciendo la profundidad de bits y la frecuencia de muestreo - + The bit depth of the samples La profundidad de bits por muestra - + Downsampling Frecuencia - + Down Reducir - + The sample rate to which the signal is downsampled La frecuencia de muestreo a la que se reduce la señal - - + + Echo Eco - - + + Time Retardo - - + + Ping Pong Ping pong - - - - + + + + Send Entrada - + How much of the signal to send into the delay buffer Que cantidad de señal será enviada al búfer de delay - - - - + + + + Feedback Realimentación - + Stores the input signal in a temporary buffer and outputs it after a short time Almacena la señal de entrada en un búfer temporal y la devuelve después de un pequeño retardo - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -8116,134 +8207,134 @@ Para abortar esta acción, pulse Cancelar en el selector de archivos. - + Amount the echo fades each time it loops Cantidad de eco que se desvanece en cada repetición - + How much the echoed sound bounces between the left and right sides of the stereo field La cantidad de señal que rebota entre el el canal izquierdo y derecho del campo de estéreo. - - - - + + + + Quantize Cuantizar - + Round the Time parameter to the nearest 1/4 beat. Redondea el parámetro Retardo al 1/4 de pulsación más cercano. - - - - - - - + + + + + + + Triplets Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. Cuando el parámetro Cuantizar está activado, divide por 3 el retardo redondeado a 1/4 de pulsación. - - + + Filter Filtro - + Allows only high or low frequencies to play. Permite reproducir sólo las frecuencias altas o las bajas. - + Low Pass Filter Cutoff Corte del filtro de graves - - + + LPF Paso bajo - - + + Corner frequency ratio of the low pass filter Frecuencia de corte para el filtro paso bajo - + Q Q - + Resonance of the filters Default: flat top Resonancia de los filtros Por defecto: plano - + High Pass Filter Cutoff Corte del filtro de agudos - - + + HPF Paso alto - - + + Corner frequency ratio of the high pass filter Frecuencia de corte para el filtro paso alto - - - - + + + + Depth Profundidad - - + + Flanger Flanger - - + + Speed LFO - - + + Manual Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering Mezcla la señal de entrada con una copia retardada y modulada en tono de si misma para crear un filtro combinado - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected @@ -8252,111 +8343,111 @@ Por defecto: plano 1/32 - 4 Hz si no se detecta tempo - + Delay amplitude of the LFO (low frequency oscillator) Amplitud del retardo controlado por el LFO (oscilador de baja frecuencia) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. Posición del retardo controlado por el LFO (oscilador de baja frecuencia). Si la amplitud es cero, este parámetro permite mover la posición manualmente por en rango entero. - + Regeneration Regeneración - + Regen Regen - + How much of the delay output is feed back into the input La cantidad de la señal retardada que retroalimenta a la entrada - - + + Intensity of the effect Intensidad del efecto - - + + Divide rounded 1/2 beats of the Period parameter by 3. Divide por 3 el período redondeado a 1/2 pulsación. - - + + Mix Mix - - - - - - + + + + + + Width Ancho - + Metronome Metrónomo - + Adds a metronome click sound to the stream Añade el sonido de tic tac de un metrónomo a la señal de salida - + BPM BPM - + Set the beats per minute value of the click sound Define las pulsaciones por minuto del tic tac - + Sync Sincronizar - + Synchronizes the BPM with the track if it can be retrieved Sincroniza el BPM con el de la pista, si se puede obtener - - - - + + + + Period Período - - + + Autopan Autopan - + Bounce the sound left and right across the stereo field Hace rebotar la señal de izquierda a derecha en el campo estéreo - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected @@ -8365,233 +8456,233 @@ Si la amplitud es cero, este parámetro permite mover la posición manualmente p 1/4 - 4 segundos si no se detecta tempo - + Smoothing Suavizado - + Smooth Suaviza - + How smoothly the signal goes from one side to the other La suavidad con la que la señal se mueve de un lado a otro - + How far the signal goes to each side La distancia que recorre la señal hacia cada lado - + Reverb Reverberación - + Emulates the sound of the signal bouncing off the walls of a room Simula el sonido de una señal rebotando en las paredes de una habitación - - + + Decay Desvan - + Lower decay values cause reverberations to fade out more quickly. Una caída menor provocará que la reverberación termine antes. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. Ancho de banda del filtro paso bajo a la entrada. Valores más altos no atenuaran tanto las altas frecuencias. - + + How much of the signal to send in to the effect + + + + Bandwidth Ancho de banda - + BW Banda - - + + Damping Valle - + Higher damping values cause high frequencies to decay more quickly than low frequencies. Valores de valle (damping) más altos hacen que las frecuencias altas se desvanezcan ántes que las bajas frecuencias. - - How much of the signal to send to the effect - La cantidad de señan que se envía al efecto - - - - - + + + Low Graves - - - + + + Gain for Low Filter Ganancia para el filtro de graves - + Kill Low Suprime Graves - + Kill the Low Filter Suprime la banda de graves - + Mid Medios - + Bessel4 LV-Mix Isolator Aislador Bessel4 LV-Mix - + Bessel4 ISO Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). Un aislador de filtro Bessel de 4o órden con una mezcla de Lipshitz y Vanderkooy (unidad perfecta, atenuación -24 dB/Oct.) - + Gain for Mid Filter Ganáncia para el filtro de medios - + Kill Mid Suprime Medios - + Kill the Mid Filter Suprime la banda de medios - + High Agudos - - + + Gain for High Filter Ganancia para el filtro de agudos - + Kill High Suprime Agudos - + Kill the High Filter Suprime la banda de agudos - + To adjust frequency shelves, go to Preferences -> Equalizers. Para ajustar los límites de las bandas de frecuencia, ir a Preferencias -> Ecualizadores. - + Graphic Equalizer Ecualizador Gráfico - + Graphic EQ Ecualizador Gráfico - + An 8-band graphic equalizer based on biquad filters Un equalizador de 8 bandas basado en filtros biquad - + Gain for Band Filter %1 Ganáncia del filtro de banda %1 - + Moog Ladder 4 Filter Filtro Moog Ladder 4 - + Moog Filter Filtro Moog - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation Un filtro de escalera Moog de 4 polos, basado en la implementación digital no lineal de Antti Houvilainen - + Res Res - - + + Resonance Resonancia - + Resonance of the filters. 4 = self oscillating resonancia de los filtros. 4 = autoscilante - + Deck %1 EQ Effect Efecto EQ del plato %1 - - + + EQ Effect Efecto EQ - + Deck 1 EQ Effect Efecto EQ del plato 1 - + Gain for Low Filter (neutral at 1.0) Ganancia del filtro de graves (neutro en 1.0) @@ -8601,30 +8692,30 @@ Valores más altos no atenuaran tanto las altas frecuencias. Flujo de red - - + + Phaser Faser - - + + Stereo Estéreo - - + + Stages Estados - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering Mezcla la señal de entrada con una copia de si misma después de pasar por una serie de filtros all-pass para crear un filtro combinado. - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected @@ -8633,28 +8724,28 @@ Valores más altos no atenuaran tanto las altas frecuencias. 1/4 - 4 segundos si no se detecta tempo - + Controls how much of the output signal is looped Controla la cantidad de la señal de salida se conecta en bucle - - + + Range Rango - + Controls the frequency range across which the notches sweep. Controla la gama de frecuencias a través de la cual el muescas barrido. - + Number of stages Número de etapas - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others Hace que la fase de los LFO (oscilador de baja frecuencia) del canal izquierdo y derecho no esté sincronizada entre si @@ -8719,47 +8810,47 @@ Valores más altos no atenuaran tanto las altas frecuencias. F11 - + Bessel8 LV-Mix Isolator Aislador Bessel8 LV-Mix - + Bessel8 ISO Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). Un aislador de filtro Bessel de 8o órden con una mezcla de Lipshitz y Vanderkooy (unidad perfecta, atenuación -48 dB/Oct.) - + LinkwitzRiley8 Isolator Aislador LinkwitzRiley8 - + LR8 ISO LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). Un aislador Linkwitz-Riley de 8o órden (punto de corte optimizado, fase constante, atenuación de -48dB/octava) - + Biquad Equalizer Ecualizador biquad - + BQ EQ BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. Un ecualizador de 3 bandas con dos filtros biquad de campana, un filtro shelf paso alto y botones de eliminación completa. @@ -8769,60 +8860,60 @@ Valores más altos no atenuaran tanto las altas frecuencias. Dispositivo no encontrado - + Biquad Full Kill Equalizer Equalizador Biquad de eliminación completa - + BQ EQ/ISO BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. Un equalizador de 3 bandas que combina un ecualizador y un circuito aislador para ofrecer cambios suaves y eliminación completa. - + Loudness Contour Contorno de loudness - - - + + + Loudness Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. Amplifica las frecuencias baja y alta si el volumen está bajo para compensar por la sensibilidad reducida de la oreja humana. - + Set the gain of the applied loudness contour Establece la ganancia del contorno de loudness a aplicar. - - + + Use Gain Usar Ganancia - + Follow Gain Knob Compensa el factor de loudness dependiendo del valor de ganáncia del reproductor. - + This stream is online for testing purposes! Esta emisora está emitiendo en pruebas! - + Live Mix Mix en Vivo @@ -8855,45 +8946,45 @@ Valores más altos no atenuaran tanto las altas frecuencias. 32 bits coma flotante - - - + + + Balance Balance - + Adjust the left/right balance and stereo width Ajusta el balance izquierda/derecha y la separación de estéreo - + Adjust balance between left and right channels Ajusta el balance entre los canales izquierdo y derecho - - + + Mid/Side Mid/Side - + Bypass Fr. Freq. Corte - + Bypass Frequency Frecuencia de corte - + Stereo Balance Balance estéreo - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8904,46 +8995,46 @@ Todo a la derecha: únicamente señal lateral Centrado: No altera la señal original. - + Frequencies below this cutoff are not adjusted in the stereo field Las frecuencias por debajo del corte no se veran afectadas por el estereo - + Parametric Equalizer Ecualizador paramétrico - + Param EQ Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. Un ecualizador paramétrico de 2 bandas suave con filtros biquad. Está diseñado como complemento a los equalizadores de mezcla de corte acentuado. - - + + Gain 1 Ganancia 1 - + Gain for Filter 1 Ganancia para el filtro 1 - - + + Q 1 Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. @@ -8952,35 +9043,35 @@ Un valor menor de Q afecta una banda de frecuencias mayor, mientras que un valor mayor de Q afecta una cantidad más reducida de frecuencias. - - + + Center 1 Central 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz Frecuencia central para el filtro 1, de 100 Hz a 14 Khz - - + + Gain 2 Ganancia 2 - + Gain for Filter 2 Ganancia para el filtro 2 - - + + Q 2 Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. @@ -8989,40 +9080,40 @@ Un valor menor de Q afecta una banda de frecuencias mayor, mientras que un valor mayor de Q afecta una cantidad más reducida de frecuencias. - - + + Center 2 Central 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz Frecuencia central para el filtro 2, de 100 Hz a 14 Khz - - + + Tremolo Trémolo - + Cycles the volume up and down Realiza un ciclo aumentando y reduciendo el volumen - + How much the effect changes the volume Controla la intensidad del efecto sobre el volumen - - + + Rate Velocidad - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected @@ -9031,14 +9122,14 @@ mientras que un valor mayor de Q afecta una cantidad más reducida de frecuencia 1/4 Hz - 8 Hz si no se detecta tempo - + Width of the volume peak 10% - 90% of the effect period Ancho respecto el pico de volumen 10% - 90% del período del efecto - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave @@ -9047,24 +9138,24 @@ Todo a la izquierda: Onda rectangular Todo a la derecha: Onda sinusoidal - + When the Quantize parameter is enabled, divide the effect period by 3. Cuando el parámetro Cuantizar está activo, divide el período del efecto por 3. - - + + Waveform - Onda + Forma de onda - - + + Phase Fase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period @@ -9073,15 +9164,36 @@ Todo a la izquierda: inicio del período Todo a la derecha: final del período - + Round the Rate parameter to the nearest whole division of a beat. Redondear el valor del parámetro Ratio a la división entera más cercana a una pulsación. - + Triplet Triplet + + + Built-in + Used for effects that are built into Mixxx + Incorporado + + + + This plugin does not support stereo samples as input/output + Este plugin no soporta muestras estereo como entrada/salida + + + + This plugin has features which are not yet supported + Este plugin tiene caracteristicas las cuales actualmente no soporta + + + + Unknown status + Estado desconocido + QtSimpleWaveformWidget @@ -9118,22 +9230,32 @@ Todo a la derecha: final del período RecordingManager - + + Low Disk Space Warning + Advertencia: Espacio de Disco "Bajo" + + + + There is less than 1 GiB of useable space in the recording folder + Hay menos de 1 GB de espacio libre en la carpeta de grabación + + + Recording Grabando - + Could not create audio file for recording! No se ha podido crear el archivo de audio para la grabación! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. Asegúrese que haya suficiente espacio libre en el disco y que tenga permisos de escritura para la carpeta Grabaciones. - + You can change the location of the Recordings folder in Preferences -> Recording. Para cambiar la ubicación de la carpeta de las grabaciones, ir a Preferencias - > Grabaciones. @@ -9269,132 +9391,147 @@ Todo a la derecha: final del período Error al establecer el modo "sin bloqueo": - + Error setting hostname! ¡Error al establecer el nombre de host! - + Error setting port! ¡Error al establecer el puerto! - + Error setting password! ¡Error al establecer la contraseña! - + Error setting mount! ¡Error al establecer el punto de montaje! - + Error setting username! ¡Error al establecer el nombre de usuario! - + Error setting stream name! ¡Error al establecer el nombre de la emisión! - + Error setting stream description! ¡Error al establecer la descripción de la emisión! - + Error setting stream genre! ¡Error al establecer el género de la emisión! - + Error setting stream url! ¡Error al establecer la URL de la emisión! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! Error al iniciar la emisión pública! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. Broadcasting a 96kHz con Ogg Vorbis no está soportado actualmente. Por favor prueba una diferente tasa de muestreo o codificación. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. Consulte https://bugs.launchpad.net/mixxx/+bug/686212 para más información. - + Error setting bitrate Error al establecer la tasa de bits - + Error: unknown server protocol! ¡Error: protocolo del servidor desconocido! - + Error: libshout only supports Shoutcast with MP3 format! ¡Error: libshout solo soporta Shoutcast en formato MP3! - + Error setting protocol! ¡Error al establecer el protocolo! - + Network cache overflow Caché de red excedido - + Connection error Error de connexión - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> Una de las fuentes de emisión en vivo ha lanzado este error:<br><b>Error con la fuente '%1':</b><br> - + Connection message Mensaje de conexión - + <b>Message from Live Broadcasting connection '%1':</b><br> <b>Mensaje de la fuente de emisión en vivo '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. Se ha perdido la conexión al servidor de emisión y han fallado %1 intentos de reconexión. - + Lost connection to streaming server. Se ha perdido la conexión al servidor de emisión - + Please check your connection to the Internet. Comprueba tu conexión a internet. - + Can't connect to streaming server No se puede conectar al servidor de emisión - + Please check your connection to the Internet and verify that your username and password are correct. Comprobe a súa conexión a internet e verifique que o seu nome de usuario e contrasinal son correctos. @@ -9812,7 +9949,7 @@ Todo a la derecha: final del período - + Cover Art Carátula @@ -10074,7 +10211,6 @@ Todo a la derecha: final del período Key - The musical key of a track Clave @@ -10149,563 +10285,599 @@ Todo a la derecha: final del período Alternar el bloqueo tonal durante la reproducción puede producir una pequeña distorsión de audio. - + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + + + + Places a cue point at the current position on the waveform. Coloca un punto de Cue en la posición actual de la forma de onda. - + Stops track at cue point, OR go to cue point and play after release (CUP mode). Detiene la pista en el punto cue, O BIEN va al punto cue y reproduce en soltar (modo CUP). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). Establece el punto Cue (Modo Pioneer/Mixxx/Numark), establece el punto Cue y reproduce en soltar (modo CUP) O BIEN hace una preescuha del mismo (Modo Denon). - + Seeks the track to the cue point and stops. Lleva la pista al punto de Cue y para. - + Play Reproducir - + Plays track from the cue point. - + Reproduce la pista desde el punto Cue. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. Cambia la velocidad de reproducción de la pista (afecta tanto el tempo como el tono). Si está habilitado el bloqueo, únicamente afecta al tempo. - + Recording Duration Duración de la grabación - + Displays the duration of the running recording. Muestra la duración de la grabación en curso. - + Sets the track Loop-In Marker to the current play position. Establece la marca de inicio de bucle a la posición actual - + Press and hold to move Loop-In Marker. Mantener presionado para mover la marca de inicio de bucle. - + Jump to Loop-In Marker. Ir a la marca de inicio de bucle. - + Sets the track Loop-Out Marker to the current play position. Establece la marca de fin de bucle a la posición actual. - + Press and hold to move Loop-Out Marker. Mantener presionado para mover la marca de fin de bucle. - + Jump to Loop-Out Marker. Ir a la marca de fin de bucle. - + Beatloop Size Pulsaciones del bucle - + Select the size of the loop in beats to set with the Beatloop button. Define el tamaño del bucle en pulsaciones a usar cuando se pulse el botón de bucle de pulsaciones. - + Changing this resizes the loop if the loop already matches this size. Al cambiar este valor, cambiará el tamaño del bucle existente, si tenía el tamaño anterior. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. Reduce a la mitad el tamaño del bucle existente, o del próximo bucle definido con el botón de bucle de pulsaciones. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. Dobla el tamaño del bucle existente, o del próximo bucle definido con el botón de bucle de pulsaciones. - + Start a loop over the set number of beats. Activa un bucle con la cantidad definida de pulsaciones. - + Temporarily enable a rolling loop over the set number of beats. Activa temporalmente un bucle de continuación con la cantidad de pulsaciones definidas. - + Beatjump/Loop Move Size Tamaño del salto de pulsaciones/Desplazamiento del bucle - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. Selecciona la cantidad de pulsaciones a saltar o a mover el bucle con los botones de avance/retroceso. - + Beatjump Forward Avanzar en pulsaciones - + Jump forward by the set number of beats. Avanza la pista la cantidad definida de pulsaciones. - + Move the loop forward by the set number of beats. Avanza el bucle en la cantidad definida de pulsaciones. - + Jump forward by 1 beat. Avanza 1 pulsación. - + Move the loop forward by 1 beat. Avanza el bucle 1 pulsación. - + Beatjump Backward Retrocede en pulsaciones - + Jump backward by the set number of beats. Retrocede la cantidad de pulsaciones definida. - + Move the loop backward by the set number of beats. Retrocede el bucle la cantidad de pulsaciones definida. - + Jump backward by 1 beat. Retrocede 1 pulsación. - + Move the loop backward by 1 beat. Retrocede el bucle 1 pulsación. - + Reloop Repite el bucle - + If the loop is ahead of the current position, looping will start when the loop is reached. Si el bucle está por delante de la posición actual, este no se activará hasta que se llege a él. - + Works only if Loop-In and Loop-Out Marker are set. Solo funciona si las marcas de inicio y fin de bucle estan definidas. - + Enable loop, jump to Loop-In Marker, and stop playback. Activa el bucle, va a la posición de inicio de bucle y se detiene. - + Displays the elapsed and/or remaining time of the track loaded. Muestra el tiempo transcurrido y/o restante de la pista cargada. - + Click to toggle between time elapsed/remaining time/both. Pulsar para cambiar entre tiempo transcurrido/restante/ambos - + + Mix + Mix + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + Modo Mix + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. Redirige el bus izquierdo del crossfader a través de esta unidad de efectos. - + Route the right crossfader bus through this effect unit. Redirige el bus derecho del crossfader a través de esta unidad de efectos. - + Right side active: parameter moves with right half of Meta Knob turn Derecha activo: el parámetro se mueve al mover la mitad derecha del control Meta. - + Skin Settings Menu Menú de las opciones de la Apariencia - + Show/hide skin settings menu Muestra/esconde el menú de opciones de la Apariencia - + Save Sampler Bank Guardar banco de muestras - + Save the collection of samples loaded in the samplers. Guarda la colección de muestras cargadas en los reproductores de muestras. - + Load Sampler Bank Cargar banco de muestras - + Load a previously saved collection of samples into the samplers. Carga en los reproductores de muestras una colección de muestras guardada en anterioridad. - + Show Effect Parameters Mostrar parámetros de efectos - + Enable Effect Activar efecto - + Meta Knob Link Enlace de la rueda Meta - + Set how this parameter is linked to the effect's Meta Knob. Configura cómo le afecta a este parámetro la rueda Meta. - + Meta Knob Link Inversion Inversión del enlaze de la rueda Meta - + Inverts the direction this parameter moves when turning the effect's Meta Knob. Invierte la dirección en la que se mueve el parámetro al mover la rueda Meta. - - Dry/Wet - Seco/Húmedo - - - + Super Knob Rueda Súper - - - Insert/Send Toggle - Conmutar el modo de efecto inserción/envío - - - + Next Chain Siguiente cadena - + Previous Chain Cadena anterior - + Next/Previous Chain Cadena siguiente/anterior - + Clear Borrar - + Clear the current effect. Borra el efecto actual. - + Toggle Conmutar - + Toggle the current effect. Conmuta el efecto actual. - + Next Siguente - + Clear Unit Limpiar unidad - + Clear effect unit. limpiar la unidad de efectos. - + Show/hide parameters for effects in this unit. Muestra/esconde los parámetros de los efectos de esta unidad. - + Toggle Unit Conmutar la unidad - + Enable or disable this whole effect unit. Activa o desactiva la unidad de efectos. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - Ajuste entre la señal directa (dry) y alterada (wet) para la unidad de efectos. - - - + Controls the Meta Knob of all effects in this unit together. Controla a la vez las ruedas Meta de todos los efectos asociados a esta unidad. - + Load next effect chain preset into this effect unit. Carga el siguiente preajuste de efectos en esta unidad de efectos. - + Load previous effect chain preset into this effect unit. Carga el anterior preajuste de efectos en esta unidad de efectos. - + Load next or previous effect chain preset into this effect unit. Carga el siguiente o anterior preajuste de efectos en esta unidad de efectos. - - - - - - - - - + + + + + + + + + Assign Effect Unit Asignar la unidad de efectos - + Assign this effect unit to the channel output. Asigna esta unidad de efectos a la salida del canal. - + Route the headphone channel through this effect unit. Redirige la salida de auriculares a través de la unidad de efectos. - + Route the master mix through this effect unit. Redirige la salida maestra a través de la unidad de efectos. - + Route this deck through the indicated effect unit. Redirige este plato a través de la unidad de efectos indicada. - + Route this sampler through the indicated effect unit. Redirige este reproductor a través de la unidad de efectos indicada. - + Route this microphone through the indicated effect unit. Redirige este micrófono a través de la unidad de efectos indicada. - + Route this auxiliary input through the indicated effect unit. Redirige la entrada auxiliar a través de la unidad de efectos indicada. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. La unidad de efectos debe estar asignada a un plato o otra fuente de sonido para oír el efecto. - + Switch to the next effect. Pasa al siguiente efecto. - + Previous Anterior - + Switch to the previous effect. Pasa al efecto anterior. - + Next or Previous Siguiente o Anterior - + Switch to either the next or previous effect. Pasa al siguiente o anterior efecto. - + Meta Knob Rueda Meta - + Controls linked parameters of this effect Controla los parámetros enlazados del efecto - + Effect Focus Button Botón de foco de efecto - + Focuses this effect. Pone el foco en el efecto. - + Unfocuses this effect. Quita el foco del efecto. - + Refer to the web page on the Mixxx wiki for your controller for more information. Consulta la página web de tu controlador en la wiki del Mixxx para más información - + Effect Parameter parámetro de efecto - + Adjusts a parameter of the effect. Ajusta un parámetro del efecto. - + Inactive: parameter not linked Inactivo: parámetro no enlazado - + Active: parameter moves with Meta Knob Activo: el parámetro se mueve con la rueda Meta - + Left side active: parameter moves with left half of Meta Knob turn Izquierda activo: el parámetro se mueve con la primera mitad de la rueda Meta - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half Izquierda y derecha activo: el parámetro recorre todo el rango con la primera mitad de la rueda Meta, y vueve atrás con la segunda mitad - - + + Equalizer Parameter Kill Parámetro de supresión del ecualizador - - + + Holds the gain of the EQ to zero while active. Mantiene la ganáncia de EQ a cero mientras está activo. - + Quick Effect Super Knob Rueda Súper de efecto rápido - + Quick Effect Super Knob (control linked effect parameters). Rueda Súper de efecto rápido (controla los parámetros de efecto asociados). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. Nota: Puedes cambiar el efecto rápido por defecto en Preferéncias > Ecualizadores. - + Equalizer Parameter ecualizador paramétrico - + Adjusts the gain of the EQ filter. Ajusta la ganáncia del filtro de EQ. - + Hint: Change the default EQ mode in Preferences -> Equalizers. Nota: Se puede cambiar el modo de EQ por defecto en Preferencias > Ecualizadores. @@ -10727,123 +10899,123 @@ Todo a la derecha: final del período Ajusta la cuadrícula de tempo para que coincida con otro plato en reproducción. - + If quantize is enabled, snaps to the nearest beat. Si la cuantización está activada, se acerca al compás más cercano. - + Quantize Cuantizar - + Toggles quantization. Conmutar la cuantización. - + Loops and cues snap to the nearest beat when quantization is enabled. Cuando está activada, los bucles y cue se alinean con el compás más cercano. - + Reverse Reversa - + Reverses track playback during regular playback. Reproduce en reversa, durante reproducción normal. - + Puts a track into reverse while being held (Censor). Pone la pista en reversa mientras se mantiene presionado. - + Playback continues where the track would have been if it had not been temporarily reversed. La reproducción se continuará en el punto al que habría llegado la pista si no hubiese puesto en reversa. - - + + Play/Pause Reproducir/Pausar - + Jumps to the beginning of the track. Salta al principio de la pista. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. Sincroniza el tempo (BPM) y la fase de la pista con la de la otra pista, si se ha detectado el BPM en ambas. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. Sincroniza el tempo (BPM) de la pista con la de la otra pista, si se ha detectado el BPM en ambas. - + Sync and Reset Key Sincroniza y resetea la tonalidad - + Increases the pitch by one semitone. Incrementa el tono en una seminota. - + Decreases the pitch by one semitone. Decrementa el tono en una seminota. - + Enable Vinyl Control Activar vinilo de control - + When disabled, the track is controlled by Mixxx playback controls. Si está desactivado, los controles de reproducción del Mixxx controlan la pista. - + When enabled, the track responds to external vinyl control. Si está activado, el control de vinilo externo controla la pista. - + Enable Passthrough Activa el paso de audio - + Indicates that the audio buffer is too small to do all audio processing. Indica que el búfer de audio es demasiado pequeño para llevar a cabo todo el procesamiento de audio. - + Displays cover artwork of the loaded track. Muestra la carátula de la pista cargada. - + Displays options for editing cover artwork. Muestra las opciones de edición de carátula. - + Star Rating Puntuación - + Assign ratings to individual tracks by clicking the stars. Asigna la puntuación de cada pista pulsando en las estrellas. @@ -10988,255 +11160,254 @@ Todo a la derecha: final del período Evita que el tono cambie al cambiar la velocidad. - + Starts playing from the beginning of the track. Comienza la reproducción desde el principio de la pista. - + Jumps to the beginning of the track and stops. Salta al principio de la pista y se detiene. - + Plays or pauses the track. Reproduce o pausa la pista. - + (while playing) (estando en reproducción) - + (while stopped) (mientras está parado) - + Cue Cue - + Headphone Auriculares - + Mute Silenciar - + Mutes the selected channel's audio in the master output. Silencia el canal de audio seleccionado en la salida principal. - + Old Synchronize Sincronización antígua - + (This skin should be updated to use Master Sync!) (La apariencia seleccionada no soporta la característica de sincronización con el maestro.) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. Se sincroniza con la primera pista (en orden numérico) que está sonando y tiene BPM. - + If no deck is playing, syncs to the first deck that has a BPM. Si no hay pistas en reprodución, se sincroniza con la primera pista que tenga BPM. - + Decks can't sync to samplers and samplers can only sync to decks. Los platos no se pueden sincronizar con los reproductors de muestras, y los reproductors de mezclas sólo se pueden sincronizar con los platos. - + Enable Master Sync Activar la sincronización maestra - + Tap to sync the tempo to other playing tracks or the master clock. Pulse para sincronizar el tiempo con otras pistas en reproducción o con el reloj maestro. - + Hold for at least a second to enable sync lock for this deck. Mantener pulsado durante un segundo para activar la sincronización fija para este plato. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. Los platos con la sincronización bloqueada reproducirán todos al mismo tempo, y si además tienen la quantización activada, también se alinearán los compases. - + Resets the key to the original track key. Resetea la clave musical a la original de la pista. - + Enable Sync Clock Master Activar el reloj maestro de sincronización - + When enabled, this device will serve as the master clock for all other decks. Cuando está activado, este dispositivo servirá como master clock para los otros platos. - + Speed Control Control de velocidad - - - + + + Changes the track pitch independent of the tempo. Cambia el tono de la pista independientemente del tempo. - + Increases the pitch by 10 cents. Aumenta el tono 10 centésimas. - + Decreases the pitch by 10 cents. Reduce el tono 10 centésimas. - + Pitch Adjust Ajuste de velocidad - + Adjust the pitch in addition to the speed slider pitch. Ajusta la velocidad añadiendo al cambio del deslizador de velocidad. - + Record Mix Grabar mezcla - + Toggle mix recording. Conmutar la grabación de la mezcla. - + Enable Live Broadcasting Activar la emisión en vivo - + Stream your mix over the Internet. Emite tus mezclas por internet. - + Provides visual feedback for Live Broadcasting status: Da una indicación acerca del estado de la emisión en vivo: - + disabled, connecting, connected, failure. desactivado, conectando, conectado, fallo. - + When enabled, the deck directly plays the audio arriving on the vinyl input. Cuando está activado, el plato reproduce directamente el audio que recibe por la entrada de vinilo. - + Blue for passthrough enabled. Azul si el passthrough está activado. - + Playback will resume where the track would have been if it had not entered the loop. La reproducción se reanudará en el punto al que habría llegado la pista si no hubiese entrado en el bucle. - + Loop Exit Salida del bucle - + Turns the current loop off. Desactiva el bucle actual. - + Slip Mode Modo Slip - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. Cuando está activado, la reproducción continúa en silencio mientras dura el bucle, la reproducción hacia atrás, scratch, etc. - + Once disabled, the audible playback will resume where the track would have been. Una vez desactivado, la reproducción (audible) seguirá donde la pista habría estado. - + Track Key - The musical key of a track Tonalidad de la pista - + Displays the musical key of the loaded track. Muestra la clave musical de la pista cargada. - + Clock Reloj - + Displays the current time. Muestra la hora actual. - + Audio Latency Usage Meter Medidor de Latencia de Audio - + Displays the fraction of latency used for audio processing. Muestra la parte de latencia usada para el proceso de audio. - + A high value indicates that audible glitches are likely. Un valor alto indica que se pueden percibir ruidos. - + Do not enable keylock, effects or additional decks in this situation. No activar el bloqueo de tonalidad, los efectos o los platos adicionales en este caso. - + Audio Latency Overload Indicator Indicador de Sobrecarga de Latencia de Audio @@ -11301,279 +11472,279 @@ Todo a la derecha: final del período Muestra la clave musical actual para la pista cargada teniendo en cuenta el cambio de tonalidad. - + Sends the selected channel's audio to the headphone output, Enviar los canales de audio seleccionados a la salida de auriculares, - + selected in Preferences -> Sound Hardware. seleccionada en Preferencias -> Hardware de sonido. - + Fast Rewind Retroceso rápido - + Fast rewind through the track. Rebobinado rápido a través de la pista. - + Fast Forward Avance Rápido - + Fast forward through the track. Avance Rápido a través de la pista. - + Jumps to the end of the track. Salta al final de la pista. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. Cambia la tonalidad a una clave musical que permite la transición harmónica de un plato a otro. Es necesario que se haya detectado la clave en ambos platos. - - - + + + Pitch Control Control del pitch - + Pitch Rate Ritmo de cambio de tonalidad - + Displays the current playback rate of the track. Muestra el ritmo de reproducción actual de la pista. - + Repeat Repetir - + When active the track will repeat if you go past the end or reverse before the start. Estando activo la pista se repetirá si se pasa del final o si retrocede antes del comienzo. - + Eject Expulsar - + Ejects track from the player. Expulsa la pista del reproductor. - + Hotcue Hotcue - + If hotcue is set, jumps to the hotcue. Si el hotcue está establecido, salta al hotcue. - + If hotcue is not set, sets the hotcue to the current play position. Si el hotcue no está establecido, establece el hotcue en la actual posición de reproducción. - + If hotcue is set, clears the hotcue. Si el hotcue está establecido, borra el hotcue. - + Vinyl Control Mode Modo de control de vinilo - + Absolute mode - track position equals needle position and speed. Modo Absoluto - la posicion dentro del tema corresponde a la posicion y velocidad de la aguja. - + Relative mode - track speed equals needle speed regardless of needle position. Modo Relativo - la velocidad del tema corresponde a la velocidad de la aguja independientemente de la posicion. - + Constant mode - track speed equals last known-steady speed regardless of needle input. Modo Constante - la velocidad del tema corresponde a la ultima velocidad conocida independientemente de lo que se recibe de la aguja. - + Vinyl Status Estado del vinilo - + Provides visual feedback for vinyl control status: Provee retroalimentación visual sobre el estado del control de vinilo: - + Green for control enabled. Verde para control activo. - + Blinking yellow for when the needle reaches the end of the record. Amarillo parpadeante cuando la aguja alcanza el final de la grabación. - + Loop-In Marker Marcador de inicio de bucle - + Loop-Out Marker Marcador de fin de bucle - + Loop Halve Reducir bucle a la mitad - + Halves the current loop's length by moving the end marker. Reduce a la mitad la longitud del bucle actual, moviendo la marca de fin. - + Deck immediately loops if past the new endpoint. El plato vuelve al inicio del bucle inmediatamente si se ha superado el nuevo punto final. - + Loop Double Aumentar bucle al doble - + Doubles the current loop's length by moving the end marker. Aumenta al doble la longitud del bucle actual, moviendo la marca de fin. - + Beatloop Bucle de pulsaciones - + Toggles the current loop on or off. Activa o desactiva el bucle actual. - + Works only if Loop-In and Loop-Out marker are set. Funciona sólo si se han definido las marcas de inicio y fin de bucle. - + Hint: Change the default cue mode in Preferences -> Interface. Sugerencia: Cambie el comportamiento del cue en Preferencias -> Interfaz. - + Vinyl Cueing Mode Modo de Cue de Vinilo - + Determines how cue points are treated in vinyl control Relative mode: Determina cómo los puntos Cue son tratados en el modo de control Relativo de Vinilos: - + Off - Cue points ignored. Off - Los puntos CUE se ignoran. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. Un Cue - si se pone la aguja mas allá del punto cue, se irá al punto Cue de la pista. - + Hot Cue - Track will seek to nearest previous hot cue point. Hot Cue - La canción buscará el punto previo hot cue más cercano. - + Track Time Tiempo de pista - + Track Duration Duración de la Pista - + Displays the duration of the loaded track. Muestra la duración de la pista cargada. - + Information is loaded from the track's metadata tags. Información cargada desde el tag de metadatos de las pistas. - + Track Artist Artista de la pista - + Displays the artist of the loaded track. Muestra el artista de la pista cargada. - + Track Title Título de la pista - + Displays the title of the loaded track. Muestra el título de la pista cargada. - + Track Album Álbum de la pista - + Displays the album name of the loaded track. Muestra el nombre del álbum de la pista cargada. - + Track Artist/Title Artista/Título de la pista - + Displays the artist and title of the loaded track. Muestra el artista y el título de la pista cargada. @@ -11695,34 +11866,6 @@ Todo a la derecha: final del período Hubo un error cargando la biblioteca de Traktor. Algunas de la listas de reproducción o canciones pueden no haberse cargado. - - Ui - - - Mixxx %1 Development Team - Equipo de desarrollo de Mixxx %1 - - - - With contributions from: - Con colaboradores de: - - - - And special thanks to: - Y agradecimientos especiales a: - - - - Past Developers - Antiguos desarrolladores - - - - Past Contributors - Antiguos colaboradores - - VSyncThread @@ -11818,12 +11961,18 @@ Todo a la derecha: final del período WEffect - + + %1: %2 + %1 = effect name; %2 = effect description + %1: %2 + + + None Ningún - + No effect loaded. Ningún efecto cargado. @@ -11962,317 +12111,333 @@ Todo a la derecha: final del período &Vista - + May not be supported on all skins. Puede no estar disponible para todas las apariencias. - + + Show Skin Settings Menu + Mostrar la configuración de Temas + + + + Show the Skin Settings Menu of the currently selected Skin + Mostrar la configuración actual del menu de tema + + + + Ctrl+1 + Menubar|View|Show Skin Settings + Ctrl+1 + + + Show Microphone Section Mostrar seccion del microfono - + Show the microphone section of the Mixxx interface. Muestra la sección de control de micrófono de la interfaz de Mixxx. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section Mostrar la Sección de Control de Vinilo - + Show the vinyl control section of the Mixxx interface. Muestra la sección de control de vinilo de la interfaz de Mixxx. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck Mostrar el reproductor de preescucha - + Show the preview deck in the Mixxx interface. Muestra el reproductor de preescucha en la interfaz de Mixxx. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art Muestra carátulas - + Show cover art in the Mixxx interface. Muestra las carátulas en la interfaz de Mixxx. - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library Maximizar Biblioteca - + Maximize the track library to take up all the available screen space. Maximizar la biblioteca para tomar todo el espacio disponible en pantalla. - + Space Menubar|View|Maximize Library Espacio - + &Full Screen &Pantalla completa - + Display Mixxx using the full screen Mostrar Mixxx a pantalla completa - + &Options &Opciones - + &Vinyl Control Control de &vinilo - + Use timecoded vinyls on external turntables to control Mixxx Usar vinilos con codigo de tiempo en bandejas externas para controlar Mixxx - + Enable Vinyl Control &%1 Habilita el Control por Vinilo &%1 - + &Record Mix &Grabar Mezcla - + Record your mix to a file Grava a súa mestura a un ficheiro - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting Activar transmisión en &vivo - + Stream your mixes to a shoutcast or icecast server Transmite tus mezclas a un servidor shoutcast o icecast - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts Activar Atajos de &Teclado - + Toggles keyboard shortcuts on or off Activa o desactiva los atajos de teclado - + Ctrl+` Ctrl+` - + &Preferences &Preferencias - + Change Mixxx settings (e.g. playback, MIDI, controls) Cambiar la configuración de Mixxx (p.ej.: reproducción, MIDI, controles) - + &Developer &Desarrollador - + &Reload Skin &Recargar apariencia - + Reload the skin Recargar la apariencia - + Ctrl+Shift+R Ctrl+Mayús+R - + Developer &Tools U&tilidades de desarrollador - + Opens the developer tools dialog Abre el cuadro de diálogo de herramientas de desarrollo - + Ctrl+Shift+T Ctrl+Mayús+T - + Stats: &Experiment Bucket Estadísticas: Contadores &Experiment - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. Activa el modo experimental. Recoje estadísticas en los contadores EXPERIMENT. - + Ctrl+Shift+E Ctrl+Mayús+E - + Stats: &Base Bucket Estadísticas: contadores &Base - + Enables base mode. Collects stats in the BASE tracking bucket. Activa el modo base. Recoje estadísticas en los contadores BASE. - + Ctrl+Shift+B Ctrl+Mayús+B - + Deb&ugger Enabled Dep&uración activada - + Enables the debugger during skin parsing Activa el depurador durante el análisis de la máscara - + Ctrl+Shift+D Ctrl+Mayús+D - + &Help Ay&uda - + &Community Support Soporte &comunitario - + Get help with Mixxx Obtener ayuda con Mixxx - + &User Manual Manual de &usuario - + Read the Mixxx user manual. Lea el manual de usuario de Mixxx. - + &Keyboard Shortcuts Atajos de &Teclado - + Speed up your workflow with keyboard shortcuts. Trabaja más rápidamente usando los atajos de teclado. - + Send Us &Feedback &Envíenos su opinión - + Send feedback to the Mixxx team. Envía tu opinión al equipo de Mixx. - + &Translate This Application &Traducir esta aplicación - + Help translate this application into your language. Ayude a traducir esta aplicación a su idioma. - + &About &Acerca de - + About the application Acerca de la aplicación @@ -12289,9 +12454,7 @@ Todo a la derecha: final del período Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source Cargando pista .. @@ -12373,6 +12536,12 @@ Text on waveform overview when file is cached from source Add to Playlist Añadir a la lista de reproducción + + + Reset + Reset metadata in right click track context menu in library + Restablecer + Cover Art @@ -12385,58 +12554,68 @@ Text on waveform overview when file is cached from source ESC - + Remove Quitar - + + Remove from Playlist + Quitar de la lista de reproducción + + + + Remove from Crate + + + + Hide from Library Ocultar de la biblioteca - + Unhide from Library Volver a mostrar en la biblioteca - + Purge from Library Eliminar de la biblioteca - + Properties Propiedades - + Open in File Browser Abrir en el explorador de archivos - + 4/3 BPM 4/3 BPM - + 3/2 BPM 3/2 BPM - - + + Create New Playlist Crear nueva lista de reproducción - + Create New Crate Crear un nuevo cajón - + Enter name for new playlist: Escriba un nombre para la nueva lista de reproducción: @@ -12466,150 +12645,144 @@ Text on waveform overview when file is cached from source Cambiar el BPM - - Clear - Clear metadata in right click track context menu in library - Borrar - - - + Add to Auto DJ Queue (Bottom) Añadir a la cola de DJ automático (al final) - + Add to Auto DJ Queue (Top) Añadir a la cola de DJ automático (al principio) - + Add to Auto DJ Queue (Replace) Añadir a la cola de DJ automático (reemplazar) - + Import From File Tags Importar de los metadatos del fichero - + Import From MusicBrainz Importar de MusicBrainz - + Export To File Tags Exportar a metadatos del fichero - + Preview Deck Reproductor de preescucha - + BPM and Beatgrid BPM y cuadrícula de tempo - + Play Count Reproducciones - + Cue Point Punto CUE - + Hotcues Hotcues - + Loop Bucle - + ReplayGain Ganancia de reproducción - + Waveform Forma de onda - + All Todos - + Deck %1 Plato %1 - + New Playlist Nueva lista de reproducción - - - + + + Playlist Creation Failed Ha fallado la creación de la lista de reproducción - + A playlist by that name already exists. Ya existe una lista de reproducción con ese nombre. - + A playlist cannot have a blank name. El nombre de la lista de reproducción no puede quedar en blanco. - + An unknown error occurred while creating playlist: Se ha producido un error desconocido al crear la lista de reproducción: - + Lock BPM Bloquear BPM - + Unlock BPM Desbloquear BPM - + Double BPM Duplicar BPM - + Halve BPM Reducir a la mitad los BPM - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + Sampler %1 Reproductor de muestras %1 @@ -12625,12 +12798,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) (GLSL) - + (GL) (GL) diff --git a/res/translations/mixxx_et.ts b/res/translations/mixxx_et.ts index 0633e3a5cfca..ec2c82095531 100644 --- a/res/translations/mixxx_et.ts +++ b/res/translations/mixxx_et.ts @@ -1,4 +1,4 @@ - + : @@ -71,12 +71,12 @@ Add to Auto DJ Queue (bottom) - Lisa auto DJ järjekorda (alla) + Lisa auto-DJ järjekorda (alla) Add to Auto DJ Queue (top) - Lisa auto DJ järjekorda (üles) + Lisa auto-DJ järjekorda (üles) @@ -104,7 +104,7 @@ Add to Auto DJ Queue (bottom) - Lisa auto DJ järjekorda (alla) + Lisa auto-DJ järjekorda (alla) @@ -115,7 +115,7 @@ Add to Auto DJ Queue (top) - Lisa auto DJ järjekorda (üles) + Lisa auto-DJ järjekorda (üles) @@ -386,22 +386,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error - + <b>Error with settings for '%1':</b><br> @@ -695,8 +695,8 @@ - - + + Deck %1 Rada %1 @@ -787,13 +787,13 @@ - + Set to full volume Sea volüüm maksimumile - + Set to zero volume Sea volüüm nulli @@ -818,13 +818,13 @@ - + Headphone listen button Kõrvaklappidega kuulamise nupp - + Mute button Vaigistusnupp @@ -840,25 +840,25 @@ - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -934,229 +934,224 @@ - - One-time beat sync (tempo and phase) - - - - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode - + Equalizers Ekvalaiserid - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Beat-Looping - + Create %1-beat loop - + Create temporary %1-beat loop roll - + Library Fonoteek @@ -1287,20 +1282,20 @@ + - Volume Fader - + Full Volume Täisvolüüm - + Zero Volume Nullvolüüm @@ -1316,7 +1311,7 @@ - + Mute Vaigista @@ -1327,7 +1322,7 @@ - + Headphone Listen @@ -1348,25 +1343,25 @@ - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1471,11 +1466,6 @@ Sync Mode - - - Tap to sync, hold to enable sync mode - - Internal Sync Master @@ -1523,527 +1513,521 @@ - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Speed (Pitch/Tempo) - + Keylock Mode - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original - + High EQ - + Mid EQ - + Low EQ - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) Lisa auto DJ järjekorda (alla) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) Lisa auto DJ järjekorda (üles) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Track Load and Play - + Load selected track and play - + Record Mix - + Toggle mix recording - + Effects Efektid - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - + Quick Effect - + Clear effect rack - + Clear Effect Rack - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain + - + - + - + - Assign - + Clear - + Clear the current effect - + Toggle Lülita - + Toggle the current effect Lülita praegust efekti - + Next Järgmine - + Switch to next effect - + Previous Eelmine - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect + - Parameter Value + - Microphone Ducking Strength - + Microphone Ducking Mode - + Gain Tugevus - + Gain knob Helitugevuse nupp - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle Auto DJ lüliti - + Toggle Auto DJ On/Off - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Cover Art Show/Hide - + Show/hide cover art - + Waveform Zoom Out - + Toggle Effect Unit @@ -2068,546 +2052,566 @@ Kõrvaklappide tundlikkus - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - - - Increase Speed (Fine) + + + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) + - Adjust %1 + - Kill %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off Mikrofon sees/väljas - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Automaatne DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface Kasutajaliides - + Samplers Show/Hide - + Show/hide the sampler section - + Microphone Show/Hide - + Show/hide the microphone section - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide Eelvaate Rada kuva/peida - + Show/hide the preview deck Kuva/peida eelvaate rada - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out @@ -2806,7 +2810,7 @@ An unknown error occurred while creating crate: - Plaadikasti loomisel esines tudmatu viga: + Plaadikasti loomisel esines tundmatu viga: @@ -2917,6 +2921,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + + + + + With contributions from: + + + + + And special thanks to: + + + + + Past Developers + Eelmised arendajad + + + + Past Contributors + + + DlgAboutDlg @@ -3561,102 +3593,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Automatic - + Mono - + Stereo Stereo - - - - + + + + Action failed - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3669,27 +3701,27 @@ Two source connections to the same server can't have the same mountpoint. - + Mixxx Icecast Testing - + Public stream - + http://www.mixxx.org http://www.mixxx.org - + Stream name - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. @@ -3724,189 +3756,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. - + + ICQ + + + + + AIM + + + + Website Veebileht - + Live mix - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre Žanr - + Use UTF-8 encoding for metadata. Kasuta UTF-8 kodeeringut metaandmetel, - + Description Kirjeldus - + Encoding Kodeering - + Bitrate Bitikiirus - - + + Format Vorming - + Channels Kanalid - + Server connection - + Type Tüüp - + Host Host - + Login Sisene - + Mount Ühenda - + Port Port - + Password Salasõna - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4664,15 +4711,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected Pole @@ -4799,32 +4842,32 @@ Displayed when no effect is selected Saadavalolevad efektid - + Effect Info Efekti info - + Version: Versioon: - + Description: Kirjeldus: - + Author: Autor: - + Name: Nimi: - + Type: @@ -5061,6 +5104,19 @@ and allows you to pitch adjust them for harmonic mixing. G#m + + DlgPrefLV2Dlg + + + Equalizer Preferences + + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5844,7 +5900,7 @@ The loudness target is approximate and assumes track pregain and master output l Sample Rate - + Diskreetimissagedus @@ -5882,11 +5938,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds @@ -6126,17 +6178,17 @@ milliseconds - + OpenGL not available - + dropped frames - + Cached waveforms occupy %1 MiB on disk. @@ -6174,28 +6226,28 @@ milliseconds - + Default zoom level Waveform zoom - + Displays the actual frame rate. - + Visual gain of the middle frequencies - + End of track warning - + OpenGL status @@ -6210,105 +6262,124 @@ milliseconds - + Low Madal - + Middle - + Global - + Visual gain of the high frequencies - + Visual gain of the low frequencies - + High Kõrge - + Waveform type - + Global visual gain - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. - + Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity - - Show Beat Markers + + Set amount of opacity on beat grid lines. - + + % + % + + + + Play marker position + + + + + Moves the play marker position on the waveforms to the left, right or center (default). + + + + Clear Cached Waveforms @@ -6316,83 +6387,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers Kontrollerid - + Library Fonoteek - + Interface Liides - + Waveforms - + Auto DJ Automaatne DJ - + Equalizers Ekvalaiserid - + Decks - + Crossfader - + + Effects + Efektid + + + + LV2 Plugins + + + + Recording Salvestamine - + Beat Detection - + Key Detection - + Normalization Normaliseerimine - - + + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -6909,7 +6990,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject @@ -6923,40 +7004,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h Efekt puudub + + EffectSettingsModel + + + Visible + + + + + Name + Nimi + + + + Type + Tüüp + + EffectsManager - + Flanger - + BitCrusher BitiHävitaja - + Filter - + Reverb - + Echo Kaja - + AutoPan - + Tremolo @@ -7127,39 +7226,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes iTunes - - + + Select your iTunes library - + (loading) iTunes - + Use Default Library - + Choose Library... - + Error Loading iTunes Library - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. @@ -7396,52 +7495,52 @@ support. MixxxMainWindow - + Choose music library directory - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry Proovi uuesti - + Cannot open database Ei suuda avada andmebaasi - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7449,147 +7548,139 @@ Click OK to exit. - - + + Reconfigure Seadista uuesti - + Help Abi - - + + Exit Välju - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue Jätka - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? Oled sa kindel, et tahad laadida uue loo? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. - - + + Confirm Exit Kinnita väljumine - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? - - NativeBackend - - - Native - - - ParserCsv @@ -7968,563 +8059,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth Bitisügavus - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo Kaja - - + + Time - - + + Ping Pong - - - - + + + + Send - + How much of the signal to send into the delay buffer - - - - + + + + Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth - - + + Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM Lööki minutis - + Set the beats per minute value of the click sound - + Sync - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low Madal - - - + + + Gain for Low Filter - + Kill Low - + Kill the Low Filter - + Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High Kõrge - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8534,58 +8625,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo Stereo - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8650,47 +8741,47 @@ Higher values result in less attenuation of high frequencies. F11 - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8700,60 +8791,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix @@ -8786,45 +8877,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance Balanss - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8832,172 +8923,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + Sisseehitatud + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9034,22 +9146,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording Salvestamine - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9185,132 +9307,147 @@ Fully right: end of the effect period - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. - + Error setting bitrate - + Error: unknown server protocol! - + Error: libshout only supports Shoutcast with MP3 format! - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -9728,7 +9865,7 @@ Fully right: end of the effect period - + Cover Art Katte kunst @@ -9990,7 +10127,6 @@ Fully right: end of the effect period Key - The musical key of a track Nupp @@ -10065,563 +10201,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - - - - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle Lülita - + Toggle the current effect. - + Next Järgmine - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous Eelmine - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10643,123 +10815,123 @@ Fully right: end of the effect period - + If quantize is enabled, snaps to the nearest beat. - + Quantize - + Toggles quantization. - + Loops and cues snap to the nearest beat when quantization is enabled. - + Reverse Vastupidi - + Reverses track playback during regular playback. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause Mängi/peata - + Jumps to the beginning of the track. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -10904,255 +11076,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. - + Jumps to the beginning of the track and stops. - + Plays or pauses the track. - + (while playing) (mängides) - + (while stopped) (peatamise ajal) - + Cue - + Headphone Kõrvaklapid - + Mute Vaigista - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. - + If no deck is playing, syncs to the first deck that has a BPM. Kui ükski rada ei mängi, sünkroniseerub esimese rajaga millel on BPM. - + Decks can't sync to samplers and samplers can only sync to decks. - + Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key - The musical key of a track - + Displays the musical key of the loaded track. - + Clock Kell - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11217,279 +11388,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. - + Fast Rewind - + Fast rewind through the track. - + Fast Forward Kiiresti edasi - + Fast forward through the track. - + Jumps to the end of the track. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control - + Pitch Rate - + Displays the current playback rate of the track. - + Repeat Kordus - + When active the track will repeat if you go past the end or reverse before the start. - + Eject Väljasta - + Ejects track from the player. - + Hotcue - + If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. - + If hotcue is set, clears the hotcue. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. - + Track Time - + Track Duration Loo kestvus - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist Loo esitaja - + Displays the artist of the loaded track. - + Track Title Loo pealkiri - + Displays the title of the loaded track. - + Track Album Album - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -11611,34 +11782,6 @@ Fully right: end of the effect period - - Ui - - - Mixxx %1 Development Team - - - - - With contributions from: - - - - - And special thanks to: - - - - - Past Developers - Eelmised arendajad - - - - Past Contributors - - - VSyncThread @@ -11734,12 +11877,18 @@ Fully right: end of the effect period WEffect - + + %1: %2 + %1 = effect name; %2 = effect description + + + + None Pole - + No effect loaded. Efekt puudub @@ -11878,317 +12027,333 @@ Fully right: end of the effect period &Vaade - + May not be supported on all skins. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + Ctrl+1 + + + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library Tühik - + &Full Screen &Täisekraan - + Display Mixxx using the full screen - + &Options &Seaded - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts Luba &klaviatuuri otseteed - + Toggles keyboard shortcuts on or off Lülitab klaviatuuri otseteed sisse või välja - + Ctrl+` Ctrl+` - + &Preferences &Valikud - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R Ctrl+Shift+R - + Developer &Tools Arendaja &Tööriistad - + Opens the developer tools dialog - + Ctrl+Shift+T Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D Ctrl+Shift+D - + &Help &Abi - + &Community Support - + Get help with Mixxx - + &User Manual &Kasutusjuhend - + Read the Mixxx user manual. - + &Keyboard Shortcuts &Klaviatuuri Otseteed - + Speed up your workflow with keyboard shortcuts. Kiirenda oma tööd kasutades klaviatuuri otseteid. - + Send Us &Feedback Saada meile &tagasiside - + Send feedback to the Mixxx team. - + &Translate This Application &Tõlgi see rakendus - + Help translate this application into your language. - + &About &Teave - + About the application Teave rakendusest @@ -12205,9 +12370,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source Laen lugu .. @@ -12289,6 +12452,12 @@ Text on waveform overview when file is cached from source Add to Playlist Lisa esitusnimekirja + + + Reset + Reset metadata in right click track context menu in library + Lähtesta + Cover Art @@ -12301,58 +12470,68 @@ Text on waveform overview when file is cached from source - + Remove Eemalda - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library - + Unhide from Library - + Purge from Library - + Properties Seaded - + Open in File Browser Ava failisirvias - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist Loo uus esitusloend - + Create New Crate - + Enter name for new playlist: Sisesta uue esitusloendi nimi: @@ -12382,150 +12561,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues - + Loop - + ReplayGain - + Waveform - + All Kõik - + Deck %1 Rada %1 - + New Playlist Uus esitusnimekiri - - - + + + Playlist Creation Failed Esitusloendi loomine nurjus - + A playlist by that name already exists. Selle nimega esitusloend juba eksisteerib. - + A playlist cannot have a blank name. Esitusloend ei saa olla nimeta. - + An unknown error occurred while creating playlist: Teadmatu viga tekkis esitusloendi tegemisel: - + Lock BPM Lukusta BPM - + Unlock BPM Eemalda BMP lukk - + Double BPM Topelt BPM - + Halve BPM Pool BPM - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + Sampler %1 @@ -12541,12 +12714,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) (GLSL) - + (GL) (GL) diff --git a/res/translations/mixxx_eu.ts b/res/translations/mixxx_eu.ts index 8bde4f465f11..900a735bd106 100644 --- a/res/translations/mixxx_eu.ts +++ b/res/translations/mixxx_eu.ts @@ -1,4 +1,4 @@ - + : @@ -386,22 +386,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error - + <b>Error with settings for '%1':</b><br> @@ -695,8 +695,8 @@ - - + + Deck %1 @@ -787,13 +787,13 @@ - + Set to full volume - + Set to zero volume @@ -818,13 +818,13 @@ - + Headphone listen button - + Mute button @@ -840,25 +840,25 @@ - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -934,229 +934,224 @@ - - One-time beat sync (tempo and phase) - - - - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode - + Equalizers Ekualizadoreak - + Vinyl Control Binilo kontrola - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues Hotcue - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Beat-Looping Taupada-begizta - + Create %1-beat loop Sortu %1-taupada begizta - + Create temporary %1-beat loop roll Sortu behin behineko %1-taupada begizta erroilua - + Library Liburutegia @@ -1287,20 +1282,20 @@ + - Volume Fader - + Full Volume - + Zero Volume @@ -1316,7 +1311,7 @@ - + Mute @@ -1327,7 +1322,7 @@ - + Headphone Listen @@ -1348,25 +1343,25 @@ - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1471,11 +1466,6 @@ Sync Mode - - - Tap to sync, hold to enable sync mode - - Internal Sync Master @@ -1523,527 +1513,521 @@ - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Speed (Pitch/Tempo) - + Keylock Mode - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original - + High EQ - + Mid EQ - + Low EQ - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve Begizta erdibitu - + Loop Double Begizta bikoiztu - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) Gehitu Auto DJ ilarara (bukaeran) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) Gehitu Auto DJ ilarara (hasieran) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track Kargatu aukeratutako pista - + Track Load and Play - + Load selected track and play Kargatu aukeratutako pista eta erreproduzitu - + Record Mix - + Toggle mix recording - + Effects Efektuak - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - + Quick Effect - + Clear effect rack - + Clear Effect Rack - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain + - + - + - + - Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next Hurrengoa - + Switch to next effect - + Previous Aurrekoa - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect + - Parameter Value + - Microphone Ducking Strength - + Microphone Ducking Mode - + Gain Irabazia - + Gain knob Irabazi kisketa - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Cover Art Show/Hide - + Show/hide cover art - + Waveform Zoom Out - + Toggle Effect Unit @@ -2068,546 +2052,566 @@ - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - - + + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) + - Adjust %1 + - Kill %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off Mikrofonoa on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Auto DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface Erabiltzaile interfazea - + Samplers Show/Hide - + Show/hide the sampler section - + Microphone Show/Hide - + Show/hide the microphone section - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out @@ -2917,6 +2921,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + Mixxx %1 Garapen Taldea + + + + With contributions from: + Ondorengoen laguntzarekin: + + + + And special thanks to: + Eta Eskerrik Asko hauei: + + + + Past Developers + Lehengo Garatzaileak + + + + Past Contributors + Lehengo + + DlgAboutDlg @@ -3561,102 +3593,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Automatic - + Mono - + Stereo Estereo - - - - + + + + Action failed - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3669,27 +3701,27 @@ Two source connections to the same server can't have the same mountpoint. - + Mixxx Icecast Testing - + Public stream Stream publikoa - + http://www.mixxx.org http://www.mixxx.org - + Stream name Stream-aren izena - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. @@ -3724,189 +3756,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. - + + ICQ + + + + + AIM + + + + Website Webgunea - + Live mix Zuzeneo nahasketa - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre Generoa - + Use UTF-8 encoding for metadata. - + Description Deskribapena - + Encoding Kodeketa - + Bitrate Bit tasa - - + + Format Formatua - + Channels Kanalak - + Server connection Konekzioa Zerbitzariarekin - + Type Mota - + Host - + Login Saioa hasi - + Mount Muntatu - + Port - + Password Pasahitza - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4664,15 +4711,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected Bat ere ez @@ -4799,32 +4842,32 @@ Displayed when no effect is selected - + Effect Info - + Version: - + Description: - + Author: - + Name: - + Type: @@ -5061,6 +5104,19 @@ and allows you to pitch adjust them for harmonic mixing. + + DlgPrefLV2Dlg + + + Equalizer Preferences + + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5844,7 +5900,7 @@ The loudness target is approximate and assumes track pregain and master output l Sample Rate - + Lagintze-maiztasuna @@ -5882,11 +5938,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds @@ -6126,17 +6178,17 @@ milliseconds - + OpenGL not available - + dropped frames - + Cached waveforms occupy %1 MiB on disk. @@ -6174,28 +6226,28 @@ milliseconds - + Default zoom level Waveform zoom - + Displays the actual frame rate. - + Visual gain of the middle frequencies - + End of track warning - + OpenGL status @@ -6210,105 +6262,124 @@ milliseconds - + Low Grabea - + Middle - + Global - + Visual gain of the high frequencies - + Visual gain of the low frequencies - + High Agudoa - + Waveform type - + Global visual gain - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. - + Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + % + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms @@ -6316,83 +6387,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware Soinu Hardware-a - + Controllers - + Library Liburutegia - + Interface Interfazea - + Waveforms - + Auto DJ Auto DJ - + Equalizers Ekualizadoreak - + Decks - + Crossfader Crossfader-a - + + Effects + Efektuak + + + + LV2 Plugins + + + + Recording Grabaketa - + Beat Detection Taupada Detekzioa - + Key Detection - + Normalization Normalizatu - - + + Vinyl Control Binilo kontrola - + Live Broadcasting - + Modplug Decoder @@ -6909,7 +6990,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject @@ -6923,40 +7004,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h + + EffectSettingsModel + + + Visible + + + + + Name + + + + + Type + Mota + + EffectsManager - + Flanger - + BitCrusher - + Filter - + Reverb - + Echo - + AutoPan - + Tremolo @@ -7127,39 +7226,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes iTunes - - + + Select your iTunes library Aukeratu zure iTunes liburutegia - + (loading) iTunes (kargatzen) iTunes - + Use Default Library Lehenetsitako liburutegia erabili - + Choose Library... Liburutegia aukeratu - + Error Loading iTunes Library Errorea iTunes Liburutegia kargatzerakoan - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. Errore bat suertatu da zure iTunes liburutegia kargatzean. Zure iTunes pista batzuk agian ez dira kargatu. @@ -7396,52 +7495,52 @@ support. MixxxMainWindow - + Choose music library directory Aukeratu musika liburutegiaren direktorioa - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. Laguntza<b>Eskuratu</b> Mixxx wikitik. - - - + + + <b>Exit</b> Mixxx. <b>atera</b> Mixxx-etik. - + Retry Berriz saiatu - + Cannot open database Ezin da datu-basea ireki - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7449,147 +7548,139 @@ Click OK to exit. - - + + Reconfigure Birkonfiguratu - + Help Laguntza - - + + Exit Irten - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue Jarraitu - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. - - + + Confirm Exit Irtetzea konfirmatu - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? - - NativeBackend - - - Native - - - ParserCsv @@ -7969,563 +8060,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo - - + + Time - - + + Ping Pong - - - - + + + + Send - + How much of the signal to send into the delay buffer - - - - + + + + Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth - - + + Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM BPM - + Set the beats per minute value of the click sound - + Sync - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low Grabea - - - + + + Gain for Low Filter - + Kill Low - + Kill the Low Filter - + Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High Agudoa - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8535,58 +8626,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo Estereo - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8651,47 +8742,47 @@ Higher values result in less attenuation of high frequencies. F11 - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8701,60 +8792,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix @@ -8787,45 +8878,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8833,172 +8924,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + Integratuta + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9035,22 +9147,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording Grabaketa - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9186,132 +9308,147 @@ Fully right: end of the effect period - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. - + Error setting bitrate - + Error: unknown server protocol! - + Error: libshout only supports Shoutcast with MP3 format! - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -9729,7 +9866,7 @@ Fully right: end of the effect period - + Cover Art @@ -9991,7 +10128,6 @@ Fully right: end of the effect period Key - The musical key of a track Tonalitatea @@ -10066,563 +10202,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank Sampler Bankua Gorde - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank Kargatu Sampler Bankua - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - - - - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next Hurrengoa - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous Aurrekoa - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10644,123 +10816,123 @@ Fully right: end of the effect period - + If quantize is enabled, snaps to the nearest beat. - + Quantize - + Toggles quantization. - + Loops and cues snap to the nearest beat when quantization is enabled. - + Reverse - + Reverses track playback during regular playback. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause - + Jumps to the beginning of the track. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -10905,255 +11077,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. - + Jumps to the beginning of the track and stops. - + Plays or pauses the track. - + (while playing) - + (while stopped) - + Cue - + Headphone - + Mute - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. - + If no deck is playing, syncs to the first deck that has a BPM. - + Decks can't sync to samplers and samplers can only sync to decks. - + Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key - The musical key of a track - + Displays the musical key of the loaded track. - + Clock Erlojua - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11218,279 +11389,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. - + Fast Rewind - + Fast rewind through the track. - + Fast Forward Aurreratze azkarra - + Fast forward through the track. - + Jumps to the end of the track. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control - + Pitch Rate - + Displays the current playback rate of the track. - + Repeat Errepikatu - + When active the track will repeat if you go past the end or reverse before the start. - + Eject Egotzi - + Ejects track from the player. - + Hotcue Hotcue - + If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. - + If hotcue is set, clears the hotcue. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve Begizta erdibitu - + Halves the current loop's length by moving the end marker. Uneko begiztaren luzera erdibitzen du bukaera marka mugituz. - + Deck immediately loops if past the new endpoint. Erreproduzigailua berehala begiztatzen du bukaera puntua igarotakoan. - + Loop Double Begizta bikoiztu - + Doubles the current loop's length by moving the end marker. Uneko begiztaren luzera bikoizten du bukaera marka mugituz. - + Beatloop Taupada begizta - + Toggles the current loop on or off. Uneko begizta gaitu ala desgaitzen du - + Works only if Loop-In and Loop-Out marker are set. Begizta sarrera eta begizta irteera markak ezarrita badaude dabil soilik. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist Pistaren artista - + Displays the artist of the loaded track. - + Track Title Pistaren izenburua - + Displays the title of the loaded track. - + Track Album Albuma - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -11612,34 +11783,6 @@ Fully right: end of the effect period Errore bat suertatu da zure Traktor liburutegia kargatzean. Zure iTunes pista batzuk agian ez dira kargatu. - - Ui - - - Mixxx %1 Development Team - Mixxx %1 Garapen Taldea - - - - With contributions from: - Ondorengoen laguntzarekin: - - - - And special thanks to: - Eta Eskerrik Asko hauei: - - - - Past Developers - Lehengo Garatzaileak - - - - Past Contributors - Lehengo - - VSyncThread @@ -11735,12 +11878,18 @@ Fully right: end of the effect period WEffect - + + %1: %2 + %1 = effect name; %2 = effect description + + + + None Bat ere ez - + No effect loaded. @@ -11879,317 +12028,333 @@ Fully right: end of the effect period &Ikusi - + May not be supported on all skins. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + + + + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen &Pantaila osoa - + Display Mixxx using the full screen Erakutsi Mixxx pantaila osoa erabiliz - + &Options &Aukerak - + &Vinyl Control &Binilo Kontrola - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix &Nahasketa Grabatu - + Record your mix to a file Zure Nahasketa Fitxategi Batean Gorde - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences &Hobespenak - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help &Laguntza - + &Community Support &Komunitatearen Laguntza - + Get help with Mixxx - + &User Manual &Erabiltzaile Liburua - + Read the Mixxx user manual. Mixxx-en erabiltzaile liburua irakurri - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback - + Send feedback to the Mixxx team. - + &Translate This Application Aplikazio Hau &Itzuli - + Help translate this application into your language. Lagundu aplikazio hau zure hizkuntzara itzultzen - + &About &Honi buruz - + About the application Aplikazioari buruz @@ -12206,9 +12371,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source @@ -12290,6 +12453,12 @@ Text on waveform overview when file is cached from source Add to Playlist Gehitu erreprodukzio-zerrendara + + + Reset + Reset metadata in right click track context menu in library + Berrezarri + Cover Art @@ -12302,58 +12471,68 @@ Text on waveform overview when file is cached from source - + Remove Kendu - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library Liburutegitik ezkutatu - + Unhide from Library Liburutegitik ezkutatzeari utzi - + Purge from Library Kendu liburutegitik - + Properties Propietateak - + Open in File Browser Ireki fitxategi kudeatzailean - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist - + Create New Crate - + Enter name for new playlist: @@ -12383,150 +12562,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues Hotcue - + Loop - + ReplayGain - + Waveform - + All Guztiak - + Deck %1 - + New Playlist Erreprodukzio-zerrenda berria - - - + + + Playlist Creation Failed Ezin izan da erreprodukzio-zerrenda sortu - + A playlist by that name already exists. Badago izen bereko beste erreproduzkio-zerrenda bat - + A playlist cannot have a blank name. Erreprodukzio-Zerrenda batek ezin du izen hutsik izan - + An unknown error occurred while creating playlist: Errore ezezagun bat gertatu da erreprodukzio zerrenda sortzean: - + Lock BPM - + Unlock BPM - + Double BPM Bikoiztu BPMa - + Halve BPM Erdibitu BPMa - + 2/3 BPM - + 3/4 BPM - + Sampler %1 Sampler %1 @@ -12542,12 +12715,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) - + (GL) diff --git a/res/translations/mixxx_fa.ts b/res/translations/mixxx_fa.ts index b3fa6db90efd..5d2258dbbc63 100644 --- a/res/translations/mixxx_fa.ts +++ b/res/translations/mixxx_fa.ts @@ -1,4 +1,4 @@ - + : @@ -386,22 +386,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error - + <b>Error with settings for '%1':</b><br> @@ -695,8 +695,8 @@ - - + + Deck %1 دک %1 @@ -787,13 +787,13 @@ - + Set to full volume - + Set to zero volume @@ -818,13 +818,13 @@ - + Headphone listen button - + Mute button @@ -840,25 +840,25 @@ - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -934,229 +934,224 @@ - - One-time beat sync (tempo and phase) - - - - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode - + Equalizers - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 1 - + 2 - + 4 - + 8 - + 16 ۱۶ - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Beat-Looping - + Create %1-beat loop - + Create temporary %1-beat loop roll - + Library کتابخانه @@ -1287,20 +1282,20 @@ + - Volume Fader - + Full Volume - + Zero Volume @@ -1316,7 +1311,7 @@ - + Mute @@ -1327,7 +1322,7 @@ - + Headphone Listen @@ -1348,25 +1343,25 @@ - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1471,11 +1466,6 @@ Sync Mode - - - Tap to sync, hold to enable sync mode - - Internal Sync Master @@ -1523,527 +1513,521 @@ - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Speed (Pitch/Tempo) - + Keylock Mode - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original - + High EQ - + Mid EQ - + Low EQ - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) افزودن به صف دی‌جی خودکار (پایین) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) افزودن به صف دی‌جی خودکار (بالا) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Track Load and Play - + Load selected track and play - + Record Mix - + Toggle mix recording - + Effects جلوه‌ها - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - + Quick Effect - + Clear effect rack - + Clear Effect Rack - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain + - + - + - + - Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect + - Parameter Value + - Microphone Ducking Strength - + Microphone Ducking Mode - + Gain سود - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Cover Art Show/Hide - + Show/hide cover art - + Waveform Zoom Out - + Toggle Effect Unit @@ -2068,546 +2052,566 @@ - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - - + + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) + - Adjust %1 + - Kill %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ دی‌جی خودکار - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface واسط کاربر - + Samplers Show/Hide - + Show/hide the sampler section - + Microphone Show/Hide - + Show/hide the microphone section - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out @@ -2917,6 +2921,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + + + + + With contributions from: + + + + + And special thanks to: + + + + + Past Developers + سازندگان قديم + + + + Past Contributors + + + DlgAboutDlg @@ -3561,102 +3593,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 آیس‌کست 2 - + Shoutcast 1 - + Icecast 1 آیس‌کست 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Automatic - + Mono - + Stereo استریو - - - - + + + + Action failed عمل ناموفق - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3669,27 +3701,27 @@ Two source connections to the same server can't have the same mountpoint. - + Mixxx Icecast Testing - + Public stream پخش عمومی - + http://www.mixxx.org - + Stream name - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. @@ -3724,189 +3756,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. - + + ICQ + + + + + AIM + + + + Website تارنما - + Live mix Live Stream by LiveFm Broadcasting - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre ژانر - + Use UTF-8 encoding for metadata. - + Description توضیحات - + Encoding کدگذاری - + Bitrate میزان ارسال بیت - - + + Format فرمت - + Channels کانال‌ها - + Server connection - + Type نوع - + Host سرور / آی پی - + Login شناسه ورود - + Mount مونت - + Port پورت - + Password گذرواژه - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4664,15 +4711,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected هیچکدام @@ -4799,32 +4842,32 @@ Displayed when no effect is selected - + Effect Info - + Version: - + Description: توضیح: - + Author: - + Name: - + Type: @@ -5061,6 +5104,19 @@ and allows you to pitch adjust them for harmonic mixing. + + DlgPrefLV2Dlg + + + Equalizer Preferences + + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5844,7 +5900,7 @@ The loudness target is approximate and assumes track pregain and master output l Sample Rate - + سرعت نمونه @@ -5882,11 +5938,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds @@ -6126,17 +6178,17 @@ milliseconds - + OpenGL not available - + dropped frames - + Cached waveforms occupy %1 MiB on disk. @@ -6174,28 +6226,28 @@ milliseconds - + Default zoom level Waveform zoom - + Displays the actual frame rate. - + Visual gain of the middle frequencies - + End of track warning - + OpenGL status @@ -6210,105 +6262,124 @@ milliseconds - + Low پایین - + Middle - + Global - + Visual gain of the high frequencies - + Visual gain of the low frequencies - + High بالا - + Waveform type - + Global visual gain - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. - + Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + % + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms @@ -6316,83 +6387,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library کتابخانه - + Interface واسط - + Waveforms - + Auto DJ دی‌جی خودکار - + Equalizers - + Decks - + Crossfader - + + Effects + جلوه‌ها + + + + LV2 Plugins + + + + Recording ضبط - + Beat Detection - + Key Detection - + Normalization - - + + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -6909,7 +6990,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject @@ -6923,40 +7004,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h + + EffectSettingsModel + + + Visible + + + + + Name + + + + + Type + نوع + + EffectsManager - + Flanger - + BitCrusher - + Filter - + Reverb - + Echo - + AutoPan - + Tremolo @@ -7127,39 +7226,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes - - + + Select your iTunes library - + (loading) iTunes - + Use Default Library - + Choose Library... - + Error Loading iTunes Library - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. @@ -7396,52 +7495,52 @@ support. MixxxMainWindow - + Choose music library directory - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry تلاش دوباره - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7449,147 +7548,139 @@ Click OK to exit. - - + + Reconfigure پیکربندی مجدد - + Help راهنما - - + + Exit خروج - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue ادامه - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. - - + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? - - NativeBackend - - - Native - - - ParserCsv @@ -7968,563 +8059,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo - - + + Time - - + + Ping Pong - - - - + + + + Send - + How much of the signal to send into the delay buffer - - - - + + + + Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth - - + + Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM BPM - + Set the beats per minute value of the click sound - + Sync - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low پایین - - - + + + Gain for Low Filter - + Kill Low - + Kill the Low Filter - + Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High بالا - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8534,58 +8625,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo استریو - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8650,47 +8741,47 @@ Higher values result in less attenuation of high frequencies. F11 - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8700,60 +8791,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix @@ -8786,45 +8877,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance تعادل - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8832,172 +8923,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9034,22 +9146,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording ضبط - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9185,132 +9307,147 @@ Fully right: end of the effect period - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. - + Error setting bitrate - + Error: unknown server protocol! - + Error: libshout only supports Shoutcast with MP3 format! - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -9728,7 +9865,7 @@ Fully right: end of the effect period - + Cover Art جلد @@ -9990,7 +10127,6 @@ Fully right: end of the effect period Key - The musical key of a track کلید @@ -10065,563 +10201,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - - - - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10643,123 +10815,123 @@ Fully right: end of the effect period - + If quantize is enabled, snaps to the nearest beat. - + Quantize - + Toggles quantization. - + Loops and cues snap to the nearest beat when quantization is enabled. - + Reverse معکوس - + Reverses track playback during regular playback. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause پخش/مکث - + Jumps to the beginning of the track. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -10904,255 +11076,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. - + Jumps to the beginning of the track and stops. - + Plays or pauses the track. - + (while playing) - + (while stopped) - + Cue - + Headphone هد‌فون - + Mute - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. - + If no deck is playing, syncs to the first deck that has a BPM. - + Decks can't sync to samplers and samplers can only sync to decks. - + Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key - The musical key of a track - + Displays the musical key of the loaded track. - + Clock ساعت - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11217,279 +11388,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. - + Fast Rewind - + Fast rewind through the track. - + Fast Forward - + Fast forward through the track. - + Jumps to the end of the track. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control - + Pitch Rate - + Displays the current playback rate of the track. - + Repeat تکرار - + When active the track will repeat if you go past the end or reverse before the start. - + Eject پس زدن - + Ejects track from the player. - + Hotcue - + If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. - + If hotcue is set, clears the hotcue. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album آلبوم - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -11611,34 +11782,6 @@ Fully right: end of the effect period - - Ui - - - Mixxx %1 Development Team - - - - - With contributions from: - - - - - And special thanks to: - - - - - Past Developers - سازندگان قديم - - - - Past Contributors - - - VSyncThread @@ -11734,12 +11877,18 @@ Fully right: end of the effect period WEffect - + + %1: %2 + %1 = effect name; %2 = effect description + + + + None هیچکدام - + No effect loaded. @@ -11878,317 +12027,333 @@ Fully right: end of the effect period &نما‌ - + May not be supported on all skins. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + Ctrl+1 + + + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+5 - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen &تمام صفحه - + Display Mixxx using the full screen - + &Options &گزینه‌ها‌ - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` Ctrl+` - + &Preferences &تنظیمات‌ - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help &راهنما - + &Community Support - + Get help with Mixxx &دریافت کمک از Mixxx - + &User Manual &راهنمای کاربری - + Read the Mixxx user manual. خواندن راهنمای کاربری Mixxx - + &Keyboard Shortcuts &میانبر های کیبورد - + Speed up your workflow with keyboard shortcuts. سرعت کار خود را با میانبر های کیبورد افزایش دهید! - + Send Us &Feedback به ما &بازخورد بفرستید - + Send feedback to the Mixxx team. بازخورد خود را به تیم ما بفرستید - + &Translate This Application &این نرم افزار را ترجمه کنید - + Help translate this application into your language. در ترجمه این نرم افزار به زبان خودتان کمک کنید - + &About &درباره - + About the application درباره این نرم افزار @@ -12205,9 +12370,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source بارگذاری ترک ... @@ -12289,6 +12452,12 @@ Text on waveform overview when file is cached from source Add to Playlist افزودن به فهرست پخش + + + Reset + Reset metadata in right click track context menu in library + + Cover Art @@ -12301,58 +12470,68 @@ Text on waveform overview when file is cached from source خروج - + Remove حذف - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library از کتابخانه پنهان کن - + Unhide from Library ظاهر سازی در کتابخانه - + Purge from Library پاکسازی کتابخانه - + Properties مشخصات - + Open in File Browser بازکردن در ... - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist ساخت فهرست پخش جدید - + Create New Crate - + Enter name for new playlist: نام جدید برای فهرست‌پخش @@ -12382,150 +12561,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues - + Loop - + ReplayGain - + Waveform - + All همه - + Deck %1 دک %1 - + New Playlist فهرست‌پخش جدید - - - + + + Playlist Creation Failed خطا در ایجاد فهرست‌پخش - + A playlist by that name already exists. فهرست‌پخشی با این نام از پیش موجود است. - + A playlist cannot have a blank name. فهرست‌پخش نمیتواند بدون نام باشد - + An unknown error occurred while creating playlist: خطایی ناشناخته در هنگام تولید فهرست‌پخش رخ داده است : - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + Sampler %1 شبیه ساز %1 @@ -12541,12 +12714,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) - + (GL) diff --git a/res/translations/mixxx_fi.ts b/res/translations/mixxx_fi.ts index 99c378f8e6e5..da36d28dcb9d 100644 --- a/res/translations/mixxx_fi.ts +++ b/res/translations/mixxx_fi.ts @@ -1,4 +1,4 @@ - + : @@ -386,22 +386,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error - + <b>Error with settings for '%1':</b><br> @@ -695,8 +695,8 @@ - - + + Deck %1 Dekki %1 @@ -787,13 +787,13 @@ - + Set to full volume Aseta äänenvoimakkuus täysille - + Set to zero volume Aseta äänenvoimakkuus nollalle @@ -818,13 +818,13 @@ - + Headphone listen button Kuulokekuuntelun nappi - + Mute button Hiljennä-nappi @@ -840,25 +840,25 @@ - + Mix orientation (e.g. left, right, center) Miksauksen suunta (vasen, oikea, keskellä) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -934,229 +934,224 @@ - - One-time beat sync (tempo and phase) - - - - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode Valitse sävellajin lukitustila - + Equalizers Taajuuskorjaimet - + Vinyl Control Ohjainlevy - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Ohjainlevyn käynnistystila (päällä/pois/kuuma) - + Toggle vinyl-control mode (ABS/REL/CONST) Ohjainlevyn ohjaustila (abs./suht./vakio) - + Pass through external audio into the internal mixer - + Cues Cue-nappi - + Cue button Cue-nappi - + Set cue point Aseta cue-piste - + Go to cue point - + Go to cue point and play - + Go to cue point and stop Siirry cue-pisteeseen ja pysäytä - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues Nopea merkki - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 Poista hotcue-piste %1 - + Set hotcue %1 - + Jump to hotcue %1 Siirry hotcue-pisteeseen %1 - + Jump to hotcue %1 and stop Siirry hotcue-pisteeseen %1 ja pysäytä - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping Loopit - + Loop In button Loopin aloitusnappi - + Loop Out button Loopin lopetusnappi - + Loop Exit button - + 1/2 - + 1 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Beat-Looping Tahtiloopit - + Create %1-beat loop Luo %1-tahdin looppi - + Create temporary %1-beat loop roll - + Library Kirjasto @@ -1287,20 +1282,20 @@ + - Volume Fader - + Full Volume - + Zero Volume @@ -1316,7 +1311,7 @@ - + Mute Hiljennä @@ -1327,7 +1322,7 @@ - + Headphone Listen @@ -1348,25 +1343,25 @@ - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1471,11 +1466,6 @@ Sync Mode - - - Tap to sync, hold to enable sync mode - - Internal Sync Master @@ -1523,527 +1513,521 @@ - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Speed (Pitch/Tempo) - + Keylock Mode - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original - + High EQ Korkeiden taajuuksien korjain - + Mid EQ Keskitaajuuksien korjain - + Low EQ Matalien taajuuksien korjain - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue Cue-nappi - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) Lisää Auto DJ -jonon loppuun - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) Lisää Auto DJ -jonon alkuun - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track Lataa valittu kappale - + Track Load and Play - + Load selected track and play Lataa valittu kappale ja soita - + Record Mix - + Toggle mix recording - + Effects Efektit - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - + Quick Effect - + Clear effect rack - + Clear Effect Rack - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain + - + - + - + - Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next Seuraava - + Switch to next effect - + Previous Edellinen - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect + - Parameter Value + - Microphone Ducking Strength - + Microphone Ducking Mode - + Gain Herkkyys - + Gain knob Sisääntulon herkkyys - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Cover Art Show/Hide - + Show/hide cover art - + Waveform Zoom Out - + Toggle Effect Unit @@ -2068,546 +2052,566 @@ - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - - + + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) + - Adjust %1 + - Kill %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off Mikrofoni päällä/pois - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Auto-DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface Käyttöliittymä - + Samplers Show/Hide - + Show/hide the sampler section Näytä tai piilota näytesoittimet - + Microphone Show/Hide - + Show/hide the microphone section Näytä tai piilota mikrofonin valinnat - + Vinyl Control Show/Hide - + Show/hide the vinyl control section Näytä tai piilota ohjainlevyjen valinnat - + Preview Deck Show/Hide - + Show/hide the preview deck - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget Näytä tai piilota pyörivä ohjainlevy - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out @@ -2917,6 +2921,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + Mixxx %1 kehitystiimi + + + + With contributions from: + Avustajina ovat toimineet: + + + + And special thanks to: + Lisäkiitokset seuraaville henkilöille: + + + + Past Developers + Aikaisemmat kehittäjät + + + + Past Contributors + Aikaisemmat avustajat + + DlgAboutDlg @@ -3561,102 +3593,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Automatic - + Mono - + Stereo Stereo - - - - + + + + Action failed - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3669,27 +3701,27 @@ Two source connections to the same server can't have the same mountpoint. - + Mixxx Icecast Testing Mixxx Icecast-testi - + Public stream Julkinen virta - + http://www.mixxx.org http://www.mixxx.org - + Stream name Virran nimi - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. @@ -3724,189 +3756,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. - + + ICQ + + + + + AIM + + + + Website Verkkosivu - + Live mix Live-miksaus - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre Tyylilaji - + Use UTF-8 encoding for metadata. - + Description Kuvaus - + Encoding Pakkausmuoto - + Bitrate Bittinopeus - - + + Format Pakkausmuoto - + Channels Kanavat - + Server connection Palvelinyhteys - + Type Tyyppi - + Host Palvelin - + Login Kirjaudu - + Mount Liitospiste - + Port Portti - + Password Salasana - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4665,15 +4712,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected Määrittelemätön @@ -4800,32 +4843,32 @@ Displayed when no effect is selected - + Effect Info - + Version: - + Description: Kuvaus: - + Author: - + Name: - + Type: @@ -5062,6 +5105,19 @@ and allows you to pitch adjust them for harmonic mixing. G#m + + DlgPrefLV2Dlg + + + Equalizer Preferences + + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5845,7 +5901,7 @@ The loudness target is approximate and assumes track pregain and master output l Sample Rate - + Näytteenottotaajuus @@ -5883,11 +5939,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds @@ -6127,17 +6179,17 @@ milliseconds - + OpenGL not available OpenGL ei ole käytettävissä - + dropped frames - + Cached waveforms occupy %1 MiB on disk. @@ -6175,28 +6227,28 @@ milliseconds Näytettävä herkkyys - + Default zoom level Waveform zoom - + Displays the actual frame rate. - + Visual gain of the middle frequencies Visuaalinen säädin keskialueen taajuuksille - + End of track warning - + OpenGL status @@ -6211,105 +6263,124 @@ milliseconds - + Low Matala - + Middle - + Global - + Visual gain of the high frequencies Visuaalinen säädin korkeille taajuuksille - + Visual gain of the low frequencies Visuaalinen säädin matalille taajuksille - + High Korkea - + Waveform type - + Global visual gain Yleinen visuaalinen säädin - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. - + Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + % + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms @@ -6317,83 +6388,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware Ääniliitynnät - + Controllers Ohjaimet - + Library Kirjasto - + Interface Käyttöliittymä - + Waveforms - + Auto DJ Auto-DJ - + Equalizers Taajuuskorjaimet - + Decks - + Crossfader Ristihäivytys - + + Effects + Efektit + + + + LV2 Plugins + + + + Recording Nauhoitus - + Beat Detection Iskuntunnistus - + Key Detection - + Normalization Normalisointi - - + + Vinyl Control Ohjainlevy - + Live Broadcasting Verkkojulkaisu - + Modplug Decoder @@ -6910,7 +6991,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject @@ -6924,40 +7005,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h + + EffectSettingsModel + + + Visible + + + + + Name + + + + + Type + Tyyppi + + EffectsManager - + Flanger Flanger - + BitCrusher - + Filter - + Reverb - + Echo - + AutoPan - + Tremolo @@ -7128,39 +7227,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes iTunes - - + + Select your iTunes library Valitse iTunes kirjastosi - + (loading) iTunes (ladataan) iTunes - + Use Default Library Käytä oletuskirjastoa - + Choose Library... Valitse kirjasto... - + Error Loading iTunes Library Virhe ladattaessa iTunes-kirjastoa - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. Tapahtui virhe ladattaessa iTunes kirjastoa. Osa iTunes kappaleista tai soittolistoista saattaa puuttua. @@ -7397,52 +7496,52 @@ support. MixxxMainWindow - + Choose music library directory Valitse musiikkikokoelman sijainti - + Sound Device Busy Äänilaite on varattu - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Yritä uudelleen</b> suljettuasi toisen ohjelman tai yhdistettyäsi äänilaitteen - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Määrittelle uudestaan</b> Mixxx- äänilaitteidn asetukset. - - + + Get <b>Help</b> from the Mixxx Wiki. Etsi <b>apua</b> Mixxx-wikistä. - - - + + + <b>Exit</b> Mixxx. <b>Sulje</b> Mixxx. - + Retry Yritä uudelleen - + Cannot open database Tietokantaa ei voida avata - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7453,147 +7552,139 @@ Mixxx vaatii QT:n SQLite tuella. Lue Qt SQL ohjain dokumentaatio sen kääntämi Valitse OK poistuaksesi. - - + + Reconfigure Määrittele uudelleen - + Help Ohje - - + + Exit Sulje - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices Äänilaitteita ei löytynyt - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. Äänilaitteita ei ole määritelty mixxx-asetuksissa. Äänen käsittely ei ole käytössä, kunnes kelvollinen toistolaite on määritelty. - + <b>Continue</b> without any outputs. <b>Jatka</b> määrittelemättä äänilaitteita. - + Continue Jatka - + Load track to Deck %1 Lataa kappale dekkiin %1 - + Deck %1 is currently playing a track. Dekki %1 soittaa kappaletta. - + Are you sure you want to load a new track? Haluatko varmasti ladata uuden kappaleen? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file Virhe teematiedostossa - + The selected skin cannot be loaded. Valittua teemaa ei voi ladata. - + OpenGL Direct Rendering OpenGL -suorapiirto - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. Suorapiirto ei ole käytössä tietokoneellasi.<br><br>Tämän takia aaltomuotojen näyttö on <b>erittäin hidasta<br> ja kuormittaa prosessoria paljon</b>. Päivitä joko asetuksesi<br>, jotta saat suorapiirron käyttöön, tai poista <br>aaltomuotojen näyttö käytöstä valitsemalla <br>asetuksien käyttöliittymä-osoista "Ei mitään" aaltomuotojen näyttötavaksi.<br><br>Huomautus: jos käytät Nvidia -näytönohjainta,<br>suorapiirto ei välttämättä ole saatavilla, mutta tämä ongelma<br>ei silti ole nähtävissä. - - + + Confirm Exit Varmista lopetus - + A deck is currently playing. Exit Mixxx? Dekki soittaa kappaletta. Suljetaanko Mixxx? - + A sampler is currently playing. Exit Mixxx? Näytesoitin on käynnissä. Suljetaanko mixxx? - + The preferences window is still open. Määritys-ikkuna on vielä auki. - + Discard any changes and exit Mixxx? Hylkää kaikki muutokset ja sulje Mixxx - - NativeBackend - - - Native - - - ParserCsv @@ -7974,563 +8065,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo - - + + Time - - + + Ping Pong - - - - + + + + Send - + How much of the signal to send into the delay buffer - - - - + + + + Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize Kvantisoi - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth - - + + Flanger Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM BPM - + Set the beats per minute value of the click sound - + Sync - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low Matala - - - + + + Gain for Low Filter - + Kill Low - + Kill the Low Filter - + Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High Korkea - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8540,58 +8631,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo Stereo - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8656,47 +8747,47 @@ Higher values result in less attenuation of high frequencies. F11 - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8706,60 +8797,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix @@ -8792,45 +8883,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance Kanavatasapaino - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8838,172 +8929,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + Sisäänrakennettu + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9040,22 +9152,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording Nauhoitus - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9191,132 +9313,147 @@ Fully right: end of the effect period Virhe asetettaessa ei-esto moodia - + Error setting hostname! Virhe asetettaessa verkkonimeä! - + Error setting port! Virhe asetettaessa porttia! - + Error setting password! Virhe asetettaessa salasanaa! - + Error setting mount! Virhe asetettaessa liitoskohtaa! - + Error setting username! Virhe asetettaessa käyttäjätunnusta! - + Error setting stream name! Virhe asetettaessa virran nimeä! - + Error setting stream description! Virhe asetettaessa virran kuvausta! - + Error setting stream genre! Virhe asetettaessa virran tyyliä! - + Error setting stream url! Virhe asetettaessa virran URL:ia! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. Verkossa julkaisu 96kHz ogg vorbis-virtojen avulla ei ole vielä tuettu. Valitse joku muu näytenopeus tai vaihda pakkaustapaa. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. Katso lisätietoja sivulla https://bugs.launchpad.net/mixxx/+bug/686212 olevasta vikailmoituksesta. - + Error setting bitrate Virhe asetettaessa bittinopeutta - + Error: unknown server protocol! Virhe: tuntematon palvelimen protokolla! - + Error: libshout only supports Shoutcast with MP3 format! Virhe: libshout tukee vain mp3-muotoisia shoutcast-lähetyksiä! - + Error setting protocol! Virhe asetettaessa protokollaa! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. Tarkista verkkoyhteytesi tila ja että käyttäjätunnuksesi ja salasanasi ovat oikein. @@ -9734,7 +9871,7 @@ Fully right: end of the effect period - + Cover Art Kansikuva @@ -9996,7 +10133,6 @@ Fully right: end of the effect period Key - The musical key of a track Sävellaji @@ -10071,563 +10207,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank Tallenna samplepankki - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank Lataa samplepankki - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - - - - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next Seuraava - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous Edellinen - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10649,123 +10821,123 @@ Fully right: end of the effect period - + If quantize is enabled, snaps to the nearest beat. - + Quantize Kvantisoi - + Toggles quantization. - + Loops and cues snap to the nearest beat when quantization is enabled. - + Reverse Soita takaperin - + Reverses track playback during regular playback. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause Soita/pysäytä - + Jumps to the beginning of the track. Hyppää kappaleen alkuun. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -10910,255 +11082,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. - + Jumps to the beginning of the track and stops. - + Plays or pauses the track. Soita tai pysäytä kappale. - + (while playing) - + (while stopped) - + Cue Cue-nappi - + Headphone Kuulokkeet - + Mute Hiljennä - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. - + If no deck is playing, syncs to the first deck that has a BPM. - + Decks can't sync to samplers and samplers can only sync to decks. - + Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key - The musical key of a track - + Displays the musical key of the loaded track. - + Clock Kello - + Displays the current time. Näyttää nykyisen ajan. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11223,279 +11394,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. - + Fast Rewind Pikakelaus eteenpäin - + Fast rewind through the track. Nopea kappaleen takaperin kelaus. - + Fast Forward Pikakelaus taaksepäin - + Fast forward through the track. Nopea kappaleen etuperin kelaus. - + Jumps to the end of the track. Hyppää kappaleen loppuun. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control Sävelkorkeuden säätö - + Pitch Rate Sävelkorkeuden suhde - + Displays the current playback rate of the track. - + Repeat Kertaa - + When active the track will repeat if you go past the end or reverse before the start. - + Eject Poistaa dekistä - + Ejects track from the player. - + Hotcue Nopea merkki - + If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. - + If hotcue is set, clears the hotcue. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. Absoluuttinen tila - Kappaleen asento vastaa neulan sijaintia ja nopeutta. - + Relative mode - track speed equals needle speed regardless of needle position. Suhteellinen tila - Neula seuraa kappaleen noupeutta riippumatta neulan sijainnista. - + Constant mode - track speed equals last known-steady speed regardless of needle input. Vakio tila - Kappaleen nopeus vastaa vakionopeutta riippumatta neulan sisääntulosta. - + Vinyl Status Vinyylin tila - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. Puolittaa nykyisen loopin pituuden siirtämällä loppumerkkiä. - + Deck immediately loops if past the new endpoint. Dekki toistaa loopin heti, jos ollaan uuden ohituskohdan ohi - + Loop Double - + Doubles the current loop's length by moving the end marker. Tuplaa nykyisen loopin pituuden siirtämällä loppumerkkiä. - + Beatloop Iskulooppi - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. - + Track Time Kappaleen kesto - + Track Duration Kappaleen kesto - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist Kappaleen esittäjä - + Displays the artist of the loaded track. Näyttää ladatun kappaleen esittäjän. - + Track Title Kappaleen nimi - + Displays the title of the loaded track. Näytää ladatun kappaleen nimi. - + Track Album Kappaleen albumi - + Displays the album name of the loaded track. Näyttää ladatun kappaleen albumin. - + Track Artist/Title - + Displays the artist and title of the loaded track. Näyttää ladatun kappaleen esittäjän ja nimen. @@ -11617,34 +11788,6 @@ Fully right: end of the effect period Tapahtui virhe ladattaessa Traktor-kirjastoa. Jotkin Traktor kappaleista tai soittolistoista saattavat puuttua. - - Ui - - - Mixxx %1 Development Team - Mixxx %1 kehitystiimi - - - - With contributions from: - Avustajina ovat toimineet: - - - - And special thanks to: - Lisäkiitokset seuraaville henkilöille: - - - - Past Developers - Aikaisemmat kehittäjät - - - - Past Contributors - Aikaisemmat avustajat - - VSyncThread @@ -11740,12 +11883,18 @@ Fully right: end of the effect period WEffect - + + %1: %2 + %1 = effect name; %2 = effect description + + + + None Määrittelemätön - + No effect loaded. @@ -11884,317 +12033,333 @@ Fully right: end of the effect period &Näytä - + May not be supported on all skins. Ei välttämättä tue kaikkia kalvoja. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + + + + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen K&okoruututila - + Display Mixxx using the full screen Näytä Mixxx kokoruututilassa - + &Options &Valinnat - + &Vinyl Control &Levyohjain - + Use timecoded vinyls on external turntables to control Mixxx Ohjaa mixxx:iä levysoittimilla ja aikakoodatuilla levyillä - + Enable Vinyl Control &%1 - + &Record Mix N&auhoita miksaus - + Record your mix to a file Nauhoita miksauksesi tiedostoon - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting Ota suora nettijulkaisu käyttöön - + Stream your mixes to a shoutcast or icecast server Lähetä miksauksesi shoutcast- tai icecast-palvelimelle - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts Ota &Näppäimistö pikakuvakkeet käyttöön - + Toggles keyboard shortcuts on or off Määrittää ovatko pikanäppäimet käytössä - + Ctrl+` Ctrl+` - + &Preferences &Asetukset - + Change Mixxx settings (e.g. playback, MIDI, controls) Muokkaa ohjelman asetuksia (toistoa, MIDI-ohjaimia jne.) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help &Ohje - + &Community Support &Mixxx-yhteisö (englanniksi) - + Get help with Mixxx Pyydä apua Mixxx:in kanssa - + &User Manual &Käyttöohje - + Read the Mixxx user manual. Lue Mixxx-käyttöohjetta. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback Lähetä meille &palautetta - + Send feedback to the Mixxx team. Lähetä palautetta Mixxx-tiimille. - + &Translate This Application &Käännä tätä ohjelmaa - + Help translate this application into your language. Auta tämän ohjelman kääntämisessä kielellesi. - + &About &Tietoja - + About the application Tietoja ohjelmasta @@ -12211,9 +12376,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source @@ -12295,6 +12458,12 @@ Text on waveform overview when file is cached from source Add to Playlist Lisää soittolistaan + + + Reset + Reset metadata in right click track context menu in library + Palauta + Cover Art @@ -12307,58 +12476,68 @@ Text on waveform overview when file is cached from source - + Remove Poista - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library Piilota kirjastosta. - + Unhide from Library Näytä kirjastossa. - + Purge from Library - + Properties Ominaisuudet - + Open in File Browser Avaa tiedostoselain - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist Luo uusi soittolista - + Create New Crate - + Enter name for new playlist: Anna nimi uudelle soittolistalle @@ -12388,150 +12567,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues Nopea merkki - + Loop - + ReplayGain ReplayGain (toiston voimakkuuden tasoitus) - + Waveform - + All Kaikki - + Deck %1 Dekki %1 - + New Playlist Uusi soittolista - - - + + + Playlist Creation Failed Soittolistan luominen epäonnistui - + A playlist by that name already exists. Samanniminen soittolista on jo olemassa. - + A playlist cannot have a blank name. Soittolistan nimi ei voi olla tyhjä. - + An unknown error occurred while creating playlist: Soittolistan luonnissa tapahtui tuntematon virhe: - + Lock BPM Lukitse BPM - + Unlock BPM Poista BPM-lukitus - + Double BPM Tuplaa BPM - + Halve BPM Puolita BPM - + 2/3 BPM - + 3/4 BPM - + Sampler %1 Näytesoitin %1 @@ -12547,12 +12720,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) (GLSL) - + (GL) (GL) diff --git a/res/translations/mixxx_fr-FR.ts b/res/translations/mixxx_fr-FR.ts new file mode 100644 index 000000000000..ecae8f3783a2 --- /dev/null +++ b/res/translations/mixxx_fr-FR.ts @@ -0,0 +1,12740 @@ + + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + + + AnalysisFeature + + + Analyze + + + + + AutoDJFeature + + + Crates + + + + + Remove Crate as Track Source + + + + + Auto DJ + Auto DJ + + + + Add Crate as Track Source + + + + + BansheeFeature + + + + Banshee + + + + + + Error loading Banshee database + + + + + Banshee database file not found at + + + + + + There was an error loading your Banshee database at + + + + + + BaseExternalLibraryFeature + + + Add to Auto DJ Queue (bottom) + + + + + Add to Auto DJ Queue (top) + + + + + Import Playlist + + + + + Playlist Creation Failed + + + + + An unknown error occurred while creating playlist: + + + + + BasePlaylistFeature + + + New Playlist + + + + + Add to Auto DJ Queue (bottom) + + + + + + Create New Playlist + + + + + Add to Auto DJ Queue (top) + + + + + Remove + + + + + Rename + + + + + Lock + + + + + Duplicate + + + + + + Import Playlist + + + + + Export Track Files + + + + + Analyze entire Playlist + + + + + Enter new name for playlist: + + + + + Duplicate Playlist + + + + + + Enter name for new playlist: + + + + + + Export Playlist + + + + + Rename Playlist + + + + + + Renaming Playlist Failed + + + + + + + A playlist by that name already exists. + + + + + + + A playlist cannot have a blank name. + + + + + _copy + [noun] + Appendix to default name when duplicating a playlist + + + + + + + + + + Playlist Creation Failed + + + + + + An unknown error occurred while creating playlist: + + + + + M3U Playlist (*.m3u) + + + + + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) + + + + + BaseSqlTableModel + + + Played + + + + + Artist + + + + + Title + + + + + Album + + + + + Album Artist + + + + + Genre + + + + + Composer + + + + + Grouping + + + + + Year + + + + + Type + + + + + Location + + + + + Comment + + + + + Duration + + + + + Rating + + + + + Bitrate + + + + + BPM + + + + + Track # + + + + + Date Added + + + + + # + + + + + Timestamp + + + + + Key + + + + + BPM Lock + + + + + Preview + + + + + Cover Art + + + + + ReplayGain + + + + + BaseTrackPlayerImpl + + + Couldn't load track. + + + + + BroadcastManager + + + Action failed + + + + + Please enable at least one connection to use Live Broadcasting. + + + + + BroadcastProfile + + + Can't use secure password storage: keychain access failed. + + + + + Secure password retrieval unsuccessful: keychain access failed. + + + + + Settings error + + + + + <b>Error with settings for '%1':</b><br> + + + + + BroadcastSettingsModel + + + Enabled + + + + + Name + + + + + Status + + + + + Disconnected + + + + + Connecting... + + + + + Connected + + + + + Failed + + + + + Unknown + + + + + BrowseFeature + + + Add to Quick Links + + + + + Remove from Quick Links + + + + + Add to Library + + + + + Quick Links + + + + + + Devices + + + + + Removable Devices + + + + + + Computer + + + + + Music Directory Added + + + + + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? + + + + + Scan + + + + + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. + + + + + BrowseTableModel + + + Preview + + + + + Filename + + + + + Artist + + + + + Title + + + + + Album + + + + + Track # + + + + + Year + + + + + Genre + + + + + Composer + + + + + Comment + + + + + Duration + + + + + BPM + + + + + Key + + + + + Type + + + + + Bitrate + + + + + ReplayGain + + + + + Location + + + + + Album Artist + + + + + Grouping + + + + + File Modified + + + + + File Created + + + + + Mixxx Library + + + + + Could not load the following file because it is in use by Mixxx or another application. + + + + + BulkController + + + USB Controller + + + + + ControlDelegate + + + No control chosen. + + + + + Script: %1(%2) + + + + + ControlModel + + + Group + + + + + Item + + + + + Value + + + + + Parameter + + + + + Title + + + + + Description + + + + + ControlPickerMenu + + + Master Output + + + + + Headphone Output + + + + + + + Deck %1 + + + + + Sampler %1 + + + + + Preview Deck %1 + + + + + Microphone %1 + + + + + Auxiliary %1 + + + + + Reset to default + + + + + Effect Rack %1 + + + + + Parameter %1 + + + + + Mixer + + + + + Crossfader + + + + + Master balance + + + + + Master delay + + + + + Headphone mix (pre/main) + + + + + Toggle headphone split cueing + + + + + Headphone delay + + + + + Transport + + + + + Strip-search through track + + + + + Play button + + + + + + Set to full volume + + + + + + Set to zero volume + + + + + Stop button + + + + + Jump to start of track and play + + + + + Jump to end of track + + + + + Reverse roll (Censor) button + + + + + Headphone listen button + + + + + + Mute button + + + + + Toggle repeat mode + + + + + Eject track + + + + + + Mix orientation (e.g. left, right, center) + + + + + + Set mix orientation to left + + + + + + Set mix orientation to center + + + + + + Set mix orientation to right + + + + + Toggle slip mode + + + + + + BPM + + + + + Increase BPM by 1 + + + + + Decrease BPM by 1 + + + + + Increase BPM by 0.1 + + + + + Decrease BPM by 0.1 + + + + + BPM tap button + + + + + Toggle quantize mode + + + + + Increase internal master BPM by 1 + + + + + Decrease internal master BPM by 1 + + + + + Increase internal master BPM by 0.1 + + + + + Decrease internal master BPM by 0.1 + + + + + Toggle sync master + + + + + Sync mode 3-state toggle (OFF, FOLLOWER, MASTER) + + + + + One-time beat sync (tempo only) + + + + + One-time beat sync (phase only) + + + + + Toggle keylock mode + + + + + Equalizers + + + + + Vinyl Control + + + + + Toggle vinyl-control cueing mode (OFF/ONE/HOT) + + + + + Toggle vinyl-control mode (ABS/REL/CONST) + + + + + Pass through external audio into the internal mixer + + + + + Cues + + + + + Cue button + + + + + Set cue point + + + + + Go to cue point + + + + + Go to cue point and play + + + + + Go to cue point and stop + + + + + Preview from cue point + + + + + Cue button (CDJ mode) + + + + + Stutter cue + + + + + Hotcues + Points de repère + + + + Set, preview from or jump to hotcue %1 + + + + + Clear hotcue %1 + + + + + Set hotcue %1 + + + + + Jump to hotcue %1 + + + + + Jump to hotcue %1 and stop + + + + + Jump to hotcue %1 and play + + + + + Preview from hotcue %1 + + + + + + Hotcue %1 + + + + + Looping + + + + + Loop In button + + + + + Loop Out button + + + + + Loop Exit button + + + + + 1/2 + + + + + 1 + + + + + 2 + + + + + 4 + + + + + 8 + + + + + 16 + + + + + 32 + + + + + 64 + + + + + Move loop forward by %1 beats + + + + + Move loop backward by %1 beats + + + + + Beat-Looping + + + + + Create %1-beat loop + + + + + Create temporary %1-beat loop roll + + + + + + Library + + + + + Unit %1 + + + + + Slot %1 + + + + + Master crossfader + + + + + Master Balance + + + + + Master Delay + + + + + Headphone Mix + + + + + Headphone Split Cue + + + + + Headphone Delay + + + + + Play + + + + + Fast Rewind + + + + + Fast Rewind button + + + + + Fast Forward + + + + + Fast Forward button + + + + + Strip Search + + + + + Play Reverse + + + + + Play Reverse button + + + + + Reverse Roll (Censor) + + + + + Jump To Start + + + + + Jumps to start of track + + + + + Play From Start + + + + + Stop + + + + + Stop And Jump To Start + + + + + Stop playback and jump to start of track + + + + + Jump To End + + + + + Volume + + + + + + + Volume Fader + + + + + + Full Volume + + + + + + Zero Volume + + + + + Track Gain + + + + + Track Gain knob + + + + + + Mute + + + + + Eject + + + + + + Headphone Listen + + + + + Headphone listen (pfl) button + + + + + Repeat Mode + + + + + Slip Mode + + + + + + Orientation + + + + + + Orient Left + + + + + + Orient Center + + + + + + Orient Right + + + + + BPM +1 + + + + + BPM -1 + + + + + BPM +0.1 + + + + + BPM -0.1 + + + + + BPM Tap + + + + + Adjust Beatgrid Faster +.01 + + + + + Increase track's average BPM by 0.01 + + + + + Adjust Beatgrid Slower -.01 + + + + + Decrease track's average BPM by 0.01 + + + + + Move Beatgrid Earlier + + + + + Adjust the beatgrid to the left + + + + + Move Beatgrid Later + + + + + Adjust the beatgrid to the right + + + + + Adjust Beatgrid + + + + + Align beatgrid to current position + + + + + Adjust Beatgrid - Match Alignment + + + + + Adjust beatgrid to match another playing deck. + + + + + Quantize Mode + + + + + Sync + + + + + + Sync Mode + + + + + Internal Sync Master + + + + + Toggle Internal Sync Master + + + + + + Internal Master BPM + + + + + Internal Master BPM +1 + + + + + Internal Master BPM -1 + + + + + Internal Master BPM +0.1 + + + + + Internal Master BPM -0.1 + + + + + Sync Master + + + + + Beat Sync One-Shot + + + + + Sync Tempo One-Shot + + + + + Sync Phase One-Shot + + + + + Speed (Pitch/Tempo) + + + + + Keylock Mode + + + + + Pitch control (does not affect tempo), center is original pitch + + + + + Pitch Adjust + + + + + Adjust pitch from speed slider pitch + + + + + Match musical key + + + + + Match Key + + + + + Reset Key + + + + + Resets key to original + + + + + High EQ + + + + + Mid EQ + + + + + Low EQ + + + + + Toggle Vinyl Control + + + + + Toggle Vinyl Control (ON/OFF) + + + + + Vinyl Control Mode + + + + + Vinyl Control Cueing Mode + + + + + Vinyl Control Passthrough + + + + + Vinyl Control Next Deck + + + + + Single deck mode - Switch vinyl control to next deck + + + + + Cue + + + + + Set Cue + + + + + Go-To Cue + + + + + Go-To Cue And Play + + + + + Go-To Cue And Stop + + + + + Preview Cue + + + + + Cue (CDJ Mode) + + + + + Stutter Cue + + + + + Go to cue point and play after release + + + + + Clear Hotcue %1 + + + + + Set Hotcue %1 + + + + + Jump To Hotcue %1 + + + + + Jump To Hotcue %1 And Stop + + + + + Jump To Hotcue %1 And Play + + + + + Preview Hotcue %1 + + + + + Loop In + + + + + Loop Out + + + + + Loop Exit + + + + + Reloop/Exit Loop + + + + + Loop Halve + + + + + Loop Double + + + + + 1/32 + + + + + 1/16 + + + + + 1/8 + + + + + 1/4 + + + + + Move Loop +%1 Beats + + + + + Move Loop -%1 Beats + + + + + Loop %1 Beats + + + + + Loop Roll %1 Beats + + + + + Add to Auto DJ Queue (bottom) + + + + + Append the selected track to the Auto DJ Queue + + + + + Add to Auto DJ Queue (top) + + + + + Prepend selected track to the Auto DJ Queue + + + + + Load Track + + + + + Load selected track + + + + + Track Load and Play + + + + + Load selected track and play + + + + + Record Mix + + + + + Toggle mix recording + + + + + Effects + + + + + Quick Effects + + + + + Deck %1 Quick Effect Super Knob + + + + + Quick Effect Super Knob (control linked effect parameters) + + + + + Quick Effect + + + + + Clear effect rack + + + + + Clear Effect Rack + + + + + Clear Unit + + + + + Clear effect unit + + + + + Toggle Unit + + + + + Dry/Wet + + + + + Adjust the balance between the original (dry) and processed (wet) signal. + + + + + Super Knob + + + + + Next Chain + + + + + + + + + + + + Assign + + + + + Clear + + + + + Clear the current effect + + + + + Toggle + + + + + Toggle the current effect + + + + + Next + + + + + Switch to next effect + + + + + Previous + + + + + Switch to the previous effect + + + + + Next or Previous + + + + + Switch to either next or previous effect + + + + + + Parameter Value + + + + + + Microphone Ducking Strength + + + + + Microphone Ducking Mode + + + + + Gain + + + + + Gain knob + + + + + Shuffle the content of the Auto DJ queue + + + + + Skip the next track in the Auto DJ queue + + + + + Auto DJ Toggle + + + + + Toggle Auto DJ On/Off + + + + + Library Maximize/Restore + + + + + Maximize the track library to take up all the available screen space. + + + + + Effect Rack Show/Hide + + + + + Show/hide the effect rack + + + + + Cover Art Show/Hide + + + + + Show/hide cover art + + + + + Waveform Zoom Out + + + + + Toggle Effect Unit + + + + + Master Gain + + + + + Master gain + + + + + Headphone Gain + + + + + Headphone gain + + + + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + + Playback Speed + + + + + Playback speed control (Vinyl "Pitch" slider) + + + + + Pitch (Musical key) + + + + + Increase Speed + + + + + Adjust speed faster (coarse) + + + + + + Increase Speed (Fine) + + + + + Adjust speed faster (fine) + + + + + Decrease Speed + + + + + Adjust speed slower (coarse) + + + + + Adjust speed slower (fine) + + + + + Temporarily Increase Speed + + + + + Temporarily increase speed (coarse) + + + + + Temporarily Increase Speed (Fine) + + + + + Temporarily increase speed (fine) + + + + + Temporarily Decrease Speed + + + + + Temporarily decrease speed (coarse) + + + + + Temporarily Decrease Speed (Fine) + + + + + Temporarily decrease speed (fine) + + + + + + Adjust %1 + + + + + + Kill %1 + + + + + CUP (Cue + Play) + + + + + Loop Selected Beats + + + + + Create a beat loop of selected beat size + + + + + Loop Roll Selected Beats + + + + + Create a rolling beat loop of selected beat size + + + + + Toggle loop on/off and jump to Loop In point if loop is behind play position + + + + + Reloop And Stop + + + + + Enable loop, jump to Loop In point, and stop + + + + + Halve the loop length + + + + + Double the loop length + + + + + Beat Jump / Loop Move + + + + + Jump / Move Loop Forward %1 Beats + + + + + Jump / Move Loop Backward %1 Beats + + + + + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats + + + + + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats + + + + + Beat Jump / Loop Move Forward Selected Beats + + + + + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats + + + + + Beat Jump / Loop Move Backward Selected Beats + + + + + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats + + + + + Move up + + + + + Equivalent to pressing the UP key on the keyboard + + + + + Move down + + + + + Equivalent to pressing the DOWN key on the keyboard + + + + + Move up/down + + + + + Move vertically in either direction using a knob, as if pressing UP/DOWN keys + + + + + Scroll Up + + + + + Equivalent to pressing the PAGE UP key on the keyboard + + + + + Scroll Down + + + + + Equivalent to pressing the PAGE DOWN key on the keyboard + + + + + Scroll up/down + + + + + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys + + + + + Move left + + + + + Equivalent to pressing the LEFT key on the keyboard + + + + + Move right + + + + + Equivalent to pressing the RIGHT key on the keyboard + + + + + Move left/right + + + + + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys + + + + + Move focus to right pane + + + + + Equivalent to pressing the TAB key on the keyboard + + + + + Move focus to left pane + + + + + Equivalent to pressing the SHIFT+TAB key on the keyboard + + + + + Move focus to right/left pane + + + + + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys + + + + + Go to the currently selected item + + + + + Choose the currently selected item and advance forward one pane if appropriate + + + + + Add to Auto DJ Queue (replace) + + + + + Replace Auto DJ Queue with selected tracks + + + + + Enable or disable effect processing + + + + + Super Knob (control effects' Meta Knobs) + + + + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + + Next chain preset + + + + + Previous Chain + + + + + Previous chain preset + + + + + Next/Previous Chain + + + + + Next or previous chain preset + + + + + + Show Effect Parameters + + + + + Meta Knob + + + + + Effect Meta Knob (control linked effect parameters) + + + + + Meta Knob Mode + + + + + Set how linked effect parameters change when turning the Meta Knob. + + + + + Meta Knob Mode Invert + + + + + Invert how linked effect parameters change when turning the Meta Knob. + + + + + Microphone / Auxiliary + + + + + Microphone On/Off + + + + + Microphone on/off + + + + + Toggle microphone ducking mode (OFF, AUTO, MANUAL) + + + + + Auxiliary On/Off + + + + + Auxiliary on/off + + + + + Auto DJ + Auto DJ + + + + Auto DJ Shuffle + + + + + Auto DJ Skip Next + + + + + Auto DJ Fade To Next + + + + + Trigger the transition to the next track + + + + + User Interface + + + + + Samplers Show/Hide + + + + + Show/hide the sampler section + + + + + Microphone Show/Hide + + + + + Show/hide the microphone section + + + + + Vinyl Control Show/Hide + + + + + Show/hide the vinyl control section + + + + + Preview Deck Show/Hide + + + + + Show/hide the preview deck + + + + + Vinyl Spinner Show/Hide + + + + + Show/hide spinning vinyl widget + + + + + Waveform zoom + + + + + Waveform Zoom + + + + + Zoom waveform in + + + + + Waveform Zoom In + + + + + Zoom waveform out + + + + + ControllerEngine + + + Uncaught exception at line %1 in file %2: %3 + + + + + Uncaught exception at line %1 in passed code: %2 + + + + + Controller script error + + + + + A control you just used is not working properly. + + + + + The script code needs to be fixed. + + + + + For now, you can: Ignore this error for this session but you may experience erratic behavior. + + + + + Try to recover by resetting your controller. + + + + + ControllerInputMappingTableModel + + + Channel + + + + + Opcode + + + + + Control + + + + + Options + + + + + Action + + + + + Comment + + + + + ControllerOutputMappingTableModel + + + Channel + + + + + Opcode + + + + + Control + + + + + On Value + + + + + Off Value + + + + + Action + + + + + On Range Min + + + + + On Range Max + + + + + Comment + + + + + CrateFeature + + + Remove + + + + + + Create New Crate + + + + + Rename + + + + + + Lock + + + + + Export Track Files + + + + + Duplicate + + + + + Analyze entire Crate + + + + + Auto DJ Track Source + + + + + Enter new name for crate: + + + + + + Crates + + + + + + Import Crate + + + + + + Export Crate + + + + + Unlock + + + + + An unknown error occurred while creating crate: + + + + + Rename Crate + + + + + + Renaming Crate Failed + + + + + Crate Creation Failed + + + + + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) + + + + + Crates are a great way to help organize the music you want to DJ with. + + + + + Make a crate for your next gig, for your favorite electrohouse tracks, or for your most requested songs. + + + + + Crates let you organize your music however you'd like! + + + + + A crate cannot have a blank name. + + + + + A crate by that name already exists. + + + + + CrateFeatureHelper + + + New Crate + + + + + Create New Crate + + + + + + Enter name for new crate: + + + + + + + Creating Crate Failed + + + + + + A crate cannot have a blank name. + + + + + + A crate by that name already exists. + + + + + + An unknown error occurred while creating crate: + + + + + copy + [noun] + + + + + Duplicate Crate + + + + + + + Duplicating Crate Failed + + + + + DlgAbout + + + Mixxx %1 Development Team + + + + + With contributions from: + Avec des contributions de : + + + + And special thanks to: + Et des remerciements spéciaux à : + + + + Past Developers + Anciens développeurs + + + + Past Contributors + Anciens contributeurs + + + + DlgAboutDlg + + + About Mixxx + à propos de Mixxx + + + + Credits + Crédits + + + + License + + + + + <a href="http://mixxx.org/">Official Website</a> + + + + + DlgAnalysis + + + + + Analyze + + + + + Shows tracks added to the library within the last 7 days. + + + + + New + + + + + Shows all tracks in the library. + + + + + All + + + + + Progress + + + + + Selects all tracks in the table below. + + + + + Select All + + + + + Runs beatgrid, key, and ReplayGain detection on the selected tracks. Does not generate waveforms for the selected tracks to save disk space. + + + + + Stop Analysis + + + + + Analyzing %1/%2 %3% + + + + + DlgAutoDJ + + + One deck must be stopped to enable Auto DJ mode. + + + + + Decks 3 and 4 must be stopped to enable Auto DJ mode. + + + + + + Disable Auto DJ + + + + + Displays the duration and number of selected tracks. + + + + + + + Auto DJ + Auto DJ + + + + Shuffle + + + + + Add Random + + + + + Shuffle the content of the Auto DJ queue. + + + + + Adds a random track from track sources (crates) to the Auto DJ queue. +If no track sources are configured, the track is added from the library instead. + + + + + Skip the next track in the Auto DJ queue. + + + + + Skip Track + + + + + Trigger the transition to the next track. + + + + + Fade Now + + + + + Determines the duration of the transition. + + + + + Seconds + "sec." as in seconds + + + + + sec. + + + + + Turn Auto DJ on or off. + + + + + + + Enable Auto DJ + + + + + DlgBeatsDlg + + + When beat detection is enabled, Mixxx detects the beats per minute and beats of your tracks, +automatically shows a beat-grid for them, and allows you to synchronize tracks using their beat information. + + + + + Enable BPM and Beat Detection + + + + + Choose between different algorithms to detect beats. + + + + + Enable fast beat detection. +If activated Mixxx only analyzes the first minute of a track for beat information. +This can speed up beat detection on slower computers but may result in lower quality beatgrids. + + + + + Attempts to correct the phase (first beat) of fixed-tempo beatgrids +by analyzing the beats to discard outliers. + + + + + Beat Detection Preferences + + + + + Choose Analyzer + + + + + Beat Analyzer: + + + + + Analyzer Settings + + + + + Enable Fast Analysis (For slow computers, may be less accurate) + + + + + Converts beats detected by the analyzer into a fixed-tempo beatgrid. +Use this setting if your tracks have a constant tempo (e.g. most electronic music). +Often results in higher quality beatgrids, but will not do well on tracks that have tempo shifts. + + + + + Assume constant tempo (Recommended) + + + + + Enable Offset Correction (Recommended) + + + + + e.g. from 3rd-party programs or Mixxx versions before 1.11. +(Not checked: Analyze only, if no beats exist.) + + + + + Re-analyze beats when settings change or beat detection data is outdated + + + + + BPM Range + + + + + Min: + + + + + Max: + + + + + DlgControllerLearning + + + Controller Learning Wizard + + + + + Learn + + + + + Close + + + + + Choose Control... + + + + + Hints: If you're mapping a button or switch, only press or flip it once. For knobs and sliders, move the control in both directions for best results. Make sure to touch one control at a time. + + + + + Cancel + + + + + Advanced MIDI Options + + + + + Switch mode interprets all messages for the control as button presses. + + + + + Switch Mode + + + + + Ignores slider or knob movements until they are close to the internal value. This helps prevent unwanted extreme changes while mixing but can accidentally ignore intentional rapid movements. + + + + + Soft Takeover + + + + + Reverses the direction of the control. + + + + + Invert + + + + + For jog wheels or infinite-scroll knobs. Interprets incoming messages in two's complement. + + + + + Jog Wheel / Select Knob + + + + + Retry + + + + + Learn Another + + + + + Done + + + + + Click anywhere in Mixxx or choose a control to learn + + + + + You can click on any button, slider, or knob in Mixxx to teach it that control. You can also type in the box to search for a control by name, or click the Choose Control button to select from a list. + + + + + Now test it out! + + + + + If you manipulate the control, you should see the Mixxx user interface respond the way you expect. + + + + + Not quite right? + + + + + If the mapping is not working try enabling an advanced option below and then try the control again. Or click Retry to redetect the midi control. + + + + + Didn't get any midi messages. Please try again. + + + + + Unable to detect a mapping -- please try again. Be sure to only touch one control at once. + + + + + Successfully mapped control: + + + + + <i>Ready to learn %1</i> + + + + + Learning: %1. Now move a control on your controller. + + + + + The control you clicked in Mixxx is not learnable. +This could be because you are using an old skin and this control is no longer supported. + +You tried to learn: %1,%2 + + + + + DlgDeveloperTools + + + Developer Tools + + + + + Controls + + + + + Dumps all ControlObject values to a csv-file saved in the settings path (e.g. ~/.mixxx) + + + + + Dump to csv + + + + + Log + + + + + Search + + + + + Stats + + + + + DlgHidden + + + Hidden Tracks + + + + + Selects all tracks in the table below. + + + + + Select All + + + + + Purge selected tracks from the library. + + + + + Purge + + + + + Unhide selected tracks from the library. + + + + + Unhide + + + + + Ctrl+S + + + + + DlgMissing + + + Missing Tracks + + + + + Selects all tracks in the table below. + + + + + Select All + + + + + Purge selected tracks from the library. + + + + + Purge + + + + + DlgPrefAutoDJ + + + + Off + + + + + + On + + + + + DlgPrefAutoDJDlg + + + Re-queue tracks after playback + + + + + Duration after which a track is eligible for selection by Auto DJ again + + + + + hh:mm + + + + + Minimum available tracks in Track Source + + + + + Auto DJ Preferences + + + + + Add a track to the end of the Auto DJ queue once it is played, instead of removing it. + + + + + This percentage of tracks are always available for selecting, regardless of when they were last played. + + + + + % + + + + + Uncheck, to ignore all played tracks. + + + + + Suspend track in Track Source from re-queue + + + + + Suspension period for track selection + + + + + Enable random track addition to queue + + + + + Add random tracks from Track Source if the specified minimum tracks remain + + + + + Minimum allowed tracks before addition + + + + + Minimum number of tracks after which random tracks may be added + + + + + DlgPrefBroadcast + + + Icecast 2 + + + + + Shoutcast 1 + + + + + Icecast 1 + + + + + MP3 + + + + + Ogg Vorbis + + + + + Automatic + + + + + Mono + + + + + Stereo + + + + + + + + Action failed + + + + + '%1' has the same Icecast mountpoint as '%2'. +Two source connections to the same server can't have the same mountpoint. + + + + + You can't create more than %1 source connections. + + + + + Source connection %1 + + + + + At least one source connection is required. + + + + + Are you sure you want to disconnect every active source connection? + + + + + + Confirmation required + + + + + Are you sure you want to delete '%1'? + + + + + Renaming '%1' + + + + + New name for '%1': + + + + + Can't rename '%1' to '%2': name already in use + + + + + DlgPrefBroadcastDlg + + + Live Broadcasting Preferences + + + + + Mixxx Icecast Testing + + + + + Public stream + + + + + http://www.mixxx.org + + + + + Stream name + + + + + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. + + + + + Live Broadcasting source connections + + + + + Delete selected + + + + + Create new connection + + + + + Rename selected + + + + + Disconnect all + + + + + Turn on Live Broadcasting when applying these settings + + + + + Settings for %1 + + + + + Dynamically update Ogg Vorbis metadata. + + + + + ICQ + + + + + AIM + + + + + Website + + + + + Live mix + + + + + IRC + + + + + Select a source connection above to edit its settings here + + + + + Password storage + + + + + Plain text + + + + + Secure storage (OS keychain) + + + + + Genre + + + + + Use UTF-8 encoding for metadata. + + + + + Description + + + + + Encoding + + + + + Bitrate + + + + + + Format + + + + + Channels + + + + + Server connection + + + + + Type + + + + + Host + + + + + Login + + + + + Mount + + + + + Port + + + + + Password + + + + + Stream info + + + + + Metadata + + + + + Use static artist and title. + + + + + Static title + + + + + Static artist + + + + + Automatic reconnect + + + + + Time to wait before the first reconnection attempt is made. + + + + + + seconds + + + + + Wait until first attempt + + + + + Reconnect period + + + + + Time to wait between two reconnection attempts. + + + + + Limit number of reconnection attempts + + + + + Maximum retries + + + + + Reconnect if the connection to the streaming server is lost. + + + + + Enable automatic reconnect + + + + + DlgPrefController + + + Apply device settings? + + + + + Your settings must be applied before starting the learning wizard. +Apply settings and continue? + + + + + None + + + + + %1 by %2 + + + + + No Name + + + + + No Description + + + + + No Author + + + + + Troubleshooting + + + + + Filename + + + + + Function Prefix + + + + + Built-in + + + + + Clear Input Mappings + + + + + Are you sure you want to clear all input mappings? + + + + + Clear Output Mappings + + + + + Are you sure you want to clear all output mappings? + + + + + + Add Script + + + + + Controller Script Files (*.js) + + + + + Could not add script file: '%s' + + + + + Please select a script from the list to open. + + + + + DlgPrefControllerDlg + + + (device category goes here) + + + + + Controller Name + + + + + Enabled + + + + + Description: + + + + + Load Preset: + + + + + Support: + + + + + Preset Info + + + + + Input Mappings + + + + + + + Add + + + + + + + Remove + + + + + Click to start the Controller Learning wizard. + + + + + Controller Preferences + + + + + Controller Setup + + + + + Author: + + + + + Name: + + + + + Learning Wizard (MIDI Only) + + + + + + Clear All + + + + + Output Mappings + + + + + Scripts + + + + + Open Selected File + + + + + DlgPrefControllersDlg + + + Controller Preferences + + + + + Controllers + + + + + Mixxx did not detect any controllers. If you connected the controller while Mixxx was running you must restart Mixxx first. + + + + + Presets + + + + + Open User Preset Folder + + + + + Resources + + + + + Controllers are physical devices that send MIDI or HID signals to your computer over a USB connection. These allow you to control Mixxx in a more hands-on way than a keyboard and mouse. Attached controllers that Mixxx recognizes are shown in the "Controllers" section in the sidebar. + + + + + Mixxx uses "presets" to connect messages from your controller to controls in Mixxx. If you do not see a preset for your controller in the "Load Preset" menu when you click on your controller on the left sidebar, you may be able to download one online from the <a href="http://www.mixxx.org/forums/viewforum.php?f=7">Mixxx Forum</a>. Place the XML (.xml) and Javascript (.js) file(s) in the "User Preset Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Preset Folder" then restart Mixxx: + + + + + You can create your own mapping by using the MIDI Learning Wizard when you select your controller in the sidebar. You can edit mappings by selecting the "Input Mappings" and "Output Mappings" tabs in the preference page for your controller. See the Resources below for more details on making mappings. + + + + + <a href="http://mixxx.org/wiki/doku.php/hardware_compatibility">Mixxx DJ Hardware Guide</a> + + + + + <a href="http://www.mixxx.org/forums/viewforum.php?f=7">Mixxx Controller Forums</a> + + + + + <a href="http://mixxx.org/wiki/doku.php/midi_controller_mapping_file_format">MIDI Preset File Format</a> + + + + + <a href="http://mixxx.org/wiki/doku.php/midi_scripting">MIDI Scripting with Javascript</a> + + + + + DlgPrefControlsDlg + + + Skin + + + + + Tool tips + + + + + Select from different color schemes of a skin if available. + + + + + Color scheme + + + + + Locales determine country and language specific settings. + + + + + Locale + + + + + Interface Preferences + + + + + Interface options + + + + + HiDPI / Retina scaling + + + + + Change the size of text, buttons, and other items. + + + + + Adopt scale factor from the operating system + + + + + Auto Scaling + + + + + Effect options + + + + + Load behavior + + + + + Keep metaknob position + + + + + Reset metaknob to effect default + + + + + Screen saver + + + + + Start in full-screen mode + + + + + Full-screen mode + + + + + Off + + + + + Library only + + + + + Library and Skin + + + + + DlgPrefCrossfaderDlg + + + Crossfader Preferences + + + + + Crossfader Curve + + + + + Slow fade/Fast cut (additive) + + + + + Constant power + + + + + Mixing + + + + + Scratching + + + + + Linear + + + + + Logarithmic + + + + + Reverse crossfader (Hamster Style) + + + + + DlgPrefDeck + + + Mixxx mode + + + + + Mixxx mode (no blinking) + + + + + Pioneer mode + + + + + Denon mode + + + + + Numark mode + + + + + CUP mode + + + + + 4% + + + + + 6% (semitone) + + + + + 8% (Technics SL-1210) + + + + + 10% + + + + + 16% + + + + + 24% + + + + + 50% + + + + + 90% + + + + + DlgPrefDeckDlg + + + Deck Preferences + + + + + Deck options + + + + + Cue mode + + + + + Mixxx mode: +- Cue button while pause at cue point = preview +- Cue button while pause not at cue point = set cue point +- Cue button while playing = pause at cue point +Mixxx mode (no blinking): +- Same as Mixxx mode but with no blinking indicators +Pioneer mode: +- Same as Mixxx mode with a flashing play button +Denon mode: +- Cue button at cue point = preview +- Cue button not at cue point = pause at cue point +- Play = set cue point +Numark mode: +- Same as Denon mode, but without a flashing play button +CUP mode: +- Cue button while pause at cue point = play after release +- Cue button while pause not at cue point = set cue point and play after release +- Cue button while playing = go to cue point and play after release + + + + + + Track time display + + + + + Elapsed + + + + + Remaining + + + + + Elapsed and Remaining + + + + + Auto cue + + + + + Automatically seeks to the first saved cue point on track load. + If none exists, seeks to the beginning of the track. + + + + + Jump to main cue point on track load + + + + + Playing track protection + + + + + Do not load tracks into playing decks + + + + + Speed (Tempo) and Key (Pitch) options + + + + + Permanent rate change when left-clicking + + + + + + + + % + + + + + Permanent rate change when right-clicking + + + + + Reset on track load + + + + + Current key + + + + + Temporary rate change when right-clicking + + + + + Permanent + + + + + Value in milliseconds + + + + + Temporary + + + + + Keylock mode + + + + + Ramping sensitivity + + + + + Pitch bend behavior + + + + + Original key + + + + + Temporary rate change when left-clicking + + + + + Speed/Tempo + + + + + Key/Pitch + + + + + Adjustment buttons: + + + + + Coarse + + + + + Fine + + + + + Make the speed sliders work like those on DJ turntables and CDJs where moving downward increases the speed + + + + + Down increases speed + + + + + Slider range + + + + + Adjusts the range of the speed (Vinyl "Pitch") slider. + + + + + Abrupt jump + + + + + Smoothly adjusts deck speed when temporary change buttons are held down + + + + + Smooth ramping + + + + + Keyunlock mode + + + + + Reset key + + + + + Keep key + + + + + DlgPrefEQ + + + + + None + Displayed when no effect is selected + + + + + DlgPrefEQDlg + + + Equalizer Preferences + + + + + Reset equalizers on track load + + + + + Resets the equalizers to their default values when loading a track. + + + + + Equalizer Rack + + + + + Only allow EQ knobs to control EQ-specific effects + + + + + Uncheck to allow any effect to be loaded into the EQ knobs. + + + + + Use the same EQ filter for all decks + + + + + Uncheck to allow different decks to use different EQ effects. + + + + + Equalizer Plugin + + + + + Quick Effect + + + + + High Shelf EQ + + + + + + 16 Hz + + + + + Master EQ + + + + + Reset Parameter + + + + + Miscellaneous + + + + + Resets the deck gain to unity when loading a track. + + + + + Reset gain on track load + + + + + Bypass EQ effect processing + + + + + When checked, EQs are not processed, improving performance on slower computers. + + + + + + 20.05 kHz + + + + + Low Shelf EQ + + + + + DlgPrefEffectsDlg + + + Effects Preferences + + + + + Available Effects + + + + + Effect Info + + + + + Version: + + + + + Description: + + + + + Author: + + + + + Name: + + + + + Type: + + + + + DlgPrefInterface + + + The minimum size of the selected skin is bigger than your screen resolution. + + + + + Allow screensaver to run + + + + + Prevent screensaver from running + + + + + Prevent screensaver while playing + + + + + This skin does not support color schemes + + + + + Information + + + + + Mixxx must be restarted before the new locale setting will take effect. + + + + + DlgPrefKeyDlg + + + Key Notation Format Settings + + + + + When key detection is enabled, Mixxx detects the musical key of your tracks +and allows you to pitch adjust them for harmonic mixing. + + + + + Enable Key Detection + + + + + Choose Analyzer + + + + + Key Analyzer: + + + + + Choose between different algorithms to detect keys. + + + + + Analyzer Settings + + + + + Enable Fast Analysis (For slow computers, may be less accurate) + + + + + Re-analyze keys when settings change or 3rd-party keys are present + + + + + Key Notation + + + + + Lancelot + + + + + OpenKey + + + + + Traditional + + + + + Custom + + + + + A + + + + + Bb + + + + + B + + + + + C + + + + + Db + + + + + D + + + + + Eb + + + + + E + + + + + F + + + + + F# + + + + + G + + + + + Ab + + + + + Am + + + + + Bbm + + + + + Bm + + + + + Cm + + + + + C#m + + + + + Dm + + + + + Ebm + + + + + Em + + + + + Fm + + + + + F#m + + + + + Gm + + + + + G#m + + + + + DlgPrefLV2Dlg + + + Equalizer Preferences + + + + + Discovered LV2 effects + + + + + DlgPrefLibrary + + + Music Directory Added + + + + + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? + + + + + Scan + + + + + Choose a music directory + + + + + Confirm Directory Removal + + + + + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. + + + + + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. + + + + + Hide Tracks + + + + + Delete Track Metadata + + + + + Leave Tracks Unchanged + + + + + Relink music directory to new location + + + + + Select Library Font + + + + + DlgPrefLibraryDlg + + + Library + + + + + Music Directories: + + + + + If removed, Mixxx will no longer watch this directory and its subdirectories for new tracks. + + + + + Remove + + + + + Add a directory where your music is stored. Mixxx will watch this directory and its subdirectories for new tracks. + + + + + Add + + + + + If an existing music directory is moved, Mixxx doesn't know where to find the audio files in it. Choose Relink to select the music directory in its new location. <br/> This will re-establish the links to the audio files in the Mixxx library. + + + + + Relink + This will re-establish the links to the audio files in the Mixxx database if you move an music directory to a new location. + + + + + Audio File Formats + + + + + Additional Format Plugins: + + + + + Built-in + + + + + Available Online... + + + + + Loaded Plugins: + + + + + None + + + + + Track Metadata Synchronization + + + + + Export: Write modified track metadata from the library into file tags + + + + + Miscellaneous + + + + + Library Font: + + + + + Library Row Height: + + + + + Rescan library on start-up + + + + + Add track to Auto DJ Queue (top) + + + + + Add track to Auto DJ Queue (bottom) + + + + + Use relative paths for playlist export if possible + + + + + ... + + + + + px + + + + + Edit metadata after clicking selected track + + + + + Track Load Action + Sets default action when double-clicking a track in the library. + + + + + Load track to next available deck + + + + + External Libraries + + + + + You will need to restart Mixxx for these settings to take effect. + + + + + Show Rhythmbox Library + + + + + Show Banshee Library + + + + + Show iTunes Library + + + + + Show Traktor Library + + + + + All external libraries shown are write protected. + + + + + DlgPrefModplug + + + Modplug Preferences + + + + + All settings take effect on next track load. Currently loaded tracks are not affected. For an explanation of these settings, see the <a href="http://wiki.openmpt.org/Manual:_Setup/Player">OpenMPT manual</a>. + + + + + Maximum Number of Mixing Channels: + + + + + Show Advanced Settings + + + + + + + Low + + + + + Reverb Delay: + + + + + + + High + + + + + None + + + + + Bass Expansion + + + + + Bass Range: + + + + + 16 + + + + + Front/Rear Delay: + + + + + Pro-Logic Surround + + + + + Full + + + + + Reverb + + + + + Stereo separation + + + + + 10Hz + + + + + 10ms + + + + + 256 + + + + + 5ms + + + + + 100Hz + + + + + 250ms + + + + + 50ms + + + + + Noise reduction + + + + + Hints + + + + + Module files are decoded at once and kept in RAM to allow for seeking and smooth operation in Mixxx. About 10MB of RAM are required for 1 minute of audio. + + + + + Decoding options for libmodplug, a software library for loading and rendering module files (MOD music, tracker music). + + + + + Decoding Options + + + + + Resampling mode (interpolation) + + + + + Enable oversampling + + + + + Nearest (very fast, extremely bad quality) + + + + + Linear (fast, good quality) + + + + + Cubic Spline (high quality) + + + + + 8-tap FIR (extremely high quality) + + + + + Memory limit for single track (MB) + + + + + DlgPrefNoVinylDlg + + + Vinyl Control (Disabled) Preferences + Using a version with the Vinyl Control feature disabled, an alternative preferences window is displayed. + + + + + <b>This version of Mixxx does not support vinyl control.</b> <br> Please visit <a href="http://mixxx.org">Mixxx.org</a> for more information. + + + + + DlgPrefRecord + + + Choose recordings directory + + + + + DlgPrefRecordDlg + + + Recording Preferences + + + + + Recordings Directory + + + + + Recordings Directory: + + + + + Browse... + + + + + + Quality + + + + + Tags + + + + + Title + + + + + Author + + + + + Album + + + + + Miscellaneous + + + + + Output File Format + + + + + Compression + + + + + Lossy + + + + + Compression Level + + + + + Lossless + + + + + Create a CUE file + + + + + File Splitting + + + + + Split recordings at + + + + + DlgPrefReplayGain + + + %1 LUFS (adjust by %2 dB) + + + + + DlgPrefReplayGainDlg + + + Normalization Preferences + + + + + ReplayGain Loudness Normalization + + + + + Apply loudness normalization to loaded tracks. + + + + + Apply ReplayGain + + + + + -30 LUFS + + + + + -6 LUFS + + + + + When ReplayGain is enabled, adjust tracks lacking ReplayGain information by this amount. + + + + + Initial boost without ReplayGain data + + + + + For tracks with ReplayGain, adjust the target loudness to this LUFS value (Loudness Units relative to Full Scale). + + + + + Target loudness + + + + + -12 dB + + + + + Analysis + + + + + ReplayGain 2.0 (ITU-R BS.1770) + + + + + ReplayGain 1.0 + + + + + Disabled + + + + + Re-analyze and override an existing value + + + + + ReplayGain targets a reference loudness of -18 LUFS (Loudness Units relative to Full Scale). You may increase it if you find Mixxx is too quiet or reduce it if you find that your tracks are clipping. You may also want to decrease the volume of unanalyzed tracks if you find they are often louder than ReplayGained tracks. For podcasting a loudness of -16 LUFS is recommended. + +The loudness target is approximate and assumes track pregain and master output level are unchanged. + + + + + When an unanalyzed track is playing, Mixxx will avoid an abrupt volume change by not applying a newly calculated ReplayGain value. + + + + + +12 dB + + + + + Hints + + + + + DlgPrefSound + + + None + + + + + %1 Hz + + + + + Default (long delay) + + + + + Experimental (no delay) + + + + + Disabled (short delay) + + + + + Soundcard Clock + + + + + Network Clock + + + + + Master output only + + + + + Master and booth outputs + + + + + Direct monitor (recording and broadcasting only) + + + + + Disabled + + + + + Enabled + + + + + Stereo + + + + + Mono + + + + + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. + + + + + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. + + + + + + Refer to the Mixxx User Manual for details. + + + + + Configured latency has changed. + + + + + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. + + + + + Realtime scheduling is enabled. + + + + + %1 ms + + + + + Configuration error + + + + + DlgPrefSoundDlg + + + Sound Hardware Preferences + + + + + Sound API + + + + + Sample Rate + + + + + Audio Buffer + + + + + Engine Clock + + + + + Use soundcard clock for live audience setups and lowest latency.<br>Use network clock for broadcasting without a live audience. + + + + + Microphone Monitor Mode + + + + + Microphone Latency Compensation + + + + + Headphone Delay + + + + + + + + ms + milliseconds + + + + + Booth Delay + + + + + Enable Realtime scheduling (currently disabled), see the <a href="http://mixxx.org/wiki/doku.php/adjusting_audio_latency">Mixxx Wiki</a>. + + + + + 20 ms + + + + + Buffer Underflow Count + + + + + 0 + + + + + Master Delay + + + + + Keylock/Pitch-Bending Engine + + + + + Multi-Soundcard Synchronization + + + + + Master Mix + + + + + Master Output Mode + + + + + Output + + + + + Input + + + + + The <a href="http://mixxx.org/wiki/doku.php/hardware_compatibility">Mixxx DJ Hardware Guide</a> lists sound cards and controllers you may want to consider for using Mixxx. + + + + + System Reported Latency + + + + + Enlarge your audio buffer if the underflow counter is increasing or you hear pops during playback. + + + + + Hints and Diagnostics + + + + + Downsize your audio buffer to improve Mixxx's responsiveness. + + + + + Query Devices + + + + + DlgPrefSoundItem + + + None + + + + + Channel %1 + + + + + Channels %1 - %2 + + + + + Sound Item Preferences + Constructs new sound items inside the Sound Hardware Preferences, representing an AudioPath and SoundDevice + + + + + Type (#) + + + + + DlgPrefVinylDlg + + + Input + + + + + Vinyl Configuration + + + + + Deck 1 Vinyl Type + + + + + Deck 2 Vinyl Type + + + + + Deck 3 Vinyl Type + + + + + Deck 4 Vinyl Type + + + + + Show Signal Quality in Skin + + + + + + + + seconds + + + + + Vinyl Control Preferences + + + + + + + + Lead-in + + + + + Turntable Input Signal Boost + + + + + 0 dB + + + + + 44 dB + + + + + Signal Quality + + + + + http://www.xwax.co.uk + + + + + Powered by xwax + + + + + Hints + + + + + Select sound devices for Vinyl Control in the Sound Hardware pane. + + + + + DlgPrefWaveform + + + Filtered + + + + + HSV + + + + + RGB + + + + + OpenGL not available + + + + + dropped frames + + + + + Cached waveforms occupy %1 MiB on disk. + + + + + DlgPrefWaveformDlg + + + Waveform Preferences + + + + + Frame rate + + + + + Displays which OpenGL version is supported by the current platform. + + + + + Normalize waveform overview + + + + + Average frame rate + + + + + Visual gain + + + + + Default zoom level + Waveform zoom + + + + + Displays the actual frame rate. + + + + + Visual gain of the middle frequencies + + + + + End of track warning + + + + + OpenGL status + + + + + Highlight the waveforms when the last seconds of a track remains. + + + + + seconds + + + + + Low + + + + + Middle + + + + + Global + + + + + Visual gain of the high frequencies + + + + + Visual gain of the low frequencies + + + + + High + + + + + Waveform type + + + + + Global visual gain + + + + + The waveform overview shows the waveform envelope of the entire track. +Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. + + + + + The waveform shows the waveform envelope of the track near the current playback position. +Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. + + + + + Waveform overview type + + + + + fps + + + + + Synchronize zoom level across all waveform displays. + + + + + Synchronize zoom level across all waveforms + + + + + Caching + + + + + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. + + + + + Enable waveform caching + + + + + Generate waveforms when analyzing library + + + + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + + + + + Play marker position + + + + + Moves the play marker position on the waveforms to the left, right or center (default). + + + + + Clear Cached Waveforms + + + + + DlgPreferences + + + Sound Hardware + + + + + Controllers + + + + + Library + + + + + Interface + + + + + Waveforms + + + + + Auto DJ + Auto DJ + + + + Equalizers + + + + + Decks + + + + + Crossfader + + + + + Effects + + + + + LV2 Plugins + + + + + Recording + + + + + Beat Detection + + + + + Key Detection + + + + + Normalization + + + + + + Vinyl Control + + + + + Live Broadcasting + Diffusion en Direct + + + + Modplug Decoder + + + + + DlgPreferencesDlg + + + Preferences + + + + + 1 + + + + + DlgRecording + + + Recordings + + + + + Status: + + + + + + Start Recording + + + + + Stop Recording + + + + + Recording to file: %1 (%2 MiB written in %3) + + + + + DlgTagFetcher + + + MusicBrainz + + + + + Select best possible match + + + + + + Track + + + + + + Year + + + + + Title + + + + + + Artist + + + + + + Album + + + + + Fetching track data from the MusicBrainz database + + + + + Mixxx could not find this track in the MusicBrainz database. + + + + + Get API-Key + To be able to submit audio fingerprints to the MusicBrainz database, a free application programming interface key (API key) is required. + + + + + Submit + Submits audio fingerprints to the MusicBrainz database. + + + + + New Column + + + + + New Item + + + + + &Previous + + + + + &Next + + + + + &Apply + + + + + &Close + + + + + Status: %1 + + + + + HTTP Status: %1 + + + + + Mixxx can't connect to %1 for an unknown reason. + + + + + Mixxx can't connect to %1. + + + + + Original tags + + + + + Suggested tags + + + + + DlgTrackExport + + + Export Tracks + + + + + Exporting Tracks + + + + + (status text) + + + + + &Cancel + + + + + DlgTrackInfo + + + Track Editor + + + + + Summary + + + + + Filetype: + + + + + BPM: + + + + + Location: + + + + + Bitrate: + + + + + Comments + + + + + BPM + + + + + Sets the BPM to 75% of the current value. + + + + + 3/4 BPM + + + + + Sets the BPM to 50% of the current value. + + + + + Displays the BPM of the selected track. + + + + + Details + + + + + Track # + + + + + Album Artist + + + + + Composer + + + + + Title + + + + + Grouping + + + + + Key + + + + + Year + + + + + Artist + + + + + Album + + + + + Genre + + + + + File + + + + + ReplayGain: + + + + + Converts beats detected by the analyzer into a fixed-tempo beatgrid. +Use this setting if your tracks have a constant tempo (e.g. most electronic music). +Often results in higher quality beatgrids, but will not do well on tracks that have tempo shifts. + + + + + Sets the BPM to 200% of the current value. + + + + + Double BPM + + + + + Halve BPM + + + + + Clear BPM and Beatgrid + + + + + Cuepoints + + + + + Move to the previous item. + "Previous" button + + + + + &Previous + + + + + Move to the next item. + "Next" button + + + + + &Next + + + + + Duration: + + + + + Import Metadata from MusicBrainz + + + + + Import Metadata from File + + + + + Open in File Browser + + + + + Track BPM: + + + + + Assume constant tempo + + + + + Sets the BPM to 66% of the current value. + + + + + 2/3 BPM + + + + + Sets the BPM to 150% of the current value. + + + + + 3/2 BPM + + + + + Sets the BPM to 133% of the current value. + + + + + 4/3 BPM + + + + + Tap with the beat to set the BPM to the speed you are tapping. + + + + + Tap to Beat + + + + + Hint: Use the Library Analyze view to run BPM detection. + + + + + Cue Id + + + + + Position + + + + + Hotcue + + + + + Label + + + + + Activate Cue + + + + + Save changes and close the window. + "OK" button + + + + + &OK + + + + + Delete Cue + + + + + Discard changes and close the window. + "Cancel" button + + + + + Save changes and keep the window open. + "Apply" button + + + + + &Apply + + + + + &Cancel + + + + + EffectChainSlot + + + Empty Chain + Name for an empty effect chain, that is created after eject + + + + + EffectParameterSlotBase + + + No effect loaded. + + + + + EffectSettingsModel + + + Visible + + + + + Name + + + + + Type + + + + + EffectsManager + + + Flanger + + + + + BitCrusher + + + + + Filter + + + + + Reverb + + + + + Echo + + + + + AutoPan + + + + + Tremolo + + + + + EmptyWaveformWidget + + + Empty + + + + + EngineBuffer + + + Soundtouch (faster) + + + + + Rubberband (better) + + + + + Unknown (bad value) + + + + + ErrorDialogHandler + + + Fatal error + + + + + Critical error + + + + + Warning + + + + + Information + + + + + Question + + + + + GLRGBWaveformWidget + + + RGB + + + + + GLSLFilteredWaveformWidget + + + Filtered + + + + + GLSLRGBWaveformWidget + + + RGB + + + + + GLSimpleWaveformWidget + + + Simple + + + + + GLVSyncTestWidget + + + VSyncTest + + + + + GLWaveformWidget + + + Filtered + + + + + HSVWaveformWidget + + + HSV + + + + + HidController + + + Generic HID Mouse + + + + + Generic HID Joystick + + + + + Generic HID Gamepad + + + + + Generic HID Keyboard + + + + + Generic HID Multiaxis Controller + + + + + Unknown HID Desktop Device + + + + + HID Infrared Control + + + + + Unknown Apple HID Device + + + + + HID Unknown Device + + + + + HID Interface Number + + + + + ITunesFeature + + + + iTunes + + + + + + Select your iTunes library + + + + + (loading) iTunes + + + + + Use Default Library + + + + + Choose Library... + + + + + Error Loading iTunes Library + + + + + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. + + + + + LegacySkinParser + + + Safe Mode Enabled + Shown when Mixxx is running in safe mode. + + + + + No OpenGL +support. + Shown when Spinny can not be displayed. Please keep + unchanged + + + + + activate + + + + + toggle + + + + + right + + + + + left + + + + + right small + + + + + left small + + + + + up + + + + + down + + + + + up small + + + + + down small + + + + + Shortcut + + + + + Library + + + Add Directory to Library + + + + + Could not add the directory to your library. Either this directory is already in your library or you are currently rescanning your library. + + + + + LibraryFeature + + + Import Playlist + + + + + Playlist Files (*.m3u *.m3u8 *.pls *.csv) + + + + + LibraryScannerDlg + + + Library Scanner + + + + + It's taking Mixxx a minute to scan your music library, please wait... + + + + + Cancel + + + + + Scanning: + + + + + Scanning cover art (safe to cancel) + + + + + LibraryTableModel + + + Sort items randomly + + + + + MidiController + + + MIDI Controller + + + + + MixxxControl(s) not found + + + + + One or more MixxxControls specified in the outputs section of the loaded preset were invalid. + + + + + Some LEDs or other feedback may not work correctly. + + + + + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) + + + + + + * Make sure the MixxxControls in question actually exist. Visit this wiki page for a complete list: + + + + + MixxxDb + + + Click OK to exit. + + + + + Cannot upgrade database schema + + + + + Unable to upgrade your database schema to version %1 + + + + + For help with database issues contact: + + + + + Your mixxxdb.sqlite file may be corrupt. + + + + + Try renaming it and restarting Mixxx. + + + + + Your mixxxdb.sqlite file was created by a newer version of Mixxx and is incompatible. + + + + + The database schema file is invalid. + + + + + MixxxLibraryFeature + + + Missing Tracks + + + + + Hidden Tracks + + + + + Tracks + + + + + MixxxMainWindow + + + Choose music library directory + + + + + Sound Device Busy + + + + + <b>Retry</b> after closing the other application or reconnecting a sound device + + + + + + + <b>Reconfigure</b> Mixxx's sound device settings. + + + + + + Get <b>Help</b> from the Mixxx Wiki. + + + + + + + <b>Exit</b> Mixxx. + + + + + Retry + + + + + Cannot open database + + + + + Unable to establish a database connection. +Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. + +Click OK to exit. + + + + + + Reconfigure + + + + + Help + + + + + + Exit + + + + + + Mixxx was unable to open all the configured sound devices. + + + + + Sound Device Error + + + + + <b>Retry</b> after fixing an issue + + + + + No Output Devices + + + + + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. + + + + + <b>Continue</b> without any outputs. + + + + + Continue + + + + + Load track to Deck %1 + + + + + Deck %1 is currently playing a track. + + + + + Are you sure you want to load a new track? + + + + + There is no input device selected for this vinyl control. +Please select an input device in the sound hardware preferences first. + + + + + There is no input device selected for this passthrough control. +Please select an input device in the sound hardware preferences first. + + + + + There is no input device selected for this microphone. +Please select an input device in the sound hardware preferences first. + + + + + Error in skin file + + + + + The selected skin cannot be loaded. + + + + + OpenGL Direct Rendering + + + + + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. + + + + + + + Confirm Exit + + + + + A deck is currently playing. Exit Mixxx? + + + + + A sampler is currently playing. Exit Mixxx? + + + + + The preferences window is still open. + + + + + Discard any changes and exit Mixxx? + + + + + ParserCsv + + + Location + + + + + Playlist Export Failed + + + + + + Could not create file + + + + + Readable text Export Failed + + + + + ParserM3u + + + + Playlist Export Failed + + + + + File path contains characters, not allowed in m3u playlists. + + + + + + Export a m3u8 playlist instead! + + + + + + Could not create file + + + + + ParserPls + + + Playlist Export Failed + + + + + Could not create file + + + + + PlaylistFeature + + + Lock + + + + + + Playlists + + + + + Unlock + + + + + Playlists are ordered lists of songs that allow you to plan your DJ sets. + + + + + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. + + + + + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. + + + + + It may be necessary to skip some songs in your prepared playlist or add some different songs in order to maintain the energy of your audience. + + + + + Create New Playlist + + + + + QMessageBox + + + Upgrading Mixxx + + + + + Mixxx now supports displaying cover art. +Do you want to scan your library for cover files now? + + + + + Scan + + + + + Later + + + + + Upgrading Mixxx from v1.9.x/1.10.x. + + + + + Mixxx has a new and improved beat detector. + + + + + When you load tracks, Mixxx can re-analyze them and generate new, more accurate beatgrids. This will make automatic beatsync and looping more reliable. + + + + + This does not affect saved cues, hotcues, playlists, or crates. + + + + + If you do not want Mixxx to re-analyze your tracks, choose "Keep Current Beatgrids". You can change this setting at any time from the "Beat Detection" section of the Preferences. + + + + + Keep Current Beatgrids + + + + + Generate New Beatgrids + + + + + QObject + + + + Invalid + + + + + Note On + + + + + Note Off + + + + + CC + + + + + Pitch Bend + + + + + + Unknown (0x%1) + + + + + Normal + + + + + Invert + + + + + Rot64 + + + + + Rot64Inv + + + + + Rot64Fast + + + + + Diff + + + + + Button + + + + + Switch + + + + + Spread64 + + + + + HercJog + + + + + SelectKnob + + + + + SoftTakeover + + + + + Script + + + + + 14-bit (LSB) + + + + + 14-bit (MSB) + + + + + Master + + + + + Booth + + + + + Headphones + + + + + Left Bus + + + + + Center Bus + + + + + Right Bus + + + + + Invalid Bus + + + + + Deck + + + + + Record/Broadcast + + + + + Vinyl Control + + + + + Microphone + + + + + Auxiliary + + + + + Unknown path type %1 + + + + + + Encoder + + + + + <html>Mixxx cannot record or stream in MP3 without the MP3 encoder &quot;lame&quot;. Due to licensing issues, we cannot include this with Mixxx. To record or stream in MP3, you must download <b>libmp3lame</b> and install it on your system. <p>See <a href='http://mixxx.org/wiki/doku.php/internet_broadcasting#%1'>Mixxx Wiki</a> for more information. </html> + + + + + <html>Mixxx has detected that you use a modified version of libmp3lame. See <a href='http://mixxx.org/wiki/doku.php/internet_broadcasting'>Mixxx Wiki</a> for more information.</html> + + + + + Mixxx Needs Access to: %1 + + + + + Due to Mac Sandboxing, we need your permission to access this file: + +%1 + +After clicking OK, you will see a file picker. To give Mixxx permission, you must select '%2' to proceed. If you do not want to grant Mixxx access click Cancel on the file picker. We're sorry for this inconvenience. + +To abort this action, press Cancel on the file dialog. + + + + + You selected the wrong file. To grant Mixxx access, please select the file '%1'. If you do not want to continue, press Cancel. + + + + + + Bit Depth + + + + + + Bitcrusher + + + + + Adds noise by the reducing the bit depth and sample rate + + + + + The bit depth of the samples + + + + + Downsampling + + + + + Down + + + + + The sample rate to which the signal is downsampled + + + + + + Echo + + + + + + Time + + + + + + Ping Pong + + + + + + + + Send + + + + + How much of the signal to send into the delay buffer + + + + + + + + Feedback + + + + + Stores the input signal in a temporary buffer and outputs it after a short time + + + + + Delay time +1/8 - 2 beats if tempo is detected +1/8 - 2 seconds if no tempo is detected + + + + + Amount the echo fades each time it loops + + + + + How much the echoed sound bounces between the left and right sides of the stereo field + + + + + + + + Quantize + + + + + Round the Time parameter to the nearest 1/4 beat. + + + + + + + + + + + Triplets + + + + + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. + + + + + + Filter + + + + + Allows only high or low frequencies to play. + + + + + Low Pass Filter Cutoff + + + + + + LPF + + + + + + Corner frequency ratio of the low pass filter + + + + + Q + + + + + Resonance of the filters +Default: flat top + + + + + High Pass Filter Cutoff + + + + + + HPF + + + + + + Corner frequency ratio of the high pass filter + + + + + + + + Depth + + + + + + Flanger + + + + + + Speed + + + + + + Manual + Manuel + + + + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering + + + + + Speed of the LFO (low frequency oscillator) +32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected +1/32 - 4 Hz if no tempo is detected + + + + + Delay amplitude of the LFO (low frequency oscillator) + + + + + Delay offset of the LFO (low frequency oscillator). +With width at zero, this allows for manually sweeping over the entire delay range. + + + + + Regeneration + + + + + Regen + + + + + How much of the delay output is feed back into the input + + + + + + Intensity of the effect + + + + + + Divide rounded 1/2 beats of the Period parameter by 3. + + + + + + Mix + + + + + + + + + + Width + + + + + Metronome + + + + + Adds a metronome click sound to the stream + + + + + BPM + + + + + Set the beats per minute value of the click sound + + + + + Sync + + + + + Synchronizes the BPM with the track if it can be retrieved + + + + + + + + Period + + + + + + Autopan + + + + + Bounce the sound left and right across the stereo field + + + + + How fast the sound goes from one side to another +1/4 - 4 beats rounded to 1/2 beat if tempo is detected +1/4 - 4 seconds if no tempo is detected + + + + + Smoothing + + + + + Smooth + + + + + How smoothly the signal goes from one side to the other + + + + + How far the signal goes to each side + + + + + Reverb + + + + + Emulates the sound of the signal bouncing off the walls of a room + + + + + + Decay + + + + + Lower decay values cause reverberations to fade out more quickly. + + + + + Bandwidth of the low pass filter at the input. +Higher values result in less attenuation of high frequencies. + + + + + How much of the signal to send in to the effect + + + + + Bandwidth + + + + + BW + + + + + + Damping + + + + + Higher damping values cause high frequencies to decay more quickly than low frequencies. + + + + + + + Low + + + + + + + Gain for Low Filter + + + + + Kill Low + + + + + Kill the Low Filter + + + + + Mid + + + + + Bessel4 LV-Mix Isolator + + + + + Bessel4 ISO + + + + + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). + + + + + Gain for Mid Filter + + + + + Kill Mid + + + + + Kill the Mid Filter + + + + + High + + + + + + Gain for High Filter + + + + + Kill High + + + + + Kill the High Filter + + + + + To adjust frequency shelves, go to Preferences -> Equalizers. + + + + + Graphic Equalizer + + + + + Graphic EQ + + + + + An 8-band graphic equalizer based on biquad filters + + + + + Gain for Band Filter %1 + + + + + Moog Ladder 4 Filter + + + + + Moog Filter + + + + + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation + + + + + Res + + + + + + Resonance + + + + + Resonance of the filters. 4 = self oscillating + + + + + Deck %1 EQ Effect + + + + + + EQ Effect + + + + + Deck 1 EQ Effect + + + + + Gain for Low Filter (neutral at 1.0) + + + + + Network stream + + + + + + Phaser + + + + + + Stereo + + + + + + Stages + + + + + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering + + + + + Period of the LFO (low frequency oscillator) +1/4 - 4 beats rounded to 1/2 beat if tempo is detected +1/4 - 4 seconds if no tempo is detected + + + + + Controls how much of the output signal is looped + + + + + + Range + + + + + Controls the frequency range across which the notches sweep. + + + + + Number of stages + + + + + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others + + + + + %1 minutes + + + + + %1:%2 + + + + + Ctrl+t + + + + + Ctrl+y + + + + + Ctrl+u + + + + + Ctrl+i + + + + + Ctrl+o + + + + + Ctrl+Shift+O + + + + + Ctrl+, + + + + + Ctrl+P + + + + + Ctrl+Shift+F + + + + + F11 + + + + + Bessel8 LV-Mix Isolator + + + + + Bessel8 ISO + + + + + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). + + + + + LinkwitzRiley8 Isolator + + + + + LR8 ISO + + + + + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). + + + + + Biquad Equalizer + + + + + BQ EQ + + + + + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. + + + + + Device not found + + + + + Biquad Full Kill Equalizer + + + + + BQ EQ/ISO + + + + + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. + + + + + Loudness Contour + + + + + + + Loudness + + + + + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. + + + + + Set the gain of the applied loudness contour + + + + + + Use Gain + + + + + Follow Gain Knob + + + + + This stream is online for testing purposes! + + + + + Live Mix + + + + + + 16 bits + + + + + + 24 bits + + + + + + Bit depth + + + + + Bitrate Mode + + + + + 32 bits float + + + + + + + Balance + + + + + Adjust the left/right balance and stereo width + + + + + Adjust balance between left and right channels + + + + + + Mid/Side + + + + + Bypass Fr. + + + + + Bypass Frequency + + + + + Stereo Balance + + + + + Adjust stereo width by changing balance between middle and side of the signal. +Fully left: mono +Fully right: only side ambiance +Center: does not change the original signal. + + + + + Frequencies below this cutoff are not adjusted in the stereo field + + + + + Parametric Equalizer + + + + + Param EQ + + + + + An gentle 2-band parametric equalizer based on biquad filters. +It is designed as a complement to the steep mixing equalizers. + + + + + + Gain 1 + + + + + Gain for Filter 1 + + + + + + Q 1 + + + + + Controls the bandwidth of Filter 1. +A lower Q affects a wider band of frequencies, +a higher Q affects a narrower band of frequencies. + + + + + + Center 1 + + + + + Center frequency for Filter 1, from 100 Hz to 14 kHz + + + + + + Gain 2 + + + + + Gain for Filter 2 + + + + + + Q 2 + + + + + Controls the bandwidth of Filter 2. +A lower Q affects a wider band of frequencies, +a higher Q affects a narrower band of frequencies. + + + + + + Center 2 + + + + + Center frequency for Filter 2, from 100 Hz to 14 kHz + + + + + + Tremolo + + + + + Cycles the volume up and down + + + + + How much the effect changes the volume + + + + + + Rate + + + + + Rate of the volume changes +4 beats - 1/8 beat if tempo is detected +1/4 Hz - 8 Hz if no tempo is detected + + + + + Width of the volume peak +10% - 90% of the effect period + + + + + Shape of the volume modulation wave +Fully left: Square wave +Fully right: Sine wave + + + + + When the Quantize parameter is enabled, divide the effect period by 3. + + + + + + Waveform + + + + + + Phase + + + + + Shifts the position of the volume peak within the period +Fully left: beginning of the effect period +Fully right: end of the effect period + + + + + Round the Rate parameter to the nearest whole division of a beat. + + + + + Triplet + + + + + Built-in + Used for effects that are built into Mixxx + + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + + + + QtSimpleWaveformWidget + + + Simple + + + + + QtWaveformWidget + + + Filtered + + + + + RGBWaveformWidget + + + RGB + + + + + RecordingFeature + + + Recordings + + + + + RecordingManager + + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + + Recording + + + + + Could not create audio file for recording! + + + + + Ensure there is enough free disk space and you have write permission for the Recordings folder. + + + + + You can change the location of the Recordings folder in Preferences -> Recording. + + + + + RecordingsView + + + + Message shown to user when recording an audio file. %1 is the file path and %2 is the current size of the recording in megabytes (MB) + + + + + RhythmboxFeature + + + + Rhythmbox + + + + + SamplerBank + + + Save Sampler Bank + + + + + + + Mixxx Sampler Banks (*.xml) + + + + + Error Saving Sampler Bank + + + + + Could not write the sampler bank to '%1'. + + + + + Load Sampler Bank + + + + + Error Reading Sampler Bank + + + + + Could not open the sampler bank file '%1'. + + + + + SetlogFeature + + + Join with previous + + + + + Create new history playlist + + + + + + History + + + + + Unlock + + + + + Lock + + + + + The history section automatically keeps a list of tracks you play in your DJ sets. + + + + + This is handy for remembering what worked in your DJ sets, posting set-lists, or reporting your plays to licensing organizations. + + + + + Every time you start Mixxx, a new history section is created. You can export it as a playlist in various formats or play it again with Auto DJ. + + + + + You can join the current history session with a previous one by right-clicking and selecting "Join with previous". + + + + + ShoutConnection + + + + Mixxx encountered a problem + + + + + Could not allocate shout_t + + + + + Could not allocate shout_metadata_t + + + + + Error setting non-blocking mode: + + + + + Error setting hostname! + + + + + Error setting port! + + + + + Error setting password! + + + + + Error setting mount! + + + + + Error setting username! + + + + + Error setting stream name! + + + + + Error setting stream description! + + + + + Error setting stream genre! + + + + + Error setting stream url! + + + + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + + Error setting stream public! + + + + + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. + + + + + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. + + + + + Error setting bitrate + + + + + Error: unknown server protocol! + + + + + Error: libshout only supports Shoutcast with MP3 format! + + + + + Error setting protocol! + + + + + Network cache overflow + + + + + Connection error + + + + + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> + + + + + Connection message + + + + + <b>Message from Live Broadcasting connection '%1':</b><br> + + + + + Lost connection to streaming server and %1 attempts to reconnect have failed. + + + + + Lost connection to streaming server. + + + + + Please check your connection to the Internet. + + + + + Can't connect to streaming server + + + + + Please check your connection to the Internet and verify that your username and password are correct. + + + + + SoftwareWaveformWidget + + + Filtered + + + + + Software + + + + + SoundManager + + + + a device + + + + + An unknown error occurred + + + + + Two outputs cannot share channels on "%1" + + + + + Error opening "%1" + + + + + StatModel + + + Name + + + + + Count + + + + + Type + + + + + Units + + + + + Sum + + + + + Min + + + + + Max + + + + + Mean + + + + + Variance + + + + + Standard Deviation + + + + + TagFetcher + + + Fingerprinting track + + + + + Identifying track + + + + + Downloading Metadata + + + + + Tooltips + + + Reset to default value. + + + + + Left-click + + + + + Right-click + + + + + Scroll-wheel + + + + + loop active + + + + + loop inactive + + + + + Effects within the chain must be enabled to hear them. + + + + + Waveform Overview + + + + + Shows information about the track currently loaded in this channel. + + + + + Use the mouse to scratch, spin-back or throw tracks. + + + + + Waveform Display + + + + + Shows the loaded track's waveform near the playback position. + + + + + Drag with mouse to make temporary pitch adjustments. + + + + + Scroll to change the waveform zoom level. + + + + + Waveform Zoom Out + + + + + Waveform Zoom In + + + + + Waveform Zoom + + + + + + Spinning Vinyl + + + + + Rotates during playback and shows the position of a track. + + + + + Right click to show cover art of loaded track. + + + + + Gain + + + + + Adjusts the pre-fader gain of the track (to avoid clipping). + + + + + (too loud for the hardware and is being distorted). + + + + + Indicates when the signal on the channel is clipping, + + + + + Master Peak Indicator + + + + + Indicates when the signal on the master output is clipping, + + + + + Channel Volume Meter + + + + + Shows the current channel volume. + + + + + Microphone Volume Meter + + + + + Shows the current microphone volume. + + + + + Shows the current master volume for the left channel. + + + + + Master Channel R Volume Meter + + + + + Volume Control + + + + + Adjusts the volume of the selected channel. + + + + + Master Volume + + + + + Adjusts the master output volume. + + + + + Master Gain + + + + + Adjusts the master output gain. + + + + + Booth Gain + + + + + Adjusts the booth output gain. + + + + + Crossfader + + + + + Determines the master output by fading between the left and right channels. + + + + + Balance + + + + + Adjusts the left/right channel balance on the master output. + + + + + Headphone Volume + + + + + Adjusts the headphone output volume. + + + + + Headphone Gain + + + + + Adjusts the headphone output gain. + + + + + Headphone Mix + + + + + Headphone Split Cue + + + + + If activated, the master signal plays in the right channel, while the cueing signal plays in the left channel. + + + + + Adjust the Headphone Mix so in the left channel is not the pure cueing signal. + + + + + Microphone + + + + + Show/hide the Microphone section. + + + + + Sampler + + + + + Show/hide the Sampler section. + + + + + Vinyl Control + + + + + Show/hide the Vinyl Control section. + + + + + Preview Deck + + + + + Show/hide the Preview deck. + + + + + + Cover Art + + + + + Show/hide Cover Art. + + + + + Toggle 4 Decks + + + + + Switches between showing 2 decks and 4 decks. + + + + + Show Library + + + + + Show or hide the track library. + + + + + Show Effects + + + + + Show or hide the effects. + + + + + Toggle Mixer + + + + + Show or hide the mixer. + + + + + Microphone Volume + + + + + Adjusts the microphone volume. + + + + + Microphone Gain + + + + + Adjusts the pre-fader microphone gain. + + + + + Microphone Talk-Over + + + + + Hold-to-talk or short click for latching to + + + + + mix microphone input into the master output. + + + + + Microphone Talkover Mode + + + + + Off: Do not reduce music volume + + + + + Auto: Automatically reduce music volume when microphones are in use. Adjust the amount the music volume is reduced with the Strength knob. + + + + + Manual: Reduce music volume by a fixed amount set by the Strength knob. + + + + + Behavior depends on Microphone Talkover Mode: + + + + + Off: Does nothing + + + + + Auto: Sets how much to reduce the music volume when microphones are in use. + + + + + Manual: Sets how much to reduce the music volume, regardless of volume of microphone inputs. + + + + + Raise Pitch + + + + + Sets the pitch higher. + + + + + Sets the pitch higher in small steps. + + + + + Lower Pitch + + + + + Sets the pitch lower. + + + + + Sets the pitch lower in small steps. + + + + + Raise Pitch Temporary (Nudge) + + + + + Holds the pitch higher while active. + + + + + Holds the pitch higher (small amount) while active. + + + + + Lower Pitch Temporary (Nudge) + + + + + Holds the pitch lower while active. + + + + + Holds the pitch lower (small amount) while active. + + + + + Low EQ + + + + + Adjusts the gain of the low EQ filter. + + + + + Mid EQ + + + + + Adjusts the gain of the mid EQ filter. + + + + + High EQ + + + + + Adjusts the gain of the high EQ filter. + + + + + Hold-to-kill or short click for latching. + + + + + High EQ Kill + + + + + Holds the gain of the high EQ to zero while active. + + + + + Mid EQ Kill + + + + + Holds the gain of the mid EQ to zero while active. + + + + + Low EQ Kill + + + + + Holds the gain of the low EQ to zero while active. + + + + + Displays the tempo of the loaded track in BPM (beats per minute). + + + + + Tempo + + + + + Key + + + + + BPM Tap + + + + + + When tapped repeatedly, adjusts the BPM to match the tapped BPM. + + + + + Adjust BPM Down + + + + + When tapped, adjusts the average BPM down by a small amount. + + + + + Adjust BPM Up + + + + + When tapped, adjusts the average BPM up by a small amount. + + + + + Adjust Beats Earlier + + + + + When tapped, moves the beatgrid left by a small amount. + + + + + Adjust Beats Later + + + + + When tapped, moves the beatgrid right by a small amount. + + + + + Tempo and BPM Tap + + + + + Show/hide the spinning vinyl section. + + + + + Keylock + + + + + Toggling keylock during playback may result in a momentary audio glitch. + + + + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + + + + + Places a cue point at the current position on the waveform. + + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). + + + + + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). + + + + + Seeks the track to the cue point and stops. + + + + + Play + + + + + Plays track from the cue point. + + + + + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. + + + + + Recording Duration + + + + + Displays the duration of the running recording. + + + + + Sets the track Loop-In Marker to the current play position. + + + + + Press and hold to move Loop-In Marker. + + + + + Jump to Loop-In Marker. + + + + + Sets the track Loop-Out Marker to the current play position. + + + + + Press and hold to move Loop-Out Marker. + + + + + Jump to Loop-Out Marker. + + + + + Beatloop Size + + + + + Select the size of the loop in beats to set with the Beatloop button. + + + + + Changing this resizes the loop if the loop already matches this size. + + + + + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. + + + + + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. + + + + + Start a loop over the set number of beats. + + + + + Temporarily enable a rolling loop over the set number of beats. + + + + + Beatjump/Loop Move Size + + + + + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. + + + + + Beatjump Forward + + + + + Jump forward by the set number of beats. + + + + + Move the loop forward by the set number of beats. + + + + + Jump forward by 1 beat. + + + + + Move the loop forward by 1 beat. + + + + + Beatjump Backward + + + + + Jump backward by the set number of beats. + + + + + Move the loop backward by the set number of beats. + + + + + Jump backward by 1 beat. + + + + + Move the loop backward by 1 beat. + + + + + Reloop + + + + + If the loop is ahead of the current position, looping will start when the loop is reached. + + + + + Works only if Loop-In and Loop-Out Marker are set. + + + + + Enable loop, jump to Loop-In Marker, and stop playback. + + + + + Displays the elapsed and/or remaining time of the track loaded. + + + + + Click to toggle between time elapsed/remaining time/both. + + + + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + + Route the left crossfader bus through this effect unit. + + + + + Route the right crossfader bus through this effect unit. + + + + + Right side active: parameter moves with right half of Meta Knob turn + + + + + Skin Settings Menu + + + + + Show/hide skin settings menu + + + + + Save Sampler Bank + + + + + Save the collection of samples loaded in the samplers. + + + + + Load Sampler Bank + + + + + Load a previously saved collection of samples into the samplers. + + + + + Show Effect Parameters + + + + + Enable Effect + + + + + Meta Knob Link + + + + + Set how this parameter is linked to the effect's Meta Knob. + + + + + Meta Knob Link Inversion + + + + + Inverts the direction this parameter moves when turning the effect's Meta Knob. + + + + + Super Knob + + + + + Next Chain + + + + + Previous Chain + + + + + Next/Previous Chain + + + + + Clear + + + + + Clear the current effect. + + + + + Toggle + + + + + Toggle the current effect. + + + + + Next + + + + + Clear Unit + + + + + Clear effect unit. + + + + + Show/hide parameters for effects in this unit. + + + + + Toggle Unit + + + + + Enable or disable this whole effect unit. + + + + + Controls the Meta Knob of all effects in this unit together. + + + + + Load next effect chain preset into this effect unit. + + + + + Load previous effect chain preset into this effect unit. + + + + + Load next or previous effect chain preset into this effect unit. + + + + + + + + + + + + + Assign Effect Unit + + + + + Assign this effect unit to the channel output. + + + + + Route the headphone channel through this effect unit. + + + + + Route the master mix through this effect unit. + + + + + Route this deck through the indicated effect unit. + + + + + Route this sampler through the indicated effect unit. + + + + + Route this microphone through the indicated effect unit. + + + + + Route this auxiliary input through the indicated effect unit. + + + + + The effect unit must also be assigned to a deck or other sound source to hear the effect. + + + + + Switch to the next effect. + + + + + Previous + + + + + Switch to the previous effect. + + + + + Next or Previous + + + + + Switch to either the next or previous effect. + + + + + Meta Knob + + + + + Controls linked parameters of this effect + + + + + Effect Focus Button + + + + + Focuses this effect. + + + + + Unfocuses this effect. + + + + + Refer to the web page on the Mixxx wiki for your controller for more information. + + + + + Effect Parameter + + + + + Adjusts a parameter of the effect. + + + + + Inactive: parameter not linked + + + + + Active: parameter moves with Meta Knob + + + + + Left side active: parameter moves with left half of Meta Knob turn + + + + + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half + + + + + + Equalizer Parameter Kill + + + + + + Holds the gain of the EQ to zero while active. + + + + + Quick Effect Super Knob + + + + + Quick Effect Super Knob (control linked effect parameters). + + + + + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. + + + + + Equalizer Parameter + + + + + Adjusts the gain of the EQ filter. + + + + + Hint: Change the default EQ mode in Preferences -> Equalizers. + + + + + + Adjust Beatgrid + + + + + Adjust beatgrid so the closest beat is aligned with the current play position. + + + + + + Adjust beatgrid to match another playing deck. + + + + + If quantize is enabled, snaps to the nearest beat. + + + + + Quantize + + + + + Toggles quantization. + + + + + Loops and cues snap to the nearest beat when quantization is enabled. + + + + + Reverse + + + + + Reverses track playback during regular playback. + + + + + Puts a track into reverse while being held (Censor). + + + + + Playback continues where the track would have been if it had not been temporarily reversed. + + + + + + Play/Pause + + + + + Jumps to the beginning of the track. + + + + + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. + + + + + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. + + + + + Sync and Reset Key + + + + + Increases the pitch by one semitone. + + + + + Decreases the pitch by one semitone. + + + + + Enable Vinyl Control + + + + + When disabled, the track is controlled by Mixxx playback controls. + + + + + When enabled, the track responds to external vinyl control. + + + + + Enable Passthrough + + + + + Indicates that the audio buffer is too small to do all audio processing. + + + + + Displays cover artwork of the loaded track. + + + + + Displays options for editing cover artwork. + + + + + Star Rating + + + + + Assign ratings to individual tracks by clicking the stars. + + + + + Channel Peak Indicator + + + + + Channel L Peak Indicator + + + + + Indicates when the left signal on the channel is clipping, + + + + + Channel R Peak Indicator + + + + + Indicates when the right signal on the channel is clipping, + + + + + Master L Peak Indicator + + + + + Indicates when the left signal on the master output is clipping, + + + + + Master R Peak Indicator + + + + + Indicates when the right signal on the master output is clipping, + + + + + Channel L Volume Meter + + + + + Shows the current channel volume for the left channel. + + + + + Channel R Volume Meter + + + + + Shows the current channel volume for the right channel. + + + + + Microphone Peak Indicator + + + + + Indicates when the signal on the microphone is clipping, + + + + + Sampler Volume Meter + + + + + Shows the current sampler volume. + + + + + Sampler Peak Indicator + + + + + Indicates when the signal on the sampler is clipping, + + + + + Preview Deck Volume Meter + + + + + Shows the current Preview Deck volume. + + + + + Preview Deck Peak Indicator + + + + + Indicates when the signal on the Preview Deck is clipping, + + + + + Master Channel L Volume Meter + + + + + Maximize Library + + + + + Maximize the track library to take up all the available screen space. + + + + + Microphone Talkover Ducking Strength + + + + + Prevents the pitch from changing when the rate changes. + + + + + Starts playing from the beginning of the track. + + + + + Jumps to the beginning of the track and stops. + + + + + Plays or pauses the track. + + + + + (while playing) + + + + + (while stopped) + + + + + Cue + + + + + Headphone + + + + + Mute + + + + + Mutes the selected channel's audio in the master output. + + + + + Old Synchronize + + + + + (This skin should be updated to use Master Sync!) + + + + + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. + + + + + If no deck is playing, syncs to the first deck that has a BPM. + + + + + Decks can't sync to samplers and samplers can only sync to decks. + + + + + Enable Master Sync + + + + + Tap to sync the tempo to other playing tracks or the master clock. + + + + + Hold for at least a second to enable sync lock for this deck. + + + + + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. + + + + + Resets the key to the original track key. + + + + + Enable Sync Clock Master + + + + + When enabled, this device will serve as the master clock for all other decks. + + + + + Speed Control + + + + + + + Changes the track pitch independent of the tempo. + + + + + Increases the pitch by 10 cents. + + + + + Decreases the pitch by 10 cents. + + + + + Pitch Adjust + + + + + Adjust the pitch in addition to the speed slider pitch. + + + + + Record Mix + + + + + Toggle mix recording. + + + + + Enable Live Broadcasting + + + + + Stream your mix over the Internet. + + + + + Provides visual feedback for Live Broadcasting status: + + + + + disabled, connecting, connected, failure. + + + + + When enabled, the deck directly plays the audio arriving on the vinyl input. + + + + + Blue for passthrough enabled. + + + + + Playback will resume where the track would have been if it had not entered the loop. + + + + + Loop Exit + + + + + Turns the current loop off. + + + + + Slip Mode + + + + + When active, the playback continues muted in the background during a loop, reverse, scratch etc. + + + + + Once disabled, the audible playback will resume where the track would have been. + + + + + Track Key + + + + + Displays the musical key of the loaded track. + + + + + Clock + + + + + Displays the current time. + + + + + Audio Latency Usage Meter + + + + + Displays the fraction of latency used for audio processing. + + + + + A high value indicates that audible glitches are likely. + + + + + Do not enable keylock, effects or additional decks in this situation. + + + + + Audio Latency Overload Indicator + + + + + If Vinyl control is enabled, displays time-coded vinyl signal quality (see Preferences -> Vinyl Control). + + + + + Drop tracks from library, external file manager, or other decks/samplers here. + + + + + Jump around in the track by clicking anywhere on the waveform. + + + + + Shows the current master volume for the right channel. + + + + + Change the crossfader curve in Preferences -> Crossfader + + + + + Crossfades the headphone output between the master mix and cueing (PFL or Pre-Fader Listening) signal. + + + + + Crossfader Orientation + + + + + Set the channel's crossfader orientation. + + + + + Either to the left side of crossfader, to the right side or to the center (unaffected by crossfader) + + + + + Activate Vinyl Control from the Menu -> Options. + + + + + Change the step-size in the Preferences -> Interface menu. + + + + + Displays the current musical key of the loaded track after pitch shifting. + + + + + Sends the selected channel's audio to the headphone output, + + + + + selected in Preferences -> Sound Hardware. + + + + + Fast Rewind + + + + + Fast rewind through the track. + + + + + Fast Forward + + + + + Fast forward through the track. + + + + + Jumps to the end of the track. + + + + + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. + + + + + + + Pitch Control + + + + + Pitch Rate + + + + + Displays the current playback rate of the track. + + + + + Repeat + + + + + When active the track will repeat if you go past the end or reverse before the start. + + + + + Eject + + + + + Ejects track from the player. + + + + + Hotcue + + + + + If hotcue is set, jumps to the hotcue. + + + + + If hotcue is not set, sets the hotcue to the current play position. + + + + + If hotcue is set, clears the hotcue. + + + + + Vinyl Control Mode + + + + + Absolute mode - track position equals needle position and speed. + + + + + Relative mode - track speed equals needle speed regardless of needle position. + + + + + Constant mode - track speed equals last known-steady speed regardless of needle input. + + + + + Vinyl Status + + + + + Provides visual feedback for vinyl control status: + + + + + Green for control enabled. + + + + + Blinking yellow for when the needle reaches the end of the record. + + + + + Loop-In Marker + + + + + Loop-Out Marker + + + + + Loop Halve + + + + + Halves the current loop's length by moving the end marker. + + + + + Deck immediately loops if past the new endpoint. + + + + + Loop Double + + + + + Doubles the current loop's length by moving the end marker. + + + + + Beatloop + + + + + Toggles the current loop on or off. + + + + + Works only if Loop-In and Loop-Out marker are set. + + + + + Hint: Change the default cue mode in Preferences -> Interface. + + + + + Vinyl Cueing Mode + + + + + Determines how cue points are treated in vinyl control Relative mode: + + + + + Off - Cue points ignored. + + + + + One Cue - If needle is dropped after the cue point, track will seek to that cue point. + + + + + Hot Cue - Track will seek to nearest previous hot cue point. + + + + + Track Time + + + + + Track Duration + + + + + Displays the duration of the loaded track. + + + + + Information is loaded from the track's metadata tags. + + + + + Track Artist + + + + + Displays the artist of the loaded track. + + + + + Track Title + + + + + Displays the title of the loaded track. + + + + + Track Album + + + + + Displays the album name of the loaded track. + + + + + Track Artist/Title + + + + + Displays the artist and title of the loaded track. + + + + + TrackCollection + + + Hiding tracks + + + + + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? + + + + + TrackExportDlg + + + Export finished + + + + + Exporting %1 + + + + + Overwrite Existing File? + + + + + "%1" already exists, overwrite? + + + + + &Overwrite + + + + + Over&write All + + + + + &Skip + + + + + Skip &All + + + + + Export Error + + + + + TrackExportWizard + + + Export Track Files To + + + + + TrackExportWorker + + + + Export process was canceled + + + + + Error removing file %1: %2. Stopping. + + + + + Error exporting track %1 to %2: %3. Stopping. + + + + + Error exporting tracks + + + + + TraktorFeature + + + + Traktor + + + + + (loading) Traktor + + + + + Error Loading Traktor Library + + + + + There was an error loading your Traktor library. Some of your Traktor tracks or playlists may not have loaded. + + + + + VSyncThread + + + Timer (Fallback) + + + + + MESA vblank_mode = 1 + + + + + Wait for Video sync + + + + + Sync Control + + + + + Free + 1 ms (for benchmark only) + + + + + WBattery + + + Time until charged unknown. + + + + + Time until charged: %1 + + + + + Time left unknown. + + + + + Time left: %1 + + + + + Battery fully charged. + + + + + Battery status unknown. + + + + + WCoverArtMenu + + + Choose new cover + change cover art location + + + + + Clear cover + clears the set cover art -- does not touch files on disk + + + + + Reload from file/folder + reload cover art from file metadata or folder + + + + + Image Files + + + + + Change Cover Art + + + + + WEffect + + + %1: %2 + %1 = effect name; %2 = effect description + + + + + None + + + + + No effect loaded. + + + + + WEffectChain + + + None + + + + + No effect chain loaded. + + + + + WEffectParameterBase + + + None + + + + + No effect loaded. + + + + + WEffectSelector + + + %1: %2 + %1 = effect name; %2 = effect description + + + + + None + Displayed when no effect is loaded + + + + + No effect loaded. + + + + + WMainMenuBar + + + &File + + + + + Load Track to Deck &%1 + + + + + Loads a track in deck %1 + + + + + Open + + + + + &Exit + + + + + Quits Mixxx + + + + + Ctrl+q + + + + + &Library + + + + + &Rescan Library + + + + + Rescans library folders for changes to tracks. + + + + + Create &New Playlist + + + + + Create a new playlist + + + + + Ctrl+n + + + + + Create New &Crate + + + + + Create a new crate + + + + + Ctrl+Shift+N + + + + + &View + + + + + May not be supported on all skins. + + + + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + + + + + Show Microphone Section + + + + + Show the microphone section of the Mixxx interface. + + + + + Ctrl+2 + Menubar|View|Show Microphone Section + + + + + Show Vinyl Control Section + + + + + Show the vinyl control section of the Mixxx interface. + + + + + Ctrl+3 + Menubar|View|Show Vinyl Control Section + + + + + Show Preview Deck + + + + + Show the preview deck in the Mixxx interface. + + + + + Ctrl+4 + Menubar|View|Show Preview Deck + + + + + Show Cover Art + + + + + Show cover art in the Mixxx interface. + + + + + Ctrl+6 + Menubar|View|Show Cover Art + + + + + Maximize Library + + + + + Maximize the track library to take up all the available screen space. + + + + + Space + Menubar|View|Maximize Library + + + + + &Full Screen + + + + + Display Mixxx using the full screen + + + + + &Options + + + + + &Vinyl Control + + + + + Use timecoded vinyls on external turntables to control Mixxx + + + + + Enable Vinyl Control &%1 + + + + + &Record Mix + + + + + Record your mix to a file + + + + + Ctrl+R + + + + + Enable Live &Broadcasting + + + + + Stream your mixes to a shoutcast or icecast server + + + + + Ctrl+L + + + + + Enable &Keyboard Shortcuts + + + + + Toggles keyboard shortcuts on or off + + + + + Ctrl+` + + + + + &Preferences + + + + + Change Mixxx settings (e.g. playback, MIDI, controls) + + + + + &Developer + + + + + &Reload Skin + + + + + Reload the skin + + + + + Ctrl+Shift+R + + + + + Developer &Tools + + + + + Opens the developer tools dialog + + + + + Ctrl+Shift+T + + + + + Stats: &Experiment Bucket + + + + + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. + + + + + Ctrl+Shift+E + + + + + Stats: &Base Bucket + + + + + Enables base mode. Collects stats in the BASE tracking bucket. + + + + + Ctrl+Shift+B + + + + + Deb&ugger Enabled + + + + + Enables the debugger during skin parsing + + + + + Ctrl+Shift+D + + + + + &Help + + + + + &Community Support + + + + + Get help with Mixxx + + + + + &User Manual + + + + + Read the Mixxx user manual. + + + + + &Keyboard Shortcuts + + + + + Speed up your workflow with keyboard shortcuts. + + + + + Send Us &Feedback + + + + + Send feedback to the Mixxx team. + + + + + &Translate This Application + + + + + Help translate this application into your language. + + + + + &About + + + + + About the application + + + + + WOverview + + + Ready to play, analyzing .. + Text on waveform overview when file is playable but no waveform is visible + + + + + + Loading track .. + Text on waveform overview when file is cached from source + + + + + Finalizing .. + Text on waveform overview during finalizing of waveform analysis + + + + + WSearchLineEdit + + + + Clear input + Clear the search bar input field + + + + + Ctrl+F + Search|Focus + + + + + Search... + noun + + + + + Search + noun + + + + + Enter a string to search for + + + + + Shortcut + + + + + Ctrl+F + + + + + Focus + Give search bar input focus + + + + + Ctrl+Backspace + + + + + Esc + + + + + Exit search + Exit search bar and leave focus + + + + + WTrackTableView + + + Add to Playlist + + + + + Reset + Reset metadata in right click track context menu in library + + + + + Cover Art + + + + + ESC + Focus + + + + + Remove + + + + + Remove from Playlist + + + + + Remove from Crate + + + + + Hide from Library + + + + + Unhide from Library + + + + + Purge from Library + + + + + Properties + + + + + Open in File Browser + + + + + 4/3 BPM + + + + + 3/2 BPM + + + + + + Create New Playlist + + + + + Create New Crate + + + + + Enter name for new playlist: + + + + + Load to + + + + + Deck + + + + + Sampler + + + + + Crates + + + + + Change BPM + + + + + Add to Auto DJ Queue (Bottom) + + + + + Add to Auto DJ Queue (Top) + + + + + Add to Auto DJ Queue (Replace) + + + + + Import From File Tags + + + + + Import From MusicBrainz + + + + + Export To File Tags + + + + + Preview Deck + + + + + BPM and Beatgrid + + + + + Play Count + + + + + Cue Point + + + + + Hotcues + Points de repère + + + + Loop + + + + + ReplayGain + + + + + Waveform + + + + + All + + + + + Deck %1 + + + + + New Playlist + + + + + + + Playlist Creation Failed + + + + + A playlist by that name already exists. + + + + + A playlist cannot have a blank name. + + + + + An unknown error occurred while creating playlist: + + + + + Lock BPM + + + + + Unlock BPM + + + + + Double BPM + + + + + Halve BPM + + + + + 2/3 BPM + + + + + 3/4 BPM + + + + + Sampler %1 + + + + + WTrackTableViewHeader + + + Show or hide columns. + + + + + WaveformWidgetFactory + + + (GLSL) + + + + + (GL) + + + + + mixxx::DlgTrackMetadataExport + + + Export Modified Track Metadata + + + + + Mixxx may wait to modify files until they are not loaded to any decks or samplers. If you do not see changed metadata in other programs immediately, eject the track from all decks and samplers or shutdown Mixxx. + + + + \ No newline at end of file diff --git a/res/translations/mixxx_fr.ts b/res/translations/mixxx_fr.ts index e9bb3036f97f..40675995bff3 100644 --- a/res/translations/mixxx_fr.ts +++ b/res/translations/mixxx_fr.ts @@ -1,4 +1,4 @@ - + : @@ -170,7 +170,7 @@ Enter name for new playlist: - Entrez le nom de la nouvelle liste de lecture : + Entrer le nom de la nouvelle liste de lecture : @@ -389,22 +389,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. Impossible d'utiliser le stockage de mot de passe sécurisé: échec d'accès au trousseau. - + Secure password retrieval unsuccessful: keychain access failed. La récupération de mot de passe sécurisé a échoué: échec d'accès au trousseau. - + Settings error Erreur de paramétrage - + <b>Error with settings for '%1':</b><br> <b>Erreur avec le réglage pour '%1':</b><br> @@ -698,8 +698,8 @@ - - + + Deck %1 Platine %1 @@ -790,13 +790,13 @@ - + Set to full volume Mettre à plein volume - + Set to zero volume Mettre le volume à zéro @@ -821,13 +821,13 @@ Bouton (Censeur) d'inversion de lecture - + Headphone listen button Bouton d'écoute au casque - + Mute button Bouton sourdine @@ -843,25 +843,25 @@ - + Mix orientation (e.g. left, right, center) Orientation du Mix (ex. gauche, droite, centre) - + Set mix orientation to left Régle l'orientation du mix à gauche - + Set mix orientation to center Régle l'orientation du mix au centre - + Set mix orientation to right Régle l'orientation du mix à droite @@ -937,229 +937,224 @@ Basculer les 3 états du mode de synchronisation (ÉTEINT, SUIVEUR, PRINCIPAL) - - One-time beat sync (tempo and phase) - Synchronisation rythmique ponctuelle (tempo et phase) - - - + One-time beat sync (tempo only) Synchronisation rythmique ponctuelle (tempo uniquement) - + One-time beat sync (phase only) Synchronisation rythmique ponctuelle (phase uniquement) - + Toggle keylock mode Activer/désactiver le mode verrouillage de tonalité - + Equalizers Égaliseurs - + Vinyl Control Contrôle Vinyle - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Activer/désactiver le mode pré-écoute avec le contrôle vinyle (ARRET/UN/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) Activer/désactiver le mode de contrôle vinyle (ABS/REL/CONST) - + Pass through external audio into the internal mixer Passage de l'audio externe dans le mixeur interne - + Cues Repères - + Cue button Bouton de repère - + Set cue point Définir le point de repère - + Go to cue point Aller au point de repère - + Go to cue point and play Aller au point de repère et lire - + Go to cue point and stop Aller au point de repère et stopper - + Preview from cue point Pré-écoute depuis le point de repère - + Cue button (CDJ mode) Bouton de repère (mode CDJ) - + Stutter cue Repère de saccade - + Hotcues Repères rapides - + Set, preview from or jump to hotcue %1 Définir, pré-écouter à partir de ou sauter au repère rapide %1 - + Clear hotcue %1 Effacer le repère rapide %1 - + Set hotcue %1 Définir le repère rapide %1 - + Jump to hotcue %1 Sauter au repère rapide %1 - + Jump to hotcue %1 and stop Sauter au repère rapide %1 et stopper - + Jump to hotcue %1 and play Sauter au repère rapide %1 et lire - + Preview from hotcue %1 Pré-écouter à partir du repère rapide %1 - - + + Hotcue %1 Repère rapide %1 - + Looping Bouclage - + Loop In button Bouton de début de boucle - + Loop Out button Bouton de fin de boucle - + Loop Exit button Bouton de sortie de boucle - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Déplacer la boucle vers l'avant de %1 battements - + Move loop backward by %1 beats Reculer la boucle de %1 battements - + Beat-Looping Bouclage de battement - + Create %1-beat loop Créer une boucle sur %1 battement - + Create temporary %1-beat loop roll Créer un boucle tournante temporaire sur %1-battement - + Library Bibliothèque @@ -1211,7 +1206,7 @@ Fast Rewind - Retour rapide + Rembobinage rapide @@ -1290,20 +1285,20 @@ + - Volume Fader Curseur de volume - + Full Volume Plein volume - + Zero Volume Volume à zéro @@ -1319,7 +1314,7 @@ - + Mute Sourdine @@ -1330,7 +1325,7 @@ - + Headphone Listen Écoute au casque @@ -1351,25 +1346,25 @@ - + Orientation Orientation - + Orient Left Orienter à gauche - + Orient Center Orienter au centre - + Orient Right Orienter à droite @@ -1474,11 +1469,6 @@ Sync Mode Mode de synchronisation - - - Tap to sync, hold to enable sync mode - Cliquer pour synchroniser, maintenir pour activer le mode de synchronisation - Internal Sync Master @@ -1526,527 +1516,521 @@ Synchronisation rythmique ponctuelle - + Sync Tempo One-Shot Synchronisation tempo ponctuelle - + Sync Phase One-Shot Synchronisation phase ponctuelle - + Speed (Pitch/Tempo) Vitesse (Hauteur tonale/Tempo) - + Keylock Mode Mode verrouillage de tonalité - + Pitch control (does not affect tempo), center is original pitch Contrôle de la hauteur tonale (n'affecte pas le tempo), au centre est la hauteur tonale d'origine - + Pitch Adjust Ajustement de la hauteur tonale - + Adjust pitch from speed slider pitch Ajuster la hauteur tonale en fonction de celle du curseur de vitesse - + Match musical key Aligner la tonalité musicale - + Match Key Aligner tonalité - + Reset Key Réinitialiser la tonalité - + Resets key to original Réinitialise la tonalité à sa valeur d'origine - + High EQ EQ des Aigus - + Mid EQ EQ des Médiums - + Low EQ EQ des Basses - + Toggle Vinyl Control Activer/désactiver le contrôle vinyle - + Toggle Vinyl Control (ON/OFF) Activer/désactiver le contrôle vinyle (ARRÊT/MARCHE) - + Vinyl Control Mode Mode de Contrôle Vinyle - + Vinyl Control Cueing Mode Mode de pré-écoute contrôle vinyle - + Vinyl Control Passthrough Contrôle de vinyle intermédiaire - + Vinyl Control Next Deck Platine de contrôle de vinyle suivante - + Single deck mode - Switch vinyl control to next deck Mode de platine unique - Basculer vers la platine suivante - + Cue Repère - + Set Cue Placer un repère - + Go-To Cue Aller au repère - + Go-To Cue And Play Aller au repère et lire - + Go-To Cue And Stop Aller au repère et arrêter - + Preview Cue Prévisualiser le repère - + Cue (CDJ Mode) Repère (mode CDJ) - + Stutter Cue Repère de saccade - + Go to cue point and play after release Aller au point de repère et lancer la lecture en relâchant le bouton - + Clear Hotcue %1 Effacer le repère rapide %1 - + Set Hotcue %1 Placer le repère rapide %1 - + Jump To Hotcue %1 Sauter au repère rapide %1 - + Jump To Hotcue %1 And Stop Sauter au repère rapide %1 et arrêter - + Jump To Hotcue %1 And Play Sauter au repère rapide %1 et lire - + Preview Hotcue %1 Prévisualiser le repère rapide %1 - + Loop In Entrée en boucle - + Loop Out Sortie de Boucle - + Loop Exit Sortir de la boucle - + Reloop/Exit Loop Reboucler/Sortir de la boucle - + Loop Halve - Division par deux de la Boucle + Réduction de la boucle de moitié - + Loop Double Doublage de la boucle - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Déplacer la boucle de +%1 battements - + Move Loop -%1 Beats Déplacer la boucle de -%1 battements - + Loop %1 Beats Boucle de %1 battements - + Loop Roll %1 Beats Boucle déroulante de %1 battements - + Add to Auto DJ Queue (bottom) Ajouter à la file Auto DJ (fin) - + Append the selected track to the Auto DJ Queue Ajoute la piste sélectionnée à la file Auto DJ - + Add to Auto DJ Queue (top) Ajouter à la file Auto DJ (début) - + Prepend selected track to the Auto DJ Queue Ajoute la piste sélectionnée au début de la file Auto DJ - + Load Track Charger la piste - + Load selected track Charger la piste sélectionnée - + Track Load and Play Charger la piste et la lire - + Load selected track and play Charger la piste sélectionnée et la lire - + Record Mix Enregistrer le mix - + Toggle mix recording Basculer l'enregistrement du mix - + Effects Effets - + Quick Effects Effets rapides - + Deck %1 Quick Effect Super Knob Super potentiomètre d'Effet rapide pour la platine %1 - + Quick Effect Super Knob (control linked effect parameters) Super potentiomètre d'Effet rapide (contrôle les paramètres d'effet liés) - + Quick Effect Effet rapide - + Clear effect rack Effacer le rack d'effets - + Clear Effect Rack Effacer le rack d'effets - + Clear Unit Effacer l'unité - + Clear effect unit Effacer l'unité d'effets - + Toggle Unit Basculer d'unité - + Dry/Wet Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. Règle la balance entre le signal original (dry) et le signal traité (wet). - + Super Knob Super potentiomètre - - - Insert/Send Toggle - Basculer Insert/Send - - - + Next Chain Prochaine chaîne + - + - + - + - Assign Assigner - + Clear Effacer - + Clear the current effect Effacer l'effet actuel - + Toggle Basculer - + Toggle the current effect Basculer l'effet actuel - + Next Suivant - + Switch to next effect Passer à l'effet suivant - + Previous Précédent - + Switch to the previous effect Passer à l'effet précédent - + Next or Previous Suivant ou précédent - + Switch to either next or previous effect Passer à l'effet suivant ou précédent + - Parameter Value Valeur du paramètre + - Microphone Ducking Strength Puissance d'atténuation du microphone - + Microphone Ducking Mode Mode atténuation du microphone - + Gain Gain - + Gain knob Contrôle de gain - + Shuffle the content of the Auto DJ queue Mélange aléatoirement le contenu de la file Auto DJ - + Skip the next track in the Auto DJ queue Sauter la piste suivante dans la file Auto DJ - + Auto DJ Toggle Basculement Auto DJ - + Toggle Auto DJ On/Off Activer/Désactiver Basculement Auto DJ - + Library Maximize/Restore Maximise/Rétablit la bibliothèque - + Maximize the track library to take up all the available screen space. Maximise la bibliothèque de pistes pour occuper tout l'espace d'écran disponible - + Effect Rack Show/Hide Affiche/Masque le rack d'effets - + Show/hide the effect rack Affiche/Masque le rack d'effets - + Cover Art Show/Hide Affiche/Masque la pochette d'album - + Show/hide cover art Affiche/Masque la pochette d'album - + Waveform Zoom Out Zoom arrière de la forme d'onde - + Toggle Effect Unit Basculer Unité d'effets @@ -2071,546 +2055,566 @@ Gain du casque - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed Vitesse de Lecture - + Playback speed control (Vinyl "Pitch" slider) Contrôle de la vitesse de lecture (curseur "Pitch" vinyle) - + Pitch (Musical key) Hauteur tonale (tonalité musicale) - + Increase Speed Augmenter la vitesse - + Adjust speed faster (coarse) Ajuster la vitesse en plus rapide (grossier) - - + + Increase Speed (Fine) Augmenter la Vitesse (Fin) - + Adjust speed faster (fine) Ajuster la vitesse en plus rapide (fin) - + Decrease Speed Diminuer la vitesse - + Adjust speed slower (coarse) Ajuster la vitesse en plus lent (grossier) - + Adjust speed slower (fine) Ajuster la vitesse en plus lent (fin) - + Temporarily Increase Speed Augmenter temporairement la vitesse - + Temporarily increase speed (coarse) Augmente temporairement la vitesse (grossier) - + Temporarily Increase Speed (Fine) Augmente Temporairement la Vitesse (Fin) - + Temporarily increase speed (fine) Diminue temporairement la vitesse (fin) - + Temporarily Decrease Speed Diminuer temporairement la vitesse - + Temporarily decrease speed (coarse) Diminue temporairement la vitesse (grossier) - + Temporarily Decrease Speed (Fine) Diminue Temporairement la vitesse (Fin) - + Temporarily decrease speed (fine) Diminue temporairement la vitesse (fin) + - Adjust %1 Ajuster %1 + - Kill %1 Tuer %1 - + CUP (Cue + Play) CUP (Point de repère et lecture) - + Loop Selected Beats Boucler sur les battements sélectionnées - + Create a beat loop of selected beat size Créer une boucle de battement du nombre de battement sélectionné - + Loop Roll Selected Beats Boucle déroulante des battements sélectionnés - + Create a rolling beat loop of selected beat size Créer une boucle de battement déroulante du nombre de battement sélectionné - + Toggle loop on/off and jump to Loop In point if loop is behind play position Activer/désactiver la boucle et sauter au point d'entrée de la boucle si la boucle est derrière la position de lecture - + Reloop And Stop Reboucler et arrêter - + Enable loop, jump to Loop In point, and stop Activer la boucle, saut au point d'entrée de la boucle, et stop - + Halve the loop length Réduire de moitié la longueur de la boucle - + Double the loop length Doubler la longueur de la boucle - + Beat Jump / Loop Move Saut de Battement / Déplacement de Boucle - + Jump / Move Loop Forward %1 Beats Sauter / Déplacer la boucle de %1 battements en avant - + Jump / Move Loop Backward %1 Beats Sauter / Déplacer la boucle de %1 battements en arrière - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats Sauter en avant de %1 battements, ou si une boucle est active, déplacer la boucle de %1 battements en avant - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats Sauter vers l'arrière de %1 battements, ou si une boucle est active, déplacer la boucle de %1 battements vers l'arrière - + Beat Jump / Loop Move Forward Selected Beats Saut de Battement / Déplacement de Boucle vers l'avant des battements sélectionnés - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats Sauter vers l'avant du nombre de battements sélectionné, ou si une boucle est active, déplacer la boucle vers l'avant du nombre de battements sélectionné - + Beat Jump / Loop Move Backward Selected Beats Saut de Battement / Déplacement de Boucle vers l'arrière des battements sélectionnés - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats Sauter vers l'arrière du nombre de battements sélectionné, ou si une boucle est active, déplacer la boucle vers l'arrière du nombre de battements sélectionné - + Move up Déplacer vers le haut - + Equivalent to pressing the UP key on the keyboard Équivaut à l'appui sur la touche Flèche Haut du clavier - + Move down Déplacer vers le bas - + Equivalent to pressing the DOWN key on the keyboard Équivaut à l'appui sur la touche Flèche Bas du clavier - + Move up/down Déplacer vers le haut/bas - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys Se déplacer verticalement dans chaque direction en utilisant le potentiomètre, comme si vous appuyiez sur les touches Flèches Haut/Bas du clavier - + Scroll Up Défiler vers le haut - + Equivalent to pressing the PAGE UP key on the keyboard Équivaut à l'appui sur la touche Page Haut du clavier - + Scroll Down Défiler vers le bas - + Equivalent to pressing the PAGE DOWN key on the keyboard Équivaut à l'appui sur la touche Page Bas du clavier - + Scroll up/down Défiler vers le haut/bas - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys Défiler verticalement dans chaque direction en utilisant le potentiomètre, comme si vous appuyiez sur les touches Page Haut/Page Bas - + Move left Déplacer vers la gauche - + Equivalent to pressing the LEFT key on the keyboard Équivaut à l'appui sur la touche Flèche Gauche du clavier - + Move right Déplacer vers la droite - + Equivalent to pressing the RIGHT key on the keyboard Équivaut à l'appui sur la touche Flèche Droite du clavier - + Move left/right Déplacer vers la gauche/droite - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys Se déplacer horizontalement dans chaque direction en utilisant un potentiomètre, comme si vous appuyiez sur les touches Gauche/Droite du clavier - + Move focus to right pane Déplacer le focus dans le panneau de droite - + Equivalent to pressing the TAB key on the keyboard Équivaut à l'appui sur la touche TAB du clavier - + Move focus to left pane Déplacer le focus dans le panneau de gauche - + Equivalent to pressing the SHIFT+TAB key on the keyboard Équivaut à l'appui sur les touches Maj+TAB du clavier - + Move focus to right/left pane Déplacer le focus dans le panneau de droite/gauche - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys Déplacer le focus dans le panneau de droite ou de gauche en utilisant le potentiomètre ou en appuyant sur les touches TAB/Maj+TAB du clavier - + Go to the currently selected item Aller à l'élément sélectionné actuellement. - + Choose the currently selected item and advance forward one pane if appropriate Choisir l’élément sélectionner actuellement et avancez d'un volet si c'est approprié - + Add to Auto DJ Queue (replace) Ajouter à la file Auto-DJ (Remplacer) - + Replace Auto DJ Queue with selected tracks Remplacer la file Auto DJ par les pistes sélectionnées - + Enable or disable effect processing Active ou désactive le processeur d'effets - + Super Knob (control effects' Meta Knobs) Super potentiomètre (contrôle les Méta potentiomètres des effets) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset Chaîne de préréglages suivante - + Previous Chain Chaîne précédente - + Previous chain preset Chaîne de préréglages précédente - + Next/Previous Chain Chaîne suivante/précédente - + Next or previous chain preset Chaîne de préréglages suivante ou précédente + - Show Effect Parameters Afficher les paramètres d'effet - + Meta Knob Méta potentiomètre - + Effect Meta Knob (control linked effect parameters) Méta potentiomètre d'Effets (Contrôle des paramètres d'effet liés). - + Meta Knob Mode Mode Méta potentiomètre - + Set how linked effect parameters change when turning the Meta Knob. Définit comment le paramètre d'effet lié change lorsque le Meta potentiomètre est tourné. - + Meta Knob Mode Invert Inverser le mode Méta potentiomètre - + Invert how linked effect parameters change when turning the Meta Knob. Inverse comment le paramètre d'effet lié change lorsque le Meta potentiomètre est tourné. - + Microphone / Auxiliary Microphone/Auxiliaire - + Microphone On/Off Microphone marche/arrêt - + Microphone on/off Microphone marche/arrêt - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Baculer le mode d'atténuation du microphone (ÉTEINT, AUTO, MANUEL) - + Auxiliary On/Off Auxiliaire allumé/éteint - + Auxiliary on/off Auxiliaire allumé/éteint - + Auto DJ Auto DJ - + Auto DJ Shuffle Auto DJ Mélanger - + Auto DJ Skip Next Auto DJ Passer au suivant - + Auto DJ Fade To Next Auto DJ Fondre au suivant - + Trigger the transition to the next track Activer la transition vers la piste suivante - + User Interface Interface Utilisateur - + Samplers Show/Hide Affiche/Masque les échantillonneurs - + Show/hide the sampler section Affiche/Masque la section échantillonneur - + Microphone Show/Hide Affiche/Masque le microphone - + Show/hide the microphone section Affiche/Masque la section microphone - + Vinyl Control Show/Hide Affiche/Masque le contrôle vinyle - + Show/hide the vinyl control section Affiche/Masque la section contrôle vinyle - + Preview Deck Show/Hide Affiche/Masque la platine de pré-écoute - + Show/hide the preview deck Affiche/Masque la platine de pré-écoute - + Vinyl Spinner Show/Hide Affiche/Masque le spinner de vinyle - + Show/hide spinning vinyl widget Affiche/Masque le widget vinyle en rotation - + Waveform zoom Zoom de la forme d'onde - + Waveform Zoom Zoom de la forme d'onde - + Zoom waveform in Zoom avant sur la forme d'onde - + Waveform Zoom In Zoom avant sur la forme d'onde - + Zoom waveform out Zoom arrière sur la forme d'onde @@ -2920,6 +2924,34 @@ La duplication du bac a échoué + + DlgAbout + + + Mixxx %1 Development Team + Équipe de développement Mixxx %1 + + + + With contributions from: + Avec les contributions de: + + + + And special thanks to: + Et remerciements particuliers à: + + + + Past Developers + Anciens développeurs + + + + Past Contributors + Anciens contributeurs + + DlgAboutDlg @@ -3169,7 +3201,7 @@ en analysant les "battements" pour extraire les valeurs aberrantes.Converts beats detected by the analyzer into a fixed-tempo beatgrid. Use this setting if your tracks have a constant tempo (e.g. most electronic music). Often results in higher quality beatgrids, but will not do well on tracks that have tempo shifts. - Convertis les "battements" détecté par l'analyseur vers une grille rythmique fixe. + Convertis les "battements" détecté par l'analyseur en une grille rythmique à tempo fixe. Utilisez ce réglage si vos pistes ont un tempo constant (ex: la plupart de la musique électronique). Résulte souvent en de meilleures grilles rythmiques, mais ne marchera pas bien en cas de variation de tempo. @@ -3575,103 +3607,103 @@ Vous avez tenté d'assigner : %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Automatic Automatique - + Mono Mono - + Stereo Stéréo - - - - + + + + Action failed - L'action a échouée + Échec de l'action - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. '%1' a le même point de montage Icecast que '%2'. Deux connexions de source vers le même serveur ne peuvent pas avoir le même point de montage. - + You can't create more than %1 source connections. Vous ne pouvez pas créer plus de %1 connexion de source. - + Source connection %1 Connexion source %1 - + At least one source connection is required. Au moins une connexion de source est requise. - + Are you sure you want to disconnect every active source connection? Êtes-vous sûr de vouloir déconnecter toutes les connections de source actives? - + Confirmation required Confirmation requise - + Are you sure you want to delete '%1'? Êtes-vous sûr de vouloir effacer '%1' ? - + Renaming '%1' Renommage '%1' - + New name for '%1': Nouveau nom pour '%1' - + Can't rename '%1' to '%2': name already in use Impossible de renommer '%1' en '%2': nom déjà utilisé @@ -3684,27 +3716,27 @@ Deux connexions de source vers le même serveur ne peuvent pas avoir le même po Paramètre de diffusion en direct - + Mixxx Icecast Testing Test Icecast avec Mixxx - + Public stream Flux public - + http://www.mixxx.org http://www.mixxx.org - + Stream name Nom du flux - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. A cause de défauts chez certains clients de diffusion, la mise à jour dynamique des métadonnées du format Ogg Vorbis peut causer pour ceux qui écoutent des interférences et des déconnexions. Cochez cette zone pour mettre à jour les métadonnées quand même. @@ -3739,189 +3771,204 @@ Deux connexions de source vers le même serveur ne peuvent pas avoir le même po Mettre en marche la diffusion en direct lorsque ces réglages sont appliqués. - + Settings for %1 Réglage de %1 - + Dynamically update Ogg Vorbis metadata. Mettre à jour dynamiquement les meta données Ogg Vorbis - + + ICQ + ICQ + + + + AIM + AIM + + + Website Site Internet - + Live mix Live mix - + + IRC + IRC + + + Select a source connection above to edit its settings here Sélectionnez une connexion de source ci-dessus pour modifier ses paramètres ici - + Password storage Stockage mot de passe - + Plain text Texte brut - + Secure storage (OS keychain) Stockage sécurisé (OS Keychain) - + Genre Genre - + Use UTF-8 encoding for metadata. Utiliser l'encodage UTF-8 pour les métadonnées. - + Description Description - + Encoding Encodage - + Bitrate Débit - - + + Format Format - + Channels Canaux - + Server connection Connection serveur - + Type Type - + Host Hôte - + Login Identifiant - + Mount Montage - + Port Port - + Password Mot de passe - + Stream info Info stream - + Metadata Métadonnées - + Use static artist and title. Utiliser artiste et titre statiques. - + Static title Titre statique - + Static artist Artiste statique - + Automatic reconnect Reconnexion automatique - + Time to wait before the first reconnection attempt is made. Temps d'attente avant que la première tentative de reconnexion soit effectuée. - - + + seconds secondes - + Wait until first attempt Attend jusqu'à première tentative - + Reconnect period Période de reconnexion - + Time to wait between two reconnection attempts. Temps d'attente entre deux tentatives de reconnexion. - + Limit number of reconnection attempts Limiter le nombre de tentatives de reconnexion - + Maximum retries Maximum de tentatives - + Reconnect if the connection to the streaming server is lost. Se reconnecter lorsque la connexion au serveur de streaming est perdue. - + Enable automatic reconnect Activer la reconnexion automatique @@ -4699,15 +4746,11 @@ S'il n'y en a pas, positionne au début de la piste. DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected Aucune @@ -4834,32 +4877,32 @@ Displayed when no effect is selected Effets disponibles - + Effect Info Information des effets - + Version: Version: - + Description: Description : - + Author: Auteur: - + Name: Nom: - + Type: Type: @@ -5097,6 +5140,19 @@ et vous permet d'ajuster la hauteur tonale pour un mix harmonique.SOL#m + + DlgPrefLV2Dlg + + + Equalizer Preferences + Préférences d'égaliseur + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5920,11 +5976,7 @@ Le niveau sonore visé est approximatif et suppose que les gains d'entrée ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds ms @@ -6164,17 +6216,17 @@ milliseconds RVB - + OpenGL not available OpenGL non disponible - + dropped frames images sautées - + Cached waveforms occupy %1 MiB on disk. La forme d'onde en cache occupe %1 MiB sur le disque. @@ -6212,28 +6264,28 @@ milliseconds Gain visuel - + Default zoom level Waveform zoom Niveau de zoom par défaut - + Displays the actual frame rate. Affiche la vitesse de rafraîchissement courante. - + Visual gain of the middle frequencies Gain visuel des fréquences médiums - + End of track warning Avertissement de fin de piste - + OpenGL status Statut OpenGL @@ -6248,107 +6300,126 @@ milliseconds secondes - + Low Basse - + Middle Médium - + Global Global - + Visual gain of the high frequencies Gain visuel des fréquences aigües - + Visual gain of the low frequencies Gain visuel des fréquences graves - + High Aigu - + Waveform type Type formes d'onde - + Global visual gain Gain visuel général - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. L’aperçu de la forme d'onde montre l'enveloppe de la forme d'onde de la piste entière. Sélectionner depuis les différents types d'affichage d'aperçu de la forme d'onde, qui diffèrent principalement par le niveau de détail affichés dans la forme d'onde. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. La forme d'onde montre l'enveloppe de la forme d'onde de la piste à proximité de la position de lecture actuelle. Sélectionner depuis les différents types d'affichage de la forme d'onde, qui diffèrent principalement par le niveau de détail affichés dans la forme d'onde. - + Waveform overview type Type d'aperçu de la forme d'onde - + + fps + + + + Synchronize zoom level across all waveform displays. Synchronise le niveau de zoom pour tous les affichages de forme d'onde - + Synchronize zoom level across all waveforms Synchroniser le niveau de zoom pour toutes les formes d'onde - + Caching Mise en cache - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. Mixxx met en cache les formes d'onde de vos pistes sur le disque la première fois que vous chargez une piste. Cela réduit l'utilisation du CPU lorsque vous jouez en direct, mais requiert plus d'espace disque. - + Enable waveform caching Activer la mise en cache des formes d'onde. - + Generate waveforms when analyzing library Générer les formes d'onde lors de l'analyse de la bibliothèque - - - Beat Grid - Grille rythmique + + Beat grid opacity + Opacité de la grille rythmique + + + + Set amount of opacity on beat grid lines. + Défini l'opacité de la grille rythmique + + + + % + % + + + + Play marker position + Position du marqueur de lecture - - Show Beat Markers - Afficher les marqueurs de battement + + Moves the play marker position on the waveforms to the left, right or center (default). + - + Clear Cached Waveforms Supprimer les formes d'onde en cache. @@ -6356,83 +6427,93 @@ Sélectionner depuis les différents types d'affichage de la forme d'o DlgPreferences - + Sound Hardware Matériel sonore - + Controllers Contrôleurs - + Library Bibliothèque - + Interface Interface - + Waveforms Formes d'onde - + Auto DJ Auto DJ - + Equalizers Égaliseurs - + Decks Platines - + Crossfader Curseur de mixage - + + Effects + Effets + + + + LV2 Plugins + Greffons LV2 + + + Recording Enregistrement - + Beat Detection Détection de battement - + Key Detection Détection de tonalité - + Normalization Normalisation - - + + Vinyl Control Contrôle Vinyle - + Live Broadcasting Diffusion en direct - + Modplug Decoder Décodeur de Modplug @@ -6951,7 +7032,7 @@ Résulte souvent en de meilleures grilles rythmiques, mais ne marchera pas bien EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject Chaîne vide @@ -6965,40 +7046,58 @@ Résulte souvent en de meilleures grilles rythmiques, mais ne marchera pas bien Aucun effet chargé. + + EffectSettingsModel + + + Visible + Visible + + + + Name + Nom + + + + Type + Type + + EffectsManager - + Flanger Flanger - + BitCrusher BitCrusher - + Filter Filtre - + Reverb Réverbération - + Echo Echo - + AutoPan Balance Automatique - + Tremolo Tremolo @@ -7169,39 +7268,39 @@ Résulte souvent en de meilleures grilles rythmiques, mais ne marchera pas bien ITunesFeature - - + + iTunes iTunes - - + + Select your iTunes library Sélectionnez votre bibliothèque iTunes - + (loading) iTunes (chargement) iTunes - + Use Default Library Utiliser la bibliothèque par défaut - + Choose Library... Choisissez la bibliothèque… - + Error Loading iTunes Library Erreur lors du chargement de la bibliothèque iTunes - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. Le chargement de votre bibliothèque iTunes a échoué. Certains de vos pistes ou listes de lecture iTunes peuvent ne pas avoir été chargés. @@ -7440,52 +7539,52 @@ d'OpenGL. MixxxMainWindow - + Choose music library directory Choisissez le répertoire de la bibliothèque musicale - + Sound Device Busy Carte son Occupée - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Réessayer</b> après avoir fermé l'autre application ou avoir reconnecté le périphérique de son - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Reconfigurer</b> les options audio de Mixxx. - - + + Get <b>Help</b> from the Mixxx Wiki. Trouver <b>de l'aide</b> sur le Wiki Mixxx. - - - + + + <b>Exit</b> Mixxx. <b>Quitter</b> Mixxx. - + Retry Réessayer - + Cannot open database Ne peux ouvrir la base de données - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7495,150 +7594,142 @@ Mixxx exige QT avec l'assistance de SQLITE. S'il vous plaît, lisez la Cliquez sur OK pour sortir. - - + + Reconfigure Reconfigurer - + Help Aide - - + + Exit Quitter - - + + Mixxx was unable to open all the configured sound devices. Mixxx n'est pas parvenu à ouvrir tous les périphériques de son configurés. - + Sound Device Error Erreur de périphérique de son - + <b>Retry</b> after fixing an issue <b>Réessayer</b> après avoir solutionné un problème - + No Output Devices Aucun périphérique de sortie - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. Mixxx a été configuré sans aucun périphérique de sortie audio. Sans périphérique de sortie configuré, le traitement du son sera désactivé . - + <b>Continue</b> without any outputs. <b>Continuer</b> sans aucune sortie. - + Continue Continuer - + Load track to Deck %1 Charger la piste sur la platine %1 - + Deck %1 is currently playing a track. La platine %1 est en train de jouer une piste. - + Are you sure you want to load a new track? Êtes-vous certain de vouloir charger une nouvelle piste ? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. Aucun périphérique d'entrée n'est sélectionné pour ce contrôle vinyle. Veuillez d'abord en sélectionner un dans les Préférences du matériel sonore. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. Il n'y a aucun périphérique d'entrée sélectionné pour ce contrôle intermédiaire. Veuillez d'abord en sélectionner un dans les Préférences du matériel sonore. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. Aucun périphérique d'entrée n'est sélectionné pour ce microphone. Veuillez d'abord en sélectionner un dans les Préférences du matériel sonore. - + Error in skin file Erreur dans le fichier d'habillage - + The selected skin cannot be loaded. L'habillage sélectionné ne peut pas être chargé. - + OpenGL Direct Rendering Rendu Direct OpenGL - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. Le rendu direct n'est pas disponible sur votre machine.<br><br>Ceci signifie que l'affichage des formes d'ondes sera très<br><br>lent et pourra charger fortement votre processeur</b>. Mettez à jour votre<br>configuration pour permettre le rendu direct ou désactivez<br>l'affichage des formes d'ondes dans les préférences de Mixxx en sélectionnant<br>"Vide" pour l'affichage de la forme d'onde dans la section "Interface".<br><br>NOTE : si vous utilisez du matériel NVIDIA,<br>le rendu direct peut ne pas être présent mais vous ne devriez pas rencontrer de performances dégradées. - - + + Confirm Exit Confirmer la fermeture - + A deck is currently playing. Exit Mixxx? Une platine est actuellement en train de jouer. Quitter Mixxx ? - + A sampler is currently playing. Exit Mixxx? Un échantillonneur est actuellement en train de jouer. Quitter Mixxx ? - + The preferences window is still open. La fenêtre de Préférences est déjà ouverte. - + Discard any changes and exit Mixxx? Abandonner toutes les modifications et quitter Mixxx ? - - NativeBackend - - - Native - Natif - - ParserCsv @@ -7920,7 +8011,7 @@ Désirez-vous rechercher maintenant les pochettes dans votre bibliothèque? Master - Principale + Principal @@ -8026,88 +8117,88 @@ Pour annuler cette opération, appuyez sur Annuler dans le dialogue du fichier.< Vous avez sélectionné le mauvais fichier. Pour permettre l'accès à Mixxx, veuillez sélectionner le fichier '%1'. Si vous désirez ne pas continuer, appuyez sur Annuler. - - + + Bit Depth Résolution - - + + Bitcrusher Bitcrusher - + Adds noise by the reducing the bit depth and sample rate Ajoute du bruit par la réduction de la résolution et du taux d'échantillonnage - + The bit depth of the samples La résolution des échantillons. - + Downsampling Réduction de la fréquence d'échantillonnage - + Down Vers le bas - + The sample rate to which the signal is downsampled Le taux d'échantillonnage vers lequel le signal est sous-échantillonné. - - + + Echo Echo - - + + Time Temps - - + + Ping Pong Ping Pong - - - - + + + + Send Envoi - + How much of the signal to send into the delay buffer Quantité du signal à envoyer dans le tampon de délai - - - - + + + + Feedback Retours - + Stores the input signal in a temporary buffer and outputs it after a short time Stock le signal d'entrée dans un tampon temporaire et le sort après un court moment - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -8116,134 +8207,134 @@ Pour annuler cette opération, appuyez sur Annuler dans le dialogue du fichier.< 1/8 - 2 secondes si le tempo n'est pas détecté - + Amount the echo fades each time it loops Taux de fondu de l'écho à chaque fois qu'il effectue une boucle. - + How much the echoed sound bounces between the left and right sides of the stereo field De combien le son avec écho rebondit entre les côtés gauche et droit du champ stéréo - - - - + + + + Quantize Quantification - + Round the Time parameter to the nearest 1/4 beat. Arrondi le paramètre Temps au 1/4 de battement le plus proche. - - - - - - - + + + + + + + Triplets Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. Quand le paramètre quantification est activé, divise le paramètre Temps arrondi au 1/4 de battement par 3. - - + + Filter Filtre - + Allows only high or low frequencies to play. Autorise la lecture uniquement des hautes et basse fréquences. - + Low Pass Filter Cutoff Coupure du filtre passe-bas - - + + LPF LPF - - + + Corner frequency ratio of the low pass filter Ratio de fréquence d'angle du filtre passe-bas - + Q Q - + Resonance of the filters Default: flat top Résonance des filtres Défaut: sommet plat. - + High Pass Filter Cutoff Coupure du filtre passe-haut - - + + HPF HPF - - + + Corner frequency ratio of the high pass filter Ratio de fréquence d'angle du filtre passe-haut - - - - + + + + Depth Profondeur - - + + Flanger Flanger - - + + Speed Vitesse - - + + Manual Manuellement - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering Mélange l'entrée avec une copie retardée et modulée en hauteur tonale de lui-même, pour créer un filtrage en peigne - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected @@ -8252,110 +8343,110 @@ Défaut: sommet plat. 1/32 - 4 Hz si le tempo n'est pas détecté - + Delay amplitude of the LFO (low frequency oscillator) Amplitude du délai du LFO (low frequency oscillator ou oscillateur basse fréquence) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. Amplitude du délai du LFO (low frequency oscillator ou oscillateur basse fréquence). - + Regeneration Régénération - + Regen Regen - + How much of the delay output is feed back into the input Quelle quantité du délai de sortie est réinjectée dans l'entrée - - + + Intensity of the effect Intensité de l'effet - - + + Divide rounded 1/2 beats of the Period parameter by 3. Divise le 1/2 battement arrondi du paramètre Période par 3. - - + + Mix Mix - - - - - - + + + + + + Width Largeur - + Metronome Métronome - + Adds a metronome click sound to the stream Ajoute un clic sonore de métronome au flux - + BPM BPM - + Set the beats per minute value of the click sound Régler la valeur du battement par minute du clic sonore - + Sync Synchronisation - + Synchronizes the BPM with the track if it can be retrieved Synchronise le BPM avec la piste, si celui-ci peut être récupérer - - - - + + + + Period Période - - + + Autopan Autopan - + Bounce the sound left and right across the stereo field Fait rebondir le son gauche et droit a travers le champ stéréo - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected @@ -8364,233 +8455,233 @@ With width at zero, this allows for manually sweeping over the entire delay rang 1/4 - 4 secondes si le tempo n'est pas détecté - + Smoothing Lissage - + Smooth Lisser - + How smoothly the signal goes from one side to the other Avec quelle douceur le signal passe d'un côté à l'autre - + How far the signal goes to each side À quelle vitesse le signal va de chaque coté - + Reverb Réverbération - + Emulates the sound of the signal bouncing off the walls of a room Émule le son du signal qui rebondit sur les murs d'une pièce - - + + Decay Decay - + Lower decay values cause reverberations to fade out more quickly. Un affaiblissement plus faible provoque la disparition plus rapide de la réverbération. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. Bande passante du filtre passe-bas à l'entrée. Des valeurs élevées entraînent une moindre atténuation des hautes fréquences. - + + How much of the signal to send in to the effect + Quantité du signal envoyée dans l'effet + + + Bandwidth Largeur de bande - + BW BP - - + + Damping Amortissement - + Higher damping values cause high frequencies to decay more quickly than low frequencies. Les valeurs d'amortissement élevées font que les hautes fréquences se dégradent plus rapidement que les basses fréquences. - - How much of the signal to send to the effect - Quelle quantité de signal à envoyer à l'effet - - - - - + + + Low Basse - - - + + + Gain for Low Filter Gain pour le filtre des graves - + Kill Low Tuer les basses - + Kill the Low Filter Tuer le filtre des basses - + Mid Médium - + Bessel4 LV-Mix Isolator Isolateur Bessel4 LV - + Bessel4 ISO Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). Un isolateur de filtre Bessel de 4ème ordre avec mixage Lipshitz et Vanderkooy (parfaite unité du bit, atténuation -24 dB/Octave). - + Gain for Mid Filter Gain pour le filtre des médium - + Kill Mid Tuer les médiums - + Kill the Mid Filter Tuer le filtre des médiums - + High Aigu - - + + Gain for High Filter Gain pour le filtre des aigus - + Kill High Tuer les aigus - + Kill the High Filter Tuer le filtre des aigus - + To adjust frequency shelves, go to Preferences -> Equalizers. Pour ajuster les plages de fréquences, aller dans Préférences --> Égaliseurs - + Graphic Equalizer Égaliseur graphique - + Graphic EQ EQ graphique - + An 8-band graphic equalizer based on biquad filters Un égaliseur graphique à 8 bandes basé sur les filtres Biquad - + Gain for Band Filter %1 Gain pour le filtre de bande %1 - + Moog Ladder 4 Filter Filtre Moog en échelle 4 - + Moog Filter Filtre Moog - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation Un filtre MOOG en échelle à 4 pôles, basé sur l'implémentation non linéaire de Antti Houvilainen - + Res Rés - - + + Resonance Résonance - + Resonance of the filters. 4 = self oscillating Résonance des filtres, 4 = auto-oscillant - + Deck %1 EQ Effect Effet EQ de la platine %1 - - + + EQ Effect Effet EQ - + Deck 1 EQ Effect Effet EQ de la platine 1 - + Gain for Low Filter (neutral at 1.0) Gain pour le filtre passe-bas (neutre à 1.0) @@ -8600,30 +8691,30 @@ Des valeurs élevées entraînent une moindre atténuation des hautes fréquence Flux réseau - - + + Phaser Phaser - - + + Stereo Stéréo - - + + Stages Étapes - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering Mélange le signal d'entrée avec une copie passée à travers une série de filtres passe-tout, pour créer un filtrage en peigne - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected @@ -8632,28 +8723,28 @@ Des valeurs élevées entraînent une moindre atténuation des hautes fréquence 1/4 - 4 secondes si le tempo n'est pas détecté - + Controls how much of the output signal is looped Contrôle la quantité du signal de sortie mise en boucle - - + + Range Plage - + Controls the frequency range across which the notches sweep. Contrôle la plage de fréquence balayée par le coupe-bande. - + Number of stages Nombre d'étapes - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others Règle le LFO (low frequency oscillator ou oscillateur basse fréquence) pour les canaux gauche et droit déphasés les uns par rapport aux autres. @@ -8718,47 +8809,47 @@ Des valeurs élevées entraînent une moindre atténuation des hautes fréquence F11 - + Bessel8 LV-Mix Isolator Isolateur Bessel8 LV - + Bessel8 ISO Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). Un isolateur de filtre Bessel de 8ème ordre avec mixage Lipshitz et Vanderkooy (parfaite unité du bit, atténuation -48 dB/Octave). - + LinkwitzRiley8 Isolator Isolateur LinkwitzRiley8 - + LR8 ISO LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). Un isolateur de filtre Linkwitz-Riley de 8ème ordre (transition optimisé, décalage de phase constant, atténuation de fréquences à -48 dB/Octave). - + Biquad Equalizer Égaliseur Biquad - + BQ EQ BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. Un égaliseur 3 bandes avec deux filtres à cloche Biquad, un étage passe-haut et des interrupteurs de suppression. @@ -8768,60 +8859,60 @@ Des valeurs élevées entraînent une moindre atténuation des hautes fréquence Matériel non trouvé - + Biquad Full Kill Equalizer Égaliseur de suppression de tous les Biquad - + BQ EQ/ISO BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. Un égaliseur 3 bandes qui combine un circuit égaliseur et un circuit isolateur pour offrir des pentes douces et une suppression totale. - + Loudness Contour Correcteur physiologique - - - + + + Loudness Niveau sonore - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. Amplifie les basses et hautes fréquences à bas volume pour compenser la sensibilité réduite de l'oreille humaine. - + Set the gain of the applied loudness contour Défini le gain appliqué sur le correcteur physiologique - - + + Use Gain Utiliser le gain - + Follow Gain Knob Suivre le contrôle de gain - + This stream is online for testing purposes! Ce flux est en ligne à des fins de test uniquement ! - + Live Mix Mixage en direct @@ -8854,45 +8945,45 @@ Des valeurs élevées entraînent une moindre atténuation des hautes fréquence Flottants 32 bits - - - + + + Balance Balance - + Adjust the left/right balance and stereo width Ajuste la balance droite/gauche et la largeur de la stéréo. - + Adjust balance between left and right channels Ajuste la balance entre les canaux gauche et droit - - + + Mid/Side Centre/Coté - + Bypass Fr. Bypass Fr. - + Bypass Frequency Fréquence de bypass - + Stereo Balance Balance de la stéréo - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8903,46 +8994,46 @@ Complètement à droite: uniquement ambiance du coté Au centre: ne change pas le signal d'origine - + Frequencies below this cutoff are not adjusted in the stereo field Les fréquences inférieures à cette coupure ne sont pas ajustées dans le champ stéréo - + Parametric Equalizer Égaliseur paramétrique - + Param EQ EQ paramétrique - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. Un égaliseur paramétrique à 2 bandes doux basé sur des filtres Biquad. Il est conçu comme un complément aux égaliseurs à mix élevés. - - + + Gain 1 Gain 1 - + Gain for Filter 1 Gain pour le filtre 1 - - + + Q 1 Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. @@ -8951,35 +9042,35 @@ Un Q plus petit affecte une bande de fréquence plus large, un Q plus grand affecte une bande de fréquence plus étroite. - - + + Center 1 Centrer 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz Centrer la fréquence du Filtre 1, de 100 Hz à 14 kHz - - + + Gain 2 Gain 2 - + Gain for Filter 2 Gain pour le filtre 2 - - + + Q 2 Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. @@ -8988,40 +9079,40 @@ Un Q plus petit affecte une bande de fréquence plus large, un Q plus grand affecte une bande de fréquence plus étroite. - - + + Center 2 Centrer 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz Centrer la fréquence du Filtre 2, de 100 Hz à 14 kHz - - + + Tremolo Tremolo - + Cycles the volume up and down Cycles le volume haut et bas - + How much the effect changes the volume De combien l'effet change le volume - - + + Rate Taux - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected @@ -9030,14 +9121,14 @@ un Q plus grand affecte une bande de fréquence plus étroite. 1/4 Hz - 8 Hz si le tempo n'est pas détecté - + Width of the volume peak 10% - 90% of the effect period Largeur du pic de volume 10% - 90% de la période d'effet - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave @@ -9046,24 +9137,24 @@ Complètement à gauche: onde carrée Complètement à droite: onde sinusoïdale - + When the Quantize parameter is enabled, divide the effect period by 3. Quand le paramètre quantification est activé, divise la période d'effet par 3. - - + + Waveform Forme d'onde - - + + Phase Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period @@ -9072,15 +9163,36 @@ Complètement à gauche: début de la période d'effet Complètement à droite: fin de la période d'effet - + Round the Rate parameter to the nearest whole division of a beat. Arrondis le paramètre Taux à la division entière la plus proche d'un battement. - + Triplet Triplet + + + Built-in + Used for effects that are built into Mixxx + Prédéfini + + + + This plugin does not support stereo samples as input/output + Ce greffon n'accepte pas les signaux stéréo en entrée/sortie + + + + This plugin has features which are not yet supported + Ce greffon possède des fonctions qui ne sont pas encore supportées + + + + Unknown status + Etat indéterminé + QtSimpleWaveformWidget @@ -9117,22 +9229,32 @@ Complètement à droite: fin de la période d'effet RecordingManager - + + Low Disk Space Warning + Alerte : espace disque insuffisant + + + + There is less than 1 GiB of useable space in the recording folder + Il reste moins d'1 Go d'espace disponible dans le dossier d'enregistrement + + + Recording Enregistrement - + Could not create audio file for recording! Impossible de créer le fichier d'enregistrement ! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. Assurez-vous d'avoir suffisamment de place disponible et les permissions en écriture dans le répertoire des enregistrements. - + You can change the location of the Recordings folder in Preferences -> Recording. Vous pouvez changer l'emplacement du dossier des enregistrements dans Préférences -> Enregistrement. @@ -9268,132 +9390,147 @@ Complètement à droite: fin de la période d'effet Erreur de configuration en mode non-bloquant: - + Error setting hostname! Erreur lors de la définition du nom d'hôte ! - + Error setting port! Erreur lors de la définition du port ! - + Error setting password! Erreur lors de la définition du mot de passe ! - + Error setting mount! Erreur lors de la définition du montage ! - + Error setting username! Erreur lors de la définition du nom d'utilisateur ! - + Error setting stream name! Erreur lors de la définition du nom du flux ! - + Error setting stream description! Erreur lors de la définition de la description du flux ! - + Error setting stream genre! Erreur lors de la définition du genre du flux ! - + Error setting stream url! Erreur lors de la définition de l'URL du flux ! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! Erreur lors de la publication du flux ! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. La diffusion à 96 kHz avec Ogg Vorbis n'est pas supportée pour le moment. Veuillez essayer avec une autre fréquence d’échantillonnage ou sélectionner un encodage différent. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. Voir https://bugs.launchpad.net/mixxx/+bug/686212 pour plus d'informations. - + Error setting bitrate Erreur lors de la définition du débit - + Error: unknown server protocol! Erreur : protocole du serveur inconnu ! - + Error: libshout only supports Shoutcast with MP3 format! Erreur : libshout ne supporte Shoutcast qu'avec le format MP3 ! - + Error setting protocol! Erreur lors de la définition du protocole ! - + Network cache overflow Débordement de cache réseau - + Connection error Erreur de connexion - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> Une des connexions de diffusion en direct a généré cette erreur:<br><b>Erreur avec la connexion '%1':</b><br> - + Connection message Message de connexion - + <b>Message from Live Broadcasting connection '%1':</b><br> <b>Message de la connexion de diffusion en direct '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. Connexion au serveur de streaming perdue et %1 essais de reconnexion ont échoué. - + Lost connection to streaming server. Connexion au serveur de streaming perdue. - + Please check your connection to the Internet. Veuillez vérifier votre connexion Internet. - + Can't connect to streaming server Connexion impossible au serveur de streaming - + Please check your connection to the Internet and verify that your username and password are correct. Veuillez vérifier votre connection Internet et que votre identifiant et mot de passe soit correct. @@ -9586,7 +9723,7 @@ Complètement à droite: fin de la période d'effet Waveform Zoom In - Zoom avant de la forme d'onde + Zoom avant sur la forme d'onde @@ -9811,7 +9948,7 @@ Complètement à droite: fin de la période d'effet - + Cover Art Pochette d'album @@ -10073,7 +10210,6 @@ Complètement à droite: fin de la période d'effet Key - The musical key of a track Tonalité @@ -10148,563 +10284,599 @@ Complètement à droite: fin de la période d'effet Le fait de basculer le verrouillage de tonalité pendant la lecture peut provoquer une interférence audio momentané. - + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + + + + Places a cue point at the current position on the waveform. Place un point de repère à la position actuelle de la forme d'onde. - + Stops track at cue point, OR go to cue point and play after release (CUP mode). Arrêter la piste au point de repère, OU aller au point de repère et lancer la lecture en relâchant le bouton (mode CUP). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). Définir le point de repère (Mode Pioneer/Mixxx/Numark), définir le point de repère et lancer la lecture lorsque le bouton est relâché (mode CUP) OU pré-écoute depuis ce point (mode Denon) - + Seeks the track to the cue point and stops. Cale la piste sur le point de repère puis s'arrête. - + Play Lire - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. Modifie la vitesse de lecture de la piste (affecte le tempo et la hauteur tonale). Si le verrouillage de tonalité est activé, seul le tempo est affecté. - + Recording Duration Durée d'enregistrement - + Displays the duration of the running recording. Affiche la durée de l'enregistrement en cours. - + Sets the track Loop-In Marker to the current play position. Positionne la marque de début de boucle de la piste à la position actuelle de lecture. - + Press and hold to move Loop-In Marker. Pressez et maintenez pour déplacer la marque de début de boucle. - + Jump to Loop-In Marker. Sauter à la marque de début de boucle. - + Sets the track Loop-Out Marker to the current play position. Positionne la marque de fin de boucle de la piste à la position actuelle de lecture. - + Press and hold to move Loop-Out Marker. Pressez et maintenez pour déplacer la marque de fin de boucle. - + Jump to Loop-Out Marker. Sauter à la marque de fin de boucle. - + Beatloop Size Taille de la boucle de battement - + Select the size of the loop in beats to set with the Beatloop button. Sélectionnez la taille de la boucle en battements à régler avec le bouton Boucle de battement. - + Changing this resizes the loop if the loop already matches this size. Changer ceci redimensionne la boucle si la boucle correspond déjà à cette taille. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. Réduire de moitié la taille d'une boucle de battement existante ou réduire de moitié la taille de la prochaine boucle de battement réglé avec le bouton Boucle de battement. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. Double la taille d'une boucle de battement existante ou double la taille de la prochaine boucle de battement réglé avec le bouton Boucle de battement. - + Start a loop over the set number of beats. Démarrer une boucle sur le nombre de battement réglés. - + Temporarily enable a rolling loop over the set number of beats. Active temporairement une boucle tournante sur le nombre de battements réglés. - + Beatjump/Loop Move Size Taille du saut de battement / déplacement de Boucle - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. Sélectionnez le nombre de battements pour sauter ou déplacer la boucle avec les boutons saut de battement vers l'avant / vers l'arrière. - + Beatjump Forward Saut de battement vers l'avant - + Jump forward by the set number of beats. Sauter vers l'avant du nombre de battements réglé. - + Move the loop forward by the set number of beats. Déplacer la boucle vers l'avant du nombre de battements réglé. - + Jump forward by 1 beat. Sauter vers l'avant de 1 battements - + Move the loop forward by 1 beat. Déplacer la boucle vers l'avant de 1 battements - + Beatjump Backward Saut de battement vers l'arrière - + Jump backward by the set number of beats. Sauter vers l'arrière du nombre de battements réglé. - + Move the loop backward by the set number of beats. Déplacer la boucle vers l'arrière du nombre de battements réglé. - + Jump backward by 1 beat. Sauter vers l'arrière de 1 battements - + Move the loop backward by 1 beat. Déplacer la boucle vers l'arrière de 1 battements - + Reloop Reboucler - + If the loop is ahead of the current position, looping will start when the loop is reached. Si la boucle est devant la position actuelle, le bouclage commencera lorsque la boucle est atteinte. - + Works only if Loop-In and Loop-Out Marker are set. Fonctionne uniquement si les marqueurs Entrée-Boucle et Sortie-Boucle sont définis. - + Enable loop, jump to Loop-In Marker, and stop playback. Activer la boucle, sauter au marqueur Entrée-Boucle, et arrêter la lecture. - + Displays the elapsed and/or remaining time of the track loaded. Affiche le temps écoulé et/ou restant de la piste chargée. - + Click to toggle between time elapsed/remaining time/both. Cliquer pour alterner entre temps écoulé/temps restant/les deux. - + + Mix + Mix + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. Achemine le bus du curseur de mixage gauche à travers cette unité d'effet. - + Route the right crossfader bus through this effect unit. Achemine le bus du curseur de mixage droit à travers cette unité d'effet. - + Right side active: parameter moves with right half of Meta Knob turn Côté droit actif: le paramètre se déplace avec une moitié de rotation à droite du Méta potentiomètre - + Skin Settings Menu Menu réglage thème - + Show/hide skin settings menu Affiche/Masque le menu réglage thème - + Save Sampler Bank Sauvegarder la banque d'échantillon - + Save the collection of samples loaded in the samplers. Enregistre la collection d'échantillons chargés dans les échantillonneurs. - + Load Sampler Bank Charger la banque d'échantillon - + Load a previously saved collection of samples into the samplers. Charge une collection d'échantillons sauvegardé précédement dans les échantillonneurs. - + Show Effect Parameters Afficher les paramètres d'effet - + Enable Effect Activer l'effet - + Meta Knob Link Lien du Méta potentiomètre - + Set how this parameter is linked to the effect's Meta Knob. Règle comment ce paramètre est lié au effets du Méta potentiomètre. - + Meta Knob Link Inversion Inversion du lien du Méta potentiomètre - + Inverts the direction this parameter moves when turning the effect's Meta Knob. Inverse la direction dans laquelle ce paramètre change lorsque le Méta potentiomètre est tourné. - - Dry/Wet - Dry/Wet - - - + Super Knob Super potentiomètre - - - Insert/Send Toggle - Basculer Insert/Send - - - + Next Chain Prochaine chaîne - + Previous Chain Chaîne précédente - + Next/Previous Chain Chaîne suivante/précédente - + Clear - Tout + Effacer - + Clear the current effect. Effacer l'effet actuel. - + Toggle Basculer - + Toggle the current effect. Basculer l'effet actuel. - + Next Suivant - + Clear Unit Effacer l'unité - + Clear effect unit. Effacer l'unité d'effets. - + Show/hide parameters for effects in this unit. Affiche/Masque les paramètres d'effets de cette unité. - + Toggle Unit Basculer d'unité - + Enable or disable this whole effect unit. Active ou désactive toute cette unité d'effet. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - Règle la balance entre le signal original (dry) et le signal traité (wet) pour toute l'unité d'effet. - - - + Controls the Meta Knob of all effects in this unit together. Contrôle le Méta potentiomètre de tous les effets de cette unité ensemble. - + Load next effect chain preset into this effect unit. Charger le prochaine préréglage de chaîne d'effet dans cette unité d'effet. - + Load previous effect chain preset into this effect unit. Charger le précédent préréglage de chaîne d'effet dans cette unité d'effet. - + Load next or previous effect chain preset into this effect unit. Charger le prochain ou précédent préréglage de chaîne d'effet dans cette unité d'effet. - - - - - - - - - + + + + + + + + + Assign Effect Unit Assigne une unité d'effet - + Assign this effect unit to the channel output. Assigne cette unité d'effet au canal de sortie. - + Route the headphone channel through this effect unit. Achemine le canal du casque à travers cette unité d'effet. - + Route the master mix through this effect unit. Achemine le mix principal à travers cette unité d'effet. - + Route this deck through the indicated effect unit. Achemine cette platine à travers l'unité d'effet indiquée. - + Route this sampler through the indicated effect unit. Achemine cet échantillonneur à travers l'unité d'effet indiquée. - + Route this microphone through the indicated effect unit. Achemine ce microphone à travers l'unité d'effet indiquée. - + Route this auxiliary input through the indicated effect unit. Achemine cette entrée auxiliaire à travers l'unité d'effet indiquée. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. L'unité d'effet doit également être affectée à une platine ou à une autre source sonore pour entendre l'effet. - + Switch to the next effect. Passer à l'effet suivant. - + Previous Précédent - + Switch to the previous effect. Passer à l'effet précédent. - + Next or Previous Suivant ou précédent - + Switch to either the next or previous effect. Passer à l'effet suivant ou précédent. - + Meta Knob Méta potentiomètre - + Controls linked parameters of this effect Contrôle les paramètres liés de cet effet. - + Effect Focus Button Bouton de focus de l'effet - + Focuses this effect. Focalise cet effet. - + Unfocuses this effect. Dé-focalise cet effet. - + Refer to the web page on the Mixxx wiki for your controller for more information. Consultez la page web du wiki de Mixxx concernant votre contrôleur pour de plus amples informations. - + Effect Parameter Paramètre d'effet - + Adjusts a parameter of the effect. Ajuste un paramètre de l'effet. - + Inactive: parameter not linked Inactif: paramètre non lié - + Active: parameter moves with Meta Knob Actif: le paramètre se déplace avec le Méta potentiomètre - + Left side active: parameter moves with left half of Meta Knob turn Côté gauche actif: le paramètre se déplace avec une moitié de rotation à gauche du Méta potentiomètre - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half Côté gauche et droit actif: le paramètre se déplace avec une moitié de rotation du Méta potentiomètre et reviens en arrière avec l'autre moitié de rotation - - + + Equalizer Parameter Kill Tue le paramètre de l'égaliseur - - + + Holds the gain of the EQ to zero while active. Maintien à zéro le gain EQ lorsque activé. - + Quick Effect Super Knob Super potentiomètre d'effet rapide - + Quick Effect Super Knob (control linked effect parameters). Super potentiomètre d'effet rapide (contrôle les paramètres d'effet liés) - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. Astuce : Changez le mode d'effet rapide par défaut dans Préférences -> Égaliseurs. - + Equalizer Parameter Paramètre d'égaliseur - + Adjusts the gain of the EQ filter. Ajuste le gain du filtre EQ. - + Hint: Change the default EQ mode in Preferences -> Equalizers. Astuce : Changez le mode EQ par défaut dans Préférences -> Égaliseurs. @@ -10726,123 +10898,123 @@ Complètement à droite: fin de la période d'effet Ajuste la grille rythmique afin de l'aligner à une autre platine en cours de lecture. - + If quantize is enabled, snaps to the nearest beat. Lorsque la quantification est activée, se place sur le battement le plus proche. - + Quantize Quantification - + Toggles quantization. Activer ou désactiver la quantification. - + Loops and cues snap to the nearest beat when quantization is enabled. Les boucles et les points de repère se placent sur le battement le plus proche lorsque la quantification est activée. - + Reverse Inverser - + Reverses track playback during regular playback. Inverse le sens de lecture de la piste pendant la lecture normale. - + Puts a track into reverse while being held (Censor). Inverse la lecture d'une piste lorsque maintenu (Censeur). - + Playback continues where the track would have been if it had not been temporarily reversed. La lecture reprends là où la piste aurait été si elle n'avait pas été temporairement inversée. - - + + Play/Pause Lecture/Pause - + Jumps to the beginning of the track. Saute au début de la piste. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. Synchronise le tempo (BPM) et la phase sur celui de l'autre piste, si le BPM est détecté sur les deux. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. Synchronise le tempo (BPM) sur celui de l'autre piste, si le BPM est détecté sur les deux. - + Sync and Reset Key Synchroniser et réinitialiser la tonalité - + Increases the pitch by one semitone. Augmente la hauteur tonale d'un demi ton. - + Decreases the pitch by one semitone. Diminue la hauteur tonale d'un demi ton. - + Enable Vinyl Control Activer le contrôle des vinyles - + When disabled, the track is controlled by Mixxx playback controls. Si désactivé, la piste est contrôlée par les contrôles de lecture de Mixxx. - + When enabled, the track responds to external vinyl control. Si activé, la piste répond au contrôle de vinyle externe - + Enable Passthrough Activer le contrôle intermédiaire - + Indicates that the audio buffer is too small to do all audio processing. Indique que le tampon audio est trop petit pour effectuer tous les traitements audio. - + Displays cover artwork of the loaded track. Afficher la pochette d'album de la piste chargée. - + Displays options for editing cover artwork. Afficher les options d'édition de la pochette d'album. - + Star Rating Notation par étoiles - + Assign ratings to individual tracks by clicking the stars. Donnez une note aux pistes en cliquant sur les étoiles. @@ -10987,255 +11159,254 @@ Complètement à droite: fin de la période d'effet Empêche la hauteur tonale de varier lorsque la vitesse change. - + Starts playing from the beginning of the track. Démarre la lecture à partir du début de la piste. - + Jumps to the beginning of the track and stops. Saute au début de la piste et s'arrête. - + Plays or pauses the track. Lit ou suspend la lecture de la piste. - + (while playing) (pendant la lecture) - + (while stopped) (pendant qu'il est stoppé) - + Cue Repère - + Headphone Casque - + Mute Sourdine - + Mutes the selected channel's audio in the master output. Met en sourdine les canaux audio sélectionnés dans la sortie principale. - + Old Synchronize Ancienne synchronisation - + (This skin should be updated to use Master Sync!) (Le thème doit être mis à jour pour utiliser la synchronisation principale !) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. Synchronise sur la première platine (dans l'ordre numérique) qui joue une piste et qui a un BPM - + If no deck is playing, syncs to the first deck that has a BPM. Si aucune platine ne joue, synchronise sur la première platine qui a un BPM - + Decks can't sync to samplers and samplers can only sync to decks. Les platines ne peuvent pas se synchroniser aux échantillonneur et les échantillonneur peuvent uniquement se synchroniser aux platines. - + Enable Master Sync Activer la synchronisation principale - + Tap to sync the tempo to other playing tracks or the master clock. Taper pour synchroniser le tempo aux autres pistes jouées ou à l'horloge maître. - + Hold for at least a second to enable sync lock for this deck. Appuyer au moins une seconde pour activer le verrou de synchronisation pour cette platine. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. Les platines verrouillées en synchronisation joueront toutes au même tempo, et les platines ayant également une quantification activée garderont leur battements toujours alignés. - + Resets the key to the original track key. Réinitialise la tonalité à la valeur d'origine de la piste. - + Enable Sync Clock Master Activer la synchronisation à l'horloge maître. - + When enabled, this device will serve as the master clock for all other decks. Lorsqu'activé, ce périphérique servira d'horloge maître pour toutes les autres platines. - + Speed Control Contrôle de la vitesse - - - + + + Changes the track pitch independent of the tempo. Change la hauteur tonale de la piste indépendamment du tempo. - + Increases the pitch by 10 cents. Augmente la hauteur tonale de 10 centièmes. - + Decreases the pitch by 10 cents. Diminue la hauteur tonale de 10 centièmes. - + Pitch Adjust Ajustement de la hauteur tonale - + Adjust the pitch in addition to the speed slider pitch. Ajuste la hauteur tonale en plus du curseur de vitesse. - + Record Mix Enregistrer le mix - + Toggle mix recording. Basculer l'enregistrement du mix. - + Enable Live Broadcasting Activer la Diffusion en Direct - + Stream your mix over the Internet. Publiez votre mix en streaming sur internet. - + Provides visual feedback for Live Broadcasting status: Fournit un signal visuel concernant l'état de la transmission en direct : - + disabled, connecting, connected, failure. désactivé, connexion, connecté, échec. - + When enabled, the deck directly plays the audio arriving on the vinyl input. Si activé, la platine joue directement l'audio arrivant sur l'entrée vinyl. - + Blue for passthrough enabled. Bleu lorsque le passthrough est activé. - + Playback will resume where the track would have been if it had not entered the loop. La lecture reprendra ou la piste était si elle n'est pas rentrée dans la boucle. - + Loop Exit Sortir de la boucle - + Turns the current loop off. Coupe la boucle courante - + Slip Mode Mode glisser - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. Quand activé, la lecture continu en sourdine en fond pendant une boucle, l'inversion, le scratch etc. - + Once disabled, the audible playback will resume where the track would have been. Une fois désactivé, la lecture reprendra de manière audible là où la piste se trouvait. - + Track Key - The musical key of a track Tonalité de la piste - + Displays the musical key of the loaded track. Affiche la tonalité musicale de la piste chargée. - + Clock Horloge - + Displays the current time. Affiche l'heure actuelle - + Audio Latency Usage Meter Vu-mètre d'utilisation de la latence audio - + Displays the fraction of latency used for audio processing. Affiche les fractions de latence utilisées pour le traitement audio. - + A high value indicates that audible glitches are likely. Une valeur haute indique que des interférences audibles sont possibles. - + Do not enable keylock, effects or additional decks in this situation. N'activer aucun verrou, effet ou platine supplémentaire dans cette situation. - + Audio Latency Overload Indicator Indicateur de surcharge de latence audio @@ -11300,279 +11471,279 @@ Complètement à droite: fin de la période d'effet Affiche la tonalité musicale actuelle de la piste chargée après le changement de hauteur tonale. - + Sends the selected channel's audio to the headphone output, Envoie le son du canal sélectionné vers la sortie casque. - + selected in Preferences -> Sound Hardware. sélectionné dans Préférences -> Matériel sonore. - + Fast Rewind Rembobinage rapide - + Fast rewind through the track. Rembobinage rapide en parcourant la piste. - + Fast Forward Avance rapide - + Fast forward through the track. Avance rapide en parcourant la piste. - + Jumps to the end of the track. Saute à la fin de la piste. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. Définit la hauteur tonale à une tonalité permettant une transition harmonique avec l'autre piste. Nécessite que la tonalité soit détectée sur les deux platines concernées. - - - + + + Pitch Control Contrôle de la hauteur tonale - + Pitch Rate Taux de pitch - + Displays the current playback rate of the track. Affiche la vitesse de lecture actuelle de la piste. - + Repeat Répéter - + When active the track will repeat if you go past the end or reverse before the start. Lorsque activé, la piste se répète si vous dépassez la fin ou retourne avant le départ. - + Eject Éjecter - + Ejects track from the player. Ejecte la piste du lecteur. - + Hotcue Repère rapide - + If hotcue is set, jumps to the hotcue. Si un repère rapide est défini, saute au repère rapide. - + If hotcue is not set, sets the hotcue to the current play position. Si un repère rapide n'est pas défini, définie le repère rapide à l'emplacement de lecture courant. - + If hotcue is set, clears the hotcue. Si un repère rapide est défini, efface le repère rapide. - + Vinyl Control Mode Mode de Contrôle Vinyle - + Absolute mode - track position equals needle position and speed. Mode absolu - la position dans la piste est égal à la position et la vitesse de la pointe. - + Relative mode - track speed equals needle speed regardless of needle position. Mode relatif - la vitesse de la piste est égal à la vitesse de la pointe sans égard pour la position de la pointe. - + Constant mode - track speed equals last known-steady speed regardless of needle input. Mode constant - la vitesse de la piste est égale à la dernière vitesse instantanée connue sans égard de la position de la pointe. - + Vinyl Status Etat du Vinyle - + Provides visual feedback for vinyl control status: Fournit un retour visuel concernant l'état du contrôle vinyle : - + Green for control enabled. Vert lorsque le controle est activé. - + Blinking yellow for when the needle reaches the end of the record. Clignote jaune lorsque la pointe touche à la fin du disque. - + Loop-In Marker Marqueur d'entrée de boucle - + Loop-Out Marker Marqueur de sortie de boucle - + Loop Halve Réduction de la boucle de moitié - + Halves the current loop's length by moving the end marker. Réduit de moitié la longueur courante de la boucle en déplaçant le marqueur de fin. - + Deck immediately loops if past the new endpoint. La platine boucle immédiatement si le nouveau point d'arrêt est dépassé. - + Loop Double Doublage de la boucle - + Doubles the current loop's length by moving the end marker. Double la longueur courante de la boucle en déplaçant le marqueur de fin. - + Beatloop Boucle de battement - + Toggles the current loop on or off. Active ou désactive la boucle courante. - + Works only if Loop-In and Loop-Out marker are set. Ne fonctionne que si les repères d'entrée et de sortie de boucle sont définis. - + Hint: Change the default cue mode in Preferences -> Interface. Astuce : Changez le comportement par défaut du mode repère dans Préférences -> Interface. - + Vinyl Cueing Mode Mode de pré-écoute Vinyle - + Determines how cue points are treated in vinyl control Relative mode: Détermine la façon dont les points de repère sont traités dans le mode de contrôle vinyle Relatif. - + Off - Cue points ignored. Éteint - Points de repère ignorés - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. Un Repère - Si la pointe est déposée après le point de repère, la piste sera calé sur ce point de repère. - + Hot Cue - Track will seek to nearest previous hot cue point. Repère rapide - La piste sera calé au point de repère précédent le plus proche. - + Track Time Temps de la piste - + Track Duration Durée de la piste - + Displays the duration of the loaded track. Affiche la durée de la piste chargée. - + Information is loaded from the track's metadata tags. L'information est chargée depuis les métadonnées des tags de la piste. - + Track Artist Artiste de la piste - + Displays the artist of the loaded track. Affiche l'artiste de la piste chargée. - + Track Title Titre de la piste - + Displays the title of the loaded track. Affiche le titre de la piste. - + Track Album Album de la piste - + Displays the album name of the loaded track. Affiche le nom de l'album de la piste chargée. - + Track Artist/Title Artiste/titre de la piste - + Displays the artist and title of the loaded track. Affiche l'artiste et le titre de la piste chargée. @@ -11694,34 +11865,6 @@ Complètement à droite: fin de la période d'effet Il y a eu une erreur de chargement de votre bibliothèque Traktor. Certains de vos pistes ou listes de lecture Traktor peuvent ne pas avoir été chargé. - - Ui - - - Mixxx %1 Development Team - Équipe de développement Mixxx %1 - - - - With contributions from: - Avec les contributions de: - - - - And special thanks to: - Et remerciements particuliers à: - - - - Past Developers - Anciens développeurs - - - - Past Contributors - Anciens contributeurs - - VSyncThread @@ -11817,12 +11960,18 @@ Complètement à droite: fin de la période d'effet WEffect - + + %1: %2 + %1 = effect name; %2 = effect description + %1: %2 + + + None Aucune - + No effect loaded. Aucun effet chargé. @@ -11961,317 +12110,333 @@ Complètement à droite: fin de la période d'effet &Affichage - + May not be supported on all skins. Peut-être pas supporté sur tous les thèmes - + + Show Skin Settings Menu + Affiche le menu de réglage du thème + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + Ctrl+1 + + + Show Microphone Section Afficher la section microphone - + Show the microphone section of the Mixxx interface. Afficher la section microphone de l'interface Mixxx. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section Afficher la section de contrôle des vinyles - + Show the vinyl control section of the Mixxx interface. Afficher la section de contrôle des vinyles de l'interface Mixxx. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck Afficher la platine de pré-écoute - + Show the preview deck in the Mixxx interface. Afficher la platine de pré-écoute dans l'interface de Mixxx. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art Afficher la pochette d'album - + Show cover art in the Mixxx interface. Afficher la pochette d'album dans l'interface Mixxx. - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library Maximiser la bibliothèque - + Maximize the track library to take up all the available screen space. Maximise la bibliothèque de pistes pour occuper tout l'espace d'écran disponible - + Space Menubar|View|Maximize Library Espace - + &Full Screen Plein &écran - + Display Mixxx using the full screen Afficher Mixxx en plein écran - + &Options &Options - + &Vinyl Control Contrôle &Vinyle - + Use timecoded vinyls on external turntables to control Mixxx Utiliser des disques vinyles encodés sur une platine externe pour contrôler Mixxx - + Enable Vinyl Control &%1 Activer le Contrôle Vinyle &%1 - + &Record Mix &Enregistrer le Mix - + Record your mix to a file Enregistrer votre mix dans un fichier - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting Activer la Diffusion en Direct (&Broadcast) - + Stream your mixes to a shoutcast or icecast server Diffusez vos mixages via un serveur shoutcast ou icecast - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts Activer les Raccourcis Clavier (&K) - + Toggles keyboard shortcuts on or off Activer/Désactiver les raccourcis claviers - + Ctrl+` Ctrl+` - + &Preferences &Préférences - + Change Mixxx settings (e.g. playback, MIDI, controls) Modifier les paramètres de Mixxx (par ex. lecture, MIDI, contrôleurs) - + &Developer &Développeur - + &Reload Skin &Recharger le thème - + Reload the skin Recharger le thème - + Ctrl+Shift+R Ctrl+Maj+R - + Developer &Tools Ou&Tils de développement - + Opens the developer tools dialog Ouvre le panneau d'outils de dévelopement - + Ctrl+Shift+T Ctrl+Maj+T - + Stats: &Experiment Bucket Statistiques : Paquet &Expérimental - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. Active le mode expérimental. Collecte des statistiques dans le paquet de suivi EXPERIMENTAL. - + Ctrl+Shift+E Ctrl+Maj+E - + Stats: &Base Bucket Statistiques : Paquet de &Base - + Enables base mode. Collects stats in the BASE tracking bucket. Active le mode basique. Collecte des statistiques dans le paquet de suivi BASIQUE. - + Ctrl+Shift+B Ctrl+Maj+B - + Deb&ugger Enabled Débogueur activé (&U) - + Enables the debugger during skin parsing Active le debogeur pendant l'analyse syntaxique des apparences - + Ctrl+Shift+D Ctrl+Maj+D - + &Help &Aide - + &Community Support Support &communautaire - + Get help with Mixxx Obtenir de l'aide sur Mixxx - + &User Manual &Manuel utilisateur - + Read the Mixxx user manual. Lire le manuel utilisateur de Mixxx - + &Keyboard Shortcuts &Raccourcis clavier - + Speed up your workflow with keyboard shortcuts. Gagnez en rapidité avec les raccourcis clavier. - + Send Us &Feedback Envoyez-nous vos &remarques - + Send feedback to the Mixxx team. Envoyer des retours à l'équipe de Mixxx. - + &Translate This Application &Traduire cette application - + Help translate this application into your language. Aidez à traduire cette application dans votre langage. - + &About À &propos - + About the application A propos de l'application @@ -12288,9 +12453,7 @@ Complètement à droite: fin de la période d'effet Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source Chargement piste .. @@ -12372,6 +12535,12 @@ Text on waveform overview when file is cached from source Add to Playlist Ajouter à la liste de lecture + + + Reset + Reset metadata in right click track context menu in library + Réinitialiser + Cover Art @@ -12384,58 +12553,68 @@ Text on waveform overview when file is cached from source Echap - + Remove Supprimer - + + Remove from Playlist + Enlever de la liste de lecture + + + + Remove from Crate + Ôter du bac + + + Hide from Library Masquer dans la bibliothèque - + Unhide from Library Démasquer dans la bibliothèque - + Purge from Library Purger de la bibliothèque - + Properties Propriétés - + Open in File Browser Ouvrir le Navigateur de Fichiers - + 4/3 BPM 4/3 BPM - + 3/2 BPM 3/2 BPM - - + + Create New Playlist Créer une nouvelle liste de lecture - + Create New Crate Créer un nouveau bac - + Enter name for new playlist: Entrer le nom de la nouvelle liste de lecture : @@ -12465,150 +12644,144 @@ Text on waveform overview when file is cached from source Changer le BPM - - Clear - Clear metadata in right click track context menu in library - Effacer - - - + Add to Auto DJ Queue (Bottom) Ajouter à la file Auto DJ (fin) - + Add to Auto DJ Queue (Top) Ajouter à la file Auto DJ (début) - + Add to Auto DJ Queue (Replace) Ajouter à la file Auto DJ (remplacer) - + Import From File Tags Importer à partir des tags du fichier - + Import From MusicBrainz Importer à partir de MusicBrainz - + Export To File Tags Exporter vers les tags du fichier - + Preview Deck Platine de pré-écoute - + BPM and Beatgrid BPM et grille rythmique - + Play Count Compteur de lecture. - + Cue Point Point de repère - + Hotcues Repères rapides - + Loop Boucle - + ReplayGain ReplayGain - + Waveform Forme d'onde - + All Tous - + Deck %1 Platine %1 - + New Playlist Nouvelle liste de lecture - - - + + + Playlist Creation Failed - La création de la liste de lecture a échouée + La création de la liste de lecture a échoué - + A playlist by that name already exists. - Le nom de la liste de lecture existe déjà + Il existe déjà une liste de lecture avec ce nom - + A playlist cannot have a blank name. Une liste de lecture ne peut pas être sans nom. - + An unknown error occurred while creating playlist: Une erreur inconnue s'est produite à la création de la liste de lecture : - + Lock BPM Verrouiller le tempo - + Unlock BPM Déverrouiller le tempo - + Double BPM Doubler le tempo - + Halve BPM Diviser le tempo par deux - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + Sampler %1 Échantillonneur %1 @@ -12624,12 +12797,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) (GLSL) - + (GL) (GL) diff --git a/res/translations/mixxx_ga.ts b/res/translations/mixxx_ga.ts index a6cae9de775f..7d1a12cfcfcd 100644 --- a/res/translations/mixxx_ga.ts +++ b/res/translations/mixxx_ga.ts @@ -1,4 +1,4 @@ - + : @@ -386,22 +386,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error - + <b>Error with settings for '%1':</b><br> @@ -695,8 +695,8 @@ - - + + Deck %1 @@ -787,13 +787,13 @@ - + Set to full volume - + Set to zero volume @@ -818,13 +818,13 @@ - + Headphone listen button - + Mute button @@ -840,25 +840,25 @@ - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -934,229 +934,224 @@ - - One-time beat sync (tempo and phase) - - - - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode - + Equalizers - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Beat-Looping - + Create %1-beat loop - + Create temporary %1-beat loop roll - + Library @@ -1287,20 +1282,20 @@ + - Volume Fader - + Full Volume - + Zero Volume @@ -1316,7 +1311,7 @@ - + Mute @@ -1327,7 +1322,7 @@ - + Headphone Listen @@ -1348,25 +1343,25 @@ - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1471,11 +1466,6 @@ Sync Mode - - - Tap to sync, hold to enable sync mode - - Internal Sync Master @@ -1523,527 +1513,521 @@ - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Speed (Pitch/Tempo) - + Keylock Mode - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original - + High EQ - + Mid EQ - + Low EQ - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Track Load and Play - + Load selected track and play - + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - + Quick Effect - + Clear effect rack - + Clear Effect Rack - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain + - + - + - + - Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect + - Parameter Value + - Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Cover Art Show/Hide - + Show/hide cover art - + Waveform Zoom Out - + Toggle Effect Unit @@ -2068,546 +2052,566 @@ - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - - + + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) + - Adjust %1 + - Kill %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ DJ Uathoibríoch - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Microphone Show/Hide - + Show/hide the microphone section - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out @@ -2917,6 +2921,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + + + + + With contributions from: + + + + + And special thanks to: + + + + + Past Developers + + + + + Past Contributors + + + DlgAboutDlg @@ -3561,102 +3593,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Automatic - + Mono - + Stereo - - - - + + + + Action failed - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3669,27 +3701,27 @@ Two source connections to the same server can't have the same mountpoint. - + Mixxx Icecast Testing - + Public stream - + http://www.mixxx.org - + Stream name - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. @@ -3724,189 +3756,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. - + + ICQ + + + + + AIM + + + + Website - + Live mix - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre Seánra - + Use UTF-8 encoding for metadata. - + Description - + Encoding - + Bitrate Ráta giotán - - + + Format - + Channels - + Server connection - + Type Saghas - + Host - + Login - + Mount - + Port - + Password - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4664,15 +4711,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected @@ -4799,32 +4842,32 @@ Displayed when no effect is selected - + Effect Info - + Version: - + Description: - + Author: - + Name: - + Type: @@ -5061,6 +5104,19 @@ and allows you to pitch adjust them for harmonic mixing. + + DlgPrefLV2Dlg + + + Equalizer Preferences + + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5882,11 +5938,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds @@ -6126,17 +6178,17 @@ milliseconds - + OpenGL not available - + dropped frames - + Cached waveforms occupy %1 MiB on disk. @@ -6174,28 +6226,28 @@ milliseconds - + Default zoom level Waveform zoom - + Displays the actual frame rate. - + Visual gain of the middle frequencies - + End of track warning - + OpenGL status @@ -6210,105 +6262,124 @@ milliseconds - + Low - + Middle - + Global - + Visual gain of the high frequencies - + Visual gain of the low frequencies - + High - + Waveform type - + Global visual gain - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. - + Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms @@ -6316,83 +6387,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library - + Interface - + Waveforms - + Auto DJ DJ Uathoibríoch - + Equalizers - + Decks - + Crossfader - + + Effects + + + + + LV2 Plugins + + + + Recording - + Beat Detection - + Key Detection - + Normalization - - + + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -6909,7 +6990,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject @@ -6923,40 +7004,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h + + EffectSettingsModel + + + Visible + + + + + Name + + + + + Type + Saghas + + EffectsManager - + Flanger - + BitCrusher - + Filter - + Reverb - + Echo - + AutoPan - + Tremolo @@ -7127,39 +7226,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes - - + + Select your iTunes library - + (loading) iTunes - + Use Default Library - + Choose Library... - + Error Loading iTunes Library - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. @@ -7396,52 +7495,52 @@ support. MixxxMainWindow - + Choose music library directory - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7449,147 +7548,139 @@ Click OK to exit. - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. - - + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? - - NativeBackend - - - Native - - - ParserCsv @@ -7968,563 +8059,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo - - + + Time - - + + Ping Pong - - - - + + + + Send - + How much of the signal to send into the delay buffer - - - - + + + + Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth - - + + Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM - + Set the beats per minute value of the click sound - + Sync - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low - - - + + + Gain for Low Filter - + Kill Low - + Kill the Low Filter - + Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8534,58 +8625,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8650,47 +8741,47 @@ Higher values result in less attenuation of high frequencies. - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8700,60 +8791,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix @@ -8786,45 +8877,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8832,172 +8923,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9034,22 +9146,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9185,132 +9307,147 @@ Fully right: end of the effect period - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. - + Error setting bitrate - + Error: unknown server protocol! - + Error: libshout only supports Shoutcast with MP3 format! - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -9728,7 +9865,7 @@ Fully right: end of the effect period - + Cover Art @@ -9990,7 +10127,6 @@ Fully right: end of the effect period Key - The musical key of a track Eochair @@ -10065,563 +10201,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - - - - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10643,123 +10815,123 @@ Fully right: end of the effect period - + If quantize is enabled, snaps to the nearest beat. - + Quantize - + Toggles quantization. - + Loops and cues snap to the nearest beat when quantization is enabled. - + Reverse - + Reverses track playback during regular playback. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause - + Jumps to the beginning of the track. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -10904,255 +11076,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. - + Jumps to the beginning of the track and stops. - + Plays or pauses the track. - + (while playing) - + (while stopped) - + Cue - + Headphone - + Mute - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. - + If no deck is playing, syncs to the first deck that has a BPM. - + Decks can't sync to samplers and samplers can only sync to decks. - + Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key - The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11217,279 +11388,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. - + Fast Rewind - + Fast rewind through the track. - + Fast Forward - + Fast forward through the track. - + Jumps to the end of the track. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control - + Pitch Rate - + Displays the current playback rate of the track. - + Repeat - + When active the track will repeat if you go past the end or reverse before the start. - + Eject - + Ejects track from the player. - + Hotcue - + If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. - + If hotcue is set, clears the hotcue. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Albam - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -11611,34 +11782,6 @@ Fully right: end of the effect period - - Ui - - - Mixxx %1 Development Team - - - - - With contributions from: - - - - - And special thanks to: - - - - - Past Developers - - - - - Past Contributors - - - VSyncThread @@ -11734,12 +11877,18 @@ Fully right: end of the effect period WEffect - - None + + %1: %2 + %1 = effect name; %2 = effect description + None + + + + No effect loaded. @@ -11878,317 +12027,333 @@ Fully right: end of the effect period - + May not be supported on all skins. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + + + + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback - + Send feedback to the Mixxx team. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -12205,9 +12370,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source @@ -12289,6 +12452,12 @@ Text on waveform overview when file is cached from source Add to Playlist + + + Reset + Reset metadata in right click track context menu in library + + Cover Art @@ -12301,58 +12470,68 @@ Text on waveform overview when file is cached from source - + Remove - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library - + Unhide from Library - + Purge from Library - + Properties - + Open in File Browser - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist - + Create New Crate - + Enter name for new playlist: @@ -12382,150 +12561,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues - + Loop - + ReplayGain - + Waveform - + All - + Deck %1 - + New Playlist - - - + + + Playlist Creation Failed - + A playlist by that name already exists. - + A playlist cannot have a blank name. - + An unknown error occurred while creating playlist: - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + Sampler %1 @@ -12541,12 +12714,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) - + (GL) diff --git a/res/translations/mixxx_gl.ts b/res/translations/mixxx_gl.ts index 642e700f92e8..14db8e8b7922 100644 --- a/res/translations/mixxx_gl.ts +++ b/res/translations/mixxx_gl.ts @@ -1,4 +1,4 @@ - + : @@ -388,22 +388,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error - + <b>Error with settings for '%1':</b><br> @@ -601,7 +601,7 @@ Album Artist - Interprete + Interprete do álbum @@ -697,8 +697,8 @@ - - + + Deck %1 Prato %1 @@ -789,13 +789,13 @@ - + Set to full volume Estabelecer o volume no máximo - + Set to zero volume Estabelecer o volume a cero @@ -820,13 +820,13 @@ Botón de desprazamento inverso (Censor) - + Headphone listen button Botón de escoita por auriculares - + Mute button Botón de silencio @@ -842,25 +842,25 @@ - + Mix orientation (e.g. left, right, center) Orientación da mestura (p-ex. esquerda, dereita, centro) - + Set mix orientation to left Estabelecer a orientación da mestura cara a esquerda - + Set mix orientation to center Estabelecer a orientación da mestura no centro - + Set mix orientation to right Estabelecer a orientación da mestura cara a dereita @@ -936,229 +936,224 @@ Conmutador do modo de sincronización de 3 estados (APAGADO, ESCRAVO, MESTRE) - - One-time beat sync (tempo and phase) - Sincronizar só unha vez o golpe (tempo e fase) - - - + One-time beat sync (tempo only) Sincronizar só unha vez o golpe (só o tempo) - + One-time beat sync (phase only) Sincronizar só unha vez o golpe (só a fase) - + Toggle keylock mode Conmutador do modo de bloqueo tonal - + Equalizers Ecualizadores - + Vinyl Control Control do vinilo - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Conmutador do modo de punto de referencia do control de vinilo (APAGADO/UNHA/ACTIVO) - + Toggle vinyl-control mode (ABS/REL/CONST) Conmutador do Control do vinilo (ABS/REL/CONST) - + Pass through external audio into the internal mixer Enviar o son externo ao mesturador interno - + Cues Referencias - + Cue button Botón de punto de referencia - + Set cue point Estabelecer o punto de referencia - + Go to cue point Ir o punto de referencia - + Go to cue point and play Ir o punto de referencia e reproducir - + Go to cue point and stop Ir o punto de referencia e deter - + Preview from cue point Escoita previa do punto de referencia - + Cue button (CDJ mode) Botón de punto de referencia (modo CDJ) - + Stutter cue Referencia repetida (tatexo) - + Hotcues Referencias activas - + Set, preview from or jump to hotcue %1 Estabelecer, preescoitar ou ir á referencia activa %1 - + Clear hotcue %1 Limpar a referencia activa %1 - + Set hotcue %1 Estabelecer a referencia activa %1 - + Jump to hotcue %1 Saltar á referencia activa %1 - + Jump to hotcue %1 and stop Saltar á referencia activa %1 e deter - + Jump to hotcue %1 and play Saltar á referencia activa %1 e reproducir - + Preview from hotcue %1 Escoita previa desde a referencia activa %1 - - + + Hotcue %1 Referencia activa %1 - + Looping Repetición en bucle - + Loop In button Botón para o comezo do bucle - + Loop Out button Botón para a fin do bucle - + Loop Exit button Botón de saída do bucle - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Mover o bucle cara diante en %1 golpes - + Move loop backward by %1 beats Mover o bucle cara atrás en %1 golpes - + Beat-Looping Bucle por golpe - + Create %1-beat loop Crear un bucle de %1 golpes - + Create temporary %1-beat loop roll Crear un bucle temporal constante de %1 golpes - + Library Fonoteca @@ -1289,20 +1284,20 @@ + - Volume Fader Control de volume - + Full Volume Volume máximo - + Zero Volume Volume cero @@ -1318,7 +1313,7 @@ - + Mute Silenciar @@ -1329,7 +1324,7 @@ - + Headphone Listen Escoita por auriculares @@ -1350,25 +1345,25 @@ - + Orientation Orientación - + Orient Left Orientar cara a esquerda - + Orient Center Orientar ao centro - + Orient Right Orientar cara a dereita @@ -1473,11 +1468,6 @@ Sync Mode Modo de sincronización - - - Tap to sync, hold to enable sync mode - Toque para sincronizar, manter premido para activar o modo de sincronización - Internal Sync Master @@ -1525,527 +1515,521 @@ Sincroniza o ritmo ao premer - + Sync Tempo One-Shot Sincroniza o tempo ao premer - + Sync Phase One-Shot Sincroniza a fase ao premer - + Speed (Pitch/Tempo) Velocidade (Ton/Tempo) - + Keylock Mode Modo de bloqueo tonal - + Pitch control (does not affect tempo), center is original pitch Control de ton (non afecta ao tempo), no centro está o ton orixinal - + Pitch Adjust Axuste de ton - + Adjust pitch from speed slider pitch Axuste o ton dende o esvarador de ton - + Match musical key Coincidir coa clave musical - + Match Key Coincidir coa clave - + Reset Key Restabelecer a clave - + Resets key to original Restabelecer a clave á orixinal - + High EQ EQ agudos - + Mid EQ EQ medios - + Low EQ EQ graves - + Toggle Vinyl Control Conmutador do Control do vinilo - + Toggle Vinyl Control (ON/OFF) Conmutador do Control do vinilo (acendido/apagado) - + Vinyl Control Mode Modo do Control do vinilo - + Vinyl Control Cueing Mode Modo de Control dos puntos de referencia con vinilo - + Vinyl Control Passthrough Paso do son de entrada do Control do vinilo - + Vinyl Control Next Deck Control do vinilo ao seguinte prato - + Single deck mode - Switch vinyl control to next deck Modo de prato único - Pasar o control do vinilo para o seguinte prato - + Cue Referencia - + Set Cue Estabelecer a referencia - + Go-To Cue Ir á referencia - + Go-To Cue And Play Ir á e reproducir - + Go-To Cue And Stop Ir á referencia e deter - + Preview Cue Escoita previa do punto de referencia - + Cue (CDJ Mode) Punto de referencia (modo CDJ) - + Stutter Cue Referencia repetida (tatexo) - + Go to cue point and play after release Ir á referencia e reproducir após soltar - + Clear Hotcue %1 Limpar a referencia activa %1 - + Set Hotcue %1 Estabelecer a referencia activa %1 - + Jump To Hotcue %1 Saltar á referencia activa %1 - + Jump To Hotcue %1 And Stop Saltar á referencia activa %1 e deter - + Jump To Hotcue %1 And Play Saltar á referencia activa %1 e reproducir - + Preview Hotcue %1 Escoita previa da referencia activa %1 - + Loop In Inicio do bucle - + Loop Out Fin do bucle - + Loop Exit Saír do bucle - + Reloop/Exit Loop Repetir/saír do bucle - + Loop Halve Divide o bucle á metade - + Loop Double Duplica a lonxitude do bucle - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Mover o bucle +%1 golpes - + Move Loop -%1 Beats Mover o bucle -%1 golpes - + Loop %1 Beats Bucle de %1 golpes - + Loop Roll %1 Beats Bucle corredizo de %1 golpes - + Add to Auto DJ Queue (bottom) Engadir á cola de DJ automático (abaixo) - + Append the selected track to the Auto DJ Queue Engade as pistas seleccionadas na fin da cola de Auto DJ - + Add to Auto DJ Queue (top) Engadir á cola de DJ automático (arriba) - + Prepend selected track to the Auto DJ Queue Engade as pistas seleccionadas no principio da cola de Auto DJ - + Load Track Cargara pista - + Load selected track Cargar a pista seleccionada - + Track Load and Play Cargara pista e reproducir - + Load selected track and play Cargar a pista seleccionada e reproducila - + Record Mix Gravar a mestura - + Toggle mix recording Conmutador da gravación da mestura - + Effects Efectos - + Quick Effects Efectos rápidos - + Deck %1 Quick Effect Super Knob Súper mando de efecto rápido do prato %1 - + Quick Effect Super Knob (control linked effect parameters) Súper mando de efecto rápido (parámetros de efecto asociado ao control) - + Quick Effect Efecto rápido - + Clear effect rack Limpar a caixa de efectos - + Clear Effect Rack Limpar a caixa de efectos - + Clear Unit Limpar a unidade - + Clear effect unit Limpar a unidade de efectos - + Toggle Unit Conmutador da unidade - + Dry/Wet Directo/Procesado - + Adjust the balance between the original (dry) and processed (wet) signal. Axusta o equilibrio entre o sinal orixinal (dry) e o procesado (wet). - + Super Knob Súper mando - - - Insert/Send Toggle - Conmutador de inserción/envío - - - + Next Chain Seguinte cadea + - + - + - + - Assign Asignar - + Clear Limpar - + Clear the current effect Limpar o efecto actual - + Toggle Conmutar - + Toggle the current effect Conmutador do efecto actual - + Next Seguinte - + Switch to next effect Pasa ao efecto seguinte - + Previous Anterior - + Switch to the previous effect Pasa ao efecto anterior - + Next or Previous Seguinte ou anterior - + Switch to either next or previous effect Pasa ao anterior ou seguinte efecto + - Parameter Value Valor do parámetro + - Microphone Ducking Strength Intensidade da atenuación do micrófono - + Microphone Ducking Mode Modo de atenuación do micrófono - + Gain Ganancia - + Gain knob Mando da ganancia - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle Conmutador do DJ automático - + Toggle Auto DJ On/Off Conmutador do DJ automático acender/apagar - + Library Maximize/Restore Maximiza/Restaura a vista da fonoteca - + Maximize the track library to take up all the available screen space. Maximiza ou restaura a vista da fonoteca per abarcar toda a pantalla - + Effect Rack Show/Hide Amosar/agachar a caixa de efectos - + Show/hide the effect rack Amosar/agachar a caixa de efectos - + Cover Art Show/Hide Amosar/agachar o deseño da portada - + Show/hide cover art Amosar/agachar o deseño da portada - + Waveform Zoom Out Afastar o zoom da forma da onda - + Toggle Effect Unit Conmutador da unidade de efectos @@ -2070,546 +2054,566 @@ Ganancia dos auriculares - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed Velocidade de reprodución - + Playback speed control (Vinyl "Pitch" slider) Control de velocidade de reprodución (O ton do vinilo) - + Pitch (Musical key) Ton (clave musical) - + Increase Speed Incrementar a velocidade - + Adjust speed faster (coarse) Axuste da velocidade rápida (basto) - - + + Increase Speed (Fine) Incrementar a velocidade (fino) - + Adjust speed faster (fine) Axuste da velocidade rápida (fino) - + Decrease Speed Diminuir a velocidade - + Adjust speed slower (coarse) Axuste da velocidade lenta (basto) - + Adjust speed slower (fine) Axuste da velocidade lenta (fino) - + Temporarily Increase Speed Incremento temporal da velocidade - + Temporarily increase speed (coarse) Incremento temporal da velocidade (basto) - + Temporarily Increase Speed (Fine) Incremento temporal da velocidade (fino) - + Temporarily increase speed (fine) Incremento temporal da velocidade (fino) - + Temporarily Decrease Speed Diminución temporal da velocidade - + Temporarily decrease speed (coarse) Diminución temporal da velocidade (basto) - + Temporarily Decrease Speed (Fine) Diminución temporal da velocidade (fino) - + Temporarily decrease speed (fine) Diminución temporal da velocidade (fino) + - Adjust %1 Axuste %1 + - Kill %1 Eliminar %1 - + CUP (Cue + Play) CUP (Punto de referencia + Reproducir) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up Mover cara arriba - + Equivalent to pressing the UP key on the keyboard Equivalente a premer la tecla frecha ARRIBA no teclado - + Move down Mover cara abaixo - + Equivalent to pressing the DOWN key on the keyboard Equivalente a premer la tecla frecha ABAIXO no teclado - + Move up/down Mover cara arriba/abaixo - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys Mover verticalmente en calquera dirección usando un mando, como se se premeran as teclas frecha ARRIBA/ABAIXO - + Scroll Up Páxina arriba - + Equivalent to pressing the PAGE UP key on the keyboard Equivalente a premer a tecla de páxina arriba (RePáx) no teclado - + Scroll Down Páxina abaixo - + Equivalent to pressing the PAGE DOWN key on the keyboard Equivalente a premer a tecla de páxina abaixo (AvPáx) no teclado - + Scroll up/down Páxina arriba/abaixo - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys Mover verticalmente en calquera dirección usando un mando, como se se premeran as teclas de avance/retroceso de páxina (RePáx/AvPáx) - + Move left Mover cara a esquerda - + Equivalent to pressing the LEFT key on the keyboard Equivalente a premer la tecla frecha ESQUERDA no teclado - + Move right Mover cara a dereita - + Equivalent to pressing the RIGHT key on the keyboard Equivalente a premer la tecla frecha DEREITA no teclado - + Move left/right Mover cara a esquerda/dereita - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys Mover verticalmente en calquera dirección usando un mando, como se se premeran as teclas frecha ESQUERDA/DEREITA - + Move focus to right pane Mover o foco para o panel dereito - + Equivalent to pressing the TAB key on the keyboard Equivalente a premer la tecla TABULADOR no teclado - + Move focus to left pane Mover o foco para o panel esquerdo - + Equivalent to pressing the SHIFT+TAB key on the keyboard Equivalente a premer as teclas MAIÚS+ TABULADOR no teclado - + Move focus to right/left pane Mover o foco para o panel esquerdo/dereito - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys Mover o foco para o panel esquerdo ou dereito usando un mando, como se se premera TABULADOR/MAIÚS+TABULADOR - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing Activar ou desactivar o procesado de efectos - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset Seguinte axuste previo de cadea - + Previous Chain Cadea anterior - + Previous chain preset Anterior axuste previo de cadea - + Next/Previous Chain Cadea seguinte/anterior - + Next or previous chain preset Seguinte ou anterior axuste previo de cadea + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary Micrófono / Auxiliar - + Microphone On/Off Micrófono acender/apagar - + Microphone on/off Micrófono acender/apagar - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Conmutador do modo de atenuación de micrófono (APAGADO, AUTO, MANUAL) - + Auxiliary On/Off Auxiliar acender/apagar - + Auxiliary on/off Auxiliar acender/apagar - + Auto DJ DJ automático - + Auto DJ Shuffle DJ automático ao chou - + Auto DJ Skip Next Omitir a seguinte no DJ automático - + Auto DJ Fade To Next Esvaecer para a seguinte no DJ automático - + Trigger the transition to the next track Disparar a transición á pista seguinte - + User Interface Interface de usuario - + Samplers Show/Hide Amosar/agachar o reprodutor de mostras - + Show/hide the sampler section Amosar/agachar a sección do reprodutor de mostras - + Microphone Show/Hide Amosar/agachar o micrófono - + Show/hide the microphone section Amosar/agachar a sección do micrófono - + Vinyl Control Show/Hide Amosar/agochar o Control do vinilo - + Show/hide the vinyl control section Amosar/agachar a sección do Control do vinilo - + Preview Deck Show/Hide Amosar/agochar a escoita previa do prato - + Show/hide the preview deck Amosar/agachar a escoita previa do prato - + Vinyl Spinner Show/Hide Amosar/agachar o trebello do vinilo xiratorio - + Show/hide spinning vinyl widget Amosar/agachar o trebello do vinilo xiratorio - + Waveform zoom Zoom da forma da onda - + Waveform Zoom Zoom da forma da onda - + Zoom waveform in Achegar o zoom da forma da onda - + Waveform Zoom In Achegar o zoom da forma da onda - + Zoom waveform out Afastar o zoom da forma da onda @@ -2919,6 +2923,34 @@ Non foi posíbel duplicar o caixón + + DlgAbout + + + Mixxx %1 Development Team + Equipo de desenvolvemento do Mixxx %1 + + + + With contributions from: + Coa colaboración de: + + + + And special thanks to: + Grazas, especialmente a: + + + + Past Developers + Desenvolvedores anteriores + + + + Past Contributors + Colaboradores anteriores + + DlgAboutDlg @@ -3573,102 +3605,102 @@ Tentou aprender sobre: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Automatic Automático - + Mono Mono - + Stereo Estéreo - - - - + + + + Action failed - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3681,27 +3713,27 @@ Two source connections to the same server can't have the same mountpoint.Preferencias da difusión en directo - + Mixxx Icecast Testing Proba de «Mixxx Icecast» - + Public stream Fluxo público - + http://www.mixxx.org http://www.mixxx.org - + Stream name Nome do fluxo - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. Por mor dalgún fallo nalgúns clientes de difusión, a actualización dinámica dos metadatos Ogg Vorbis pode causar interferencias e desconexións aos oíntes. Marque esta caixiña para actualizar, aínda así, os metadatos. @@ -3736,189 +3768,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. Actualizar dinamicamente os metadatos Ogg Vorbis. - + + ICQ + + + + + AIM + + + + Website Sitio web - + Live mix Mestura en directo - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre Xénero - + Use UTF-8 encoding for metadata. Usar a codificación UTF-8 para os metadatos. - + Description Descrición - + Encoding Codificación - + Bitrate Taxa de bits - - + + Format Formato - + Channels Canles - + Server connection Conexión co servidor - + Type Tipo - + Host Máquina - + Login Acceso - + Mount Montaxe - + Port Porto - + Password Contrasinal - + Stream info Información do fluxo - + Metadata Metadatos - + Use static artist and title. Usar nome de artista e título fixo. - + Static title Título fixo - + Static artist Artista fixo - + Automatic reconnect Volver conectar automaticamente - + Time to wait before the first reconnection attempt is made. Tempo de espera antes de volver tentar conectar por primeira vez. - - + + seconds segundos - + Wait until first attempt Agardar ata o primeiro intento - + Reconnect period Período para reconexión - + Time to wait between two reconnection attempts. Tempo de espera entre dous intentos de reconexión - + Limit number of reconnection attempts Limita o número de intentos de reconexión - + Maximum retries Máximo de intentos - + Reconnect if the connection to the streaming server is lost. Volver conectar se se perde a conexión co servidor do fluxo. - + Enable automatic reconnect Activar a reconexión automática @@ -4678,15 +4725,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected Ningún @@ -4813,32 +4856,32 @@ Displayed when no effect is selected Efectos dispoñíbeis - + Effect Info Información do efecto - + Version: Versión: - + Description: Descrición: - + Author: Autor: - + Name: Nome: - + Type: Tipo: @@ -5076,6 +5119,19 @@ súas pistas e permítelle a súa afinación para unha mestura harmónica.SOL#m + + DlgPrefLV2Dlg + + + Equalizer Preferences + Preferencias do ecualizador + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5086,7 +5142,7 @@ súas pistas e permítelle a súa afinación para unha mestura harmónica. You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? - Engadiu un ou máis directorios de música. As pistas destes directorios non estarán dispoñíbeis ata que volva a analizar a fonoteca. Quere analizala agora? + Engadiu un ou máis directorios de música. As pistas destes directorios non estarán dispoñíbeis ata que volva a examinar a fonoteca. Quere examinala agora? @@ -5346,7 +5402,7 @@ súas pistas e permítelle a súa afinación para unha mestura harmónica. Low - Baixa + Graves @@ -5358,7 +5414,7 @@ súas pistas e permítelle a súa afinación para unha mestura harmónica. High - Alta + Agudos @@ -5861,7 +5917,7 @@ O obxectivo de sonoridade é aproximado e asume que a ganancia e o nivel de saí Sample Rate - + Taxa de mostraxe @@ -5899,11 +5955,7 @@ O obxectivo de sonoridade é aproximado e asume que a ganancia e o nivel de saí ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds ms @@ -5924,7 +5976,7 @@ milliseconds Buffer Underflow Count - + Contador de desbordamento do búfer @@ -5939,7 +5991,7 @@ milliseconds Keylock/Pitch-Bending Engine - + Motor de bloqueo tonal/pregado do ton @@ -5974,7 +6026,7 @@ milliseconds System Reported Latency - + Latencia informada polo sistema @@ -6143,17 +6195,17 @@ milliseconds RGB - + OpenGL not available OpenGL non dispoñíbel - + dropped frames cadros desbotados - + Cached waveforms occupy %1 MiB on disk. As formas de onda almacenadas na caché ocupan %1 MiB no disco. @@ -6191,28 +6243,28 @@ milliseconds Ganancia visual - + Default zoom level Waveform zoom Nivel predeterminado de ampliación - + Displays the actual frame rate. Amosa a taxa de fotogramas actual. - + Visual gain of the middle frequencies Ganancia visual das frecuencias medias - + End of track warning Aviso do fin de pista - + OpenGL status Estado do OpenGL @@ -6227,105 +6279,124 @@ milliseconds segundos - + Low Graves - + Middle Medios - + Global Global - + Visual gain of the high frequencies Ganancia visual das frecuencias agudas - + Visual gain of the low frequencies Ganancia visual das frecuencias graves - + High Agudos - + Waveform type - + Global visual gain Ganancia visual global - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. Sincroniza o nivel de ampliación en todas as vistas de forma de onda. - + Synchronize zoom level across all waveforms Sincroniza o nivel de ampliación en todas as formas de onda. - + Caching Almacenamento na caché - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. A primeira vez que carga unha pista, Mixxx garda a caché da forma de onda no disco. Isto reduce o uso da CPU cando se está reproducindo en directo, mais require espazo adicional no disco. - + Enable waveform caching Activar o almacenamento na caché da forma de onda - + Generate waveforms when analyzing library Xerar formas de onda cando se analiza a fonoteca - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + % + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms Limpar as formas de onda na caché @@ -6333,83 +6404,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware Hardware de son - + Controllers Controladores - + Library Fonoteca - + Interface Interface - + Waveforms Formas de onda - + Auto DJ DJ automático - + Equalizers Ecualizadores - + Decks - + Crossfader Cursor de mestura - + + Effects + Efectos + + + + LV2 Plugins + + + + Recording Gravando - + Beat Detection Detección de ritmo - + Key Detection Detección de clave musical - + Normalization Normalización - - + + Vinyl Control Control do vinilo - + Live Broadcasting Difusión en directo - + Modplug Decoder Descodificador do Modplug @@ -6747,12 +6828,12 @@ Normalmente ofrece unhas grellas de ritmo de maior calidade, mais non funcionar Double BPM - Duplicar o BPM + Duplicar os BPM Halve BPM - Dividir ÷2 o BPM + Dividir ÷2 os BPM @@ -6928,7 +7009,7 @@ Normalmente ofrece unhas grellas de ritmo de maior calidade, mais non funcionar EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject Cadea baleira @@ -6942,40 +7023,58 @@ Normalmente ofrece unhas grellas de ritmo de maior calidade, mais non funcionar Non hai ningún efecto cargado + + EffectSettingsModel + + + Visible + + + + + Name + + + + + Type + Tipo + + EffectsManager - + Flanger Flanger - + BitCrusher BitCrusher - + Filter Filtro - + Reverb Reverberación - + Echo Eco - + AutoPan Panorama automático - + Tremolo @@ -7146,39 +7245,39 @@ Normalmente ofrece unhas grellas de ritmo de maior calidade, mais non funcionar ITunesFeature - - + + iTunes iTunes - - + + Select your iTunes library Seleccione a súa fonoteca de iTunes - + (loading) iTunes (cargando) iTunes - + Use Default Library Usar a fonoteca predeterminada - + Choose Library... Escoller unha fonoteca... - + Error Loading iTunes Library Produciuse un erro ao cargar a fonoteca do iTunes - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. Produciuse un erro ao cargar a súa fonoteca de iTunes. Algunhas das súas pistas ou listas de reprodución de iTunes non foron cargadas. @@ -7416,52 +7515,52 @@ OpenGL. MixxxMainWindow - + Choose music library directory Escolla o directorio da fonoteca - + Sound Device Busy O dispositivo de son está ocupado - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Tenteo de novo</b> despois de pechar o outro aplicativo ou de volver conectar un dispositivo de son - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Reconfigurar</b> os axustes do dispositivo de son do Mixxx. - - + + Get <b>Help</b> from the Mixxx Wiki. Obter <b>axuda</b> no wiki de Mixxx. - - - + + + <b>Exit</b> Mixxx. <b>Saír</b> do Mixxx. - + Retry Tentar de novo - + Cannot open database Non é posíbel abrir a base de datos - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7469,148 +7568,140 @@ Click OK to exit. - - + + Reconfigure Volver configurar - + Help Axuda - - + + Exit Saír - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error Produciuse un erro no dispositivo de son - + <b>Retry</b> after fixing an issue - + No Output Devices Non hai dispositivos de saída - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. Mixxx foi configurado sen ningún dispositivo de saída de son. Se non hai configurado.un dispositivo de saída de son o procesado será desactivado. - + <b>Continue</b> without any outputs. <b>Continuar</b> sen ningunha saída. - + Continue Continuar - + Load track to Deck %1 Cargar a pista no prato %1 - + Deck %1 is currently playing a track. O prato %1 está a reproducir unha pista. - + Are you sure you want to load a new track? Confirma que quere cargar unha nova pista? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. Non hai ningún dispositivo de entrada seleccionado para este control de paso. Seleccione antes un dispositivo de entrada nas preferencias de hardware de son. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file Produciuse un erro no ficheiro do tema - + The selected skin cannot be loaded. Non foi posíbel cargar o tema seleccionado. - + OpenGL Direct Rendering Debuxado directo OpenGL - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. Non está activado o debuxado directo no seu equipo.<br><br>Isto quere dicir que as vistas da forma da onda serán moi<br><b>lentas e poden sobrecargar en gran medida a CPU</b>. Aínda así, pode actualizar<br>a configuración para activar o debuxado directo ou desactivar<br>as vistas da forma da onda nas preferencias do Mixxx seleccionando<br>«Baleiro» como a forma da onda na sección «Interface».<br><br>NOTA: Se utiliza hardware de NVIDIA,<br>é probábel que non estea presente o debuxado directo, mais non debería experimentar un rendemento degradado. - - + + Confirm Exit Confirmar a saída - + A deck is currently playing. Exit Mixxx? O prato está reproducindo. Saír do Mixxx? - + A sampler is currently playing. Exit Mixxx? Un mostreador está reproducindo actualmente. Saír dp Mixxx? - + The preferences window is still open. A xanela de preferencias segue aberta. - + Discard any changes and exit Mixxx? Desbotar calquera cambio e saír do Mixxx? - - NativeBackend - - - Native - - - ParserCsv @@ -7991,563 +8082,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo Eco - - + + Time - - + + Ping Pong - - - - + + + + Send - + How much of the signal to send into the delay buffer Que cantidade de sinal será enviada ao búfer de retardo - - - - + + + + Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize Cuantizar - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter Filtro - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth - - + + Flanger Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM BPM - + Set the beats per minute value of the click sound - + Sync Sincronizar - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb Reverberación - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low - Baixa + Graves - - - + + + Gain for Low Filter - + Kill Low - + Kill the Low Filter - + Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High - Alta + Agudos - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8557,58 +8648,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo Estéreo - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8673,47 +8764,47 @@ Higher values result in less attenuation of high frequencies. F11 - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8723,60 +8814,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix @@ -8809,45 +8900,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance Balance - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8855,172 +8946,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + Incorporado + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9057,22 +9169,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording Gravando - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9208,132 +9330,147 @@ Fully right: end of the effect period Produciuse un erro ao estabelecer o modo de sen bloqueo: - + Error setting hostname! Produciuse un erro ao estabelecer o nome da máquina! - + Error setting port! Produciuse un erro ao estabelecer o porto! - + Error setting password! Produciuse un erro ao estabelecer o contrasinal! - + Error setting mount! Produciuse un erro ao estabelecer a montaxe! - + Error setting username! Produciuse un erro ao estabelecer o nome de usuario! - + Error setting stream name! Produciuse un erro ao estabelecer o nome do fluxo! - + Error setting stream description! Produciuse un erro ao estabelecer a descrición do fluxo! - + Error setting stream genre! Produciuse un erro ao estabelecer o xénero do fluxo! - + Error setting stream url! Produciuse un erro ao estabelecer o URL do fluxo! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! Produciuse un erro ao estabelecer o fluxo público! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. A difusión a 96kHz con Ogg Vorbis non está admitido actualmente..Tente unha taxa de mostraxe diferente ou cambie a outra codificación. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. Vexa https://bugs.launchpad.net/mixxx/+bug/686212 para obter máis información. - + Error setting bitrate Produciuse un erro ao estabelecer a taxa de bits - + Error: unknown server protocol! Erro: protocolo descoñecido do servidor! - + Error: libshout only supports Shoutcast with MP3 format! Erro: libshout só admite Shoutcast co formato MP3! - + Error setting protocol! Produciuse un erro ao estabelecer o protocolo! - + Network cache overflow Desbordamento da caché de rede - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. Perdeuse a conexión co servidor de fluxo e fallaron ½1 intentos de reconexión. - + Lost connection to streaming server. Perdeuse a conexión co servidor de fluxo - + Please check your connection to the Internet. Comprobe a súa conexión a internet. - + Can't connect to streaming server Non é posíbel conectar co servidor de fluxo - + Please check your connection to the Internet and verify that your username and password are correct. Comprobe a súa conexión a internet e verifique que o seu nome de usuario e contrasinal son correctos. @@ -9751,7 +9888,7 @@ Fully right: end of the effect period - + Cover Art Deseño da portada @@ -10013,7 +10150,6 @@ Fully right: end of the effect period Key - The musical key of a track Clave @@ -10088,563 +10224,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play Reproducir - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank Gardar o banco de mostras - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank Cargar o banco de mostras - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - Directo/Procesado - - - + Super Knob Súper mando - - - Insert/Send Toggle - Conmutador de inserción/envío - - - + Next Chain Seguinte cadea - + Previous Chain Cadea anterior - + Next/Previous Chain Cadea seguinte/anterior - + Clear Limpar - + Clear the current effect. - + Toggle Conmutar - + Toggle the current effect. - + Next Seguinte - + Clear Unit Limpar a unidade - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit Conmutador da unidade - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous Anterior - + Switch to the previous effect. - + Next or Previous Seguinte ou anterior - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10666,123 +10838,123 @@ Fully right: end of the effect period Axustar a grella do ritmo para que coincida co outro prato en reprodución - + If quantize is enabled, snaps to the nearest beat. Se está activada a cuantización, acóplase ao ritmo máis próximo. - + Quantize Cuantizar - + Toggles quantization. Conmutar o modo de cuantización. - + Loops and cues snap to the nearest beat when quantization is enabled. Bucles e referencias axústanse ao ritmo próximo cando a cuantización está activada. - + Reverse Inverter - + Reverses track playback during regular playback. Inverte a reprodución da pista durante unha reprodución normal. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause Reproducir/Deter - + Jumps to the beginning of the track. Salta ao principio da pista. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough Activa o paso do son - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -10927,255 +11099,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. - + Jumps to the beginning of the track and stops. - + Plays or pauses the track. Reproduce ou detén a pista. - + (while playing) (cando reproduce) - + (while stopped) (cando está detida) - + Cue Referencia - + Headphone Auricular - + Mute Silenciar - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. Sincronizase co primeiro prato (en orde numérica) que estea reproducindo unha pista e teña BPM. - + If no deck is playing, syncs to the first deck that has a BPM. Se non hai un prato reproducindo, sincronizase co primeiro prato que teña BPM. - + Decks can't sync to samplers and samplers can only sync to decks. Os pratos non poden sincronizar con mostreadores e os mostreadores só poden sincronizar con pratos. - + Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust Axuste de ton - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix Gravar a mestura - + Toggle mix recording. - + Enable Live Broadcasting Activar a difusión en directo - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. Azul para o paso do son activado. - + Playback will resume where the track would have been if it had not entered the loop. A reprodución retomase cando corresponda na pista como se non houbera entrado no bucle. - + Loop Exit Saír do bucle - + Turns the current loop off. Apaga o bucle actual. - + Slip Mode Modo de esvaramento - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. Cando está activado, a reprodución continua silenciosa en segundo plano durante un bucle, inversión de xiro, rabuñada, etc. - + Once disabled, the audible playback will resume where the track would have been. Unha vez desactivado, a reprodución sonora retomarase na pista na que debera estar. - + Track Key - The musical key of a track Clave da pista - + Displays the musical key of the loaded track. Amosa a clave musical da pista cargada. - + Clock Reloxo - + Displays the current time. Amosa o tempo actual. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11240,279 +11411,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. seleccionado en Preferencias -> Hardware de son. - + Fast Rewind Retroceso rápido - + Fast rewind through the track. Retroceder rápido na pista. - + Fast Forward Avance rápido - + Fast forward through the track. Avance rápido na pista. - + Jumps to the end of the track. Salta á fin da pista. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control Control do ton - + Pitch Rate Taxa de ton - + Displays the current playback rate of the track. Amosa a taxa de reprodución actual da pista. - + Repeat Repetición - + When active the track will repeat if you go past the end or reverse before the start. Cando está activada, a pista repetirase se sobrepasa a fin ou cara atrás antes do inicio. - + Eject Expulsar - + Ejects track from the player. Expulsa a pista do reprodutor. - + Hotcue Referencia activa - + If hotcue is set, jumps to the hotcue. Se está estabelecida a referencia activa, salta á referencia activa. - + If hotcue is not set, sets the hotcue to the current play position. Se non está estabelecida a referencia activa, estabelece a referencia activa na posición de reprodución actual. - + If hotcue is set, clears the hotcue. Se está estabelecida a referencia activa, limpa á referencia activa. - + Vinyl Control Mode Modo do Control do vinilo - + Absolute mode - track position equals needle position and speed. Modo absoluto - a posición da pista é igual a posición e velocidade da agulla. - + Relative mode - track speed equals needle speed regardless of needle position. Modo relativo - a velocidade da pista é igual á velocidade da agulla sen importar a posición da agulla. - + Constant mode - track speed equals last known-steady speed regardless of needle input. Modo constante - a velocidade da pista é igual á última velocidade constante coñecida, independentemente da entrada da agulla. - + Vinyl Status Estado do vinilo - + Provides visual feedback for vinyl control status: Fornece información visual para o estado do control do vinilo: - + Green for control enabled. Verde para o control activado. - + Blinking yellow for when the needle reaches the end of the record. Amarelo intermitente para cando a agulla chega á fin do disco. - + Loop-In Marker Marcador do inicio do bucle - + Loop-Out Marker Marcador da fin do bucle - + Loop Halve Divide o bucle á metade - + Halves the current loop's length by moving the end marker. Divide á metade a lonxitude do bucle actual movendo o marcador da fin. - + Deck immediately loops if past the new endpoint. O prato reinicia inmediatamente o bucle de sobrepasarse o novo punto de fin. - + Loop Double Duplica a lonxitude do bucle - + Doubles the current loop's length by moving the end marker. Duplica a lonxitude do bucle actual movendo o marcador da fin. - + Beatloop Golpe de bucle - + Toggles the current loop on or off. Conmutar o apagado e activado do bucle actual. - + Works only if Loop-In and Loop-Out marker are set. Só funciona se se estabelecen as marcas de inicio fin do de bucle. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode Modo punto de referencia do vinilo - + Determines how cue points are treated in vinyl control Relative mode: Determina como se tratan os puntos de referencia no modo relativo do control do vinilo: - + Off - Cue points ignored. Apagado: Os puntos de referencia son ignorados. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. Unha referencia: Se a agulla fose soltada despois dun punto de referencia, a pista vai buscar ese punto de referencia. - + Hot Cue - Track will seek to nearest previous hot cue point. Referencia activa: A pista tratará de localizar os puntos de referencia activos inmediatamente anteriores. - + Track Time Tempo da pista - + Track Duration Duración da pista - + Displays the duration of the loaded track. Amosa a duración da pista cargada. - + Information is loaded from the track's metadata tags. A información cargase desde as etiquetas de metadatos da pista. - + Track Artist Intérprete da pista - + Displays the artist of the loaded track. Amosa o intérprete da pista cargada. - + Track Title Título da pista - + Displays the title of the loaded track. Amosa o título da pista cargada. - + Track Album Álbum da pista - + Displays the album name of the loaded track. Amosa o álbum da pista cargada. - + Track Artist/Title Pista interprete/título - + Displays the artist and title of the loaded track. Amosa o interprete e o título da pista cargada. @@ -11634,34 +11805,6 @@ Fully right: end of the effect period Produciuse un erro ao cargar a súa fonoteca de Traktor. Algunhas das súas pistas ou listas de reprodución de Traktor non foron cargadas. - - Ui - - - Mixxx %1 Development Team - Equipo de desenvolvemento do Mixxx %1 - - - - With contributions from: - Coa colaboración de: - - - - And special thanks to: - Grazas, especialmente a: - - - - Past Developers - Desenvolvedores anteriores - - - - Past Contributors - Colaboradores anteriores - - VSyncThread @@ -11757,12 +11900,18 @@ Fully right: end of the effect period WEffect - + + %1: %2 + %1 = effect name; %2 = effect description + %1: %2 + + + None Ningún - + No effect loaded. Non hai ningún efecto cargado @@ -11901,317 +12050,333 @@ Fully right: end of the effect period &Ver - + May not be supported on all skins. É probábel que non admita todos os temas. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + Ctrl+1 + + + Show Microphone Section Amosar a sección do micrófono - + Show the microphone section of the Mixxx interface. Amosa a sección do micrófono na interface do Mixxx. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section Amosar a sección do Control do vinilo - + Show the vinyl control section of the Mixxx interface. Amosa a sección do control do vinilo na interface do Mixxx. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck Amosar a escoita previa do prato - + Show the preview deck in the Mixxx interface. Amosar a escoita previa do prato na interface do Mixxx. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art Amosa o deseño da portada - + Show cover art in the Mixxx interface. Amosar o deseño da portada na interface do Mixxx. - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library Maximizar a fonoteca - + Maximize the track library to take up all the available screen space. Maximiza ou restaura a vista da fonoteca per abarcar toda a pantalla - + Space Menubar|View|Maximize Library Espazo - + &Full Screen &Pantalla completa - + Display Mixxx using the full screen Amosa o Mixxx usando a pantalla completa - + &Options &Opcións - + &Vinyl Control &Control do vinilo - + Use timecoded vinyls on external turntables to control Mixxx Usar vinilos con código de tempo en xira discos externos para controlar Mixxx - + Enable Vinyl Control &%1 Activar o Control do vinilo &%1 - + &Record Mix &Gravar a mestura - + Record your mix to a file Grava a súa mestura a un ficheiro - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting Activar a &difusión en directo - + Stream your mixes to a shoutcast or icecast server Difundir as súas mesturas a un servidor Shoutcast ou Icecast - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts Activar os atallos do &teclado - + Toggles keyboard shortcuts on or off Conmutar os atallos de teclado activados ou desactivados - + Ctrl+` Ctrl+` - + &Preferences &Preferencias - + Change Mixxx settings (e.g. playback, MIDI, controls) Cambiar os axustes do Mixxx (p.ex. reprodución, MIDI, controles) - + &Developer &Desenvolvedor - + &Reload Skin &Volver cargar o tema - + Reload the skin Volver cargar o tema - + Ctrl+Shift+R Ctrl+Maiús+R - + Developer &Tools &Ferramentas de desenvolvemento - + Opens the developer tools dialog Abre o cadro de diálogo das ferramentas de desenvolvemento - + Ctrl+Shift+T Ctrl+Maiús+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E Ctrl+Maiús+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B Ctrl+Maiús+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D Ctrl+Maiús+D - + &Help &Axuda - + &Community Support Axuda da &comunidade - + Get help with Mixxx Obter axuda con Mixxx - + &User Manual Manual do &usuario - + Read the Mixxx user manual. Lea o manual do usuario do Mixxx. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback Envíenos as súas &suxestións - + Send feedback to the Mixxx team. Envíe a súa suxestión ao equipo do Mixx. - + &Translate This Application &Traducir este aplicativo - + Help translate this application into your language. Axude a traducir este aplicativo ao seu idioma. - + &About &Sobre - + About the application Sobre o aplicativo @@ -12228,9 +12393,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source Cargando a pista .. @@ -12312,6 +12475,12 @@ Text on waveform overview when file is cached from source Add to Playlist Engadir á lista de reprodución + + + Reset + Reset metadata in right click track context menu in library + Reiniciar + Cover Art @@ -12324,58 +12493,68 @@ Text on waveform overview when file is cached from source ESC - + Remove Retirar - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library Agachar da fonoteca - + Unhide from Library Amosar da fonoteca - + Purge from Library Purgar da fonoteca - + Properties Propiedades - + Open in File Browser Abrir no navegador de ficheiros - + 4/3 BPM 4/3 BPM - + 3/2 BPM 3/2 BPM - - + + Create New Playlist Crear unha nova lista de reprodución - + Create New Crate Crear un novo caixón - + Enter name for new playlist: Escriba o nome para a nova lista de reprodución @@ -12405,150 +12584,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - Limpar - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck Escoita previa do prato - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues Referencias activas - + Loop - + ReplayGain ReplayGain - + Waveform - + All Todas - + Deck %1 Prato %1 - + New Playlist Nova lista de reprodución - - - + + + Playlist Creation Failed Non foi posíbel crear a lista de reprodución - + A playlist by that name already exists. Xa existe unha lista de reprodución con ese nome. - + A playlist cannot have a blank name. Unha lista de reprodución non pode ter un nome baleiro. - + An unknown error occurred while creating playlist: Produciuse un erro descoñecido mentres se creaba a lista de reprodución: - + Lock BPM Bloquear os BPM - + Unlock BPM Desbloquear os BPM - + Double BPM Duplicar os BPM - + Halve BPM Dividir ÷2 os BPM - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + Sampler %1 Mostreador %1 @@ -12564,12 +12737,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) (GLSL) - + (GL) (GL) diff --git a/res/translations/mixxx_he.ts b/res/translations/mixxx_he.ts index 43210081c767..807d88c68e20 100644 --- a/res/translations/mixxx_he.ts +++ b/res/translations/mixxx_he.ts @@ -1,4 +1,4 @@ - + : @@ -91,7 +91,7 @@ An unknown error occurred while creating playlist: - תקלה לא ידועה בעת יצירת רשימת השמעה + קרתה תקלה לא ידועה בעת יצירת רשימת השמעה @@ -215,7 +215,7 @@ Playlist Creation Failed - יצירת רשימת השמעה נכשלה + יצירת רשימת השמעה שנכשלה @@ -249,7 +249,7 @@ Title - שם + שם תואר @@ -386,22 +386,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. לא ניתן להשתמש באחסון ססמאות מאובטח: נכשלה גישה למפתחות. - + Secure password retrieval unsuccessful: keychain access failed. אחזור ססמאות מאובטחות נכשל: נכשל בגישה למפתחות. - + Settings error שגיאת הגדרות - + <b>Error with settings for '%1':</b><br> שגיאה בהגדרות '% 1': 12 @@ -529,7 +529,7 @@ Title - שם + שם תואר @@ -695,8 +695,8 @@ - - + + Deck %1 משטח %1 @@ -787,13 +787,13 @@ - + Set to full volume הגדר את עוצמת הקול המלאה - + Set to zero volume הגדר לאפס עוצמת קול @@ -819,13 +819,13 @@ לחצן גלילה לאחור - + Headphone listen button כפתור האזנה לאוזניות - + Mute button כפתור השתק @@ -841,25 +841,25 @@ - + Mix orientation (e.g. left, right, center) כיוון המערבל (שמאל, ימין, מרכז) - + Set mix orientation to left הגדר כיוון ערבוב שמאלה - + Set mix orientation to center הגדר כיוון ערבוב למרכז - + Set mix orientation to right הגדר כיוון ערבוב ימינה @@ -902,344 +902,339 @@ Toggle quantize mode - + הדלק/כבה מצב ישיבה על הביטגריד Increase internal master BPM by 1 - + העלאת קצב פעימות לדקה פנימי ראשי ב 1 Decrease internal master BPM by 1 - + הורדת קצב פעימות לדקה פנימי ראשי ב 1 Increase internal master BPM by 0.1 - + העלאת קצב פעימות לדקה פנימי ראשי ב 0.1 Decrease internal master BPM by 0.1 - + הורדת קצב פעימות לדקה פנימי ראשי ב 0.1 Toggle sync master - + הדלק/כבה סינכרון ראשי Sync mode 3-state toggle (OFF, FOLLOWER, MASTER) - - - - - One-time beat sync (tempo and phase) - + מעבר בין 3 מצבי סינכרון (כבוי, עוקב, ראשי) - + One-time beat sync (tempo only) - + סינכרון קצב חד פעמי (פעימות לדקה בלבד) - + One-time beat sync (phase only) - + סינכרון קצב חד פעמי (מיקום בלבד) - + Toggle keylock mode - + הדלק/כבה מצב שמירת צליל - + Equalizers אקולייזר - + Vinyl Control - + שליטה כמו פטיפון - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + מעבר בין 3 מצבי סימון בשליטה כמו פטיפון (כבוי/יחיד/חם) - + Toggle vinyl-control mode (ABS/REL/CONST) - + מעבר בין 3 מצבי סוגי שליטה כמו פטיפון (מוחלט/מציאותי/קבוע) - + Pass through external audio into the internal mixer - + העבר אודיו חיצוני למיקסר פנימי - + Cues - + נקודות סימון - + Cue button - + לחצן סימון - + Set cue point - + קבע נקודת סימון - + Go to cue point - + קפוץ לנקודת סימון - + Go to cue point and play - + קפוץ לנקודת סימון ונגן - + Go to cue point and stop - + קפוץ לנקודת סימון ועצור - + Preview from cue point - + תצוגה מקדימה מנקודת הסימון - + Cue button (CDJ mode) - + לחצן סימון (מצב קומפקט-דיסק) - + Stutter cue - + נקודת סימון מגמגמת - + Hotcues - + נקודות סימון חמות - + Set, preview from or jump to hotcue %1 - + קבע, תצוגה מקדימה או קפיצה לנקודת סימון חמה %1 - + Clear hotcue %1 - + מחק נקודת סימון חמה %1 - + Set hotcue %1 - + קבע נקודת סימון חמה %1 - + Jump to hotcue %1 - + קפוץ לנקודת סימון חמה %1 - + Jump to hotcue %1 and stop - + קפוץ לנקודת סימון חמה %1 ועצור - + Jump to hotcue %1 and play - + קפוץ לנקודת סימון חמה %1 ונגן - + Preview from hotcue %1 - + תצוגה מקדימה מנקודת סימון חמה %1 - - + + Hotcue %1 - + נקודת סימון חמה %1 - + Looping לולאה - + Loop In button כפתור לולאה - + Loop Out button כפתור יציאה מלולאה - + Loop Exit button כפתור יציאה מלולאה - + 1/2 - + 1/2 - + 1 - + 1 - + 2 - + 2 - + 4 - + 4 - + 8 - + 8 - + 16 - + 16 - + 32 - + 32 - + 64 - + 64 - + Move loop forward by %1 beats העבר לולאה קדימה לפי % 1 פעימות - + Move loop backward by %1 beats העבר לולאה אחורה לפי% 1 פעימות - + Beat-Looping - מקצב הלולאה + לולאה לפי קצב - + Create %1-beat loop - יצירת מקצב לולאה 1% + יצירת לולאה לפי קצב 1% - + Create temporary %1-beat loop roll גליל יצירת זמני מקצב לולאה 1% - + Library ספריה Unit %1 - + יחידה %1 Slot %1 - + תא %1 Master crossfader - + קרוספיידר ראשי Master Balance - + איזון ראשי Master Delay - + אפקט דיילי ראשי Headphone Mix - + מיקס אוזניות Headphone Split Cue - + פיצול אוזניות Headphone Delay - + השהייה באוזניות Play - + נגן Fast Rewind - + הרצה אחורה Fast Rewind button - + לחצן הרצה אחורה Fast Forward - + הרצה קדימה Fast Forward button - + לחצן הרצה אחורה Strip Search - + חיפוש ברצועה Play Reverse - + ניגון אחורה Play Reverse button - + לחצן ניגון אחורה @@ -1249,162 +1244,162 @@ Jump To Start - + קפוץ להתחלה Jumps to start of track - + קפוץ לתחילת השיר Play From Start - + נגן מההתחלה Stop - + עצור Stop And Jump To Start - + עצור וקפוץ להתחלה Stop playback and jump to start of track - + עצור וקפוץ לתחילת השיר Jump To End - + קפוץ לסוף Volume - + ווליום (עוצמה) + - Volume Fader - + פיידר ווליום - + Full Volume - + ווליום הכי גבוה - + Zero Volume - + אפס ווליום Track Gain - + הגבר שיר Track Gain knob - + מחוג הגבר שיר - + Mute - + השתק Eject - + הוצאה - + Headphone Listen - + האזנה באוזניות Headphone listen (pfl) button - + לחצן שמיעה באוזניות (ללא תלות בפיידר) Repeat Mode - + מצב חזרה Slip Mode - + מצב החלקה - + Orientation - + כיוון - + Orient Left - + כוון שמאלה - + Orient Center - + כוון למרכז - + Orient Right - + כוון ימינה BPM +1 - + קצב +1 BPM -1 - + קצב -1 BPM +0.1 - + קצב +0.1 BPM -0.1 - + קצב -0.1 BPM Tap - + קביעת קצב לפי הקשה Adjust Beatgrid Faster +.01 - + כיוון רשת הקצב+.01 מהיר יותר Increase track's average BPM by 0.01 - + הגדלת קצב ממוצע של השיר ב0.01 @@ -1472,11 +1467,6 @@ Sync Mode - - - Tap to sync, hold to enable sync mode - - Internal Sync Master @@ -1516,7 +1506,7 @@ Sync Master - + סנכרון ראשי @@ -1524,527 +1514,521 @@ - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Speed (Pitch/Tempo) - + Keylock Mode - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original - + High EQ - + Mid EQ - + Low EQ - + Toggle Vinyl Control - + הדלק/כבה שליטה כמו פטיפון - + Toggle Vinyl Control (ON/OFF) - + הדלק/כבה שליטה כמו פטיפון (דולק/כבוי) - + Vinyl Control Mode - + מצב שליטה כמו פטיפון - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In סיבוב פנימה מלולאה - + Loop Out סיבוב החוצה מלולאה - + Loop Exit יציאה מסיבוב לולאה - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) הוסף לתור התקליטן האוטומטי (מלמטה) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) הוסף לתור תקליטן האוטומטי (מלמעלה) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Track Load and Play - + Load selected track and play - + Record Mix - + Toggle mix recording - + Effects אפקטים - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - + Quick Effect - + Clear effect rack - + Clear Effect Rack - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain + - + - + - + - Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next הבא - + Switch to next effect - + Previous הקודם - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect + - Parameter Value + - Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Cover Art Show/Hide - + Show/hide cover art - + Waveform Zoom Out - + Toggle Effect Unit @@ -2069,546 +2053,566 @@ - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - - + + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) + - Adjust %1 + - Kill %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ תקליטן אוטומטי - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Microphone Show/Hide - + Show/hide the microphone section - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out @@ -2759,7 +2763,7 @@ Export Track Files - יצא קבצי שמע + יצא רצועות שמע @@ -2918,6 +2922,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + + + + + With contributions from: + + + + + And special thanks to: + + + + + Past Developers + + + + + Past Contributors + + + DlgAboutDlg @@ -3562,102 +3594,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Automatic - + Mono - + Stereo סטריאו - - - - + + + + Action failed פעולה נכשלה - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3670,27 +3702,27 @@ Two source connections to the same server can't have the same mountpoint. - + Mixxx Icecast Testing - + Public stream - + http://www.mixxx.org - + Stream name - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. @@ -3725,189 +3757,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. - + + ICQ + + + + + AIM + + + + Website - + Live mix - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre סגנון - + Use UTF-8 encoding for metadata. - + Description תיאור - + Encoding - + Bitrate איכות שמע - - + + Format - + Channels - + Server connection - + Type סוג - + Host - + Login - + Mount - + Port - + Password - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds שניות - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4665,15 +4712,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected @@ -4800,32 +4843,32 @@ Displayed when no effect is selected - + Effect Info - + Version: - + Description: - + Author: - + Name: - + Type: @@ -5062,6 +5105,19 @@ and allows you to pitch adjust them for harmonic mixing. + + DlgPrefLV2Dlg + + + Equalizer Preferences + + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5364,7 +5420,7 @@ and allows you to pitch adjust them for harmonic mixing. 16 - + 16 @@ -5545,7 +5601,7 @@ and allows you to pitch adjust them for harmonic mixing. Title - שם + שם תואר @@ -5875,7 +5931,7 @@ The loudness target is approximate and assumes track pregain and master output l Headphone Delay - + השהייה באוזניות @@ -5883,11 +5939,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds @@ -5918,7 +5970,7 @@ milliseconds Master Delay - + אפקט דיילי ראשי @@ -6127,17 +6179,17 @@ milliseconds - + OpenGL not available - + dropped frames - + Cached waveforms occupy %1 MiB on disk. @@ -6175,28 +6227,28 @@ milliseconds - + Default zoom level Waveform zoom - + Displays the actual frame rate. - + Visual gain of the middle frequencies - + End of track warning - + OpenGL status @@ -6211,105 +6263,124 @@ milliseconds שניות - + Low נמוך - + Middle אמצע - + Global - + Visual gain of the high frequencies - + Visual gain of the low frequencies - + High גבוה - + Waveform type - + Global visual gain - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. - + Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. - - Show Beat Markers + + % + + + + + Play marker position - + + Moves the play marker position on the waveforms to the left, right or center (default). + + + + Clear Cached Waveforms @@ -6317,83 +6388,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers מקשים - + Library ספריה - + Interface - + Waveforms - + Auto DJ תקליטן אוטומטי - + Equalizers אקולייזר - + Decks - + Crossfader לחצות מדעך - + + Effects + אפקטים + + + + LV2 Plugins + + + + Recording הקלטה - + Beat Detection - + Key Detection - + Normalization - - + + Vinyl Control - + שליטה כמו פטיפון - + Live Broadcasting - + Modplug Decoder @@ -6408,7 +6489,7 @@ Select from different types of displays for the waveform, which differ primarily 1 - + 1 @@ -6467,7 +6548,7 @@ Select from different types of displays for the waveform, which differ primarily Title - שם + שם תואר @@ -6672,7 +6753,7 @@ Select from different types of displays for the waveform, which differ primarily Title - שם + שם תואר @@ -6910,7 +6991,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject @@ -6924,40 +7005,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h + + EffectSettingsModel + + + Visible + + + + + Name + שם + + + + Type + סוג + + EffectsManager - + Flanger - + BitCrusher - + Filter - + Reverb - + Echo - + AutoPan - + Tremolo @@ -7128,39 +7227,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes - - + + Select your iTunes library - + (loading) iTunes - + Use Default Library - + Choose Library... - + Error Loading iTunes Library - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. @@ -7397,52 +7496,52 @@ support. MixxxMainWindow - + Choose music library directory - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7450,147 +7549,139 @@ Click OK to exit. - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. - - + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? - - NativeBackend - - - Native - - - ParserCsv @@ -7914,7 +8005,7 @@ Do you want to scan your library for cover files now? Vinyl Control - + שליטה כמו פטיפון @@ -7969,563 +8060,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo - - + + Time - - + + Ping Pong - - - - + + + + Send - + How much of the signal to send into the delay buffer - - - - + + + + Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth - - + + Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM פעימות לדקה - + Set the beats per minute value of the click sound - + Sync - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low נמוך - - - + + + Gain for Low Filter - + Kill Low - + Kill the Low Filter - + Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High גבוה - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8535,58 +8626,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo סטריאו - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8651,47 +8742,47 @@ Higher values result in less attenuation of high frequencies. - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8701,60 +8792,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix @@ -8787,45 +8878,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8833,172 +8924,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9035,22 +9147,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording הקלטה - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9186,132 +9308,147 @@ Fully right: end of the effect period - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. - + Error setting bitrate - + Error: unknown server protocol! - + Error: libshout only supports Shoutcast with MP3 format! - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -9670,12 +9807,12 @@ Fully right: end of the effect period Headphone Mix - + מיקס אוזניות Headphone Split Cue - + פיצול אוזניות @@ -9710,7 +9847,7 @@ Fully right: end of the effect period Vinyl Control - + שליטה כמו פטיפון @@ -9729,7 +9866,7 @@ Fully right: end of the effect period - + Cover Art אומנות בכריכה @@ -9991,13 +10128,12 @@ Fully right: end of the effect period Key - The musical key of a track מקש BPM Tap - + קביעת קצב לפי הקשה @@ -10066,563 +10202,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play - + נגן - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - - - - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next הבא - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous הקודם - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10644,123 +10816,123 @@ Fully right: end of the effect period - + If quantize is enabled, snaps to the nearest beat. - + Quantize - + Toggles quantization. - + Loops and cues snap to the nearest beat when quantization is enabled. - + Reverse - + Reverses track playback during regular playback. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause - + Jumps to the beginning of the track. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -10905,255 +11077,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. - + Jumps to the beginning of the track and stops. - + Plays or pauses the track. - + (while playing) - + (while stopped) - + Cue - + Headphone - + Mute - + השתק - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. - + If no deck is playing, syncs to the first deck that has a BPM. - + Decks can't sync to samplers and samplers can only sync to decks. - + Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit יציאה מסיבוב לולאה - + Turns the current loop off. - + Slip Mode - + מצב החלקה - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key - The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11218,279 +11389,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. - + Fast Rewind - + הרצה קדימה - + Fast rewind through the track. - + Fast Forward - + הרצה קדימה - + Fast forward through the track. - + Jumps to the end of the track. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control - + Pitch Rate - + Displays the current playback rate of the track. - + Repeat - + When active the track will repeat if you go past the end or reverse before the start. - + Eject - + הוצאה - + Ejects track from the player. - + Hotcue - + If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. - + If hotcue is set, clears the hotcue. - + Vinyl Control Mode - + מצב שליטה כמו פטיפון - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album אלבום - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -11612,34 +11783,6 @@ Fully right: end of the effect period - - Ui - - - Mixxx %1 Development Team - - - - - With contributions from: - - - - - And special thanks to: - - - - - Past Developers - - - - - Past Contributors - - - VSyncThread @@ -11735,12 +11878,18 @@ Fully right: end of the effect period WEffect - - None + + %1: %2 + %1 = effect name; %2 = effect description + None + + + + No effect loaded. @@ -11879,317 +12028,333 @@ Fully right: end of the effect period - + May not be supported on all skins. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + + + + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback - + Send feedback to the Mixxx team. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -12206,9 +12371,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source @@ -12290,6 +12453,12 @@ Text on waveform overview when file is cached from source Add to Playlist + + + Reset + Reset metadata in right click track context menu in library + + Cover Art @@ -12302,58 +12471,68 @@ Text on waveform overview when file is cached from source - + Remove הסר - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library - + Unhide from Library - + Purge from Library - + Properties - + Open in File Browser - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist יצירת רשימת השמעה חדשה - + Create New Crate - + Enter name for new playlist: הכנס שם לרשימת השמעה חדשה @@ -12383,150 +12562,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues - + נקודות סימון חמות - + Loop - + ReplayGain רווח חוזר - + Waveform - + All - + Deck %1 משטח %1 - + New Playlist רשימת השמעה חדשה - - - + + + Playlist Creation Failed - יצירת רשימת השמעה נכשלה + יצירת רשימת השמעה שנכשלה - + A playlist by that name already exists. רשימת השמעה בעלת השם הנוכחי כבר קיימת - + A playlist cannot have a blank name. רשימת השמעה אינה יכולה להיות בעלת שם ריק - + An unknown error occurred while creating playlist: - קרתה תקלה בעת יצירת רשימת השמעה + קרתה תקלה לא ידועה בעת יצירת רשימת השמעה - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + Sampler %1 דגימה %1 @@ -12542,12 +12715,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) - + (GL) diff --git a/res/translations/mixxx_hr.ts b/res/translations/mixxx_hr.ts index 4d4d7b7f43a0..57dcf377b968 100644 --- a/res/translations/mixxx_hr.ts +++ b/res/translations/mixxx_hr.ts @@ -1,4 +1,4 @@ - + : @@ -386,22 +386,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error - + <b>Error with settings for '%1':</b><br> @@ -695,8 +695,8 @@ - - + + Deck %1 Svirač %1 @@ -787,13 +787,13 @@ - + Set to full volume - + Set to zero volume @@ -818,13 +818,13 @@ - + Headphone listen button Gumb za slušanje na slušalice - + Mute button @@ -840,25 +840,25 @@ - + Mix orientation (e.g. left, right, center) Orijentacija Miksa (ljevo, desno, centar) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -934,229 +934,224 @@ - - One-time beat sync (tempo and phase) - - - - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode - + Equalizers - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Beat-Looping - + Create %1-beat loop - + Create temporary %1-beat loop roll - + Library @@ -1287,20 +1282,20 @@ + - Volume Fader - + Full Volume - + Zero Volume @@ -1316,7 +1311,7 @@ - + Mute @@ -1327,7 +1322,7 @@ - + Headphone Listen @@ -1348,25 +1343,25 @@ - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1471,11 +1466,6 @@ Sync Mode - - - Tap to sync, hold to enable sync mode - - Internal Sync Master @@ -1523,527 +1513,521 @@ - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Speed (Pitch/Tempo) - + Keylock Mode - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original - + High EQ - + Mid EQ - + Low EQ - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) Dodaj u automatski DJ red - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) Dodaj u automatski DJ red (na vrh) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Track Load and Play - + Load selected track and play - + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - + Quick Effect - + Clear effect rack - + Clear Effect Rack - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain + - + - + - + - Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect + - Parameter Value + - Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob Potenciometar za pojačanje - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Cover Art Show/Hide - + Show/hide cover art - + Waveform Zoom Out - + Toggle Effect Unit @@ -2068,546 +2052,566 @@ - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - - + + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) + - Adjust %1 + - Kill %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Automatski DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Microphone Show/Hide - + Show/hide the microphone section - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out @@ -2917,6 +2921,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + + + + + With contributions from: + + + + + And special thanks to: + + + + + Past Developers + + + + + Past Contributors + + + DlgAboutDlg @@ -3561,102 +3593,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Automatic - + Mono - + Stereo - - - - + + + + Action failed - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3669,27 +3701,27 @@ Two source connections to the same server can't have the same mountpoint. - + Mixxx Icecast Testing - + Public stream - + http://www.mixxx.org - + Stream name - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. @@ -3724,189 +3756,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. - + + ICQ + + + + + AIM + + + + Website - + Live mix - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre Vrsta glazbe - + Use UTF-8 encoding for metadata. - + Description - + Encoding - + Bitrate Protok bitova - - + + Format - + Channels - + Server connection - + Type Vrsta - + Host - + Login - + Mount - + Port - + Password - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4664,15 +4711,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected @@ -4799,32 +4842,32 @@ Displayed when no effect is selected - + Effect Info - + Version: - + Description: - + Author: - + Name: - + Type: @@ -5061,6 +5104,19 @@ and allows you to pitch adjust them for harmonic mixing. + + DlgPrefLV2Dlg + + + Equalizer Preferences + + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5882,11 +5938,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds @@ -6126,17 +6178,17 @@ milliseconds - + OpenGL not available - + dropped frames - + Cached waveforms occupy %1 MiB on disk. @@ -6174,28 +6226,28 @@ milliseconds - + Default zoom level Waveform zoom - + Displays the actual frame rate. - + Visual gain of the middle frequencies - + End of track warning - + OpenGL status @@ -6210,105 +6262,124 @@ milliseconds - + Low - + Middle - + Global - + Visual gain of the high frequencies - + Visual gain of the low frequencies - + High - + Waveform type - + Global visual gain - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. - + Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms @@ -6316,83 +6387,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library - + Interface - + Waveforms - + Auto DJ Automatski DJ - + Equalizers - + Decks - + Crossfader Prelaznik - + + Effects + + + + + LV2 Plugins + + + + Recording - + Beat Detection - + Key Detection - + Normalization - - + + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -6909,7 +6990,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject @@ -6923,40 +7004,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h + + EffectSettingsModel + + + Visible + + + + + Name + + + + + Type + Vrsta + + EffectsManager - + Flanger - + BitCrusher - + Filter - + Reverb - + Echo - + AutoPan - + Tremolo @@ -7127,39 +7226,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes - - + + Select your iTunes library - + (loading) iTunes - + Use Default Library - + Choose Library... - + Error Loading iTunes Library - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. @@ -7396,52 +7495,52 @@ support. MixxxMainWindow - + Choose music library directory - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7449,147 +7548,139 @@ Click OK to exit. - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. - - + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? - - NativeBackend - - - Native - - - ParserCsv @@ -7968,563 +8059,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo - - + + Time - - + + Ping Pong - - - - + + + + Send - + How much of the signal to send into the delay buffer - - - - + + + + Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth - - + + Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM BPM - + Set the beats per minute value of the click sound - + Sync - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low - - - + + + Gain for Low Filter - + Kill Low - + Kill the Low Filter - + Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8534,58 +8625,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8650,47 +8741,47 @@ Higher values result in less attenuation of high frequencies. - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8700,60 +8791,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix @@ -8786,45 +8877,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8832,172 +8923,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9034,22 +9146,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9185,132 +9307,147 @@ Fully right: end of the effect period - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. - + Error setting bitrate - + Error: unknown server protocol! - + Error: libshout only supports Shoutcast with MP3 format! - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -9728,7 +9865,7 @@ Fully right: end of the effect period - + Cover Art @@ -9990,7 +10127,6 @@ Fully right: end of the effect period Key - The musical key of a track Ključ @@ -10065,563 +10201,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - - - - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10643,123 +10815,123 @@ Fully right: end of the effect period - + If quantize is enabled, snaps to the nearest beat. - + Quantize - + Toggles quantization. - + Loops and cues snap to the nearest beat when quantization is enabled. - + Reverse - + Reverses track playback during regular playback. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause - + Jumps to the beginning of the track. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -10904,255 +11076,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. - + Jumps to the beginning of the track and stops. - + Plays or pauses the track. - + (while playing) - + (while stopped) - + Cue - + Headphone - + Mute - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. - + If no deck is playing, syncs to the first deck that has a BPM. - + Decks can't sync to samplers and samplers can only sync to decks. - + Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key - The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11217,279 +11388,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. - + Fast Rewind - + Fast rewind through the track. - + Fast Forward - + Fast forward through the track. - + Jumps to the end of the track. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control - + Pitch Rate - + Displays the current playback rate of the track. - + Repeat - + When active the track will repeat if you go past the end or reverse before the start. - + Eject - + Ejects track from the player. - + Hotcue - + If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. - + If hotcue is set, clears the hotcue. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Album - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -11611,34 +11782,6 @@ Fully right: end of the effect period - - Ui - - - Mixxx %1 Development Team - - - - - With contributions from: - - - - - And special thanks to: - - - - - Past Developers - - - - - Past Contributors - - - VSyncThread @@ -11734,12 +11877,18 @@ Fully right: end of the effect period WEffect - - None + + %1: %2 + %1 = effect name; %2 = effect description + None + + + + No effect loaded. @@ -11878,317 +12027,333 @@ Fully right: end of the effect period - + May not be supported on all skins. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + + + + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help &Pomoć - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback - + Send feedback to the Mixxx team. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -12205,9 +12370,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source @@ -12289,6 +12452,12 @@ Text on waveform overview when file is cached from source Add to Playlist + + + Reset + Reset metadata in right click track context menu in library + + Cover Art @@ -12301,58 +12470,68 @@ Text on waveform overview when file is cached from source - + Remove Ukloni - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library - + Unhide from Library - + Purge from Library - + Properties - + Open in File Browser - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist Izradi novu listu izvođenja - + Create New Crate - + Enter name for new playlist: @@ -12382,150 +12561,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues - + Loop - + ReplayGain - + Waveform - + All - + Deck %1 Svirač %1 - + New Playlist Novi popis izvođenja - - - + + + Playlist Creation Failed Neuspjelo kreiranje liste izvođenja - + A playlist by that name already exists. Popis sa tim imenom već postoji - + A playlist cannot have a blank name. Popis mora sadržavati ime - + An unknown error occurred while creating playlist: Nepoznata greška tjekom kreiranja liste izvođenja - + Lock BPM Zaključaj BPM - + Unlock BPM Otključaj BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + Sampler %1 Sempler %1 @@ -12541,12 +12714,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) - + (GL) diff --git a/res/translations/mixxx_hu.ts b/res/translations/mixxx_hu.ts index d70fecc4dcbf..97e1e5dd6b9b 100644 --- a/res/translations/mixxx_hu.ts +++ b/res/translations/mixxx_hu.ts @@ -1,4 +1,4 @@ - + : @@ -388,22 +388,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error - + <b>Error with settings for '%1':</b><br> @@ -697,8 +697,8 @@ - - + + Deck %1 Deck %1 @@ -789,13 +789,13 @@ - + Set to full volume Teljes hangerő - + Set to zero volume Alapértelmezett hangerő @@ -820,13 +820,13 @@ - + Headphone listen button - + Mute button Némítás @@ -842,25 +842,25 @@ - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -936,229 +936,224 @@ - - One-time beat sync (tempo and phase) - - - - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode Hangszín zár kapcsoló - + Equalizers Hangszínszabályzók - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Ismétlés előre mozgatása %1 ütemmel - + Move loop backward by %1 beats Ismétlés hátra mozgatása %1 ütemmel - + Beat-Looping Ütem ismétlés - + Create %1-beat loop %1 ütem ismétlésének létrehozása - + Create temporary %1-beat loop roll - + Library Könyvtár @@ -1289,20 +1284,20 @@ + - Volume Fader Hangerő Fader - + Full Volume Teljes hangerő - + Zero Volume Némítás @@ -1318,7 +1313,7 @@ - + Mute Némítás @@ -1329,7 +1324,7 @@ - + Headphone Listen @@ -1350,25 +1345,25 @@ - + Orientation Tájolás - + Orient Left Balra igazítás - + Orient Center Középre igazítás - + Orient Right Jobbra igazítás @@ -1473,11 +1468,6 @@ Sync Mode - - - Tap to sync, hold to enable sync mode - - Internal Sync Master @@ -1525,527 +1515,521 @@ - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Speed (Pitch/Tempo) - + Keylock Mode - + Pitch control (does not affect tempo), center is original pitch Hangmagasság vezérlő (nincs hatással a tempóra), középen az eredeti érték - + Pitch Adjust Hangmagasság állítás - + Adjust pitch from speed slider pitch Hangmagasság állítása a sebesség csúszkával - + Match musical key - + Match Key - + Reset Key - + Resets key to original - + High EQ Magas EQ - + Mid EQ Közép EQ - + Low EQ Mély EQ - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) Hozzáadás az Auto DJ listához (végére) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) Hozzáadás az Auto DJ listához (elejére) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Track Load and Play - + Load selected track and play - + Record Mix - + Toggle mix recording - + Effects Effektek - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - + Quick Effect - + Clear effect rack - + Clear Effect Rack - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain + - + - + - + - Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next Következő - + Switch to next effect - + Previous Előző - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect + - Parameter Value + - Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Cover Art Show/Hide - + Show/hide cover art - + Waveform Zoom Out - + Toggle Effect Unit @@ -2070,546 +2054,566 @@ - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - - + + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) + - Adjust %1 + - Kill %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off Mikrofon be/ki - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Auto DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Microphone Show/Hide Mikrofon Mutatása/Elrejtése - + Show/hide the microphone section - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out @@ -2919,6 +2923,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + + + + + With contributions from: + + + + + And special thanks to: + + + + + Past Developers + + + + + Past Contributors + + + DlgAboutDlg @@ -3563,102 +3595,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Automatic - + Mono Mono - + Stereo Sztereó - - - - + + + + Action failed - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3671,27 +3703,27 @@ Two source connections to the same server can't have the same mountpoint. - + Mixxx Icecast Testing Mixxx Icecast tesztelés - + Public stream Nyilvános stream - + http://www.mixxx.org - + Stream name Stream neve - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. @@ -3726,189 +3758,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. - + + ICQ + + + + + AIM + + + + Website Weboldal - + Live mix Élő mix - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre Műfaj - + Use UTF-8 encoding for metadata. - + Description Leírás - + Encoding Kódolás - + Bitrate Bitráta - - + + Format Formátum - + Channels Csatornák - + Server connection Szerver kapcsolat - + Type Típus - + Host Kiszolgáló - + Login Bejelentkezés - + Mount Felcsatol - + Port Port - + Password Jelszó - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4666,15 +4713,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected Nincs @@ -4801,32 +4844,32 @@ Displayed when no effect is selected - + Effect Info - + Version: - + Description: - + Author: - + Name: - + Type: @@ -5063,6 +5106,19 @@ and allows you to pitch adjust them for harmonic mixing. G#m + + DlgPrefLV2Dlg + + + Equalizer Preferences + + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5884,11 +5940,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds ms @@ -6128,17 +6180,17 @@ milliseconds RGB - + OpenGL not available - + dropped frames - + Cached waveforms occupy %1 MiB on disk. @@ -6176,28 +6228,28 @@ milliseconds - + Default zoom level Waveform zoom - + Displays the actual frame rate. - + Visual gain of the middle frequencies - + End of track warning - + OpenGL status @@ -6212,105 +6264,124 @@ milliseconds - + Low Alacsony - + Middle - + Global - + Visual gain of the high frequencies - + Visual gain of the low frequencies - + High Magas - + Waveform type - + Global visual gain - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. - + Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + % + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms @@ -6318,83 +6389,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware Zene Hardware - + Controllers - + Library Könyvtár - + Interface Felület - + Waveforms - + Auto DJ Auto DJ - + Equalizers Hangszínszabályzók - + Decks - + Crossfader Crossfader - + + Effects + Effektek + + + + LV2 Plugins + + + + Recording Rögzítés - + Beat Detection - + Key Detection - + Normalization - - + + Vinyl Control - + Live Broadcasting Élő közvetítés - + Modplug Decoder @@ -6911,7 +6992,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject @@ -6925,40 +7006,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h + + EffectSettingsModel + + + Visible + + + + + Name + + + + + Type + Típus + + EffectsManager - + Flanger - + BitCrusher - + Filter Szűrő - + Reverb - + Echo Visszhang - + AutoPan - + Tremolo @@ -7129,39 +7228,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes iTunes - - + + Select your iTunes library - + (loading) iTunes - + Use Default Library - + Choose Library... - + Error Loading iTunes Library - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. @@ -7398,52 +7497,52 @@ support. MixxxMainWindow - + Choose music library directory Válasszon zene gyűjtemény könyvtárat - + Sound Device Busy A hangeszköz foglalt - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. Kapjon <b>segítséget</b> a Mixxx Wikiből. - - - + + + <b>Exit</b> Mixxx. - + Retry Újra - + Cannot open database Az adatbázis megnyitása nem sikerült - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7451,147 +7550,139 @@ Click OK to exit. - - + + Reconfigure Újrakonfigurálás - + Help Súgó - - + + Exit Kilépés - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. - - + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? - - NativeBackend - - - Native - - - ParserCsv @@ -7970,563 +8061,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo Visszhang - - + + Time - - + + Ping Pong - - - - + + + + Send - + How much of the signal to send into the delay buffer - - - - + + + + Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter Szűrő - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth - - + + Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect Az effekt erőssége - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM BPM - + Set the beats per minute value of the click sound - + Sync - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low Alacsony - - - + + + Gain for Low Filter - + Kill Low - + Kill the Low Filter - + Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High Magas - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8536,58 +8627,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo Sztereó - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8652,47 +8743,47 @@ Higher values result in less attenuation of high frequencies. F11 - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8702,60 +8793,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix @@ -8788,45 +8879,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8834,172 +8925,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + Beépített + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9036,22 +9148,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording Rögzítés - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9187,132 +9309,147 @@ Fully right: end of the effect period - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. - + Error setting bitrate - + Error: unknown server protocol! - + Error: libshout only supports Shoutcast with MP3 format! - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. Kérlek ellenőrizd az internet kapcsolatodat! - + Can't connect to streaming server Nem lehet csatlakozni a stream szerverhez - + Please check your connection to the Internet and verify that your username and password are correct. Kérlek ellenőrizd az internet kapcsolatodat és bizonyosodj meg róla, hogy a felhasználónet és a jelszót pontosan adtad meg! @@ -9671,7 +9808,7 @@ Fully right: end of the effect period Headphone Mix - Fejhallgató keverő + Fejhallgató Mix @@ -9730,7 +9867,7 @@ Fully right: end of the effect period - + Cover Art Borító @@ -9992,7 +10129,6 @@ Fully right: end of the effect period Key - The musical key of a track Billentyű @@ -10067,563 +10203,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play Lejátszás - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - - - - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next Következő - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous Előző - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10645,123 +10817,123 @@ Fully right: end of the effect period - + If quantize is enabled, snaps to the nearest beat. - + Quantize - + Toggles quantization. - + Loops and cues snap to the nearest beat when quantization is enabled. - + Reverse - + Reverses track playback during regular playback. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause - + Jumps to the beginning of the track. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -10906,255 +11078,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. - + Jumps to the beginning of the track and stops. - + Plays or pauses the track. - + (while playing) - + (while stopped) - + Cue - + Headphone - + Mute Némítás - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. - + If no deck is playing, syncs to the first deck that has a BPM. - + Decks can't sync to samplers and samplers can only sync to decks. - + Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust Hangmagasság állítás - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key - The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11219,279 +11390,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. - + Fast Rewind Gyors hátracsévélés - + Fast rewind through the track. - + Fast Forward Gyors előrecsévélés - + Fast forward through the track. - + Jumps to the end of the track. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control - + Pitch Rate - + Displays the current playback rate of the track. - + Repeat - + When active the track will repeat if you go past the end or reverse before the start. - + Eject Kiadás - + Ejects track from the player. - + Hotcue - + If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. - + If hotcue is set, clears the hotcue. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Album - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -11613,34 +11784,6 @@ Fully right: end of the effect period - - Ui - - - Mixxx %1 Development Team - - - - - With contributions from: - - - - - And special thanks to: - - - - - Past Developers - - - - - Past Contributors - - - VSyncThread @@ -11736,12 +11879,18 @@ Fully right: end of the effect period WEffect - + + %1: %2 + %1 = effect name; %2 = effect description + + + + None Nincs - + No effect loaded. @@ -11880,317 +12029,333 @@ Fully right: end of the effect period &Nézet - + May not be supported on all skins. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + + + + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen &Teljes képernyő - + Display Mixxx using the full screen A Mixxx teljes képernyőben mutatása - + &Options &Opciók - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx Használjon időkódos lemezeket a külső lemezjátszókon a Mixxx vezérléséhez - + Enable Vinyl Control &%1 - + &Record Mix &Mix felvétele - + Record your mix to a file A mix rögzítése fileba - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server Közvetítse a mixeit shoutcast vagy icecast serverre - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences &Testreszabás - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help &Súgó - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback - + Send feedback to the Mixxx team. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application Az alkalmazásról @@ -12207,9 +12372,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source @@ -12291,6 +12454,12 @@ Text on waveform overview when file is cached from source Add to Playlist Hozzáadás lejátszólistához + + + Reset + Reset metadata in right click track context menu in library + Visszaállítás + Cover Art @@ -12303,58 +12472,68 @@ Text on waveform overview when file is cached from source - + Remove Eltávolítás - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library - + Unhide from Library - + Purge from Library - + Properties - + Open in File Browser Megnyitás fájlkezelőben - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist Új lejátszólista készítése - + Create New Crate Új Rekesz készítése - + Enter name for new playlist: Add meg az új lejátszólista nevét: @@ -12384,150 +12563,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues - + Loop - + ReplayGain Visszajátszás hangerősítése - + Waveform - + All Mind - + Deck %1 Deck %1 - + New Playlist Új lejátszólista - - - + + + Playlist Creation Failed Lejátszólista készítése sikertelen - + A playlist by that name already exists. Egy lejátszólista ezzel a névvel már létezik. - + A playlist cannot have a blank name. A lejátszólista nem tartalmazhat üres helyet. - + An unknown error occurred while creating playlist: Ismeretlen hiba történt a lejátszólista készítésekor: - + Lock BPM BPM zárolása - + Unlock BPM BPM zárolás feloldása - + Double BPM BPM duplázása - + Halve BPM BPM felezése - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + Sampler %1 Sampler %1 @@ -12543,12 +12716,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) (GLSL) - + (GL) (GL) diff --git a/res/translations/mixxx_hy.ts b/res/translations/mixxx_hy.ts index 701887a3c5e2..1e2d532157b2 100644 --- a/res/translations/mixxx_hy.ts +++ b/res/translations/mixxx_hy.ts @@ -1,4 +1,4 @@ - + : @@ -386,22 +386,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error - + <b>Error with settings for '%1':</b><br> @@ -695,8 +695,8 @@ - - + + Deck %1 @@ -787,13 +787,13 @@ - + Set to full volume - + Set to zero volume @@ -818,13 +818,13 @@ - + Headphone listen button - + Mute button @@ -840,25 +840,25 @@ - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -934,229 +934,224 @@ - - One-time beat sync (tempo and phase) - - - - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode - + Equalizers - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Beat-Looping - + Create %1-beat loop - + Create temporary %1-beat loop roll - + Library @@ -1287,20 +1282,20 @@ + - Volume Fader - + Full Volume - + Zero Volume @@ -1316,7 +1311,7 @@ - + Mute @@ -1327,7 +1322,7 @@ - + Headphone Listen @@ -1348,25 +1343,25 @@ - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1471,11 +1466,6 @@ Sync Mode - - - Tap to sync, hold to enable sync mode - - Internal Sync Master @@ -1523,527 +1513,521 @@ - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Speed (Pitch/Tempo) - + Keylock Mode - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original - + High EQ - + Mid EQ - + Low EQ - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) Ավելացնել ավտո DJ-ի հերթին - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) Ավելացնել ավտո DJ-ի հերթին - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Track Load and Play - + Load selected track and play - + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - + Quick Effect - + Clear effect rack - + Clear Effect Rack - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain + - + - + - + - Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect + - Parameter Value + - Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Cover Art Show/Hide - + Show/hide cover art - + Waveform Zoom Out - + Toggle Effect Unit @@ -2068,546 +2052,566 @@ - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - - + + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) + - Adjust %1 + - Kill %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Ավտո DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Microphone Show/Hide - + Show/hide the microphone section - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out @@ -2917,6 +2921,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + + + + + With contributions from: + + + + + And special thanks to: + + + + + Past Developers + + + + + Past Contributors + + + DlgAboutDlg @@ -3561,102 +3593,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Automatic - + Mono - + Stereo - - - - + + + + Action failed - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3669,27 +3701,27 @@ Two source connections to the same server can't have the same mountpoint. - + Mixxx Icecast Testing - + Public stream - + http://www.mixxx.org - + Stream name - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. @@ -3724,189 +3756,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. - + + ICQ + + + + + AIM + + + + Website - + Live mix - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre Ժանր - + Use UTF-8 encoding for metadata. - + Description - + Encoding - + Bitrate Բիթրեյթ - - + + Format - + Channels - + Server connection - + Type Տեսակ - + Host - + Login - + Mount - + Port - + Password - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4664,15 +4711,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected @@ -4799,32 +4842,32 @@ Displayed when no effect is selected - + Effect Info - + Version: - + Description: - + Author: - + Name: - + Type: @@ -5061,6 +5104,19 @@ and allows you to pitch adjust them for harmonic mixing. + + DlgPrefLV2Dlg + + + Equalizer Preferences + + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5882,11 +5938,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds @@ -6126,17 +6178,17 @@ milliseconds - + OpenGL not available - + dropped frames - + Cached waveforms occupy %1 MiB on disk. @@ -6174,28 +6226,28 @@ milliseconds - + Default zoom level Waveform zoom - + Displays the actual frame rate. - + Visual gain of the middle frequencies - + End of track warning - + OpenGL status @@ -6210,105 +6262,124 @@ milliseconds - + Low - + Middle - + Global - + Visual gain of the high frequencies - + Visual gain of the low frequencies - + High - + Waveform type - + Global visual gain - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. - + Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms @@ -6316,83 +6387,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library - + Interface - + Waveforms - + Auto DJ Ավտո DJ - + Equalizers - + Decks - + Crossfader - + + Effects + + + + + LV2 Plugins + + + + Recording - + Beat Detection - + Key Detection - + Normalization - - + + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -6909,7 +6990,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject @@ -6923,40 +7004,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h + + EffectSettingsModel + + + Visible + + + + + Name + + + + + Type + Տեսակ + + EffectsManager - + Flanger - + BitCrusher - + Filter - + Reverb - + Echo - + AutoPan - + Tremolo @@ -7127,39 +7226,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes - - + + Select your iTunes library - + (loading) iTunes - + Use Default Library - + Choose Library... - + Error Loading iTunes Library - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. @@ -7396,52 +7495,52 @@ support. MixxxMainWindow - + Choose music library directory - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7449,147 +7548,139 @@ Click OK to exit. - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. - - + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? - - NativeBackend - - - Native - - - ParserCsv @@ -7968,563 +8059,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo - - + + Time - - + + Ping Pong - - - - + + + + Send - + How much of the signal to send into the delay buffer - - - - + + + + Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth - - + + Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM BPM - + Set the beats per minute value of the click sound - + Sync - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low - - - + + + Gain for Low Filter - + Kill Low - + Kill the Low Filter - + Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8534,58 +8625,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8650,47 +8741,47 @@ Higher values result in less attenuation of high frequencies. - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8700,60 +8791,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix @@ -8786,45 +8877,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8832,172 +8923,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9034,22 +9146,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9185,132 +9307,147 @@ Fully right: end of the effect period - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. - + Error setting bitrate - + Error: unknown server protocol! - + Error: libshout only supports Shoutcast with MP3 format! - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -9728,7 +9865,7 @@ Fully right: end of the effect period - + Cover Art @@ -9990,7 +10127,6 @@ Fully right: end of the effect period Key - The musical key of a track Բանալի @@ -10065,563 +10201,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - - - - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10643,123 +10815,123 @@ Fully right: end of the effect period - + If quantize is enabled, snaps to the nearest beat. - + Quantize - + Toggles quantization. - + Loops and cues snap to the nearest beat when quantization is enabled. - + Reverse - + Reverses track playback during regular playback. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause - + Jumps to the beginning of the track. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -10904,255 +11076,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. - + Jumps to the beginning of the track and stops. - + Plays or pauses the track. - + (while playing) - + (while stopped) - + Cue - + Headphone - + Mute - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. - + If no deck is playing, syncs to the first deck that has a BPM. - + Decks can't sync to samplers and samplers can only sync to decks. - + Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key - The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11217,279 +11388,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. - + Fast Rewind - + Fast rewind through the track. - + Fast Forward - + Fast forward through the track. - + Jumps to the end of the track. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control - + Pitch Rate - + Displays the current playback rate of the track. - + Repeat - + When active the track will repeat if you go past the end or reverse before the start. - + Eject - + Ejects track from the player. - + Hotcue - + If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. - + If hotcue is set, clears the hotcue. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Ալբոմ - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -11611,34 +11782,6 @@ Fully right: end of the effect period - - Ui - - - Mixxx %1 Development Team - - - - - With contributions from: - - - - - And special thanks to: - - - - - Past Developers - - - - - Past Contributors - - - VSyncThread @@ -11734,12 +11877,18 @@ Fully right: end of the effect period WEffect - - None + + %1: %2 + %1 = effect name; %2 = effect description + None + + + + No effect loaded. @@ -11878,317 +12027,333 @@ Fully right: end of the effect period - + May not be supported on all skins. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + + + + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback - + Send feedback to the Mixxx team. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -12205,9 +12370,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source @@ -12289,6 +12452,12 @@ Text on waveform overview when file is cached from source Add to Playlist + + + Reset + Reset metadata in right click track context menu in library + + Cover Art @@ -12301,58 +12470,68 @@ Text on waveform overview when file is cached from source - + Remove Ջնջել - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library - + Unhide from Library - + Purge from Library - + Properties - + Open in File Browser - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist - + Create New Crate - + Enter name for new playlist: @@ -12382,150 +12561,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues - + Loop - + ReplayGain - + Waveform - + All - + Deck %1 - + New Playlist Նոր փլեյլիստ - - - + + + Playlist Creation Failed Չհաջողվեց ստեղծել փլեյլիստ - + A playlist by that name already exists. Այս անունով փլեյլիստ արդեն կա - + A playlist cannot have a blank name. Փլեյլիստը չի կարող ունենալ դատարկ անուն - + An unknown error occurred while creating playlist: Անհայտ սխալ ծագեց փլեյլիստի ստեղծման ժամանակ՝ - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + Sampler %1 @@ -12541,12 +12714,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) - + (GL) diff --git a/res/translations/mixxx_ia.ts b/res/translations/mixxx_ia.ts index ae17c7fd0206..f1a89ad9e870 100644 --- a/res/translations/mixxx_ia.ts +++ b/res/translations/mixxx_ia.ts @@ -1,4 +1,4 @@ - + : @@ -386,22 +386,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error - + <b>Error with settings for '%1':</b><br> @@ -695,8 +695,8 @@ - - + + Deck %1 @@ -787,13 +787,13 @@ - + Set to full volume - + Set to zero volume @@ -818,13 +818,13 @@ - + Headphone listen button - + Mute button @@ -840,25 +840,25 @@ - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -934,229 +934,224 @@ - - One-time beat sync (tempo and phase) - - - - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode - + Equalizers - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Beat-Looping - + Create %1-beat loop - + Create temporary %1-beat loop roll - + Library @@ -1287,20 +1282,20 @@ + - Volume Fader - + Full Volume - + Zero Volume @@ -1316,7 +1311,7 @@ - + Mute @@ -1327,7 +1322,7 @@ - + Headphone Listen @@ -1348,25 +1343,25 @@ - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1471,11 +1466,6 @@ Sync Mode - - - Tap to sync, hold to enable sync mode - - Internal Sync Master @@ -1523,527 +1513,521 @@ - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Speed (Pitch/Tempo) - + Keylock Mode - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original - + High EQ - + Mid EQ - + Low EQ - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Track Load and Play - + Load selected track and play - + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - + Quick Effect - + Clear effect rack - + Clear Effect Rack - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain + - + - + - + - Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect + - Parameter Value + - Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Cover Art Show/Hide - + Show/hide cover art - + Waveform Zoom Out - + Toggle Effect Unit @@ -2068,546 +2052,566 @@ - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - - + + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) + - Adjust %1 + - Kill %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Microphone Show/Hide - + Show/hide the microphone section - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out @@ -2917,6 +2921,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + + + + + With contributions from: + + + + + And special thanks to: + + + + + Past Developers + + + + + Past Contributors + + + DlgAboutDlg @@ -3561,102 +3593,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Automatic - + Mono - + Stereo - - - - + + + + Action failed - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3669,27 +3701,27 @@ Two source connections to the same server can't have the same mountpoint. - + Mixxx Icecast Testing - + Public stream - + http://www.mixxx.org - + Stream name - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. @@ -3724,189 +3756,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. - + + ICQ + + + + + AIM + + + + Website - + Live mix - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre - + Use UTF-8 encoding for metadata. - + Description - + Encoding - + Bitrate Taxa de bits - - + + Format - + Channels - + Server connection - + Type Typo - + Host - + Login - + Mount - + Port - + Password - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4664,15 +4711,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected @@ -4799,32 +4842,32 @@ Displayed when no effect is selected - + Effect Info - + Version: - + Description: - + Author: - + Name: - + Type: @@ -5061,6 +5104,19 @@ and allows you to pitch adjust them for harmonic mixing. + + DlgPrefLV2Dlg + + + Equalizer Preferences + + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5882,11 +5938,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds @@ -6126,17 +6178,17 @@ milliseconds - + OpenGL not available - + dropped frames - + Cached waveforms occupy %1 MiB on disk. @@ -6174,28 +6226,28 @@ milliseconds - + Default zoom level Waveform zoom - + Displays the actual frame rate. - + Visual gain of the middle frequencies - + End of track warning - + OpenGL status @@ -6210,105 +6262,124 @@ milliseconds - + Low - + Middle - + Global - + Visual gain of the high frequencies - + Visual gain of the low frequencies - + High - + Waveform type - + Global visual gain - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. - + Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms @@ -6316,83 +6387,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library - + Interface - + Waveforms - + Auto DJ - + Equalizers - + Decks - + Crossfader - + + Effects + + + + + LV2 Plugins + + + + Recording - + Beat Detection - + Key Detection - + Normalization - - + + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -6909,7 +6990,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject @@ -6923,40 +7004,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h + + EffectSettingsModel + + + Visible + + + + + Name + + + + + Type + Typo + + EffectsManager - + Flanger - + BitCrusher - + Filter - + Reverb - + Echo - + AutoPan - + Tremolo @@ -7127,39 +7226,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes - - + + Select your iTunes library - + (loading) iTunes - + Use Default Library - + Choose Library... - + Error Loading iTunes Library - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. @@ -7396,52 +7495,52 @@ support. MixxxMainWindow - + Choose music library directory - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7449,147 +7548,139 @@ Click OK to exit. - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. - - + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? - - NativeBackend - - - Native - - - ParserCsv @@ -7968,563 +8059,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo - - + + Time - - + + Ping Pong - - - - + + + + Send - + How much of the signal to send into the delay buffer - - - - + + + + Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth - - + + Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM - + Set the beats per minute value of the click sound - + Sync - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low - - - + + + Gain for Low Filter - + Kill Low - + Kill the Low Filter - + Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8534,58 +8625,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8650,47 +8741,47 @@ Higher values result in less attenuation of high frequencies. - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8700,60 +8791,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix @@ -8786,45 +8877,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8832,172 +8923,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9034,22 +9146,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9185,132 +9307,147 @@ Fully right: end of the effect period - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. - + Error setting bitrate - + Error: unknown server protocol! - + Error: libshout only supports Shoutcast with MP3 format! - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -9728,7 +9865,7 @@ Fully right: end of the effect period - + Cover Art @@ -9990,7 +10127,6 @@ Fully right: end of the effect period Key - The musical key of a track @@ -10065,563 +10201,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - - - - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10643,123 +10815,123 @@ Fully right: end of the effect period - + If quantize is enabled, snaps to the nearest beat. - + Quantize - + Toggles quantization. - + Loops and cues snap to the nearest beat when quantization is enabled. - + Reverse - + Reverses track playback during regular playback. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause - + Jumps to the beginning of the track. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -10904,255 +11076,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. - + Jumps to the beginning of the track and stops. - + Plays or pauses the track. - + (while playing) - + (while stopped) - + Cue - + Headphone - + Mute - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. - + If no deck is playing, syncs to the first deck that has a BPM. - + Decks can't sync to samplers and samplers can only sync to decks. - + Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key - The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11217,279 +11388,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. - + Fast Rewind - + Fast rewind through the track. - + Fast Forward - + Fast forward through the track. - + Jumps to the end of the track. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control - + Pitch Rate - + Displays the current playback rate of the track. - + Repeat - + When active the track will repeat if you go past the end or reverse before the start. - + Eject - + Ejects track from the player. - + Hotcue - + If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. - + If hotcue is set, clears the hotcue. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -11611,34 +11782,6 @@ Fully right: end of the effect period - - Ui - - - Mixxx %1 Development Team - - - - - With contributions from: - - - - - And special thanks to: - - - - - Past Developers - - - - - Past Contributors - - - VSyncThread @@ -11734,12 +11877,18 @@ Fully right: end of the effect period WEffect - - None + + %1: %2 + %1 = effect name; %2 = effect description + None + + + + No effect loaded. @@ -11878,317 +12027,333 @@ Fully right: end of the effect period - + May not be supported on all skins. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + + + + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback - + Send feedback to the Mixxx team. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -12205,9 +12370,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source @@ -12289,6 +12452,12 @@ Text on waveform overview when file is cached from source Add to Playlist + + + Reset + Reset metadata in right click track context menu in library + + Cover Art @@ -12301,58 +12470,68 @@ Text on waveform overview when file is cached from source - + Remove - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library - + Unhide from Library - + Purge from Library - + Properties - + Open in File Browser - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist - + Create New Crate - + Enter name for new playlist: @@ -12382,150 +12561,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues - + Loop - + ReplayGain - + Waveform - + All - + Deck %1 - + New Playlist - - - + + + Playlist Creation Failed - + A playlist by that name already exists. - + A playlist cannot have a blank name. - + An unknown error occurred while creating playlist: - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + Sampler %1 @@ -12541,12 +12714,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) - + (GL) diff --git a/res/translations/mixxx_id.ts b/res/translations/mixxx_id.ts index 25c6dc746879..acb67256ac5c 100644 --- a/res/translations/mixxx_id.ts +++ b/res/translations/mixxx_id.ts @@ -1,4 +1,4 @@ - + : @@ -386,22 +386,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error - + <b>Error with settings for '%1':</b><br> @@ -695,8 +695,8 @@ - - + + Deck %1 Deck %1 @@ -787,13 +787,13 @@ - + Set to full volume buat jadi volume maksimal - + Set to zero volume buat jadi tidak ada volume @@ -818,13 +818,13 @@ - + Headphone listen button Tombol dengar headphone - + Mute button Tombol diam @@ -840,25 +840,25 @@ - + Mix orientation (e.g. left, right, center) Orientasi mix (misalnya kiri, tengah, kanan) - + Set mix orientation to left Jadikan orientasi mix ke kiri - + Set mix orientation to center Jadikan orientasi mix ke tengah - + Set mix orientation to right Jadikan orientasi mix ke kanan @@ -934,229 +934,224 @@ - - One-time beat sync (tempo and phase) - - - - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode Aktifkan mode Keylock - + Equalizers Equalizer - + Vinyl Control Kontrol Vinil - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Pengalihan mode penanda kontrol-vinil (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) Pengalihan mode kontrol-vinil (ABS/REL/CONST) - + Pass through external audio into the internal mixer Sambungkan Audio eksternal ke Mixer internal - + Cues Penanda - + Cue button Tombol penanda - + Set cue point Atur titik penanda - + Go to cue point Lompat ke titik penanda - + Go to cue point and play Lompat ke titik penanda dan play - + Go to cue point and stop Ke titik penanda dan stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues Penanda Utama - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 Hapus penanda tepat %1 - + Set hotcue %1 - + Jump to hotcue %1 Loncat ke penanda tepat %1 - + Jump to hotcue %1 and stop Loncat ke penanda tepat %1 dan stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping Putaran - + Loop In button Tombol Masuk Putaran - + Loop Out button Tombol Keluar Putaran - + Loop Exit button - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Beat-Looping Putaran ketukan - + Create %1-beat loop Buat %1-putaran ketukan - + Create temporary %1-beat loop roll - + Library Pustaka @@ -1287,20 +1282,20 @@ + - Volume Fader - + Full Volume - + Zero Volume @@ -1316,7 +1311,7 @@ - + Mute @@ -1327,7 +1322,7 @@ - + Headphone Listen @@ -1348,25 +1343,25 @@ - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1471,11 +1466,6 @@ Sync Mode - - - Tap to sync, hold to enable sync mode - - Internal Sync Master @@ -1523,527 +1513,521 @@ - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Speed (Pitch/Tempo) - + Keylock Mode - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original - + High EQ - + Mid EQ - + Low EQ - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) Tambahkan ke Auto DJ (bawah) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) Tambahkan ke Auto DJ (atas) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track Muat lagu yang dipilih - + Track Load and Play - + Load selected track and play Buka trek terpilih dan mainkan - + Record Mix - + Toggle mix recording - + Effects Efek - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - + Quick Effect - + Clear effect rack - + Clear Effect Rack - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain + - + - + - + - Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect + - Parameter Value + - Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob Tombol tambah - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Cover Art Show/Hide - + Show/hide cover art - + Waveform Zoom Out - + Toggle Effect Unit @@ -2068,546 +2052,566 @@ - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - - + + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) + - Adjust %1 + - Kill %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off Mikrofon on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Auto DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface Antarmuka Pengguna - + Samplers Show/Hide - + Show/hide the sampler section Tampilkan/sembunyikan seksi sampler/contoh - + Microphone Show/Hide - + Show/hide the microphone section Tampil/sembunyikan bagian mikrofon - + Vinyl Control Show/Hide - + Show/hide the vinyl control section Tampil/sembunyikan bagian kontrol vinil - + Preview Deck Show/Hide - + Show/hide the preview deck - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget Tampil/sembunyikan bagian widget vinil - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out @@ -2917,6 +2921,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + + + + + With contributions from: + + + + + And special thanks to: + + + + + Past Developers + + + + + Past Contributors + + + DlgAboutDlg @@ -3564,102 +3596,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Automatic - + Mono - + Stereo Stereo - - - - + + + + Action failed - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3672,27 +3704,27 @@ Two source connections to the same server can't have the same mountpoint. - + Mixxx Icecast Testing - + Public stream - + http://www.mixxx.org - + Stream name - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. @@ -3727,189 +3759,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. - + + ICQ + + + + + AIM + + + + Website - + Live mix - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre Aliran - + Use UTF-8 encoding for metadata. - + Description Deskripsi - + Encoding Pengkodean - + Bitrate Bitrasi - - + + Format - + Channels - + Server connection - + Type Jenis - + Host - + Login - + Mount - + Port - + Password - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4667,15 +4714,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected Tidak ada @@ -4802,32 +4845,32 @@ Displayed when no effect is selected - + Effect Info - + Version: - + Description: - + Author: - + Name: - + Type: @@ -5064,6 +5107,19 @@ and allows you to pitch adjust them for harmonic mixing. + + DlgPrefLV2Dlg + + + Equalizer Preferences + + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5885,11 +5941,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds @@ -6129,17 +6181,17 @@ milliseconds - + OpenGL not available - + dropped frames - + Cached waveforms occupy %1 MiB on disk. @@ -6177,28 +6229,28 @@ milliseconds Tambah visual - + Default zoom level Waveform zoom - + Displays the actual frame rate. Menampilkan frame rate yang sebenarnya. - + Visual gain of the middle frequencies Tambahan visual suntuk frekuensi tengah - + End of track warning - + OpenGL status @@ -6213,105 +6265,124 @@ milliseconds - + Low Rendah - + Middle - + Global - + Visual gain of the high frequencies Tambahan visual suntuk frekuensi tinggi - + Visual gain of the low frequencies Tambahan visual suntuk frekuensi rendah - + High Tinggi - + Waveform type - + Global visual gain Tambahan visual global - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. Sinkronkan tingkat tanjak di semua tampilan bentuk gelombang. - + Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + % + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms @@ -6319,83 +6390,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library Pustaka - + Interface - + Waveforms - + Auto DJ Auto DJ - + Equalizers Equalizer - + Decks - + Crossfader Crossfader - + + Effects + Efek + + + + LV2 Plugins + + + + Recording - + Beat Detection - + Key Detection - + Normalization - - + + Vinyl Control Kontrol Vinil - + Live Broadcasting - + Modplug Decoder @@ -6912,7 +6993,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject @@ -6926,40 +7007,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h + + EffectSettingsModel + + + Visible + + + + + Name + + + + + Type + Jenis + + EffectsManager - + Flanger - + BitCrusher - + Filter - + Reverb - + Echo - + AutoPan - + Tremolo @@ -7130,39 +7229,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes - - + + Select your iTunes library - + (loading) iTunes - + Use Default Library - + Choose Library... - + Error Loading iTunes Library - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. @@ -7399,52 +7498,52 @@ support. MixxxMainWindow - + Choose music library directory Pilih petunjuk pustaka musik. - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7452,147 +7551,139 @@ Click OK to exit. - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. - - + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? - - NativeBackend - - - Native - - - ParserCsv @@ -7971,563 +8062,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo - - + + Time - - + + Ping Pong - - - - + + + + Send - + How much of the signal to send into the delay buffer - - - - + + + + Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth - - + + Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM DPM - + Set the beats per minute value of the click sound - + Sync - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low Rendah - - - + + + Gain for Low Filter - + Kill Low - + Kill the Low Filter - + Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High Tinggi - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8537,58 +8628,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo Stereo - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8653,47 +8744,47 @@ Higher values result in less attenuation of high frequencies. - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8703,60 +8794,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix @@ -8789,45 +8880,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8835,172 +8926,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + Bawaan + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9037,22 +9149,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9188,132 +9310,147 @@ Fully right: end of the effect period - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. - + Error setting bitrate - + Error: unknown server protocol! - + Error: libshout only supports Shoutcast with MP3 format! - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -9731,7 +9868,7 @@ Fully right: end of the effect period - + Cover Art Gambar @@ -9993,7 +10130,6 @@ Fully right: end of the effect period Key - The musical key of a track Kunci @@ -10068,563 +10204,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - - - - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10646,123 +10818,123 @@ Fully right: end of the effect period - + If quantize is enabled, snaps to the nearest beat. - + Quantize - + Toggles quantization. - + Loops and cues snap to the nearest beat when quantization is enabled. - + Reverse - + Reverses track playback during regular playback. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause - + Jumps to the beginning of the track. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -10907,255 +11079,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. - + Jumps to the beginning of the track and stops. - + Plays or pauses the track. - + (while playing) - + (while stopped) - + Cue - + Headphone - + Mute - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. - + If no deck is playing, syncs to the first deck that has a BPM. - + Decks can't sync to samplers and samplers can only sync to decks. - + Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key - The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11220,279 +11391,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. - + Fast Rewind - + Fast rewind through the track. - + Fast Forward - + Fast forward through the track. - + Jumps to the end of the track. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control - + Pitch Rate - + Displays the current playback rate of the track. - + Repeat - + When active the track will repeat if you go past the end or reverse before the start. - + Eject - + Ejects track from the player. - + Hotcue - + If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. - + If hotcue is set, clears the hotcue. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Album - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -11614,34 +11785,6 @@ Fully right: end of the effect period - - Ui - - - Mixxx %1 Development Team - - - - - With contributions from: - - - - - And special thanks to: - - - - - Past Developers - - - - - Past Contributors - - - VSyncThread @@ -11737,12 +11880,18 @@ Fully right: end of the effect period WEffect - + + %1: %2 + %1 = effect name; %2 = effect description + + + + None Tidak ada - + No effect loaded. @@ -11881,317 +12030,333 @@ Fully right: end of the effect period - + May not be supported on all skins. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + + + + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback - + Send feedback to the Mixxx team. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -12208,9 +12373,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source @@ -12292,6 +12455,12 @@ Text on waveform overview when file is cached from source Add to Playlist Tambah ke Daftar Putar + + + Reset + Reset metadata in right click track context menu in library + + Cover Art @@ -12304,58 +12473,68 @@ Text on waveform overview when file is cached from source - + Remove Hapus - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library - + Unhide from Library - + Purge from Library - + Properties Pengaturan - + Open in File Browser Buka di Browser Berkas - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist Buat Playlist Baru - + Create New Crate - + Enter name for new playlist: Masukkan nama baru untuk Playlist ini: @@ -12385,150 +12564,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues Penanda Utama - + Loop - + ReplayGain - + Waveform - + All - + Deck %1 Deck %1 - + New Playlist Playlist Baru - - - + + + Playlist Creation Failed Pembuatan Playlist Tidak Berhasil - + A playlist by that name already exists. Nama playlist tersebut sudah digunakan - + A playlist cannot have a blank name. Playlist tidak bisa memiliki nama kosong - + An unknown error occurred while creating playlist: Kesalahan yang tidak diketahui terjadi saat membuat playlist: - + Lock BPM Kunci DPM - + Unlock BPM Buka Kunci BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + Sampler %1 Sampler %1 @@ -12544,12 +12717,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) (GLSL) - + (GL) (GL) diff --git a/res/translations/mixxx_is.ts b/res/translations/mixxx_is.ts index ededbe62b65c..76a1f25b9518 100644 --- a/res/translations/mixxx_is.ts +++ b/res/translations/mixxx_is.ts @@ -1,4 +1,4 @@ - + : @@ -386,22 +386,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error - + <b>Error with settings for '%1':</b><br> @@ -695,8 +695,8 @@ - - + + Deck %1 @@ -787,13 +787,13 @@ - + Set to full volume - + Set to zero volume @@ -818,13 +818,13 @@ - + Headphone listen button - + Mute button @@ -840,25 +840,25 @@ - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -934,229 +934,224 @@ - - One-time beat sync (tempo and phase) - - - - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode - + Equalizers Tónjafnarar - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Beat-Looping - + Create %1-beat loop - + Create temporary %1-beat loop roll - + Library Safn @@ -1287,20 +1282,20 @@ + - Volume Fader - + Full Volume - + Zero Volume @@ -1316,7 +1311,7 @@ - + Mute @@ -1327,7 +1322,7 @@ - + Headphone Listen @@ -1348,25 +1343,25 @@ - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1471,11 +1466,6 @@ Sync Mode - - - Tap to sync, hold to enable sync mode - - Internal Sync Master @@ -1523,527 +1513,521 @@ - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Speed (Pitch/Tempo) - + Keylock Mode - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original - + High EQ - + Mid EQ - + Low EQ - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Track Load and Play - + Load selected track and play - + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - + Quick Effect - + Clear effect rack - + Clear Effect Rack - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain + - + - + - + - Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next Næsta - + Switch to next effect - + Previous Fyrri - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect + - Parameter Value + - Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Cover Art Show/Hide - + Show/hide cover art - + Waveform Zoom Out - + Toggle Effect Unit @@ -2068,546 +2052,566 @@ - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - - + + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) + - Adjust %1 + - Kill %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Sjálfvirk hljóðblöndun - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Microphone Show/Hide - + Show/hide the microphone section - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out @@ -2917,6 +2921,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + + + + + With contributions from: + + + + + And special thanks to: + + + + + Past Developers + + + + + Past Contributors + + + DlgAboutDlg @@ -3561,102 +3593,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Automatic - + Mono - + Stereo Víðóma - - - - + + + + Action failed - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3669,27 +3701,27 @@ Two source connections to the same server can't have the same mountpoint. - + Mixxx Icecast Testing - + Public stream Almenningsstraumur - + http://www.mixxx.org http://www.mixxx.org - + Stream name Heiti straums - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. @@ -3724,189 +3756,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. - + + ICQ + + + + + AIM + + + + Website Vefsvæði - + Live mix Lifandi hljóðblöndun - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre Stíll - + Use UTF-8 encoding for metadata. - + Description Lýsing - + Encoding Kóðun - + Bitrate Bitahraði - - + + Format Snið - + Channels Rásir - + Server connection Tenging þjóns - + Type Tegund - + Host Vél - + Login Tengjast - + Mount Tengja - + Port Gátt - + Password Aðgangsorð - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4664,15 +4711,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected Ekkert @@ -4799,32 +4842,32 @@ Displayed when no effect is selected - + Effect Info - + Version: - + Description: - + Author: - + Name: - + Type: @@ -5061,6 +5104,19 @@ and allows you to pitch adjust them for harmonic mixing. + + DlgPrefLV2Dlg + + + Equalizer Preferences + + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5844,7 +5900,7 @@ The loudness target is approximate and assumes track pregain and master output l Sample Rate - + Tíðni @@ -5882,11 +5938,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds @@ -6126,17 +6178,17 @@ milliseconds - + OpenGL not available - + dropped frames - + Cached waveforms occupy %1 MiB on disk. @@ -6174,28 +6226,28 @@ milliseconds - + Default zoom level Waveform zoom - + Displays the actual frame rate. - + Visual gain of the middle frequencies - + End of track warning - + OpenGL status @@ -6210,105 +6262,124 @@ milliseconds - + Low Lág - + Middle - + Global - + Visual gain of the high frequencies - + Visual gain of the low frequencies - + High - + Waveform type - + Global visual gain - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. - + Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + % + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms @@ -6316,83 +6387,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware Hljóðbúnaður - + Controllers - + Library Safn - + Interface Viðmót - + Waveforms - + Auto DJ Sjálfvirk hljóðblöndun - + Equalizers Tónjafnarar - + Decks - + Crossfader Krossblandari - + + Effects + + + + + LV2 Plugins + + + + Recording Upptaka - + Beat Detection - + Key Detection - + Normalization - - + + Vinyl Control - + Live Broadcasting Lifandi útsending - + Modplug Decoder @@ -6909,7 +6990,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject @@ -6923,40 +7004,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h + + EffectSettingsModel + + + Visible + + + + + Name + + + + + Type + Tegund + + EffectsManager - + Flanger - + BitCrusher - + Filter - + Reverb - + Echo - + AutoPan - + Tremolo @@ -7127,39 +7226,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes - - + + Select your iTunes library - + (loading) iTunes - + Use Default Library - + Choose Library... - + Error Loading iTunes Library - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. @@ -7396,52 +7495,52 @@ support. MixxxMainWindow - + Choose music library directory Veldu möppu sem inniheldur lagasafn - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7449,147 +7548,139 @@ Click OK to exit. - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. - - + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? - - NativeBackend - - - Native - - - ParserCsv @@ -7968,563 +8059,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo - - + + Time - - + + Ping Pong - - - - + + + + Send - + How much of the signal to send into the delay buffer - - - - + + + + Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth - - + + Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM BPM - + Set the beats per minute value of the click sound - + Sync - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low Lág - - - + + + Gain for Low Filter - + Kill Low - + Kill the Low Filter - + Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8534,58 +8625,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo Víðóma - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8650,47 +8741,47 @@ Higher values result in less attenuation of high frequencies. - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8700,60 +8791,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix @@ -8786,45 +8877,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8832,172 +8923,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + Innbyggt + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9034,22 +9146,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording Upptaka - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9185,132 +9307,147 @@ Fully right: end of the effect period - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. - + Error setting bitrate - + Error: unknown server protocol! - + Error: libshout only supports Shoutcast with MP3 format! - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -9728,7 +9865,7 @@ Fully right: end of the effect period - + Cover Art @@ -9990,7 +10127,6 @@ Fully right: end of the effect period Key - The musical key of a track Tónlykill @@ -10065,563 +10201,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - - - - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next Næsta - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous Fyrri - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10643,123 +10815,123 @@ Fully right: end of the effect period - + If quantize is enabled, snaps to the nearest beat. - + Quantize - + Toggles quantization. - + Loops and cues snap to the nearest beat when quantization is enabled. - + Reverse - + Reverses track playback during regular playback. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause - + Jumps to the beginning of the track. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -10904,255 +11076,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. - + Jumps to the beginning of the track and stops. - + Plays or pauses the track. - + (while playing) - + (while stopped) - + Cue - + Headphone - + Mute - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. - + If no deck is playing, syncs to the first deck that has a BPM. - + Decks can't sync to samplers and samplers can only sync to decks. - + Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key - The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11217,279 +11388,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. - + Fast Rewind - + Fast rewind through the track. - + Fast Forward - + Fast forward through the track. - + Jumps to the end of the track. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control - + Pitch Rate - + Displays the current playback rate of the track. - + Repeat - + When active the track will repeat if you go past the end or reverse before the start. - + Eject - + Ejects track from the player. - + Hotcue - + If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. - + If hotcue is set, clears the hotcue. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Plata - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -11611,34 +11782,6 @@ Fully right: end of the effect period - - Ui - - - Mixxx %1 Development Team - - - - - With contributions from: - - - - - And special thanks to: - - - - - Past Developers - - - - - Past Contributors - - - VSyncThread @@ -11734,12 +11877,18 @@ Fully right: end of the effect period WEffect - + + %1: %2 + %1 = effect name; %2 = effect description + + + + None Ekkert - + No effect loaded. @@ -11878,317 +12027,333 @@ Fully right: end of the effect period - + May not be supported on all skins. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + + + + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback - + Send feedback to the Mixxx team. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -12205,9 +12370,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source @@ -12289,6 +12452,12 @@ Text on waveform overview when file is cached from source Add to Playlist + + + Reset + Reset metadata in right click track context menu in library + Frumstilla + Cover Art @@ -12301,58 +12470,68 @@ Text on waveform overview when file is cached from source - + Remove Fjarlægja - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library - + Unhide from Library - + Purge from Library - + Properties - + Open in File Browser - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist - + Create New Crate - + Enter name for new playlist: @@ -12382,150 +12561,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues - + Loop - + ReplayGain - + Waveform - + All - + Deck %1 - + New Playlist - - - + + + Playlist Creation Failed - + A playlist by that name already exists. - + A playlist cannot have a blank name. - + An unknown error occurred while creating playlist: - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + Sampler %1 @@ -12541,12 +12714,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) - + (GL) diff --git a/res/translations/mixxx_it.ts b/res/translations/mixxx_it.ts index 132cee1244c3..26c514b45036 100644 --- a/res/translations/mixxx_it.ts +++ b/res/translations/mixxx_it.ts @@ -1,4 +1,4 @@ - + : @@ -388,22 +388,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error - + <b>Error with settings for '%1':</b><br> @@ -697,8 +697,8 @@ - - + + Deck %1 Deck %1 @@ -789,13 +789,13 @@ - + Set to full volume Imposta a volume massimo - + Set to zero volume Imposta a volume zero @@ -820,13 +820,13 @@ Bottone riproduci al contrario (censura) - + Headphone listen button Bottone preascolto cuffia - + Mute button Bottone Muto @@ -842,25 +842,25 @@ - + Mix orientation (e.g. left, right, center) Orientamento mix (ad esempio a sinistra, a destra, centrale) - + Set mix orientation to left Imposta orientamento del mix a sinistra - + Set mix orientation to center Imposta orientamento mix centrale - + Set mix orientation to right Imposta orientamento mix a destra @@ -936,229 +936,224 @@ Sync mode a tre stati (OFF, FOLLOWER, MASTER) - - One-time beat sync (tempo and phase) - Beat Sync ad un tempo (tempo) - - - + One-time beat sync (tempo only) Beat sync ad un tempo (solo tempo) - + One-time beat sync (phase only) Beat sync ad un tempo (solo fase) - + Toggle keylock mode Attiva modalità keylock - + Equalizers Equalizzatori - + Vinyl Control Controllo Vinile - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Abilita/Disabilita la modalità di coda del controllo vinile - + Toggle vinyl-control mode (ABS/REL/CONST) Abilita/Disabilita la modalità controllo vinile (Assoluta/Relativa/Costante) - + Pass through external audio into the internal mixer Inoltro diretto da audio esterno nel mixer interno - + Cues Cue - + Cue button Bottone Cue - + Set cue point Setta punto di Cue - + Go to cue point Vai al punto di Cue - + Go to cue point and play Vai al punto di Cue e riproduci - + Go to cue point and stop Vai al punto di Cue e Stop - + Preview from cue point Anteprima dal punto di cue - + Cue button (CDJ mode) Bottone Cue (Modalità CDJ) - + Stutter cue Cue a singhiozzo - + Hotcues Hotcue - + Set, preview from or jump to hotcue %1 Imposta, anteprima da o salta a hotcue %1 - + Clear hotcue %1 Cancella hotcue %1 - + Set hotcue %1 Imposta hotcue %1 - + Jump to hotcue %1 Salta a hotcue %1 - + Jump to hotcue %1 and stop Salta a hotcue %1 e stop - + Jump to hotcue %1 and play Salta a hotcue %1 e riproduci - + Preview from hotcue %1 Anteprima da hotcue %1 - - + + Hotcue %1 Hotcue %1 - + Looping Ripetizione - + Loop In button Pulsante di Loop In - + Loop Out button Pulsante di Loop Out - + Loop Exit button Pulsante di uscita dal loop - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Sposta loop in avanti di %1 battute - + Move loop backward by %1 beats Sposta loop indietro di %1 battute - + Beat-Looping Battiti-Looping - + Create %1-beat loop Crea un loop di %1 battute - + Create temporary %1-beat loop roll Crea un loop roll temporaneo di %1 beat - + Library Libreria @@ -1289,20 +1284,20 @@ + - Volume Fader Fader Volume - + Full Volume Volume Massimo - + Zero Volume Volume Zero @@ -1318,7 +1313,7 @@ - + Mute Muto @@ -1329,7 +1324,7 @@ - + Headphone Listen Preascolto cuffia @@ -1350,25 +1345,25 @@ - + Orientation Orientamento - + Orient Left Orienta a Sinistra - + Orient Center Orienta al Centro - + Orient Right Orienta a Destra @@ -1473,11 +1468,6 @@ Sync Mode Modalità sincronizza - - - Tap to sync, hold to enable sync mode - Tap per sincronizzare, mantieni per attivare modalità sincronizzazione - Internal Sync Master @@ -1525,527 +1515,521 @@ Beat Sync Un-Tocco - + Sync Tempo One-Shot Sync Tempo Un-Tocco - + Sync Phase One-Shot Sync Fase Un-Tocco - + Speed (Pitch/Tempo) Velocità (Pitch/Tempo) - + Keylock Mode Modalità Keylock - + Pitch control (does not affect tempo), center is original pitch Controllo Pitch (non influenza il tempo), Centro è il pitch originale - + Pitch Adjust Controlla intonazione - + Adjust pitch from speed slider pitch Regola il pitch dal pitch velocità slider - + Match musical key Sincronizza chiave musicale - + Match Key Allinea Chiave - + Reset Key Resetta chiave musicale - + Resets key to original Resetta chiave musicale all'originale - + High EQ EQ Alti - + Mid EQ EQ Medi - + Low EQ EQ Bassi - + Toggle Vinyl Control Abilita/Disabilita il controllo vinile - + Toggle Vinyl Control (ON/OFF) Abilita/Disabilita il controllo vinile (ON/OFF) - + Vinyl Control Mode Modalità Controllo Vinile - + Vinyl Control Cueing Mode Modo Controllo Cueing tipo Vinile - + Vinyl Control Passthrough Inoltro Diretto Controllo Vinile - + Vinyl Control Next Deck Prossimo Deck Controllo Vinile - + Single deck mode - Switch vinyl control to next deck Modo Deck Singolo - passa in controllo vinile al prossimo deck - + Cue Cue - + Set Cue Imposta Cue - + Go-To Cue Vai al Cue - + Go-To Cue And Play Vai al Cue e Riproduci - + Go-To Cue And Stop Vai al Cue e Stop - + Preview Cue Anteprima Cue - + Cue (CDJ Mode) Cue (modalità CDJ) - + Stutter Cue Cue a Singhiozzo - + Go to cue point and play after release - + Clear Hotcue %1 Cancella Hotcue %1 - + Set Hotcue %1 Imposta Hotcue %1 - + Jump To Hotcue %1 Salta all' hotcue %1 - + Jump To Hotcue %1 And Stop Salta all' hotcue %1 e Ferma - + Jump To Hotcue %1 And Play Salta all' hotcue %1 e riproduci - + Preview Hotcue %1 Anteprima Hotcue %1 - + Loop In Loop In - + Loop Out Loop Out - + Loop Exit Esci dal Loop - + Reloop/Exit Loop Reloop/Esci dal loop - + Loop Halve Dimezza Loop - + Loop Double Raddoppia Loop - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Sposta Battiti Loop +%1 - + Move Loop -%1 Beats Sposta Battiti Loop -%1 - + Loop %1 Beats Battiti Loop %1 - + Loop Roll %1 Beats Beat Loop Roll %1 - + Add to Auto DJ Queue (bottom) Aggiungi a fine coda in «Auto DJ» - + Append the selected track to the Auto DJ Queue Aggiungi la traccia selezionata in coda alla lista dell'Auto-dj - + Add to Auto DJ Queue (top) Aggiungi alla coda in modalità "Auto DJ" (in cima) - + Prepend selected track to the Auto DJ Queue Aggiungi traccia selezionata in cima alla scaletta Auto-DJ - + Load Track Carica Traccia - + Load selected track Carica traccia selezionata - + Track Load and Play Carica traccia ed esegui play - + Load selected track and play Carica traccia selezionata e riproduci - + Record Mix Registra il Mix - + Toggle mix recording Abilita registrazione mix - + Effects Effetti - + Quick Effects Effetti veloci - + Deck %1 Quick Effect Super Knob Deck %1 Effetto Rapido Super Manopola - + Quick Effect Super Knob (control linked effect parameters) Super Manopola (controlla i parametri di effetti connessi) - + Quick Effect Effetto Rapido - + Clear effect rack Svuota rack effetti - + Clear Effect Rack Cancella Rack Effetti - + Clear Unit Cancella Unità - + Clear effect unit Cancella unità effetti - + Toggle Unit Attiva Unità - + Dry/Wet Asciutto/Bagnato - + Adjust the balance between the original (dry) and processed (wet) signal. Regola il bilanciamento fra il segnale originale (dry) e quello elaborato (wet). - + Super Knob Super Manopola - - - Insert/Send Toggle - Attiva Mandata/Ritorno - - - + Next Chain Prossima Catena + - + - + - + - Assign Assegna - + Clear Cancella - + Clear the current effect Cancella l'effetto corrente - + Toggle Abilita - + Toggle the current effect Abilità l'effetto corrente - + Next Successivo - + Switch to next effect Passa all'effetto successivo - + Previous Precedente - + Switch to the previous effect Passa all'effetto precedente - + Next or Previous Precedente o Successivo - + Switch to either next or previous effect Passa all'effetto precedente o al successivo + - Parameter Value Valore Parametro + - Microphone Ducking Strength Livello Ducking microfono - + Microphone Ducking Mode Modo Ducking Microfono - + Gain Guadagno - + Gain knob Potenziometro Guadagno - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle Abilita Auto Dj - + Toggle Auto DJ On/Off Abilita/Disabilita Auto Dj - + Library Maximize/Restore Massimizza/Ripristina Libreria - + Maximize the track library to take up all the available screen space. Massimizza la libreria tracce per occupare tutto lo spazio disponibile sullo schermo - + Effect Rack Show/Hide Mostra/Nascondi Rack Effetti - + Show/hide the effect rack Mostra/Nasconde il rack effetti - + Cover Art Show/Hide Mostra/Nascondi Copertina - + Show/hide cover art Mostra/nascondi copertina - + Waveform Zoom Out Waveform Zoom out - + Toggle Effect Unit Abilita Unità effetti @@ -2070,546 +2054,566 @@ Guadagno cuffie - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed Velocità Riproduzione - + Playback speed control (Vinyl "Pitch" slider) Controllo velocità riproduzione (slider "pitch" vinile) - + Pitch (Musical key) Pitch (Chiave Musicale) - + Increase Speed Aumenta la Velocità - + Adjust speed faster (coarse) Regola Velocità in salita (grande) - - + + Increase Speed (Fine) Aumenta velocitù in salita (fine) - + Adjust speed faster (fine) Regola Velocità in salita (fine) - + Decrease Speed Diminuisce la velocità - + Adjust speed slower (coarse) Regola Velocità in diminuzione (grande) - + Adjust speed slower (fine) Regola Velocità in diminuzione (fine) - + Temporarily Increase Speed Aumenta Velocità temporaneamente - + Temporarily increase speed (coarse) Aumenta Velocità temporaneamente (grande) - + Temporarily Increase Speed (Fine) Aumenta Velocità temporaneamente (fine) - + Temporarily increase speed (fine) Aumenta Velocità temporaneamente (fine) - + Temporarily Decrease Speed Diminuisce velocità temporaneamente - + Temporarily decrease speed (coarse) Diminuisce velocità temporaneamente (grande) - + Temporarily Decrease Speed (Fine) Diminuisce velocità temporaneamente (fine) - + Temporarily decrease speed (fine) Diminuisce velocità temporaneamente (fine) + - Adjust %1 Regola %1 + - Kill %1 Elimina %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing Abilita o disabilita processore effetti - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset Preset prossima catena - + Previous Chain Catena Precedente - + Previous chain preset Preset catena precedente - + Next/Previous Chain Passa alla Prossima/Precedente catena - + Next or previous chain preset Passa alla Prossima/Precedente catena + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary Microfono / Ausiliario - Aux - + Microphone On/Off Microfono Acceso/Spento - + Microphone on/off Microfono acceso/spento - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Abilita/Disabilita la modalità del ducking (OFF, AUTO, MANUALE) - + Auxiliary On/Off Ausiliario - Aux On/Off - + Auxiliary on/off Ausiliario - Aux - On/Off - + Auto DJ Auto DJ - + Auto DJ Shuffle Auto Dj Mescola - + Auto DJ Skip Next Auto Dj Salta alla prossima - + Auto DJ Fade To Next Audo Dj Sfuma alla prossima - + Trigger the transition to the next track Attiva la transizione alla prossima traccia - + User Interface Interfaccia Grafica - + Samplers Show/Hide Mostra/Nascondi Samplers - + Show/hide the sampler section Mostra/nascondi la sezione campionatore - + Microphone Show/Hide Mostra/Nascondi Microfono - + Show/hide the microphone section Mostra/nascondi la sezione microfono - + Vinyl Control Show/Hide Mostra/Nascondi Controllo Vinile - + Show/hide the vinyl control section Mostra/nasconde la sezione controllo vinile - + Preview Deck Show/Hide Mostra/Nascondi il Deck Anteprima - + Show/hide the preview deck Mostra/Nascondi l'anteprima del deck - + Vinyl Spinner Show/Hide Mostra/Nascondi Controllo Vinile - + Show/hide spinning vinyl widget Mostra/Nascondi Strumento Controllo Vinile - + Waveform zoom Waveform Zoom out - + Waveform Zoom Waveform Zoom - + Zoom waveform in Waveform zoom in - + Waveform Zoom In Waveform Zoom in - + Zoom waveform out Waveform Zoom out @@ -2919,6 +2923,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + Team di sviluppo Mixxx %1 + + + + With contributions from: + Con contributi da: + + + + And special thanks to: + E ringraziamenti speciali a: + + + + Past Developers + Sviluppatori passati + + + + Past Contributors + Collaboratori passati + + DlgAboutDlg @@ -3572,102 +3604,102 @@ Hai provato ad imparare: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Automatic - + Mono Mono - + Stereo Stereo - - - - + + + + Action failed - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3680,27 +3712,27 @@ Two source connections to the same server can't have the same mountpoint.Impostazioni Trasmissione Live - + Mixxx Icecast Testing Test Mixxx di Icecast - + Public stream Stream pubblico - + http://www.mixxx.org http://www.mixxx.org - + Stream name Nome dello stream - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. A causa di falle in alcuni client per lo streaming, aggiornare i metadata Ogg Vorbis dinamicamente potrebbe causare problemi e disconnessioni agli ascoltatori. Spunta questa casella per aggiornare i metadata comunque. @@ -3735,189 +3767,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. Aggiorna dinamicamente i metadata Ogg Vorbis. - + + ICQ + + + + + AIM + + + + Website Sito Web - + Live mix Mix live - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre Genere - + Use UTF-8 encoding for metadata. Utilizza la codifica UTF-8 per i metadati. - + Description Descrizione - + Encoding Codifica - + Bitrate Bitrate - - + + Format Formato - + Channels Canali - + Server connection Connessione server - + Type Digita - + Host Host - + Login Login - + Mount Monta - + Port Porta - + Password Password - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds secondi - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4677,15 +4724,11 @@ Se non ce ne sono, si posiziona all'inizio della traccia. DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected Nessuno/a @@ -4812,32 +4855,32 @@ Displayed when no effect is selected Effetti Disponibili - + Effect Info Informazioni Effetti - + Version: Versione: - + Description: Descrizione: - + Author: Autore: - + Name: Nome: - + Type: Tipo: @@ -5075,6 +5118,19 @@ e ti permette di regolarne la tonalità per mixare armonicamente. Sol#m + + DlgPrefLV2Dlg + + + Equalizer Preferences + Preferenze Equalizzatore + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5859,7 +5915,7 @@ Il loudness finale è approssimativo e presume che pregain e master livello mast Sample Rate - + Frequenza di campionamento @@ -5897,11 +5953,7 @@ Il loudness finale è approssimativo e presume che pregain e master livello mast ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds ms @@ -5922,7 +5974,7 @@ milliseconds Buffer Underflow Count - + Numero Buffer Underflow @@ -5937,7 +5989,7 @@ milliseconds Keylock/Pitch-Bending Engine - + Motore KeyLock/Pitch-Bending @@ -5972,7 +6024,7 @@ milliseconds System Reported Latency - + Latenza del systema riportata @@ -6141,17 +6193,17 @@ milliseconds RGB - + OpenGL not available OpenGL non disponibile - + dropped frames frames persi - + Cached waveforms occupy %1 MiB on disk. I waveforms nella cache occupano %1 Mib sul disco @@ -6189,28 +6241,28 @@ milliseconds Guadagno visivo - + Default zoom level Waveform zoom Livello di zoom predefinito - + Displays the actual frame rate. Mostra i fotogrammi per secondo attuali. - + Visual gain of the middle frequencies Guadagno grafico delle frequenze medie - + End of track warning Avviso di fine traccia - + OpenGL status Stato OpenGL @@ -6225,105 +6277,124 @@ milliseconds secondi - + Low Bassi - + Middle Medie - + Global Globale - + Visual gain of the high frequencies Guadagno visuale delle alte frequenze - + Visual gain of the low frequencies Guadagno visuale delle basse frequenze - + High Alti - + Waveform type - + Global visual gain Guadagno visivo globale - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. SIncronizza il livello di zoom attraverso tutte le forme d'onda. - + Synchronize zoom level across all waveforms Sincronizza il livello di zoom attraverso tutte le forme d'onda - + Caching Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. Mixxx memorizza in caches le waveforms delle tracce sul disco la prima volta che carichi una traccia. Questo riduce l'uso della CPU quando stai suonando live ma richiede spazio extra sul disco. - + Enable waveform caching Abilita memorizzazione waveform in cache - + Generate waveforms when analyzing library Genera le waveform quando si analiza la libreria - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + % + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms Cancella i Waveforms memorizzati in cache @@ -6331,83 +6402,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware Hardware Audio - + Controllers Controllers - + Library Libreria - + Interface Interfaccia - + Waveforms Forme d'onda - + Auto DJ Auto DJ - + Equalizers Equalizzatori - + Decks - + Crossfader Crossfader - + + Effects + Effetti + + + + LV2 Plugins + + + + Recording Registrazione - + Beat Detection Riconoscimento Beat - + Key Detection Rilevamento della chiave - + Normalization Normalizzazione - - + + Vinyl Control Controllo Vinile - + Live Broadcasting Trasmissione live - + Modplug Decoder Decoder Modplug @@ -6926,7 +7007,7 @@ Risultati di alta qualità si hanno spesso con tracce a ritmo costante, non funz EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject Svuota Catena @@ -6940,40 +7021,58 @@ Risultati di alta qualità si hanno spesso con tracce a ritmo costante, non funz Nessun effetto caricato. + + EffectSettingsModel + + + Visible + + + + + Name + Nome + + + + Type + Digita + + EffectsManager - + Flanger Flanger - + BitCrusher BitCrusher - + Filter Filtro - + Reverb Riverbero - + Echo Echo - + AutoPan AutoPan - + Tremolo @@ -7144,39 +7243,39 @@ Risultati di alta qualità si hanno spesso con tracce a ritmo costante, non funz ITunesFeature - - + + iTunes iTunes - - + + Select your iTunes library Selezionare la libreria iTunes - + (loading) iTunes (in caricamento) iTunes - + Use Default Library Usa libreria di default - + Choose Library... Scegli libreria... - + Error Loading iTunes Library Errore nel caricamento della libreria iTunes - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. Si è verificato un errore durante il caricamento della libreria di iTunes. Alcuni dei vostri brani o le playlist di iTunes potrebbero non essere caricati. @@ -7415,52 +7514,52 @@ supporto OpenGL. MixxxMainWindow - + Choose music library directory Scegli la cartella della tua libreria musicale - + Sound Device Busy Periferica audio occupata - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Riprova</b> dopo aver chiuso l'altra applicazione o riconnesso la periferica audio - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Riconfigura</b> settaggi dei dispositivi di Mixxx. - - + + Get <b>Help</b> from the Mixxx Wiki. Ottieni <b>Aiuto</b> dal Wiki di Mixxx - - - + + + <b>Exit</b> Mixxx. <b>Uscire</b> da Mixxx - + Retry Riprova - + Cannot open database Impossibile aprire il database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7471,150 +7570,142 @@ Mixxx richiede le librerie QT con supporto per SQLite. Leggi la documentazione r Clicca su OK per uscire. - - + + Reconfigure Riconfigura - + Help Guida - - + + Exit Esci - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices Nessun dispositivo di output - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. Mixxx è stato configurato senza un dispositivo audio di output. L'elaborazione audio sarà disabilitata senza un dispositivo audio configurato. - + <b>Continue</b> without any outputs. <b>Continua</b> senza alcun output - + Continue Continua - + Load track to Deck %1 Carica una traccia dal mazzo %1 - + Deck %1 is currently playing a track. Il mazzo %1 sta correntemente riproducendo una traccia. - + Are you sure you want to load a new track? Sei sicuro di voler caricare una nuova traccia? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. Non è stato selezionato nessuno dispositivo di input per il controllo vinile. Prego selezionare prima un dispositivo di controllo di input nel pannello di preferenze hardware. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. Nessun dispositivo di input è stato selezionato per il controllo diretto passtrough. Prego selezionare prima un dispositivo di input nel pannello di preferenze hardware. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. Nessun dispositivo di input selezionato per questo microfono. Prego selezionare prima un dispositivo di input nel pannello di preferenze hardware. - + Error in skin file Errore nel file della Skin - + The selected skin cannot be loaded. La seguente Skin non può essere caricata. - + OpenGL Direct Rendering Rendering Diretto OpenGL - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. Il Rendering Diretto non è abilitato sulla tua macchina.<br><br>Questo significa che la rappresentazione Waveform sarà molto<br><b>molto lenta e potrebbe appensantire pesantemente la CPU</b>. Ti consigliamo di aggiornare la tua<br>configurazione per abilitare il Rendering Diretto oppure disabilitare<br>la rappresentazione Waveform nelle Prefereze di Mixxx selezionando<br>"Vuoto" come waveform display nella sezione "Interfaccia"<br><br>NOTA: Se usi hardware NVIDIA,<br>il Rendering diretto potrebbe non essere presente ma non dovresti<br>avvertire degrado nelle prestazioni. - - + + Confirm Exit Conferma uscita - + A deck is currently playing. Exit Mixxx? Un deck è in riproduzione. Uscire da Mixxx? - + A sampler is currently playing. Exit Mixxx? Un campionamento è attualmente in riproduzione. Uscire da Mixxx? - + The preferences window is still open. La finestra delle Preferenze è ancora aperta. - + Discard any changes and exit Mixxx? Annullare ogni modifica e uscire da Mixxx? - - NativeBackend - - - Native - Nativo - - ParserCsv @@ -8002,563 +8093,563 @@ Per annullare questa azione, clicca su Cancel nella maschera di dialogo.E' stato selezionato il file errato. Per carantire i diritti di accesso a Mixxx, prego selezionare il file '%1'. Se non intendi continuare , clicca Cancel. - - + + Bit Depth Profondità Bit - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling Downsampling - + Down Giù - + The sample rate to which the signal is downsampled - - + + Echo Echo - - + + Time Tempo - - + + Ping Pong Ping Pong - - - - + + + + Send Invia - + How much of the signal to send into the delay buffer Quanto segnale da inviare nel buffer di delay - - - - + + + + Feedback Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops Quantità dei fade echo ad ogni loop - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize Quantizza - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter Filtro - + Allows only high or low frequencies to play. Permette di riprodurre solo le alte o basse frequenze. - + Low Pass Filter Cutoff - - + + LPF LPF - - + + Corner frequency ratio of the low pass filter Corner Frequency ratio del filtro passa basso - + Q Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF HPF - - + + Corner frequency ratio of the high pass filter Corner frequency ratio per il filtro passa alto - - - - + + + + Depth Profondità - - + + Flanger Flanger - - + + Speed Velocità - - + + Manual Manuale - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration Rigenerazione - + Regen Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect Intensità dell'effetto - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width Larghezza - + Metronome - + Adds a metronome click sound to the stream - + BPM BPM (Pulsazioni/minuto) - + Set the beats per minute value of the click sound - + Sync Sincronizza - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period Periodo - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing Dolcemente - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb Riverbero - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth Larghezza di Banda - + BW - - + + Damping Smorzamento - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low Bassi - - - + + + Gain for Low Filter Gain per il Filtro Bassi - + Kill Low Elimina Bassi - + Kill the Low Filter Elimina Filtro Bassi - + Mid Medio - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid Elimina Medi - + Kill the Mid Filter Elimina Filtro Medio - + High Alti - - + + Gain for High Filter Gain per Filtro Alti - + Kill High Elimina Alti - + Kill the High Filter Elimina Filtro Alti - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ EQ Grafico - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 Gain per Filtro Banda %1 - + Moog Ladder 4 Filter Filtro Moog Ladder 4 - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation Un filtro 4-pole Moog ladder, basato sull'implementazione digitale non lineare di Antti Houvilainen - + Res - - + + Resonance Risonanza - + Resonance of the filters. 4 = self oscillating Risonanza dei filtri. 4 = auto oscillante. - + Deck %1 EQ Effect Deck %1 Effetto EQ - - + + EQ Effect Effetto EQ - + Deck 1 EQ Effect Effetto Deck 1 EQ - + Gain for Low Filter (neutral at 1.0) Gain per Filtro Bassi (neutro a 1.0) @@ -8568,58 +8659,58 @@ Higher values result in less attenuation of high frequencies. Trasmissione in rete - - + + Phaser Phaser - - + + Stereo Stereo - - + + Stages Stadi - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped Controlla quanto è ripetuto il segnale di output - - + + Range Intervallo - + Controls the frequency range across which the notches sweep. Controlla l'intervallo di frequenza attraverso il quale i notches agiscono - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8684,47 +8775,47 @@ Higher values result in less attenuation of high frequencies. F11 - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8734,60 +8825,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! Questo stream è online per test! - + Live Mix Mix Live @@ -8820,45 +8911,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance Bilanciamento - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8866,172 +8957,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + Integrato + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9068,22 +9180,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording Registrazione - + Could not create audio file for recording! Non è stato possibile creare un audio file per la registrazione! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. Assicurarsi di avere abbastanza spazio disponibile sul disco e di avere i permessi di scrittura per la cartella di registrazione. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9219,132 +9341,147 @@ Fully right: end of the effect period Errore nell'impostare il non-blocking mode: - + Error setting hostname! Errore durante l'impostazione dell'hostname! - + Error setting port! Errore di configurazione della porta! - + Error setting password! Errore nell'impostazione della password! - + Error setting mount! Errore nell'impostazione del mount! - + Error setting username! Errore durante l'impostazione dell'username! - + Error setting stream name! Indefinito - + Error setting stream description! Errore nell'impostazione della descrizione della trasmissione! - + Error setting stream genre! Errore nell'impostazione del genere della trasmissione! - + Error setting stream url! Errore di impostazione URL corrente! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! Errore configurazione stream pubblico! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. La trasmissione a 96kHz con Ogg Vorbis non è supportata in questo momento. Prova una frequenza di campionamento differente o cambia il codec. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. Visualizza https://bugs.launchpad.net/mixxx/+bug/686212 per ulteriori informazioni. - + Error setting bitrate Errore nella regolazione del bitrate - + Error: unknown server protocol! Errore: protocollo del server sconosciuto! - + Error: libshout only supports Shoutcast with MP3 format! Errore: libshout supporta solo Shoutcast con formato MP3! - + Error setting protocol! Errore nell'impostazione del protocollo! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server Impossibile connettersi al server streaming - + Please check your connection to the Internet and verify that your username and password are correct. Controlla la tua connessione a Internet e verifica che username e password siano corrette @@ -9643,7 +9780,7 @@ Fully right: end of the effect period Master Gain - Mater Gain + Master Gain @@ -9762,7 +9899,7 @@ Fully right: end of the effect period - + Cover Art Immagine Copertina @@ -10024,7 +10161,6 @@ Fully right: end of the effect period Key - The musical key of a track Parola chiave @@ -10099,563 +10235,599 @@ Fully right: end of the effect period Abilitando il keylock durante l'esecuzione può causare una momentanea interruzione dell'audio - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play Riproduci - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. Cambia la velocità dell'esecuzione della traccia (coinvolge sia il temo che il pitch). Se keylock è abilitato, sarà modificato solo il tempo. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank Salva Raccolta Sampler - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank Carica Raccolta Sampler - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - Asciutto/Bagnato - - - + Super Knob Super Manopola - - - Insert/Send Toggle - Attiva Mandata/Ritorno - - - + Next Chain Prossima Catena - + Previous Chain Catena Precedente - + Next/Previous Chain - Catena Prossima/Precedente + Passa alla Prossima/Precedente catena - + Clear Cancella - + Clear the current effect. Cancella l'effetto corrente. - + Toggle Abilita - + Toggle the current effect. Abilità l'effetto corrente - + Next Successivo - + Clear Unit Cancella Unità - + Clear effect unit. Unità cancellazione effetti. - + Show/hide parameters for effects in this unit. - + Toggle Unit Attiva Unità - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. Passa all'effetto successivo - + Previous Precedente - + Switch to the previous effect. Passa all'effetto precedente - + Next or Previous Precedente o Successivo - + Switch to either the next or previous effect. Passa all'effetto precedente o al successivo - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter Parametro Effetto - + Adjusts a parameter of the effect. Regola un parametro dell'effetto. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill Elimina Parametro Equalizzatore - - + + Holds the gain of the EQ to zero while active. Trattiene il gain del EQ a zero quando attivo. - + Quick Effect Super Knob Effetto rapido Super Manopola - + Quick Effect Super Knob (control linked effect parameters). Effetto Rapido Super Manopola (parametri di controllo effetti collegati). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. Suggerimento: Cambia il default Modo Effetto rapido in Preferenze -> Equalizzatori - + Equalizer Parameter Parametro Equalizzatore - + Adjusts the gain of the EQ filter. Regola il gain del filtro EQ. - + Hint: Change the default EQ mode in Preferences -> Equalizers. Suggerimento: Cambia il default Modo EQ in Preferenze -> Equalizzatori @@ -10663,7 +10835,7 @@ Fully right: end of the effect period Adjust Beatgrid - Aggiusta griglia delle battute + Regola Beatgrid @@ -10674,126 +10846,126 @@ Fully right: end of the effect period Adjust beatgrid to match another playing deck. - Regola Griglia beat per allinearsi ad un altro deck che suona + Regola Beatgrid per allinearsi ad un altro deck che suona - + If quantize is enabled, snaps to the nearest beat. Se quantizza è abilitato, si collega al beat più vicino. - + Quantize Quantizza - + Toggles quantization. Abilita quantizzazione. - + Loops and cues snap to the nearest beat when quantization is enabled. I Loop e i cues si agganciano al beat più vicino quando la quantizzazione è abilitata. - + Reverse Contrario - + Reverses track playback during regular playback. Inverte l'esecuzione della traccia durante l'esecuzione normale. - + Puts a track into reverse while being held (Censor). Mette una traccia in reveres mentre è cliccato (censore). - + Playback continues where the track would have been if it had not been temporarily reversed. L'esecuzione continua dove la traccia sarebbe stata se non fosse stata temporaneamente invertita. - - + + Play/Pause Play/Pausa - + Jumps to the beginning of the track. Salta all'inizio della traccia. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. Sincronizza il tempo (BPM) e la fase a quello dell'altra traccia, se il BPM è stato calcolato su entrambe. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. Sincronizza il tempo (BPM) a quello dell'altra traccia, se il BPM è stato calcolato su entrambe. - + Sync and Reset Key Sincronizza e resetta chiave - + Increases the pitch by one semitone. Incrementa il pitch di un semitono. - + Decreases the pitch by one semitone. Diminuisce il pitch di un semitono. - + Enable Vinyl Control Abilita il Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. Quando disabilitato, la traccia è controllata dai controlli di esecuzione di Mixxx. - + When enabled, the track responds to external vinyl control. Quando abilitata, la traccia risponde al controllo vinile esterno. - + Enable Passthrough Abilita Inoltro diretto Passtrough - + Indicates that the audio buffer is too small to do all audio processing. Indica che il buffer audio è troppo piccolo per elaborare l'audio. - + Displays cover artwork of the loaded track. Mostra la copertina della traccia caricata - + Displays options for editing cover artwork. Visualiza le opzioni per modificare la copertina. - + Star Rating Valutazione Stelle - + Assign ratings to individual tracks by clicking the stars. Assegna valutazione alle tracce individualmente cliccando sulle stelle. @@ -10938,255 +11110,254 @@ Fully right: end of the effect period Previene il cambio di pitch quando il rate cambia. - + Starts playing from the beginning of the track. Inizia l'esecuzione dall'inizio della traccia. - + Jumps to the beginning of the track and stops. Salta all'inizio della traccia e si arresta. - + Plays or pauses the track. Riproduci o Pausa la traccia - + (while playing) (quando riproduce) - + (while stopped) (mentre è in stop) - + Cue Cue - + Headphone Cuffie - + Mute Muto - + Mutes the selected channel's audio in the master output. Rende muto il canale selezionato nell'output principale. - + Old Synchronize Vecchio Sincronizza - + (This skin should be updated to use Master Sync!) (Questa skin deve essere aggiornata per usare il Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. Sincronizza al primo deck (in ordine numerico) che sta suonando una traccia e ha un BPM. - + If no deck is playing, syncs to the first deck that has a BPM. Se nessun deck sta suonando, sincronizza al primo deck che ha un BPM. - + Decks can't sync to samplers and samplers can only sync to decks. I Deck non si possono sincronizzare con i samplers e i samplers si possono sincronizzare solo con i deck - + Enable Master Sync Abilita il Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. Tocca per sincronizzare il tempo ad un altra traccia in esecuzione oppure al master clock. - + Hold for at least a second to enable sync lock for this deck. Trattieni per almeno un secondo per abilitare il blocca sincronizzazione per questo deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. I deck con il blocco sync suoneranno tutti allo stesso tempo, e anche i deck che hanno anche il quantizza abilitato avranno il beat allineato. - + Resets the key to the original track key. Resetta la chiave alla chiave originale della traccia - + Enable Sync Clock Master Abilita Master Sync Clock - + When enabled, this device will serve as the master clock for all other decks. Quando abilitato, questo dispositivo verrà utilizzato come master clock per tutti gli altri deck - + Speed Control Controllo Velocità - - - + + + Changes the track pitch independent of the tempo. Cambia il pitch della traccia indipendentemente del tempo. - + Increases the pitch by 10 cents. Incrementa il pitch di 10 centesimi. - + Decreases the pitch by 10 cents. Diminuisce il pitch di 10 centesimi. - + Pitch Adjust Controlla intonazione - + Adjust the pitch in addition to the speed slider pitch. Regola il pitch dal pitch velocità slider - + Record Mix Registra il Mix - + Toggle mix recording. Abilita registrazione mix - + Enable Live Broadcasting Abilita la Trasmissione Live - + Stream your mix over the Internet. Trasmetti il tuo mix su internet. - + Provides visual feedback for Live Broadcasting status: Offri un feedback visivo per lo stato del Live Broadcasting: - + disabled, connecting, connected, failure. Disabilitato, in connessione, connesso, fallimento. - + When enabled, the deck directly plays the audio arriving on the vinyl input. Quando abilitato, il deck suona direttamente l'audio proveniente dall'input vinile. - + Blue for passthrough enabled. Blu per inoltro diretto passtrough abilitato. - + Playback will resume where the track would have been if it had not entered the loop. L'esecuzione riprenderà dove la traccia sarebbe stata se non si fossero abilitati i loop. - + Loop Exit Esci dal Loop - + Turns the current loop off. Interrompe il loop corrente. - + Slip Mode Modalità Slip - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. Quando attivo, l'esecuzione continua muta in sottofondo durante un loop, un revere, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. Una volta disabilitato, il suono udibile riprenderà dove la traccia avrebbe dovuto essere. - + Track Key - The musical key of a track Chiave della traccia - + Displays the musical key of the loaded track. Mostra la chiave musicale della traccia caricata. - + Clock Orologio - + Displays the current time. Mostra l'ora attuale. - + Audio Latency Usage Meter Livello di Uso Latenza Audio - + Displays the fraction of latency used for audio processing. Mostra la frazione di latenza usata per processare l'audio - + A high value indicates that audible glitches are likely. Un valore alto indica che artefatti udibili sono probabili. - + Do not enable keylock, effects or additional decks in this situation. Non abilitare keylock, effetti o deck aggiuntivi in questa situazione. - + Audio Latency Overload Indicator Indicatore Sovraccarico Latenza Audio @@ -11251,279 +11422,279 @@ Fully right: end of the effect period Mostra la chiave musicale corrente della traccia caricata dopo lo spostamento del pitch. - + Sends the selected channel's audio to the headphone output, Inoltra l'audio del canale selezionato all'output delle cuffie. - + selected in Preferences -> Sound Hardware. selezionato in Preferenze -> Suono Hardware. - + Fast Rewind Indietro veloce - + Fast rewind through the track. Indietro veloce attraverso la traccia. - + Fast Forward Avanti veloce - + Fast forward through the track. Avanti veloce attraverso la traccia. - + Jumps to the end of the track. Salta alla fine della traccia. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. Configura il pitch ad una chiave che permetta una transizione armonica all'altra traccia. Richiede che sia stata calcolata una Chiave su entrambe le tracce dei deck coinvolti. - - - + + + Pitch Control Controllo Pitch - + Pitch Rate Pitch Rate - + Displays the current playback rate of the track. Visualizza il rate dell'esecuzione della traccia corrente. - + Repeat Ripeti - + When active the track will repeat if you go past the end or reverse before the start. Quando attivo, la traccia si ripeterà se vai oltre la fine oppure inverti prima dell'inizio. - + Eject Espelli - + Ejects track from the player. Espelli la Traccia dal Player - + Hotcue Hotcue - + If hotcue is set, jumps to the hotcue. Se è configurato l'hotcue, salta all'hotcue. - + If hotcue is not set, sets the hotcue to the current play position. Se non è configurato l'hotcue, lo fissa alla posizione di esecuzione corrente. - + If hotcue is set, clears the hotcue. Se è configurato l'hotcue, cancella l'hotcue. - + Vinyl Control Mode Modalità Controllo Vinile - + Absolute mode - track position equals needle position and speed. Modo Assoluto - posizione della traccia uguale alla posizione e alla velocita della puntina. - + Relative mode - track speed equals needle speed regardless of needle position. Modo Relativo - velocita della traccia uguale alla velocità della puntina indipendentemente dalla posizione della puntina. - + Constant mode - track speed equals last known-steady speed regardless of needle input. Modo costante - velocità traccia uguale all'ultima velocità stabile indipendentemente dall'input della puntina. - + Vinyl Status Stato Vinile - + Provides visual feedback for vinyl control status: Fornisce un feedback visivo dello stato del controllo vinile: - + Green for control enabled. Verde per controllo abilitato. - + Blinking yellow for when the needle reaches the end of the record. Lampeggia giallo quando la puntina raggiunge la fine del disco. - + Loop-In Marker Marcatore Loop-in - + Loop-Out Marker Marcatore Loop-Out - + Loop Halve Dimezza Loop - + Halves the current loop's length by moving the end marker. Dimezza la lunghezza del loop corrente muovendo la fine del marcatore. - + Deck immediately loops if past the new endpoint. Il deck va in loop immediatamente se si passe il nuovo endpoint. - + Loop Double Raddoppia Loop - + Doubles the current loop's length by moving the end marker. Raddoppia la lunghezza del loop corrente muovento il marcatore di fine loop. - + Beatloop Beatloop - + Toggles the current loop on or off. Abilita o Disabilita il loop corrente. - + Works only if Loop-In and Loop-Out marker are set. Funziona solo se i marcatori Loop-in e Loop-Out sono fissati. - + Hint: Change the default cue mode in Preferences -> Interface. Suggerimento: Cambia il modo cue di default in Preferenze -> Interfaccia. - + Vinyl Cueing Mode Modo Cueing Vinile - + Determines how cue points are treated in vinyl control Relative mode: Determina come gestire i cue points nel Modo di Controllo Vinile Relativo: - + Off - Cue points ignored. Off - Cue points ignorati. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. Un Cue - Se la puntina è rilasciata dopo il cue point, la traccia si posizionerà a quel cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. Hot Cue - La traccia si posizionerà al hot cue point precedente più vicino. - + Track Time Tempo della Traccia - + Track Duration Durata Traccia - + Displays the duration of the loaded track. Mostra la durata della traccia caricata - + Information is loaded from the track's metadata tags. Le informazioni sono caricate dai tags metadata della traccia. - + Track Artist Artista della Traccia - + Displays the artist of the loaded track. Mostra l'artista della traccia caricata - + Track Title Titolo Traccia - + Displays the title of the loaded track. Mostra il titolo della traccia caricata - + Track Album Album - + Displays the album name of the loaded track. Mostra il nome dell'album della traccia caricata. - + Track Artist/Title Traccia Artista/Titolo - + Displays the artist and title of the loaded track. Mostra l'artista e il titolo della traccia caricata @@ -11645,34 +11816,6 @@ Fully right: end of the effect period Si è verificato un errore durante il caricamento della libreria Traktor. Alcuni dei vostri brani o le playlist Traktor non possono essere caricati. - - Ui - - - Mixxx %1 Development Team - Team di sviluppo Mixxx %1 - - - - With contributions from: - Con il contributo di : - - - - And special thanks to: - Ringraziamenti speciali a: - - - - Past Developers - Ex Sviluppatori - - - - Past Contributors - Hanno contribuito - - VSyncThread @@ -11768,12 +11911,18 @@ Fully right: end of the effect period WEffect - + + %1: %2 + %1 = effect name; %2 = effect description + + + + None Nessuno/a - + No effect loaded. Nessun effetto caricato. @@ -11912,317 +12061,333 @@ Fully right: end of the effect period &Vista - + May not be supported on all skins. Potrebbe non essere supportata su tutte le skin - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + Ctrl+1 + + + Show Microphone Section Mostra la Sezione Microfono - + Show the microphone section of the Mixxx interface. Mostra la Sezione Microfono della Interfaccia Mixxx - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section Mostra Sezione Controllo Vinile - + Show the vinyl control section of the Mixxx interface. Mosta la sezione Vinyl Control della Interfaccia Mixxx - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck Mostra l'Antemprima del Deck - + Show the preview deck in the Mixxx interface. Mostra l'Anteprima del Deck nell'interfaccia di Mixxx - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art Mostra Copertina - + Show cover art in the Mixxx interface. Mostra Cover art nell'interfaccia Mixxx - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library Massimizza Libreria - + Maximize the track library to take up all the available screen space. Massimizza la libreria tracce per occupare tutto lo spazio disponibile sullo schermo - + Space Menubar|View|Maximize Library Spazio - + &Full Screen &Schermo intero - + Display Mixxx using the full screen Mostra Mixxx in modalità schermo intero - + &Options &Opzioni - + &Vinyl Control Controllo &Vinile - + Use timecoded vinyls on external turntables to control Mixxx Usa vinili timecoded su piatti esterni per controllare Mixxx - + Enable Vinyl Control &%1 Abilita Controllo Vinile &%1 - + &Record Mix &Registra il Mixaggio - + Record your mix to a file Registra il tuo Mixaggio su un file - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting Abilita Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server Invia i tuoi mix a un server shoutcast o icecast - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts Attiva Scorciatoie da Tastiera - + Toggles keyboard shortcuts on or off Alterna le scorciatoie da Tastiera On/Offf - + Ctrl+` Ctrl+` - + &Preferences &Preferenze - + Change Mixxx settings (e.g. playback, MIDI, controls) Cambia le impostazioni di Mixxx (per esempio la riproduzione, i Midi, i controlli) - + &Developer &Sviluppatore - + &Reload Skin Ricarica la Skin - + Reload the skin Ricarica la Skin - + Ctrl+Shift+R Ctrl+Shift+R - + Developer &Tools Strumenti Sviluppa&tori - + Opens the developer tools dialog Apre lo strumento dialogo sviluppatore - + Ctrl+Shift+T Ctrl+Shift+T - + Stats: &Experiment Bucket Statistiche: Cassetto &Esperimento - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. Abilita il modo esperimento. Colleziona statistiche nel cassetto di tracciamento esperimento. - + Ctrl+Shift+E Ctrl+Shift+E - + Stats: &Base Bucket Statistiche: Cassetto &Base - + Enables base mode. Collects stats in the BASE tracking bucket. Abilita Modo Base. Colleziona statistiche nel cassetto tracciamento Base - + Ctrl+Shift+B Ctrl+Shift+B - + Deb&ugger Enabled Deb&ugger Abilitato - + Enables the debugger during skin parsing Abilita il debugger durante l'analisi skin - + Ctrl+Shift+D Ctrl+Shift+D - + &Help &Aiuto - + &Community Support Supporto della &comunità - + Get help with Mixxx Ottieni dell'aiuto con Mixxx - + &User Manual Manuale &Utente - + Read the Mixxx user manual. Leggi il manuale utente di Mixxx - + &Keyboard Shortcuts Scorciatoie da tastiera - + Speed up your workflow with keyboard shortcuts. Velocizza il tuo flusso di lavoro con le scorciatoie da tastiera. - + Send Us &Feedback Inviateci &Feedback - + Send feedback to the Mixxx team. Invia feedback al team di Mixxx - + &Translate This Application &Traduci questa applicazione - + Help translate this application into your language. Aiutaci a tradurre questo programma nella tua lingua. - + &About &Informazioni su - + About the application Informazioni sull'applicazione @@ -12239,9 +12404,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source Carica Traccia .. @@ -12323,6 +12486,12 @@ Text on waveform overview when file is cached from source Add to Playlist Aggiungi alla playlist + + + Reset + Reset metadata in right click track context menu in library + Reimposta + Cover Art @@ -12335,58 +12504,68 @@ Text on waveform overview when file is cached from source ESC - + Remove Rimuovi - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library Nascondi dalla Libreria - + Unhide from Library Mostra tracce dalla libreria - + Purge from Library Nascondi dalla libreria - + Properties Proprietà - + Open in File Browser Apri nel File Manager - + 4/3 BPM 4/3 BPM - + 3/2 BPM 3/2 BPM - - + + Create New Playlist Crea Nuova Playlist - + Create New Crate Crea nuovo cesto - + Enter name for new playlist: Inserisci il nome per la playlist: @@ -12416,150 +12595,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - Cancella - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck Deck Anteprima - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues Hotcue - + Loop - + ReplayGain Riapplica Gain - + Waveform - + All Tutto - + Deck %1 Deck %1 - + New Playlist Nuova Playlist - - - + + + Playlist Creation Failed Creazione della playlist non riuscita - + A playlist by that name already exists. Esiste già una playlist con questo nome. - + A playlist cannot have a blank name. Il nome della playlist non può essere vuoto. - + An unknown error occurred while creating playlist: Errore sconosciuto durante la creazione della playlist: - + Lock BPM Blocca i BPM - + Unlock BPM Sblocca i BPM - + Double BPM raddoppia BPM - + Halve BPM Dimezza BPM - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + Sampler %1 Sampler %1 @@ -12575,12 +12748,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) (GLSL) - + (GL) (GL) diff --git a/res/translations/mixxx_ja.ts b/res/translations/mixxx_ja.ts index 178bd9a1644d..f78fab92c9f4 100644 --- a/res/translations/mixxx_ja.ts +++ b/res/translations/mixxx_ja.ts @@ -1,4 +1,4 @@ - + : @@ -386,22 +386,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. キーチェインにアクセス不可のためパスワードを利用できません。 - + Secure password retrieval unsuccessful: keychain access failed. キーチェインにアクセス不可のためパスワードの回復に失敗しました。 - + Settings error 設定エラー - + <b>Error with settings for '%1':</b><br> @@ -695,8 +695,8 @@ - - + + Deck %1 デッキ %1 @@ -787,13 +787,13 @@ - + Set to full volume 最大音量に設定 - + Set to zero volume 最小音量に設定 @@ -818,13 +818,13 @@ - + Headphone listen button - + Mute button ミュートボタン @@ -840,25 +840,25 @@ - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -934,229 +934,224 @@ - - One-time beat sync (tempo and phase) - - - - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode - + Equalizers イコライザ - + Vinyl Control Vinylコントロール - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues キュー - + Cue button キューボタン - + Set cue point キューポイントをセット - + Go to cue point - + Go to cue point and play キューポイントから再生 - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues ホットキュー - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 ホットキュー %1 を削除 - + Set hotcue %1 ホットキュー %1 を設定 - + Jump to hotcue %1 ホットキュー %1 へジャンプ - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play ホットキュー %1 から再生 - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 1 - + 2 - + 4 - + 8 - + 16 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Beat-Looping - + Create %1-beat loop - + Create temporary %1-beat loop roll - + Library ライブラリ @@ -1287,20 +1282,20 @@ + - Volume Fader - + Full Volume - + Zero Volume @@ -1316,7 +1311,7 @@ - + Mute ミュート @@ -1327,7 +1322,7 @@ - + Headphone Listen @@ -1348,25 +1343,25 @@ - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1471,11 +1466,6 @@ Sync Mode 同期モード - - - Tap to sync, hold to enable sync mode - - Internal Sync Master @@ -1523,527 +1513,521 @@ - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Speed (Pitch/Tempo) - + Keylock Mode - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original - + High EQ - + Mid EQ - + Low EQ - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue キューをセット - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) オートDJの最後に追加 - + Append the selected track to the Auto DJ Queue 選択された曲をオートDJの先頭に追加 - + Add to Auto DJ Queue (top) オートDJの先頭に追加 - + Prepend selected track to the Auto DJ Queue 選択された曲をオートDJの末尾に追加 - + Load Track - + Load selected track 選択された曲を読み込む - + Track Load and Play 曲を読み込んで再生 - + Load selected track and play 選択された曲を読み込んで再生 - + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - + Quick Effect - + Clear effect rack - + Clear Effect Rack - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain + - + - + - + - Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect + - Parameter Value + - Microphone Ducking Strength - + Microphone Ducking Mode - + Gain ゲイン - + Gain knob ゲイン ノブ - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Cover Art Show/Hide - + Show/hide cover art - + Waveform Zoom Out - + Toggle Effect Unit @@ -2068,546 +2052,566 @@ ヘッドホン ゲイン - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - - + + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) + - Adjust %1 + - Kill %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off マイクのオン/オフ - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ オートDJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Microphone Show/Hide - + Show/hide the microphone section - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out @@ -2827,7 +2831,7 @@ M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) - M3Uプレイリスト (*.m3u);;M3U8プレイリスト (*.m3u8);;PLSプレイリスト (*.pls);;CSVテキスト(*.csv);;普通のテキスト(*.csv);; + M3Uプレイリスト (*.m3u);;M3U8プレイリスト (*.m3u8);;PLSプレイリスト (*.pls);;CSVファイル(*.csv);;テキストファイル(*.txt);; @@ -2917,6 +2921,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + Mixxx %1 開発チーム + + + + With contributions from: + 寄付する方法: + + + + And special thanks to: + そしてスペシャルサンクスを: + + + + Past Developers + 過去の開発 + + + + Past Contributors + 過去の開発 + + DlgAboutDlg @@ -3561,102 +3593,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Automatic - + Mono モノラル - + Stereo ステレオ - - - - + + + + Action failed 操作に失敗しました - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3669,27 +3701,27 @@ Two source connections to the same server can't have the same mountpoint. - + Mixxx Icecast Testing Mixxx Icecast Testing - + Public stream 公開ストリーム - + http://www.mixxx.org http://www.mixxx.org - + Stream name ストリーム名 - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. @@ -3724,189 +3756,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. - + + ICQ + + + + + AIM + + + + Website ウェブサイト - + Live mix ライブミックス - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre ジャンル - + Use UTF-8 encoding for metadata. メタデータに UTF-8 エンコーディングを使用 - + Description 概要 - + Encoding エンコーディング - + Bitrate ビットレート - - + + Format フォーマット - + Channels チャンネル - + Server connection サーバ接続 - + Type タイプ - + Host ホストアドレス - + Login ログイン名 - + Mount マウントポイント - + Port ポート番号 - + Password パスワード - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4664,15 +4711,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected なし @@ -4799,32 +4842,32 @@ Displayed when no effect is selected - + Effect Info - + Version: - + Description: - + Author: - + Name: - + Type: @@ -5061,6 +5104,19 @@ and allows you to pitch adjust them for harmonic mixing. + + DlgPrefLV2Dlg + + + Equalizer Preferences + + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5844,7 +5900,7 @@ The loudness target is approximate and assumes track pregain and master output l Sample Rate - + サンプルレート @@ -5882,11 +5938,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds ms @@ -6126,17 +6178,17 @@ milliseconds - + OpenGL not available - + dropped frames - + Cached waveforms occupy %1 MiB on disk. @@ -6174,28 +6226,28 @@ milliseconds - + Default zoom level Waveform zoom - + Displays the actual frame rate. - + Visual gain of the middle frequencies - + End of track warning - + OpenGL status @@ -6210,105 +6262,124 @@ milliseconds - + Low 低い - + Middle - + Global - + Visual gain of the high frequencies - + Visual gain of the low frequencies - + High 高い - + Waveform type - + Global visual gain - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. - + Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + % + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms @@ -6316,83 +6387,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware サウンドハードウェア - + Controllers - + Library ライブラリ - + Interface インターフェース - + Waveforms - + Auto DJ オートDJ - + Equalizers イコライザ - + Decks - + Crossfader クロスフェーダー - + + Effects + + + + + LV2 Plugins + + + + Recording レコーディング - + Beat Detection - + Key Detection - + Normalization ノーマライズ - - + + Vinyl Control Vinylコントロール - + Live Broadcasting ライブ放送 - + Modplug Decoder @@ -6909,7 +6990,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject @@ -6923,40 +7004,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h エフェクトが読み込まれていません + + EffectSettingsModel + + + Visible + + + + + Name + 名前 + + + + Type + タイプ + + EffectsManager - + Flanger - + BitCrusher - + Filter - + Reverb リバーブ - + Echo - + AutoPan - + Tremolo @@ -7127,39 +7226,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes iTunes - - + + Select your iTunes library iTunesライブラリを選択 - + (loading) iTunes (読み込み中)iTunes - + Use Default Library デフォルトのライブラリを使用 - + Choose Library... ライブラリを選択... - + Error Loading iTunes Library iTunesライブラリの読み込みに失敗 - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. iTunesライブラリの読み込み中にエラーが発生しました。読み込まれていないiTunesのトラック・プレイリストがあるかもしれません。 @@ -7396,52 +7495,52 @@ support. MixxxMainWindow - + Choose music library directory 音楽ライブラリのディレクトリを選択してください - + Sound Device Busy サウンドデバイスがビジーです。 - + <b>Retry</b> after closing the other application or reconnecting a sound device 他のアプリケーションを閉じるかデバイスを再接続した後で<b>リトライ</b>してください。 - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. Mixxxのサウンドデバイス設定を<b>再設定</b>する。 - - + + Get <b>Help</b> from the Mixxx Wiki. Mixxx Wikiで<b>Help</b>を手に入れてください。 - - - + + + <b>Exit</b> Mixxx. Mixxxを<b>終了</b>する。 - + Retry リトライ - + Cannot open database データベースが開けません。 - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7452,147 +7551,139 @@ MixxxはSQLiteをサポートしたQtが必要です。ビルドの方法はQt S OKを押すと終了します。 - - + + Reconfigure 再設定 - + Help ヘルプ - - + + Exit 終了 - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue 続行 - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. - - + + Confirm Exit 終了の確認 - + A deck is currently playing. Exit Mixxx? デッキは現在再生中です。Mixxxを終了しますか? - + A sampler is currently playing. Exit Mixxx? サンプラーは現在再生中です。MIXXXを終了しますか? - + The preferences window is still open. - + Discard any changes and exit Mixxx? - - NativeBackend - - - Native - - - ParserCsv @@ -7973,563 +8064,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo - - + + Time - - + + Ping Pong - - - - + + + + Send - + How much of the signal to send into the delay buffer 遅延バッファにいくつの信号を送信するか - - - - + + + + Feedback フィードバック - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth - - + + Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM BPM - + Set the beats per minute value of the click sound - + Sync 同期 - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb リバーブ - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low 低い - - - + + + Gain for Low Filter - + Kill Low - + Kill the Low Filter - + Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High 高い - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8539,58 +8630,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo ステレオ - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8655,47 +8746,47 @@ Higher values result in less attenuation of high frequencies. F11 - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8705,60 +8796,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix ライブミックス @@ -8791,45 +8882,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance バランス - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8837,172 +8928,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + ビルトイン + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9039,22 +9151,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording レコーディング - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9190,132 +9312,147 @@ Fully right: end of the effect period non-blockingモードに設定できませんでした。 - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. - + Error setting bitrate - + Error: unknown server protocol! - + Error: libshout only supports Shoutcast with MP3 format! - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. インターネットの接続、ユーザ名とパスワードを確認してください @@ -9733,7 +9870,7 @@ Fully right: end of the effect period - + Cover Art カバーアート @@ -9995,7 +10132,6 @@ Fully right: end of the effect period Key - The musical key of a track キー @@ -10070,563 +10206,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play 再生 - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank サンプラーバンクを保存 - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank サンプラーバンクの読み込み - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect エフェクトを有効化 - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - - - - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10648,123 +10820,123 @@ Fully right: end of the effect period - + If quantize is enabled, snaps to the nearest beat. - + Quantize - + Toggles quantization. - + Loops and cues snap to the nearest beat when quantization is enabled. - + Reverse - + Reverses track playback during regular playback. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause 再生/一時停止 - + Jumps to the beginning of the track. トラックの先頭にジャンプ - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough パススルーを有効にする - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -10909,255 +11081,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. - + Jumps to the beginning of the track and stops. - + Plays or pauses the track. - + (while playing) - + (while stopped) - + Cue - + Headphone - + Mute ミュート - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. - + If no deck is playing, syncs to the first deck that has a BPM. - + Decks can't sync to samplers and samplers can only sync to decks. - + Enable Master Sync マスター同期を有効 - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control スピードコントロール - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting ライブ ブロードキャスティングを有効化 - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key - The musical key of a track - + Displays the musical key of the loaded track. - + Clock クロック - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11222,279 +11393,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. - + Fast Rewind 早戻し - + Fast rewind through the track. - + Fast Forward 早送り - + Fast forward through the track. - + Jumps to the end of the track. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control - + Pitch Rate - + Displays the current playback rate of the track. - + Repeat リピート - + When active the track will repeat if you go past the end or reverse before the start. - + Eject イジェクト - + Ejects track from the player. - + Hotcue ホットキュー - + If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. ホットキューがセットされていなければ、現在の位置にセットする - + If hotcue is set, clears the hotcue. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. - + Hint: Change the default cue mode in Preferences -> Interface. ヒント: Preferences -> Interface からデフォルトのキューモードを変更できます - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist トラックアーティスト - + Displays the artist of the loaded track. - + Track Title トラックタイトル - + Displays the title of the loaded track. - + Track Album アルバム - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -11616,34 +11787,6 @@ Fully right: end of the effect period Traktorライブラリの読み込みでエラーが起こりました。読み込まれていないTraktorトラックとプレイリストがあるかもしれません。 - - Ui - - - Mixxx %1 Development Team - Mixxx %1 開発チーム - - - - With contributions from: - 寄付する方法: - - - - And special thanks to: - そしてスペシャルサンクスを: - - - - Past Developers - 過去の開発 - - - - Past Contributors - 過去の開発 - - VSyncThread @@ -11739,12 +11882,18 @@ Fully right: end of the effect period WEffect - + + %1: %2 + %1 = effect name; %2 = effect description + + + + None なし - + No effect loaded. エフェクトが読み込まれていません @@ -11883,317 +12032,333 @@ Fully right: end of the effect period 表示(&V) - + May not be supported on all skins. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + Ctrl+1 + + + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen 全画面表示 (&F) - + Display Mixxx using the full screen Mixxxを全画面表示にする。 - + &Options オプション(&O) - + &Vinyl Control Vinylコントロール(&V) - + Use timecoded vinyls on external turntables to control Mixxx ターンテーブルとタイムコードの記録されているレコードを使用してMixxxを操作する - + Enable Vinyl Control &%1 - + &Record Mix ミックスを録音する (&R) - + Record your mix to a file ミックスをファイルに録音する - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server shoutcastかicecastサーバーを通じてミックスをストリーミング - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` Ctrl+ - + &Preferences 設定(&P) - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D Ctrl+Shift+D - + &Help ヘルプ(&H) - + &Community Support コミュニティーのサポート(&C) - + Get help with Mixxx - + &User Manual ユーザーマニュアル(_U) - + Read the Mixxx user manual. Mixxxユーザーマニュアルを読む - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback 開発者にフィードバックを送る - + Send feedback to the Mixxx team. Mixxxチームにフィードバックを送る - + &Translate This Application - + Help translate this application into your language. あなたの言語でこのアプリケーションを翻訳するのを手伝ってください。 - + &About このアプリケーションについて(&A) - + About the application このアプリケーションについて @@ -12210,9 +12375,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source トラックを読み込み中 .. @@ -12294,6 +12457,12 @@ Text on waveform overview when file is cached from source Add to Playlist プレイリストに追加する + + + Reset + Reset metadata in right click track context menu in library + リセット + Cover Art @@ -12306,58 +12475,68 @@ Text on waveform overview when file is cached from source - + Remove 削除する - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library - + Unhide from Library - + Purge from Library ライブラリから削除 - + Properties - + Open in File Browser - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist 新規プレイリストの作成 - + Create New Crate - + Enter name for new playlist: 新しいプレイリストの名前 @@ -12387,150 +12566,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues ホットキュー - + Loop - + ReplayGain - + Waveform - + All 全て - + Deck %1 デッキ %1 - + New Playlist プレイリストの新規作成 - - - + + + Playlist Creation Failed プレイリストの作成に失敗 - + A playlist by that name already exists. 同じ名前のプレイリストが既にあります。 - + A playlist cannot have a blank name. プレイリストには名前が必要です。 - + An unknown error occurred while creating playlist: プレイリストの作成中に不明なエラーが発生しました - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + Sampler %1 サンプラー %1 @@ -12546,12 +12719,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) (GLSL) - + (GL) (GL) diff --git a/res/translations/mixxx_ko.ts b/res/translations/mixxx_ko.ts index fab9613b41f8..26ce83bfa744 100644 --- a/res/translations/mixxx_ko.ts +++ b/res/translations/mixxx_ko.ts @@ -1,4 +1,4 @@ - + : @@ -104,7 +104,7 @@ Add to Auto DJ Queue (bottom) - 인공지능 DJ 대기열에 넣기 (아래로) + 자동 디제잉 대기열에 넣기 (아래로) @@ -115,7 +115,7 @@ Add to Auto DJ Queue (top) - 인공지능 DJ 대기열에 넣기 (위로) + 자동 디제잉 대기열에 넣기 (위로) @@ -386,22 +386,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error - + <b>Error with settings for '%1':</b><br> @@ -524,7 +524,7 @@ Artist - 아티스트 + 악곡가 @@ -559,7 +559,7 @@ Comment - 코멘트 + 덛붙임 @@ -686,7 +686,7 @@ Master Output - + 외부스피커 출력 @@ -695,8 +695,8 @@ - - + + Deck %1 덱 %1 @@ -787,13 +787,13 @@ - + Set to full volume 음량 최대로 - + Set to zero volume 음량 0으로 @@ -818,13 +818,13 @@ - + Headphone listen button 헤드폰 듣기 버튼 - + Mute button 음소거 @@ -840,25 +840,25 @@ - + Mix orientation (e.g. left, right, center) 믹스 방향 (예: 왼쪽, 오른쪽, 가운데) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -934,229 +934,224 @@ - - One-time beat sync (tempo and phase) - - - - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode 음높이 고정 모드 토글 - + Equalizers 이퀄라이저(EQ) - + Vinyl Control 바이닐(Vinyl) 컨트롤 - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) 바이닐 컨트롤 큐잉 모드 토글 (끄기/1회/핫큐) - + Toggle vinyl-control mode (ABS/REL/CONST) 바이닐 컨트롤 모드 토글 (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button 큐 버튼 - + Set cue point 큐 포인트 설정 - + Go to cue point - + Go to cue point and play - + Go to cue point and stop 큐 포인트로 가서 정지 - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues 핫큐 - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 핫큐 %1 지우기 - + Set hotcue %1 핫큐 %1 설정 - + Jump to hotcue %1 핫큐 %1 으로 이동 - + Jump to hotcue %1 and stop 핫큐 %1 으로 이동 후 정지 - + Jump to hotcue %1 and play 핫큐 %1 으로 이동 후 재생 - + Preview from hotcue %1 핫큐 %1 했을때 미리듣기 - - + + Hotcue %1 핫큐 %1 - + Looping 반복(루핑) - + Loop In button 반복 들어가기 버튼 - + Loop Out button 반복 나오기 버튼 - + Loop Exit button 반복 나가기 버튼 - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Beat-Looping 박자-반복(비트루핑) - + Create %1-beat loop %1-박자 반복 만들기 - + Create temporary %1-beat loop roll %1-박자 반복 롤 설정 - + Library 라이브러리 @@ -1287,20 +1282,20 @@ + - Volume Fader - + Full Volume 최고음량 - + Zero Volume 무음량 @@ -1316,7 +1311,7 @@ - + Mute 음소거 @@ -1327,7 +1322,7 @@ - + Headphone Listen @@ -1348,25 +1343,25 @@ - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1471,11 +1466,6 @@ Sync Mode - - - Tap to sync, hold to enable sync mode - - Internal Sync Master @@ -1523,527 +1513,521 @@ - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Speed (Pitch/Tempo) - + Keylock Mode - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key 초기화 키 - + Resets key to original 원상복구 키 - + High EQ - + Mid EQ - + Low EQ - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 핫큐 %1 지우기 - + Set Hotcue %1 핫큐 %1 설정 - + Jump To Hotcue %1 핫큐 %1 으로 이동 - + Jump To Hotcue %1 And Stop 핫큐 %1 으로 이동 후 정지 - + Jump To Hotcue %1 And Play 핫큐 %1 으로 이동 후 재생 - + Preview Hotcue %1 핫큐 %1 했을때 미리듣기 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) - 인공지능 DJ 대기열에 넣기 (아래로) + 자동 디제잉 대기열에 넣기 (아래로) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) - 인공지능 DJ 대기열에 넣기 (위로) + 자동 디제잉 대기열에 넣기 (위로) - + Prepend selected track to the Auto DJ Queue - + Load Track 트랙 불러오기 - + Load selected track 선택한 트랙 불러오기 - + Track Load and Play - + Load selected track and play 선택한 트랙 불러오고 재생 - + Record Mix - + Toggle mix recording - + Effects 이펙트 - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - + Quick Effect - + Clear effect rack - + Clear Effect Rack - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain + - + - + - + - Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect + - Parameter Value + - Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob 게인 노브 - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Cover Art Show/Hide - + Show/hide cover art - + Waveform Zoom Out - + Toggle Effect Unit @@ -2068,546 +2052,566 @@ - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - - + + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) + - Adjust %1 + - Kill %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off 마이크 켜기/끄기 - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ - 인공지능 DJ + 자동 디제잉 - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Fade To Next - + Trigger the transition to the next track 다음 노래로의 전환 발동 - + User Interface 유저 인터페이스 - + Samplers Show/Hide - + Show/hide the sampler section 샘플러 부분 보이기/가리기 - + Microphone Show/Hide - + Show/hide the microphone section 마이크 부분 보이기/가리기 - + Vinyl Control Show/Hide - + Show/hide the vinyl control section 바이닐 컨트롤 부분 보이기/가리기 - + Preview Deck Show/Hide - + Show/hide the preview deck 덱 미리보기 보기/가기리 - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget 회전하는 바이닐 위젯 보이기/가리기 - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out @@ -2680,7 +2684,7 @@ Comment - 코멘트 + 덛붙임 @@ -2728,7 +2732,7 @@ Comment - 코멘트 + 덛붙임 @@ -2917,6 +2921,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + + + + + With contributions from: + + + + + And special thanks to: + + + + + Past Developers + + + + + Past Contributors + + + DlgAboutDlg @@ -3028,7 +3060,7 @@ Auto DJ - 인공지능 DJ + 자동 디제잉 @@ -3565,102 +3597,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Automatic - + Mono - + Stereo 스테레오 - - - - + + + + Action failed - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3673,27 +3705,27 @@ Two source connections to the same server can't have the same mountpoint. - + Mixxx Icecast Testing Mixxx Icecast 테스트 - + Public stream 공개 방송 - + http://www.mixxx.org http://www.mixxx.org - + Stream name 방송 이름 - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. 몇몇 스트리밍 클라이언트의 결함으로 인해, Ogg Vorbis 메타데이터 동적 업데이트가 청취자에게 튐이나 연결해제 같은 안 좋은 영향을 미칠 수 있습니다. 무시하고 동적으로 메타데이터를 업데이트 하시려면 이 상자를 체크하십시오. @@ -3728,189 +3760,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. Ogg Vorbis 메타데이터를 동적으로 업데이트. - + + ICQ + + + + + AIM + + + + Website 웹사이트 - + Live mix 라이브 믹싱 - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre 장르 - + Use UTF-8 encoding for metadata. 메타데이터에 UTF-8 인코딩을 사용하십시오. - + Description 설명 - + Encoding 인코딩 - + Bitrate 품질 - - + + Format 포맷 - + Channels 채널 - + Server connection 서버 연결 - + Type 유형 - + Host 호스트 - + Login 로그인 이름 - + Mount 마운트 - + Port 포트 - + Password 암호 - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4669,15 +4716,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected 없음 @@ -4804,32 +4847,32 @@ Displayed when no effect is selected - + Effect Info - + Version: - + Description: 설명: - + Author: 저자: - + Name: 이름: - + Type: @@ -5066,6 +5109,19 @@ and allows you to pitch adjust them for harmonic mixing. + + DlgPrefLV2Dlg + + + Equalizer Preferences + + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5887,11 +5943,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds @@ -6131,17 +6183,17 @@ milliseconds - + OpenGL not available OpenGL 사용 불가능 - + dropped frames - + Cached waveforms occupy %1 MiB on disk. @@ -6179,28 +6231,28 @@ milliseconds 시각적 게인 - + Default zoom level Waveform zoom - + Displays the actual frame rate. 실제 화면 속도(Frame rate) 표시 - + Visual gain of the middle frequencies 중역대에 대한 시각적 게인 - + End of track warning - + OpenGL status @@ -6215,105 +6267,124 @@ milliseconds - + Low 낮음 - + Middle - + Global - + Visual gain of the high frequencies 고역대에 대한 시각적 게인 - + Visual gain of the low frequencies 저역대에 대한 시각적 게인 - + High 높음 - + Waveform type - + Global visual gain 전역 시각적 게인 - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. 음파 표시기 전체적으로 확대 정도 동기화 - + Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + % + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms @@ -6321,83 +6392,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library 라이브러리 - + Interface - + Waveforms - + Auto DJ - 인공지능 DJ + 자동 디제잉 - + Equalizers 이퀄라이저(EQ) - + Decks - + Crossfader 크로스페이더 - + + Effects + 이펙트 + + + + LV2 Plugins + + + + Recording - + Beat Detection - + Key Detection - + Normalization - - + + Vinyl Control 바이닐(Vinyl) 컨트롤 - + Live Broadcasting - + Modplug Decoder @@ -6477,7 +6558,7 @@ Select from different types of displays for the waveform, which differ primarily Artist - 아티스트 + 악곡가 @@ -6914,7 +6995,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject @@ -6928,40 +7009,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h + + EffectSettingsModel + + + Visible + + + + + Name + 이름 + + + + Type + 유형 + + EffectsManager - + Flanger - + BitCrusher - + Filter - + Reverb 리버브 - + Echo 메아리 - + AutoPan - + Tremolo @@ -7132,39 +7231,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes - - + + Select your iTunes library - + (loading) iTunes - + Use Default Library - + Choose Library... - + Error Loading iTunes Library - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. @@ -7401,52 +7500,52 @@ support. MixxxMainWindow - + Choose music library directory 음악 라이브러리 디렉토리를 선택하세요 - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + Cannot open database 자료모음을 열 수 없음 - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7454,147 +7553,139 @@ Click OK to exit. - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. - - + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? - - NativeBackend - - - Native - - - ParserCsv @@ -7973,563 +8064,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo 메아리 - - + + Time - - + + Ping Pong - - - - + + + + Send - + How much of the signal to send into the delay buffer - - - - + + + + Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth - - + + Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM 분당 박자수 - + Set the beats per minute value of the click sound - + Sync - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb 리버브 - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low 낮음 - - - + + + Gain for Low Filter - + Kill Low - + Kill the Low Filter - + Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High 높음 - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8539,58 +8630,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo 스테레오 - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8655,47 +8746,47 @@ Higher values result in less attenuation of high frequencies. - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8705,60 +8796,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix @@ -8791,45 +8882,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8837,172 +8928,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + 내장 + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9039,22 +9151,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9190,132 +9312,147 @@ Fully right: end of the effect period - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. - + Error setting bitrate - + Error: unknown server protocol! - + Error: libshout only supports Shoutcast with MP3 format! - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -9733,7 +9870,7 @@ Fully right: end of the effect period - + Cover Art 인장 @@ -9995,7 +10132,6 @@ Fully right: end of the effect period Key - The musical key of a track @@ -10070,563 +10206,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play 재생 - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - - - - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10648,123 +10820,123 @@ Fully right: end of the effect period - + If quantize is enabled, snaps to the nearest beat. - + Quantize - + Toggles quantization. - + Loops and cues snap to the nearest beat when quantization is enabled. - + Reverse - + Reverses track playback during regular playback. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause - + Jumps to the beginning of the track. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating 별점 - + Assign ratings to individual tracks by clicking the stars. @@ -10909,255 +11081,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. - + Jumps to the beginning of the track and stops. - + Plays or pauses the track. - + (while playing) - + (while stopped) - + Cue - + Headphone - + Mute 음소거 - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. - + If no deck is playing, syncs to the first deck that has a BPM. - + Decks can't sync to samplers and samplers can only sync to decks. - + Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key - The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11222,279 +11393,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. - + Fast Rewind - + Fast rewind through the track. - + Fast Forward 빨리감기 - + Fast forward through the track. - + Jumps to the end of the track. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control - + Pitch Rate - + Displays the current playback rate of the track. - + Repeat - + When active the track will repeat if you go past the end or reverse before the start. - + Eject - + Ejects track from the player. - + Hotcue - + If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. - + If hotcue is set, clears the hotcue. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album 앨범 - + Displays the album name of the loaded track. 불려온 트랙의 앨범 이름을 보여줍니다. - + Track Artist/Title 트랙 작가/이름 - + Displays the artist and title of the loaded track. 불려온 트랙의 작가와 곡이름을 보여줍니다. @@ -11616,34 +11787,6 @@ Fully right: end of the effect period - - Ui - - - Mixxx %1 Development Team - - - - - With contributions from: - - - - - And special thanks to: - - - - - Past Developers - - - - - Past Contributors - - - VSyncThread @@ -11739,12 +11882,18 @@ Fully right: end of the effect period WEffect - + + %1: %2 + %1 = effect name; %2 = effect description + + + + None 없음 - + No effect loaded. @@ -11883,317 +12032,333 @@ Fully right: end of the effect period - + May not be supported on all skins. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + + + + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + &Community Support - + Get help with Mixxx - + &User Manual &사용설명서 - + Read the Mixxx user manual. Mixxx의 사용설명서를 읽어주세요. - + &Keyboard Shortcuts &단축키 - + Speed up your workflow with keyboard shortcuts. 단축키를 이용하여 작업속도를 높이세요. - + Send Us &Feedback &피드백 보내기 - + Send feedback to the Mixxx team. Mixxx 개발진에게 피드백 보내기 - + &Translate This Application &프로그램 번역 - + Help translate this application into your language. 자국어로 번역하는 일을 도와주세요. - + &About - + About the application 이 프로그램에 대해 @@ -12210,9 +12375,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source 트랙 준비중 .. @@ -12294,6 +12457,12 @@ Text on waveform overview when file is cached from source Add to Playlist 재생목록에 추가 + + + Reset + Reset metadata in right click track context menu in library + + Cover Art @@ -12306,58 +12475,68 @@ Text on waveform overview when file is cached from source - + Remove 지우기 - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library 라이브러리에서 숨기기 - + Unhide from Library 라이브러리에서 숨김해제 - + Purge from Library - + Properties - + Open in File Browser 파일 탐색기에서 열기 - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist 새 재생 목록 만들기 - + Create New Crate 새 상자 만들기 - + Enter name for new playlist: 새 재생 목록의 이름을 입력하세요: @@ -12387,150 +12566,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues 핫큐 - + Loop - + ReplayGain - + Waveform - + All - + Deck %1 덱 %1 - + New Playlist 새 재생 목록 - - - + + + Playlist Creation Failed 재생 목록 생성 실패 - + A playlist by that name already exists. 해당 재생 목록 이름은 이미 존재합니다. - + A playlist cannot have a blank name. 재생 목록은 공백을 이름으로 가질 수 없습니다. - + An unknown error occurred while creating playlist: 재생 목록을 생성하는 도중에 알 수 없는 에러가 발생했습니다: - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + Sampler %1 샘플러 %1 @@ -12546,12 +12719,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) - + (GL) diff --git a/res/translations/mixxx_lb.ts b/res/translations/mixxx_lb.ts index a46092cb99c3..a7d23ef0df64 100644 --- a/res/translations/mixxx_lb.ts +++ b/res/translations/mixxx_lb.ts @@ -1,4 +1,4 @@ - + : @@ -386,22 +386,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error - + <b>Error with settings for '%1':</b><br> @@ -695,8 +695,8 @@ - - + + Deck %1 @@ -787,13 +787,13 @@ - + Set to full volume - + Set to zero volume @@ -818,13 +818,13 @@ - + Headphone listen button - + Mute button @@ -840,25 +840,25 @@ - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -934,229 +934,224 @@ - - One-time beat sync (tempo and phase) - - - - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode - + Equalizers - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Beat-Looping - + Create %1-beat loop - + Create temporary %1-beat loop roll - + Library @@ -1287,20 +1282,20 @@ + - Volume Fader - + Full Volume - + Zero Volume @@ -1316,7 +1311,7 @@ - + Mute @@ -1327,7 +1322,7 @@ - + Headphone Listen @@ -1348,25 +1343,25 @@ - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1471,11 +1466,6 @@ Sync Mode - - - Tap to sync, hold to enable sync mode - - Internal Sync Master @@ -1523,527 +1513,521 @@ - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Speed (Pitch/Tempo) - + Keylock Mode - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original - + High EQ - + Mid EQ - + Low EQ - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) An Playlescht Warteschlang setzen (Ennen) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) An Playlescht Warteschlang setzen (Uewen) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Track Load and Play - + Load selected track and play - + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - + Quick Effect - + Clear effect rack - + Clear Effect Rack - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain + - + - + - + - Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next Nächsten - + Switch to next effect - + Previous Fierderun - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect + - Parameter Value + - Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Cover Art Show/Hide - + Show/hide cover art - + Waveform Zoom Out - + Toggle Effect Unit @@ -2068,546 +2052,566 @@ - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - - + + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) + - Adjust %1 + - Kill %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Auto Dj - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Microphone Show/Hide - + Show/hide the microphone section - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out @@ -2917,6 +2921,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + + + + + With contributions from: + + + + + And special thanks to: + + + + + Past Developers + + + + + Past Contributors + + + DlgAboutDlg @@ -3561,102 +3593,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Automatic - + Mono - + Stereo - - - - + + + + Action failed - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3669,27 +3701,27 @@ Two source connections to the same server can't have the same mountpoint. - + Mixxx Icecast Testing - + Public stream - + http://www.mixxx.org - + Stream name - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. @@ -3724,189 +3756,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. - + + ICQ + + + + + AIM + + + + Website - + Live mix - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre Genre - + Use UTF-8 encoding for metadata. - + Description - + Encoding - + Bitrate Bitrate - - + + Format - + Channels - + Server connection - + Type Typ - + Host - + Login - + Mount - + Port - + Password - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4664,15 +4711,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected Keen @@ -4799,32 +4842,32 @@ Displayed when no effect is selected - + Effect Info - + Version: - + Description: - + Author: - + Name: - + Type: @@ -5061,6 +5104,19 @@ and allows you to pitch adjust them for harmonic mixing. + + DlgPrefLV2Dlg + + + Equalizer Preferences + + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5882,11 +5938,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds @@ -6126,17 +6178,17 @@ milliseconds - + OpenGL not available - + dropped frames - + Cached waveforms occupy %1 MiB on disk. @@ -6174,28 +6226,28 @@ milliseconds - + Default zoom level Waveform zoom - + Displays the actual frame rate. - + Visual gain of the middle frequencies - + End of track warning - + OpenGL status @@ -6210,105 +6262,124 @@ milliseconds - + Low - + Middle - + Global - + Visual gain of the high frequencies - + Visual gain of the low frequencies - + High - + Waveform type - + Global visual gain - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. - + Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + % + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms @@ -6316,83 +6387,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library - + Interface - + Waveforms - + Auto DJ Auto Dj - + Equalizers - + Decks - + Crossfader - + + Effects + + + + + LV2 Plugins + + + + Recording - + Beat Detection - + Key Detection - + Normalization - - + + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -6909,7 +6990,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject @@ -6923,40 +7004,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h + + EffectSettingsModel + + + Visible + + + + + Name + + + + + Type + Typ + + EffectsManager - + Flanger - + BitCrusher - + Filter - + Reverb - + Echo - + AutoPan - + Tremolo @@ -7127,39 +7226,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes - - + + Select your iTunes library - + (loading) iTunes - + Use Default Library - + Choose Library... - + Error Loading iTunes Library - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. @@ -7396,52 +7495,52 @@ support. MixxxMainWindow - + Choose music library directory - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7449,147 +7548,139 @@ Click OK to exit. - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. - - + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? - - NativeBackend - - - Native - - - ParserCsv @@ -7968,563 +8059,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo - - + + Time - - + + Ping Pong - - - - + + + + Send - + How much of the signal to send into the delay buffer - - - - + + + + Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth - - + + Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM BPM - + Set the beats per minute value of the click sound - + Sync - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low - - - + + + Gain for Low Filter - + Kill Low - + Kill the Low Filter - + Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8534,58 +8625,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8650,47 +8741,47 @@ Higher values result in less attenuation of high frequencies. - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8700,60 +8791,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix @@ -8786,45 +8877,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8832,172 +8923,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9034,22 +9146,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9185,132 +9307,147 @@ Fully right: end of the effect period - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. - + Error setting bitrate - + Error: unknown server protocol! - + Error: libshout only supports Shoutcast with MP3 format! - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -9728,7 +9865,7 @@ Fully right: end of the effect period - + Cover Art @@ -9990,7 +10127,6 @@ Fully right: end of the effect period Key - The musical key of a track Key @@ -10065,563 +10201,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - - - - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next Nächsten - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous Fierderun - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10643,123 +10815,123 @@ Fully right: end of the effect period - + If quantize is enabled, snaps to the nearest beat. - + Quantize - + Toggles quantization. - + Loops and cues snap to the nearest beat when quantization is enabled. - + Reverse - + Reverses track playback during regular playback. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause - + Jumps to the beginning of the track. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -10904,255 +11076,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. - + Jumps to the beginning of the track and stops. - + Plays or pauses the track. - + (while playing) - + (while stopped) - + Cue - + Headphone - + Mute - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. - + If no deck is playing, syncs to the first deck that has a BPM. - + Decks can't sync to samplers and samplers can only sync to decks. - + Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key - The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11217,279 +11388,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. - + Fast Rewind - + Fast rewind through the track. - + Fast Forward - + Fast forward through the track. - + Jumps to the end of the track. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control - + Pitch Rate - + Displays the current playback rate of the track. - + Repeat - + When active the track will repeat if you go past the end or reverse before the start. - + Eject - + Ejects track from the player. - + Hotcue - + If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. - + If hotcue is set, clears the hotcue. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Album - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -11611,34 +11782,6 @@ Fully right: end of the effect period - - Ui - - - Mixxx %1 Development Team - - - - - With contributions from: - - - - - And special thanks to: - - - - - Past Developers - - - - - Past Contributors - - - VSyncThread @@ -11734,12 +11877,18 @@ Fully right: end of the effect period WEffect - + + %1: %2 + %1 = effect name; %2 = effect description + + + + None Keen - + No effect loaded. @@ -11878,317 +12027,333 @@ Fully right: end of the effect period - + May not be supported on all skins. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + + + + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback - + Send feedback to the Mixxx team. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -12205,9 +12370,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source @@ -12289,6 +12452,12 @@ Text on waveform overview when file is cached from source Add to Playlist + + + Reset + Reset metadata in right click track context menu in library + Zerécksetzen + Cover Art @@ -12301,58 +12470,68 @@ Text on waveform overview when file is cached from source - + Remove Läschen - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library - + Unhide from Library - + Purge from Library - + Properties - + Open in File Browser - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist - + Create New Crate - + Enter name for new playlist: @@ -12382,150 +12561,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues - + Loop - + ReplayGain - + Waveform - + All - + Deck %1 - + New Playlist Nei Playlist - - - + + + Playlist Creation Failed Playlescht konnt net erstallt gin - + A playlist by that name already exists. Eng Playlescht mam selweschten Numm gett et schon - + A playlist cannot have a blank name. Eng Playlescht kann net Eidel sin - + An unknown error occurred while creating playlist: En onbekannten Fehler ass beim Erstellen vun der Playlescht opgetrueden: - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + Sampler %1 @@ -12541,12 +12714,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) - + (GL) diff --git a/res/translations/mixxx_lt.ts b/res/translations/mixxx_lt.ts index b22866ca321c..937980940712 100644 --- a/res/translations/mixxx_lt.ts +++ b/res/translations/mixxx_lt.ts @@ -1,4 +1,4 @@ - + : @@ -386,22 +386,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error Nustatymų klaida - + <b>Error with settings for '%1':</b><br> @@ -695,8 +695,8 @@ - - + + Deck %1 Grotuvas %1 @@ -787,13 +787,13 @@ - + Set to full volume Nustatyti visu garsu - + Set to zero volume Nustatyti be garso @@ -818,13 +818,13 @@ - + Headphone listen button Ausinių pasiklausymo mygtukas - + Mute button @@ -840,25 +840,25 @@ - + Mix orientation (e.g. left, right, center) Mikso vieta (pvz: kairė, dešinė, centras) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -934,229 +934,224 @@ - - One-time beat sync (tempo and phase) - - - - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode - + Equalizers Ekvalaizeriai - + Vinyl Control Vinilo kontrolė - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Beat-Looping - + Create %1-beat loop - + Create temporary %1-beat loop roll - + Library @@ -1287,20 +1282,20 @@ + - Volume Fader - + Full Volume - + Zero Volume @@ -1316,7 +1311,7 @@ - + Mute Išjungti garsą @@ -1327,7 +1322,7 @@ - + Headphone Listen Klausytis ausinėse @@ -1348,25 +1343,25 @@ - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1471,11 +1466,6 @@ Sync Mode - - - Tap to sync, hold to enable sync mode - - Internal Sync Master @@ -1523,527 +1513,521 @@ - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Speed (Pitch/Tempo) - + Keylock Mode - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original - + High EQ - + Mid EQ - + Low EQ - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) Įkelti į Automatinio DJ Eilę (apačioje) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) Įkelti į Automatinio DJ Eilę (viršuje) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Track Load and Play - + Load selected track and play - + Record Mix - + Toggle mix recording - + Effects Efektai - + Quick Effects Greiti Efektai - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - + Quick Effect Greitas Efektas - + Clear effect rack - + Clear Effect Rack - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain + - + - + - + - Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect + - Parameter Value + - Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob Gavimo rankenėlė - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Cover Art Show/Hide - + Show/hide cover art - + Waveform Zoom Out - + Toggle Effect Unit @@ -2068,546 +2052,566 @@ - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - - + + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) + - Adjust %1 + - Kill %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Automatinis DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Microphone Show/Hide - + Show/hide the microphone section - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out @@ -2763,7 +2767,7 @@ Duplicate - Duplikuoti + Dublikuoti @@ -2917,6 +2921,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + + + + + With contributions from: + + + + + And special thanks to: + + + + + Past Developers + + + + + Past Contributors + + + DlgAboutDlg @@ -3561,102 +3593,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Automatic - + Mono - + Stereo - - - - + + + + Action failed Veiksmas nepavyko - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3669,27 +3701,27 @@ Two source connections to the same server can't have the same mountpoint. - + Mixxx Icecast Testing - + Public stream - + http://www.mixxx.org - + Stream name - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. @@ -3724,189 +3756,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. - + + ICQ + + + + + AIM + + + + Website - + Live mix - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre Stilius - + Use UTF-8 encoding for metadata. - + Description - + Encoding - + Bitrate Kokybė - - + + Format - + Channels - + Server connection - + Type Tipas - + Host - + Login - + Mount - + Port - + Password - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4664,15 +4711,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected @@ -4799,32 +4842,32 @@ Displayed when no effect is selected - + Effect Info - + Version: - + Description: - + Author: - + Name: - + Type: @@ -5061,6 +5104,19 @@ and allows you to pitch adjust them for harmonic mixing. + + DlgPrefLV2Dlg + + + Equalizer Preferences + + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5882,11 +5938,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds @@ -6126,17 +6178,17 @@ milliseconds - + OpenGL not available - + dropped frames - + Cached waveforms occupy %1 MiB on disk. @@ -6174,28 +6226,28 @@ milliseconds - + Default zoom level Waveform zoom - + Displays the actual frame rate. - + Visual gain of the middle frequencies - + End of track warning - + OpenGL status @@ -6210,105 +6262,124 @@ milliseconds - + Low - + Middle - + Global - + Visual gain of the high frequencies - + Visual gain of the low frequencies - + High - + Waveform type - + Global visual gain - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. - + Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms @@ -6316,83 +6387,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library - + Interface - + Waveforms - + Auto DJ Automatinis DJ - + Equalizers Ekvalaizeriai - + Decks - + Crossfader Takelių suliejiklis - + + Effects + Efektai + + + + LV2 Plugins + + + + Recording - + Beat Detection - + Key Detection - + Normalization - - + + Vinyl Control Vinilo kontrolė - + Live Broadcasting - + Modplug Decoder @@ -6909,7 +6990,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject @@ -6923,40 +7004,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h + + EffectSettingsModel + + + Visible + + + + + Name + Pavadinimas + + + + Type + Tipas + + EffectsManager - + Flanger - + BitCrusher - + Filter - + Reverb - + Echo - + AutoPan - + Tremolo @@ -7127,39 +7226,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes - - + + Select your iTunes library - + (loading) iTunes - + Use Default Library - + Choose Library... - + Error Loading iTunes Library - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. @@ -7396,52 +7495,52 @@ support. MixxxMainWindow - + Choose music library directory - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7449,147 +7548,139 @@ Click OK to exit. - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. - - + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? - - NativeBackend - - - Native - - - ParserCsv @@ -7968,563 +8059,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo - - + + Time - - + + Ping Pong - - - - + + + + Send - + How much of the signal to send into the delay buffer - - - - + + + + Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth - - + + Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM BPM - + Set the beats per minute value of the click sound - + Sync - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low - - - + + + Gain for Low Filter - + Kill Low - + Kill the Low Filter - + Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8534,58 +8625,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8650,47 +8741,47 @@ Higher values result in less attenuation of high frequencies. - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8700,60 +8791,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix @@ -8786,45 +8877,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8832,172 +8923,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9034,22 +9146,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9185,132 +9307,147 @@ Fully right: end of the effect period - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. - + Error setting bitrate - + Error: unknown server protocol! - + Error: libshout only supports Shoutcast with MP3 format! - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -9728,7 +9865,7 @@ Fully right: end of the effect period - + Cover Art Viršelis @@ -9990,7 +10127,6 @@ Fully right: end of the effect period Key - The musical key of a track Raktas @@ -10065,563 +10201,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - - - - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10643,123 +10815,123 @@ Fully right: end of the effect period - + If quantize is enabled, snaps to the nearest beat. - + Quantize - + Toggles quantization. - + Loops and cues snap to the nearest beat when quantization is enabled. - + Reverse - + Reverses track playback during regular playback. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause - + Jumps to the beginning of the track. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -10904,255 +11076,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. - + Jumps to the beginning of the track and stops. - + Plays or pauses the track. - + (while playing) - + (while stopped) - + Cue - + Headphone - + Mute Išjungti garsą - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. - + If no deck is playing, syncs to the first deck that has a BPM. - + Decks can't sync to samplers and samplers can only sync to decks. - + Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key - The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11217,279 +11388,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. - + Fast Rewind - + Fast rewind through the track. - + Fast Forward - + Fast forward through the track. - + Jumps to the end of the track. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control - + Pitch Rate - + Displays the current playback rate of the track. - + Repeat - + When active the track will repeat if you go past the end or reverse before the start. - + Eject - + Ejects track from the player. - + Hotcue - + If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. - + If hotcue is set, clears the hotcue. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Albumas - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -11611,34 +11782,6 @@ Fully right: end of the effect period - - Ui - - - Mixxx %1 Development Team - - - - - With contributions from: - - - - - And special thanks to: - - - - - Past Developers - - - - - Past Contributors - - - VSyncThread @@ -11734,12 +11877,18 @@ Fully right: end of the effect period WEffect - - None + + %1: %2 + %1 = effect name; %2 = effect description + None + + + + No effect loaded. @@ -11878,317 +12027,333 @@ Fully right: end of the effect period - + May not be supported on all skins. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + + + + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback - + Send feedback to the Mixxx team. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -12205,9 +12370,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source @@ -12289,6 +12452,12 @@ Text on waveform overview when file is cached from source Add to Playlist + + + Reset + Reset metadata in right click track context menu in library + + Cover Art @@ -12301,58 +12470,68 @@ Text on waveform overview when file is cached from source - + Remove Pašalinti - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library - + Unhide from Library - + Purge from Library - + Properties - + Open in File Browser - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist Sukurti grojaraštį - + Create New Crate - + Enter name for new playlist: Įrašykite naujo grojaraščio pavadinimą: @@ -12382,150 +12561,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues - + Loop - + ReplayGain - + Waveform - + All - + Deck %1 Grotuvas %1 - + New Playlist Naujas grojaraštis - - - + + + Playlist Creation Failed Grojaraščio kūrimas nepavyko - + A playlist by that name already exists. Grojaraštis šiuo pavadinimu jau egzistuoja. - + A playlist cannot have a blank name. Grojaraščio pavadinimas negali būti tuščias. - + An unknown error occurred while creating playlist: Įvyko nežinoma klaida sukuriant grojaraštį: - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + Sampler %1 Sempleris %1 @@ -12541,12 +12714,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) - + (GL) diff --git a/res/translations/mixxx_lv.ts b/res/translations/mixxx_lv.ts index 5a61d136c3ed..c9e091d500e2 100644 --- a/res/translations/mixxx_lv.ts +++ b/res/translations/mixxx_lv.ts @@ -1,4 +1,4 @@ - + : @@ -386,22 +386,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error - + <b>Error with settings for '%1':</b><br> @@ -695,8 +695,8 @@ - - + + Deck %1 Atskaņotājs %1 @@ -787,13 +787,13 @@ - + Set to full volume - + Set to zero volume @@ -818,13 +818,13 @@ - + Headphone listen button Austiņu noklausīšanās poga - + Mute button @@ -840,25 +840,25 @@ - + Mix orientation (e.g. left, right, center) Miksa orientācija (piem., kreisā, labā, centrālā) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -934,229 +934,224 @@ - - One-time beat sync (tempo and phase) - - - - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode Aizlēgšanas režīms - + Equalizers Ekvalizācija - + Vinyl Control Vinila vadība - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Beat-Looping - + Create %1-beat loop - + Create temporary %1-beat loop roll - + Library @@ -1287,20 +1282,20 @@ + - Volume Fader - + Full Volume Pilns skaļums - + Zero Volume @@ -1316,7 +1311,7 @@ - + Mute Klusums @@ -1327,7 +1322,7 @@ - + Headphone Listen @@ -1348,25 +1343,25 @@ - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1471,11 +1466,6 @@ Sync Mode - - - Tap to sync, hold to enable sync mode - - Internal Sync Master @@ -1523,527 +1513,521 @@ - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Speed (Pitch/Tempo) - + Keylock Mode - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original - + High EQ - + Mid EQ - + Low EQ - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) Pievienot Auto DJ - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) Pievienot Auto DJ (augšā) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Track Load and Play - + Load selected track and play - + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - + Quick Effect - + Clear effect rack - + Clear Effect Rack - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain + - + - + - + - Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect + - Parameter Value + - Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob Pastiprinājums - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Cover Art Show/Hide - + Show/hide cover art - + Waveform Zoom Out - + Toggle Effect Unit @@ -2068,546 +2052,566 @@ - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - - + + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) + - Adjust %1 + - Kill %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Auto DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Microphone Show/Hide - + Show/hide the microphone section - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out @@ -2917,6 +2921,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + + + + + With contributions from: + + + + + And special thanks to: + + + + + Past Developers + + + + + Past Contributors + + + DlgAboutDlg @@ -3564,102 +3596,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Automatic - + Mono - + Stereo - - - - + + + + Action failed - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3672,27 +3704,27 @@ Two source connections to the same server can't have the same mountpoint. - + Mixxx Icecast Testing - + Public stream - + http://www.mixxx.org - + Stream name - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. @@ -3727,189 +3759,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. - + + ICQ + + + + + AIM + + + + Website - + Live mix - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre Žanrs - + Use UTF-8 encoding for metadata. - + Description Apraksts - + Encoding - + Bitrate Bitātrums - - + + Format - + Channels - + Server connection - + Type Tips - + Host - + Login - + Mount - + Port - + Password - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4667,15 +4714,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected @@ -4802,32 +4845,32 @@ Displayed when no effect is selected - + Effect Info - + Version: - + Description: - + Author: - + Name: - + Type: @@ -5064,6 +5107,19 @@ and allows you to pitch adjust them for harmonic mixing. + + DlgPrefLV2Dlg + + + Equalizer Preferences + + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5885,11 +5941,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds @@ -6129,17 +6181,17 @@ milliseconds - + OpenGL not available - + dropped frames - + Cached waveforms occupy %1 MiB on disk. @@ -6177,28 +6229,28 @@ milliseconds - + Default zoom level Waveform zoom - + Displays the actual frame rate. - + Visual gain of the middle frequencies - + End of track warning - + OpenGL status @@ -6213,105 +6265,124 @@ milliseconds - + Low - + Middle - + Global - + Visual gain of the high frequencies - + Visual gain of the low frequencies - + High - + Waveform type - + Global visual gain - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. - + Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms @@ -6319,83 +6390,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library - + Interface - + Waveforms - + Auto DJ Auto DJ - + Equalizers Ekvalizācija - + Decks - + Crossfader Krosfeideris - + + Effects + + + + + LV2 Plugins + + + + Recording - + Beat Detection - + Key Detection - + Normalization - - + + Vinyl Control Vinila vadība - + Live Broadcasting - + Modplug Decoder @@ -6912,7 +6993,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject @@ -6926,40 +7007,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h + + EffectSettingsModel + + + Visible + + + + + Name + + + + + Type + Tips + + EffectsManager - + Flanger - + BitCrusher - + Filter - + Reverb - + Echo - + AutoPan - + Tremolo @@ -7130,39 +7229,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes - - + + Select your iTunes library - + (loading) iTunes - + Use Default Library - + Choose Library... - + Error Loading iTunes Library - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. @@ -7399,52 +7498,52 @@ support. MixxxMainWindow - + Choose music library directory - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7452,147 +7551,139 @@ Click OK to exit. - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. - - + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? - - NativeBackend - - - Native - - - ParserCsv @@ -7971,563 +8062,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo - - + + Time - - + + Ping Pong - - - - + + + + Send - + How much of the signal to send into the delay buffer - - - - + + + + Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth - - + + Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM Bīti - + Set the beats per minute value of the click sound - + Sync - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low - - - + + + Gain for Low Filter - + Kill Low - + Kill the Low Filter - + Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8537,58 +8628,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8653,47 +8744,47 @@ Higher values result in less attenuation of high frequencies. - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8703,60 +8794,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix @@ -8789,45 +8880,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8835,172 +8926,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9037,22 +9149,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9188,132 +9310,147 @@ Fully right: end of the effect period - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. - + Error setting bitrate - + Error: unknown server protocol! - + Error: libshout only supports Shoutcast with MP3 format! - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -9731,7 +9868,7 @@ Fully right: end of the effect period - + Cover Art @@ -9993,7 +10130,6 @@ Fully right: end of the effect period Key - The musical key of a track Tonalitāte @@ -10068,563 +10204,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play Atskaņot - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - - - - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10646,123 +10818,123 @@ Fully right: end of the effect period - + If quantize is enabled, snaps to the nearest beat. - + Quantize - + Toggles quantization. - + Loops and cues snap to the nearest beat when quantization is enabled. - + Reverse - + Reverses track playback during regular playback. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause - + Jumps to the beginning of the track. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -10907,255 +11079,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. - + Jumps to the beginning of the track and stops. - + Plays or pauses the track. - + (while playing) - + (while stopped) - + Cue - + Headphone - + Mute Klusums - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. - + If no deck is playing, syncs to the first deck that has a BPM. - + Decks can't sync to samplers and samplers can only sync to decks. - + Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key - The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11220,279 +11391,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. - + Fast Rewind - + Fast rewind through the track. - + Fast Forward - + Fast forward through the track. - + Jumps to the end of the track. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control - + Pitch Rate - + Displays the current playback rate of the track. - + Repeat - + When active the track will repeat if you go past the end or reverse before the start. - + Eject - + Ejects track from the player. - + Hotcue - + If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. - + If hotcue is set, clears the hotcue. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Albūms - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -11614,34 +11785,6 @@ Fully right: end of the effect period - - Ui - - - Mixxx %1 Development Team - - - - - With contributions from: - - - - - And special thanks to: - - - - - Past Developers - - - - - Past Contributors - - - VSyncThread @@ -11737,12 +11880,18 @@ Fully right: end of the effect period WEffect - - None + + %1: %2 + %1 = effect name; %2 = effect description + None + + + + No effect loaded. @@ -11881,317 +12030,333 @@ Fully right: end of the effect period - + May not be supported on all skins. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + + + + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback - + Send feedback to the Mixxx team. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -12208,9 +12373,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source @@ -12292,6 +12455,12 @@ Text on waveform overview when file is cached from source Add to Playlist + + + Reset + Reset metadata in right click track context menu in library + + Cover Art @@ -12304,58 +12473,68 @@ Text on waveform overview when file is cached from source - + Remove Dzēst - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library - + Unhide from Library - + Purge from Library - + Properties - + Open in File Browser - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist Izveidot jaunu atskaņošanas sarakstu - + Create New Crate - + Enter name for new playlist: @@ -12385,150 +12564,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues - + Loop - + ReplayGain - + Waveform - + All - + Deck %1 Atskaņotājs %1 - + New Playlist Jauns atskaņošanas saraksts - - - + + + Playlist Creation Failed Neizdevās izveidot atskaņošanas sarakstu - + A playlist by that name already exists. Atskaņošanas saraksts ar šādu nosaukumu jau eksistē. - + A playlist cannot have a blank name. Atskaņošanas saraksts nevar būt bez nosaukuma. - + An unknown error occurred while creating playlist: Notikusi nezināma kļūda veidojot atskaņošanas sarakstu: - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + Sampler %1 Sempleris %1 @@ -12544,12 +12717,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) - + (GL) diff --git a/res/translations/mixxx_mk.ts b/res/translations/mixxx_mk.ts index 78fecfa325ac..aa0b03b9fb6a 100644 --- a/res/translations/mixxx_mk.ts +++ b/res/translations/mixxx_mk.ts @@ -1,4 +1,4 @@ - + : @@ -386,22 +386,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error - + <b>Error with settings for '%1':</b><br> @@ -695,8 +695,8 @@ - - + + Deck %1 @@ -787,13 +787,13 @@ - + Set to full volume - + Set to zero volume @@ -818,13 +818,13 @@ - + Headphone listen button - + Mute button @@ -840,25 +840,25 @@ - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -934,229 +934,224 @@ - - One-time beat sync (tempo and phase) - - - - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode - + Equalizers - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Beat-Looping - + Create %1-beat loop - + Create temporary %1-beat loop roll - + Library @@ -1287,20 +1282,20 @@ + - Volume Fader - + Full Volume - + Zero Volume @@ -1316,7 +1311,7 @@ - + Mute @@ -1327,7 +1322,7 @@ - + Headphone Listen @@ -1348,25 +1343,25 @@ - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1471,11 +1466,6 @@ Sync Mode - - - Tap to sync, hold to enable sync mode - - Internal Sync Master @@ -1523,527 +1513,521 @@ - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Speed (Pitch/Tempo) - + Keylock Mode - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original - + High EQ - + Mid EQ - + Low EQ - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) Додади во листата на автоматскиот Диџеј (најдолу) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) Додади во листата на автоматскиот Диџеј (најгоре) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Track Load and Play - + Load selected track and play - + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - + Quick Effect - + Clear effect rack - + Clear Effect Rack - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain + - + - + - + - Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect + - Parameter Value + - Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Cover Art Show/Hide - + Show/hide cover art - + Waveform Zoom Out - + Toggle Effect Unit @@ -2068,546 +2052,566 @@ - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - - + + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) + - Adjust %1 + - Kill %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Авто-Диџеј - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Microphone Show/Hide - + Show/hide the microphone section - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out @@ -2917,6 +2921,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + + + + + With contributions from: + + + + + And special thanks to: + + + + + Past Developers + + + + + Past Contributors + + + DlgAboutDlg @@ -3561,102 +3593,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Automatic - + Mono - + Stereo - - - - + + + + Action failed - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3669,27 +3701,27 @@ Two source connections to the same server can't have the same mountpoint. - + Mixxx Icecast Testing - + Public stream - + http://www.mixxx.org - + Stream name - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. @@ -3724,189 +3756,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. - + + ICQ + + + + + AIM + + + + Website - + Live mix - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre Жанр - + Use UTF-8 encoding for metadata. - + Description - + Encoding - + Bitrate Брзина на битови - - + + Format - + Channels - + Server connection - + Type Тип - + Host - + Login - + Mount - + Port - + Password - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4664,15 +4711,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected @@ -4799,32 +4842,32 @@ Displayed when no effect is selected - + Effect Info - + Version: - + Description: - + Author: - + Name: - + Type: @@ -5061,6 +5104,19 @@ and allows you to pitch adjust them for harmonic mixing. + + DlgPrefLV2Dlg + + + Equalizer Preferences + + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5882,11 +5938,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds @@ -6126,17 +6178,17 @@ milliseconds - + OpenGL not available - + dropped frames - + Cached waveforms occupy %1 MiB on disk. @@ -6174,28 +6226,28 @@ milliseconds - + Default zoom level Waveform zoom - + Displays the actual frame rate. - + Visual gain of the middle frequencies - + End of track warning - + OpenGL status @@ -6210,105 +6262,124 @@ milliseconds - + Low - + Middle - + Global - + Visual gain of the high frequencies - + Visual gain of the low frequencies - + High - + Waveform type - + Global visual gain - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. - + Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms @@ -6316,83 +6387,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library - + Interface - + Waveforms - + Auto DJ Авто-Диџеј - + Equalizers - + Decks - + Crossfader - + + Effects + + + + + LV2 Plugins + + + + Recording - + Beat Detection - + Key Detection - + Normalization - - + + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -6909,7 +6990,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject @@ -6923,40 +7004,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h + + EffectSettingsModel + + + Visible + + + + + Name + + + + + Type + Тип + + EffectsManager - + Flanger - + BitCrusher - + Filter - + Reverb - + Echo - + AutoPan - + Tremolo @@ -7127,39 +7226,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes - - + + Select your iTunes library - + (loading) iTunes - + Use Default Library - + Choose Library... - + Error Loading iTunes Library - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. @@ -7396,52 +7495,52 @@ support. MixxxMainWindow - + Choose music library directory - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7449,147 +7548,139 @@ Click OK to exit. - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. - - + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? - - NativeBackend - - - Native - - - ParserCsv @@ -7968,563 +8059,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo - - + + Time - - + + Ping Pong - - - - + + + + Send - + How much of the signal to send into the delay buffer - - - - + + + + Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth - - + + Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM Битови во минута - + Set the beats per minute value of the click sound - + Sync - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low - - - + + + Gain for Low Filter - + Kill Low - + Kill the Low Filter - + Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8534,58 +8625,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8650,47 +8741,47 @@ Higher values result in less attenuation of high frequencies. - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8700,60 +8791,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix @@ -8786,45 +8877,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8832,172 +8923,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9034,22 +9146,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9185,132 +9307,147 @@ Fully right: end of the effect period - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. - + Error setting bitrate - + Error: unknown server protocol! - + Error: libshout only supports Shoutcast with MP3 format! - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -9728,7 +9865,7 @@ Fully right: end of the effect period - + Cover Art @@ -9990,7 +10127,6 @@ Fully right: end of the effect period Key - The musical key of a track Нота @@ -10065,563 +10201,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - - - - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10643,123 +10815,123 @@ Fully right: end of the effect period - + If quantize is enabled, snaps to the nearest beat. - + Quantize - + Toggles quantization. - + Loops and cues snap to the nearest beat when quantization is enabled. - + Reverse - + Reverses track playback during regular playback. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause - + Jumps to the beginning of the track. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -10904,255 +11076,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. - + Jumps to the beginning of the track and stops. - + Plays or pauses the track. - + (while playing) - + (while stopped) - + Cue - + Headphone - + Mute - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. - + If no deck is playing, syncs to the first deck that has a BPM. - + Decks can't sync to samplers and samplers can only sync to decks. - + Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key - The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11217,279 +11388,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. - + Fast Rewind - + Fast rewind through the track. - + Fast Forward - + Fast forward through the track. - + Jumps to the end of the track. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control - + Pitch Rate - + Displays the current playback rate of the track. - + Repeat - + When active the track will repeat if you go past the end or reverse before the start. - + Eject - + Ejects track from the player. - + Hotcue - + If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. - + If hotcue is set, clears the hotcue. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Албум - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -11611,34 +11782,6 @@ Fully right: end of the effect period - - Ui - - - Mixxx %1 Development Team - - - - - With contributions from: - - - - - And special thanks to: - - - - - Past Developers - - - - - Past Contributors - - - VSyncThread @@ -11734,12 +11877,18 @@ Fully right: end of the effect period WEffect - - None + + %1: %2 + %1 = effect name; %2 = effect description + None + + + + No effect loaded. @@ -11878,317 +12027,333 @@ Fully right: end of the effect period - + May not be supported on all skins. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + + + + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback - + Send feedback to the Mixxx team. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -12205,9 +12370,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source @@ -12289,6 +12452,12 @@ Text on waveform overview when file is cached from source Add to Playlist + + + Reset + Reset metadata in right click track context menu in library + + Cover Art @@ -12301,58 +12470,68 @@ Text on waveform overview when file is cached from source - + Remove Одстрани - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library - + Unhide from Library - + Purge from Library - + Properties - + Open in File Browser - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist - + Create New Crate - + Enter name for new playlist: @@ -12382,150 +12561,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues - + Loop - + ReplayGain - + Waveform - + All - + Deck %1 - + New Playlist Нова Плејлиста - - - + + + Playlist Creation Failed Неуспешно креирање на Плејлистата - + A playlist by that name already exists. Веќе постои Плејлиста со тоа име. - + A playlist cannot have a blank name. Плејлистата неможе да има празно име. - + An unknown error occurred while creating playlist: Непозната грешка се појави при креирање на плејлистата: - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + Sampler %1 @@ -12541,12 +12714,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) - + (GL) diff --git a/res/translations/mixxx_ml.ts b/res/translations/mixxx_ml.ts index 982353a77b88..d4989fb72ad6 100644 --- a/res/translations/mixxx_ml.ts +++ b/res/translations/mixxx_ml.ts @@ -1,4 +1,4 @@ - + : @@ -386,22 +386,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error - + <b>Error with settings for '%1':</b><br> @@ -695,8 +695,8 @@ - - + + Deck %1 @@ -787,13 +787,13 @@ - + Set to full volume - + Set to zero volume @@ -818,13 +818,13 @@ - + Headphone listen button - + Mute button @@ -840,25 +840,25 @@ - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -934,229 +934,224 @@ - - One-time beat sync (tempo and phase) - - - - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode - + Equalizers - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Beat-Looping - + Create %1-beat loop - + Create temporary %1-beat loop roll - + Library @@ -1287,20 +1282,20 @@ + - Volume Fader - + Full Volume - + Zero Volume @@ -1316,7 +1311,7 @@ - + Mute @@ -1327,7 +1322,7 @@ - + Headphone Listen @@ -1348,25 +1343,25 @@ - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1471,11 +1466,6 @@ Sync Mode - - - Tap to sync, hold to enable sync mode - - Internal Sync Master @@ -1523,527 +1513,521 @@ - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Speed (Pitch/Tempo) - + Keylock Mode - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original - + High EQ - + Mid EQ - + Low EQ - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Track Load and Play - + Load selected track and play - + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - + Quick Effect - + Clear effect rack - + Clear Effect Rack - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain + - + - + - + - Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next അടുത്തത് - + Switch to next effect - + Previous മുന്‍പത്തേത് - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect + - Parameter Value + - Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Cover Art Show/Hide - + Show/hide cover art - + Waveform Zoom Out - + Toggle Effect Unit @@ -2068,546 +2052,566 @@ - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - - + + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) + - Adjust %1 + - Kill %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Microphone Show/Hide - + Show/hide the microphone section - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out @@ -2917,6 +2921,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + + + + + With contributions from: + + + + + And special thanks to: + + + + + Past Developers + + + + + Past Contributors + + + DlgAboutDlg @@ -3561,102 +3593,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Automatic - + Mono - + Stereo സ്റ്റീരിയോ - - - - + + + + Action failed - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3669,27 +3701,27 @@ Two source connections to the same server can't have the same mountpoint. - + Mixxx Icecast Testing - + Public stream - + http://www.mixxx.org http://www.mixxx.org - + Stream name - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. @@ -3724,189 +3756,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. - + + ICQ + + + + + AIM + + + + Website വെബ്സൈറ്റ് - + Live mix - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre വിഭാഗം - + Use UTF-8 encoding for metadata. - + Description വിവരണം - + Encoding എന്‍‌കോഡിംഗ് - + Bitrate ബിറ്റ് റേറ്റ് - - + + Format ഫോര്‍മാറ്റ് - + Channels ചാനലുകള്‍ - + Server connection - + Type തരം - + Host ഹോസ്റ്റ് - + Login അകത്തു കയറുക - + Mount - + Port പോര്‍ട്ട് - + Password അടയാളവാക്ക് - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4664,15 +4711,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected ശൂന്യം @@ -4799,32 +4842,32 @@ Displayed when no effect is selected - + Effect Info - + Version: - + Description: - + Author: - + Name: - + Type: @@ -5061,6 +5104,19 @@ and allows you to pitch adjust them for harmonic mixing. + + DlgPrefLV2Dlg + + + Equalizer Preferences + + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5844,7 +5900,7 @@ The loudness target is approximate and assumes track pregain and master output l Sample Rate - + സാമ്പിളിന്റെ നിരക്ക് @@ -5882,11 +5938,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds @@ -6126,17 +6178,17 @@ milliseconds - + OpenGL not available - + dropped frames - + Cached waveforms occupy %1 MiB on disk. @@ -6174,28 +6226,28 @@ milliseconds - + Default zoom level Waveform zoom - + Displays the actual frame rate. - + Visual gain of the middle frequencies - + End of track warning - + OpenGL status @@ -6210,105 +6262,124 @@ milliseconds - + Low കുറഞ്ഞത് - + Middle - + Global - + Visual gain of the high frequencies - + Visual gain of the low frequencies - + High കൂടിയത് - + Waveform type - + Global visual gain - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. - + Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + % + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms @@ -6316,83 +6387,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library - + Interface ദൃശ്യതലം - + Waveforms - + Auto DJ - + Equalizers - + Decks - + Crossfader - + + Effects + + + + + LV2 Plugins + + + + Recording റിക്കോര്‍ഡ് ചെയ്യുന്നു - + Beat Detection - + Key Detection - + Normalization - - + + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -6909,7 +6990,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject @@ -6923,40 +7004,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h + + EffectSettingsModel + + + Visible + + + + + Name + + + + + Type + തരം + + EffectsManager - + Flanger - + BitCrusher - + Filter - + Reverb - + Echo - + AutoPan - + Tremolo @@ -7127,39 +7226,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes - - + + Select your iTunes library - + (loading) iTunes - + Use Default Library - + Choose Library... - + Error Loading iTunes Library - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. @@ -7396,52 +7495,52 @@ support. MixxxMainWindow - + Choose music library directory - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry വീണ്ടും ശ്രമിക്കുക - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7449,147 +7548,139 @@ Click OK to exit. - - + + Reconfigure - + Help സഹായം - - + + Exit പുറത്തു കടക്കുക - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue തുടരുക - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. - - + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? - - NativeBackend - - - Native - - - ParserCsv @@ -7968,563 +8059,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo - - + + Time - - + + Ping Pong - - - - + + + + Send - + How much of the signal to send into the delay buffer - - - - + + + + Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth - - + + Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM - + Set the beats per minute value of the click sound - + Sync - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low കുറഞ്ഞത് - - - + + + Gain for Low Filter - + Kill Low - + Kill the Low Filter - + Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High കൂടിയത് - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8534,58 +8625,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo സ്റ്റീരിയോ - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8650,47 +8741,47 @@ Higher values result in less attenuation of high frequencies. - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8700,60 +8791,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix @@ -8786,45 +8877,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8832,172 +8923,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9034,22 +9146,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording റിക്കോര്‍ഡ് ചെയ്യുന്നു - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9185,132 +9307,147 @@ Fully right: end of the effect period - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. - + Error setting bitrate - + Error: unknown server protocol! - + Error: libshout only supports Shoutcast with MP3 format! - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -9728,7 +9865,7 @@ Fully right: end of the effect period - + Cover Art @@ -9990,7 +10127,6 @@ Fully right: end of the effect period Key - The musical key of a track കീ @@ -10065,563 +10201,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - - - - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next അടുത്തത് - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous മുന്‍പത്തേത് - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10643,123 +10815,123 @@ Fully right: end of the effect period - + If quantize is enabled, snaps to the nearest beat. - + Quantize - + Toggles quantization. - + Loops and cues snap to the nearest beat when quantization is enabled. - + Reverse - + Reverses track playback during regular playback. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause - + Jumps to the beginning of the track. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -10904,255 +11076,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. - + Jumps to the beginning of the track and stops. - + Plays or pauses the track. - + (while playing) - + (while stopped) - + Cue - + Headphone - + Mute - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. - + If no deck is playing, syncs to the first deck that has a BPM. - + Decks can't sync to samplers and samplers can only sync to decks. - + Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key - The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11217,279 +11388,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. - + Fast Rewind - + Fast rewind through the track. - + Fast Forward - + Fast forward through the track. - + Jumps to the end of the track. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control - + Pitch Rate - + Displays the current playback rate of the track. - + Repeat - + When active the track will repeat if you go past the end or reverse before the start. - + Eject - + Ejects track from the player. - + Hotcue - + If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. - + If hotcue is set, clears the hotcue. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album ആല്‍ബം - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -11611,34 +11782,6 @@ Fully right: end of the effect period - - Ui - - - Mixxx %1 Development Team - - - - - With contributions from: - - - - - And special thanks to: - - - - - Past Developers - - - - - Past Contributors - - - VSyncThread @@ -11734,12 +11877,18 @@ Fully right: end of the effect period WEffect - + + %1: %2 + %1 = effect name; %2 = effect description + + + + None ശൂന്യം - + No effect loaded. @@ -11878,317 +12027,333 @@ Fully right: end of the effect period - + May not be supported on all skins. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + + + + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences &മുന്‍ഗണനകള്‍ - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help &സഹായം - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback - + Send feedback to the Mixxx team. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -12205,9 +12370,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source @@ -12289,6 +12452,12 @@ Text on waveform overview when file is cached from source Add to Playlist + + + Reset + Reset metadata in right click track context menu in library + പുനഃസ്ഥാപിക്കുക + Cover Art @@ -12301,58 +12470,68 @@ Text on waveform overview when file is cached from source - + Remove നീക്കം ചെയ്യുക - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library - + Unhide from Library - + Purge from Library - + Properties - + Open in File Browser - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist - + Create New Crate - + Enter name for new playlist: @@ -12382,150 +12561,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues - + Loop - + ReplayGain - + Waveform - + All - + Deck %1 - + New Playlist - - - + + + Playlist Creation Failed - + A playlist by that name already exists. - + A playlist cannot have a blank name. - + An unknown error occurred while creating playlist: - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + Sampler %1 @@ -12541,12 +12714,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) - + (GL) diff --git a/res/translations/mixxx_mn.ts b/res/translations/mixxx_mn.ts index 86269a5eedbf..69fbe87aa98e 100644 --- a/res/translations/mixxx_mn.ts +++ b/res/translations/mixxx_mn.ts @@ -1,4 +1,4 @@ - + : @@ -386,22 +386,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error - + <b>Error with settings for '%1':</b><br> @@ -695,8 +695,8 @@ - - + + Deck %1 @@ -787,13 +787,13 @@ - + Set to full volume - + Set to zero volume @@ -818,13 +818,13 @@ - + Headphone listen button - + Mute button @@ -840,25 +840,25 @@ - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -934,229 +934,224 @@ - - One-time beat sync (tempo and phase) - - - - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode - + Equalizers - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Beat-Looping - + Create %1-beat loop - + Create temporary %1-beat loop roll - + Library @@ -1287,20 +1282,20 @@ + - Volume Fader - + Full Volume - + Zero Volume @@ -1316,7 +1311,7 @@ - + Mute @@ -1327,7 +1322,7 @@ - + Headphone Listen @@ -1348,25 +1343,25 @@ - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1471,11 +1466,6 @@ Sync Mode - - - Tap to sync, hold to enable sync mode - - Internal Sync Master @@ -1523,527 +1513,521 @@ - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Speed (Pitch/Tempo) - + Keylock Mode - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original - + High EQ - + Mid EQ - + Low EQ - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Track Load and Play - + Load selected track and play - + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - + Quick Effect - + Clear effect rack - + Clear Effect Rack - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain + - + - + - + - Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect + - Parameter Value + - Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Cover Art Show/Hide - + Show/hide cover art - + Waveform Zoom Out - + Toggle Effect Unit @@ -2068,546 +2052,566 @@ - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - - + + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) + - Adjust %1 + - Kill %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Автомат ДиЖэи - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Microphone Show/Hide - + Show/hide the microphone section - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out @@ -2917,6 +2921,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + + + + + With contributions from: + + + + + And special thanks to: + + + + + Past Developers + + + + + Past Contributors + + + DlgAboutDlg @@ -3561,102 +3593,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Automatic - + Mono - + Stereo - - - - + + + + Action failed - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3669,27 +3701,27 @@ Two source connections to the same server can't have the same mountpoint. - + Mixxx Icecast Testing - + Public stream - + http://www.mixxx.org - + Stream name - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. @@ -3724,189 +3756,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. - + + ICQ + + + + + AIM + + + + Website - + Live mix - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre - + Use UTF-8 encoding for metadata. - + Description - + Encoding - + Bitrate Дамжуулах хурд - - + + Format - + Channels - + Server connection - + Type Төрөл - + Host - + Login - + Mount - + Port - + Password - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4664,15 +4711,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected @@ -4799,32 +4842,32 @@ Displayed when no effect is selected - + Effect Info - + Version: - + Description: - + Author: - + Name: - + Type: @@ -5061,6 +5104,19 @@ and allows you to pitch adjust them for harmonic mixing. + + DlgPrefLV2Dlg + + + Equalizer Preferences + + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5882,11 +5938,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds @@ -6126,17 +6178,17 @@ milliseconds - + OpenGL not available - + dropped frames - + Cached waveforms occupy %1 MiB on disk. @@ -6174,28 +6226,28 @@ milliseconds - + Default zoom level Waveform zoom - + Displays the actual frame rate. - + Visual gain of the middle frequencies - + End of track warning - + OpenGL status @@ -6210,105 +6262,124 @@ milliseconds - + Low - + Middle - + Global - + Visual gain of the high frequencies - + Visual gain of the low frequencies - + High - + Waveform type - + Global visual gain - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. - + Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms @@ -6316,83 +6387,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library - + Interface - + Waveforms - + Auto DJ Автомат ДиЖэи - + Equalizers - + Decks - + Crossfader - + + Effects + + + + + LV2 Plugins + + + + Recording - + Beat Detection - + Key Detection - + Normalization - - + + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -6909,7 +6990,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject @@ -6923,40 +7004,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h + + EffectSettingsModel + + + Visible + + + + + Name + + + + + Type + Төрөл + + EffectsManager - + Flanger - + BitCrusher - + Filter - + Reverb - + Echo - + AutoPan - + Tremolo @@ -7127,39 +7226,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes - - + + Select your iTunes library - + (loading) iTunes - + Use Default Library - + Choose Library... - + Error Loading iTunes Library - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. @@ -7396,52 +7495,52 @@ support. MixxxMainWindow - + Choose music library directory - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7449,147 +7548,139 @@ Click OK to exit. - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. - - + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? - - NativeBackend - - - Native - - - ParserCsv @@ -7968,563 +8059,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo - - + + Time - - + + Ping Pong - - - - + + + + Send - + How much of the signal to send into the delay buffer - - - - + + + + Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth - - + + Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM - + Set the beats per minute value of the click sound - + Sync - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low - - - + + + Gain for Low Filter - + Kill Low - + Kill the Low Filter - + Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8534,58 +8625,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8650,47 +8741,47 @@ Higher values result in less attenuation of high frequencies. - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8700,60 +8791,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix @@ -8786,45 +8877,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8832,172 +8923,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9034,22 +9146,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9185,132 +9307,147 @@ Fully right: end of the effect period - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. - + Error setting bitrate - + Error: unknown server protocol! - + Error: libshout only supports Shoutcast with MP3 format! - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -9728,7 +9865,7 @@ Fully right: end of the effect period - + Cover Art @@ -9990,7 +10127,6 @@ Fully right: end of the effect period Key - The musical key of a track Түлхүүр @@ -10065,563 +10201,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - - - - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10643,123 +10815,123 @@ Fully right: end of the effect period - + If quantize is enabled, snaps to the nearest beat. - + Quantize - + Toggles quantization. - + Loops and cues snap to the nearest beat when quantization is enabled. - + Reverse - + Reverses track playback during regular playback. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause - + Jumps to the beginning of the track. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -10904,255 +11076,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. - + Jumps to the beginning of the track and stops. - + Plays or pauses the track. - + (while playing) - + (while stopped) - + Cue - + Headphone - + Mute - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. - + If no deck is playing, syncs to the first deck that has a BPM. - + Decks can't sync to samplers and samplers can only sync to decks. - + Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key - The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11217,279 +11388,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. - + Fast Rewind - + Fast rewind through the track. - + Fast Forward - + Fast forward through the track. - + Jumps to the end of the track. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control - + Pitch Rate - + Displays the current playback rate of the track. - + Repeat - + When active the track will repeat if you go past the end or reverse before the start. - + Eject - + Ejects track from the player. - + Hotcue - + If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. - + If hotcue is set, clears the hotcue. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Цомог - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -11611,34 +11782,6 @@ Fully right: end of the effect period - - Ui - - - Mixxx %1 Development Team - - - - - With contributions from: - - - - - And special thanks to: - - - - - Past Developers - - - - - Past Contributors - - - VSyncThread @@ -11734,12 +11877,18 @@ Fully right: end of the effect period WEffect - - None + + %1: %2 + %1 = effect name; %2 = effect description + None + + + + No effect loaded. @@ -11878,317 +12027,333 @@ Fully right: end of the effect period - + May not be supported on all skins. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + + + + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback - + Send feedback to the Mixxx team. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -12205,9 +12370,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source @@ -12289,6 +12452,12 @@ Text on waveform overview when file is cached from source Add to Playlist + + + Reset + Reset metadata in right click track context menu in library + + Cover Art @@ -12301,58 +12470,68 @@ Text on waveform overview when file is cached from source - + Remove - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library - + Unhide from Library - + Purge from Library - + Properties - + Open in File Browser - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist - + Create New Crate - + Enter name for new playlist: @@ -12382,150 +12561,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues - + Loop - + ReplayGain - + Waveform - + All - + Deck %1 - + New Playlist - - - + + + Playlist Creation Failed - + A playlist by that name already exists. - + A playlist cannot have a blank name. - + An unknown error occurred while creating playlist: - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + Sampler %1 @@ -12541,12 +12714,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) - + (GL) diff --git a/res/translations/mixxx_mr.ts b/res/translations/mixxx_mr.ts index 341cf8aeb1c2..8c4030591f8f 100644 --- a/res/translations/mixxx_mr.ts +++ b/res/translations/mixxx_mr.ts @@ -1,4 +1,4 @@ - + : @@ -386,22 +386,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error - + <b>Error with settings for '%1':</b><br> @@ -695,8 +695,8 @@ - - + + Deck %1 @@ -787,13 +787,13 @@ - + Set to full volume - + Set to zero volume @@ -818,13 +818,13 @@ - + Headphone listen button - + Mute button @@ -840,25 +840,25 @@ - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -934,229 +934,224 @@ - - One-time beat sync (tempo and phase) - - - - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode - + Equalizers - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Beat-Looping - + Create %1-beat loop - + Create temporary %1-beat loop roll - + Library @@ -1287,20 +1282,20 @@ + - Volume Fader - + Full Volume - + Zero Volume @@ -1316,7 +1311,7 @@ - + Mute @@ -1327,7 +1322,7 @@ - + Headphone Listen @@ -1348,25 +1343,25 @@ - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1471,11 +1466,6 @@ Sync Mode - - - Tap to sync, hold to enable sync mode - - Internal Sync Master @@ -1523,527 +1513,521 @@ - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Speed (Pitch/Tempo) - + Keylock Mode - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original - + High EQ - + Mid EQ - + Low EQ - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Track Load and Play - + Load selected track and play - + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - + Quick Effect - + Clear effect rack - + Clear Effect Rack - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain + - + - + - + - Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect + - Parameter Value + - Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Cover Art Show/Hide - + Show/hide cover art - + Waveform Zoom Out - + Toggle Effect Unit @@ -2068,546 +2052,566 @@ - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - - + + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) + - Adjust %1 + - Kill %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Microphone Show/Hide - + Show/hide the microphone section - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out @@ -2917,6 +2921,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + + + + + With contributions from: + + + + + And special thanks to: + + + + + Past Developers + + + + + Past Contributors + + + DlgAboutDlg @@ -3561,102 +3593,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Automatic - + Mono - + Stereo - - - - + + + + Action failed - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3669,27 +3701,27 @@ Two source connections to the same server can't have the same mountpoint. - + Mixxx Icecast Testing - + Public stream - + http://www.mixxx.org - + Stream name - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. @@ -3724,189 +3756,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. - + + ICQ + + + + + AIM + + + + Website - + Live mix - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre श्रेणी - + Use UTF-8 encoding for metadata. - + Description - + Encoding - + Bitrate बीट दर - - + + Format - + Channels - + Server connection - + Type प्रकार - + Host - + Login - + Mount - + Port - + Password - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4664,15 +4711,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected @@ -4799,32 +4842,32 @@ Displayed when no effect is selected - + Effect Info - + Version: - + Description: - + Author: - + Name: - + Type: @@ -5061,6 +5104,19 @@ and allows you to pitch adjust them for harmonic mixing. + + DlgPrefLV2Dlg + + + Equalizer Preferences + + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5882,11 +5938,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds @@ -6126,17 +6178,17 @@ milliseconds - + OpenGL not available - + dropped frames - + Cached waveforms occupy %1 MiB on disk. @@ -6174,28 +6226,28 @@ milliseconds - + Default zoom level Waveform zoom - + Displays the actual frame rate. - + Visual gain of the middle frequencies - + End of track warning - + OpenGL status @@ -6210,105 +6262,124 @@ milliseconds - + Low - + Middle - + Global - + Visual gain of the high frequencies - + Visual gain of the low frequencies - + High - + Waveform type - + Global visual gain - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. - + Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms @@ -6316,83 +6387,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library - + Interface - + Waveforms - + Auto DJ - + Equalizers - + Decks - + Crossfader - + + Effects + + + + + LV2 Plugins + + + + Recording - + Beat Detection - + Key Detection - + Normalization - - + + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -6909,7 +6990,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject @@ -6923,40 +7004,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h + + EffectSettingsModel + + + Visible + + + + + Name + + + + + Type + प्रकार + + EffectsManager - + Flanger - + BitCrusher - + Filter - + Reverb - + Echo - + AutoPan - + Tremolo @@ -7127,39 +7226,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes - - + + Select your iTunes library - + (loading) iTunes - + Use Default Library - + Choose Library... - + Error Loading iTunes Library - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. @@ -7396,52 +7495,52 @@ support. MixxxMainWindow - + Choose music library directory - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7449,147 +7548,139 @@ Click OK to exit. - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. - - + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? - - NativeBackend - - - Native - - - ParserCsv @@ -7968,563 +8059,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo - - + + Time - - + + Ping Pong - - - - + + + + Send - + How much of the signal to send into the delay buffer - - - - + + + + Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth - - + + Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM - + Set the beats per minute value of the click sound - + Sync - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low - - - + + + Gain for Low Filter - + Kill Low - + Kill the Low Filter - + Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8534,58 +8625,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8650,47 +8741,47 @@ Higher values result in less attenuation of high frequencies. - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8700,60 +8791,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix @@ -8786,45 +8877,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8832,172 +8923,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9034,22 +9146,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9185,132 +9307,147 @@ Fully right: end of the effect period - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. - + Error setting bitrate - + Error: unknown server protocol! - + Error: libshout only supports Shoutcast with MP3 format! - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -9728,7 +9865,7 @@ Fully right: end of the effect period - + Cover Art @@ -9990,7 +10127,6 @@ Fully right: end of the effect period Key - The musical key of a track किल्ली @@ -10065,563 +10201,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - - - - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10643,123 +10815,123 @@ Fully right: end of the effect period - + If quantize is enabled, snaps to the nearest beat. - + Quantize - + Toggles quantization. - + Loops and cues snap to the nearest beat when quantization is enabled. - + Reverse - + Reverses track playback during regular playback. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause - + Jumps to the beginning of the track. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -10904,255 +11076,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. - + Jumps to the beginning of the track and stops. - + Plays or pauses the track. - + (while playing) - + (while stopped) - + Cue - + Headphone - + Mute - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. - + If no deck is playing, syncs to the first deck that has a BPM. - + Decks can't sync to samplers and samplers can only sync to decks. - + Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key - The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11217,279 +11388,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. - + Fast Rewind - + Fast rewind through the track. - + Fast Forward - + Fast forward through the track. - + Jumps to the end of the track. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control - + Pitch Rate - + Displays the current playback rate of the track. - + Repeat - + When active the track will repeat if you go past the end or reverse before the start. - + Eject - + Ejects track from the player. - + Hotcue - + If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. - + If hotcue is set, clears the hotcue. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album अल्बम - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -11611,34 +11782,6 @@ Fully right: end of the effect period - - Ui - - - Mixxx %1 Development Team - - - - - With contributions from: - - - - - And special thanks to: - - - - - Past Developers - - - - - Past Contributors - - - VSyncThread @@ -11734,12 +11877,18 @@ Fully right: end of the effect period WEffect - - None + + %1: %2 + %1 = effect name; %2 = effect description + None + + + + No effect loaded. @@ -11878,317 +12027,333 @@ Fully right: end of the effect period - + May not be supported on all skins. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + + + + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback - + Send feedback to the Mixxx team. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -12205,9 +12370,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source @@ -12289,6 +12452,12 @@ Text on waveform overview when file is cached from source Add to Playlist + + + Reset + Reset metadata in right click track context menu in library + + Cover Art @@ -12301,58 +12470,68 @@ Text on waveform overview when file is cached from source - + Remove काढून टाका - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library - + Unhide from Library - + Purge from Library - + Properties - + Open in File Browser - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist - + Create New Crate - + Enter name for new playlist: @@ -12382,150 +12561,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues - + Loop - + ReplayGain - + Waveform - + All - + Deck %1 - + New Playlist नवीन वादकयादी - - - + + + Playlist Creation Failed - + A playlist by that name already exists. - + A playlist cannot have a blank name. - + An unknown error occurred while creating playlist: - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + Sampler %1 @@ -12541,12 +12714,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) - + (GL) diff --git a/res/translations/mixxx_ms.ts b/res/translations/mixxx_ms.ts index d27541605e06..45c27a9bc50b 100644 --- a/res/translations/mixxx_ms.ts +++ b/res/translations/mixxx_ms.ts @@ -1,4 +1,4 @@ - + : @@ -386,22 +386,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error - + <b>Error with settings for '%1':</b><br> @@ -695,8 +695,8 @@ - - + + Deck %1 @@ -787,13 +787,13 @@ - + Set to full volume - + Set to zero volume @@ -818,13 +818,13 @@ - + Headphone listen button - + Mute button @@ -840,25 +840,25 @@ - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -934,229 +934,224 @@ - - One-time beat sync (tempo and phase) - - - - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode - + Equalizers - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Beat-Looping - + Create %1-beat loop - + Create temporary %1-beat loop roll - + Library @@ -1287,20 +1282,20 @@ + - Volume Fader - + Full Volume - + Zero Volume @@ -1316,7 +1311,7 @@ - + Mute @@ -1327,7 +1322,7 @@ - + Headphone Listen @@ -1348,25 +1343,25 @@ - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1471,11 +1466,6 @@ Sync Mode - - - Tap to sync, hold to enable sync mode - - Internal Sync Master @@ -1523,527 +1513,521 @@ - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Speed (Pitch/Tempo) - + Keylock Mode - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original - + High EQ - + Mid EQ - + Low EQ - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) Tambah Dalam Senarai DJ Automatik (bawah) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) Tambah Dalam Senarai DJ Automatik (atas) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Track Load and Play - + Load selected track and play - + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - + Quick Effect - + Clear effect rack - + Clear Effect Rack - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain + - + - + - + - Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect + - Parameter Value + - Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Cover Art Show/Hide - + Show/hide cover art - + Waveform Zoom Out - + Toggle Effect Unit @@ -2068,546 +2052,566 @@ - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - - + + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) + - Adjust %1 + - Kill %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ DJ Automatik - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Microphone Show/Hide - + Show/hide the microphone section - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out @@ -2917,6 +2921,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + + + + + With contributions from: + + + + + And special thanks to: + + + + + Past Developers + + + + + Past Contributors + + + DlgAboutDlg @@ -3561,102 +3593,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Automatic - + Mono - + Stereo - - - - + + + + Action failed - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3669,27 +3701,27 @@ Two source connections to the same server can't have the same mountpoint. - + Mixxx Icecast Testing - + Public stream - + http://www.mixxx.org - + Stream name - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. @@ -3724,189 +3756,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. - + + ICQ + + + + + AIM + + + + Website - + Live mix - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre Genre - + Use UTF-8 encoding for metadata. - + Description - + Encoding - + Bitrate Kadar Bit - - + + Format - + Channels - + Server connection - + Type Jenis - + Host - + Login - + Mount - + Port - + Password - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4664,15 +4711,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected @@ -4799,32 +4842,32 @@ Displayed when no effect is selected - + Effect Info - + Version: - + Description: - + Author: - + Name: - + Type: @@ -5061,6 +5104,19 @@ and allows you to pitch adjust them for harmonic mixing. + + DlgPrefLV2Dlg + + + Equalizer Preferences + + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5882,11 +5938,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds @@ -6126,17 +6178,17 @@ milliseconds - + OpenGL not available - + dropped frames - + Cached waveforms occupy %1 MiB on disk. @@ -6174,28 +6226,28 @@ milliseconds - + Default zoom level Waveform zoom - + Displays the actual frame rate. - + Visual gain of the middle frequencies - + End of track warning - + OpenGL status @@ -6210,105 +6262,124 @@ milliseconds - + Low - + Middle - + Global - + Visual gain of the high frequencies - + Visual gain of the low frequencies - + High - + Waveform type - + Global visual gain - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. - + Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms @@ -6316,83 +6387,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library - + Interface - + Waveforms - + Auto DJ DJ Automatik - + Equalizers - + Decks - + Crossfader - + + Effects + + + + + LV2 Plugins + + + + Recording - + Beat Detection - + Key Detection - + Normalization - - + + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -6909,7 +6990,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject @@ -6923,40 +7004,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h + + EffectSettingsModel + + + Visible + + + + + Name + + + + + Type + Jenis + + EffectsManager - + Flanger - + BitCrusher - + Filter - + Reverb - + Echo - + AutoPan - + Tremolo @@ -7127,39 +7226,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes - - + + Select your iTunes library - + (loading) iTunes - + Use Default Library - + Choose Library... - + Error Loading iTunes Library - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. @@ -7396,52 +7495,52 @@ support. MixxxMainWindow - + Choose music library directory - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7449,147 +7548,139 @@ Click OK to exit. - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. - - + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? - - NativeBackend - - - Native - - - ParserCsv @@ -7968,563 +8059,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo - - + + Time - - + + Ping Pong - - - - + + + + Send - + How much of the signal to send into the delay buffer - - - - + + + + Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth - - + + Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM BPM - + Set the beats per minute value of the click sound - + Sync - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low - - - + + + Gain for Low Filter - + Kill Low - + Kill the Low Filter - + Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8534,58 +8625,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8650,47 +8741,47 @@ Higher values result in less attenuation of high frequencies. - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8700,60 +8791,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix @@ -8786,45 +8877,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8832,172 +8923,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9034,22 +9146,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9185,132 +9307,147 @@ Fully right: end of the effect period - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. - + Error setting bitrate - + Error: unknown server protocol! - + Error: libshout only supports Shoutcast with MP3 format! - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -9728,7 +9865,7 @@ Fully right: end of the effect period - + Cover Art @@ -9990,7 +10127,6 @@ Fully right: end of the effect period Key - The musical key of a track Kunci @@ -10065,563 +10201,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - - - - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10643,123 +10815,123 @@ Fully right: end of the effect period - + If quantize is enabled, snaps to the nearest beat. - + Quantize - + Toggles quantization. - + Loops and cues snap to the nearest beat when quantization is enabled. - + Reverse - + Reverses track playback during regular playback. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause - + Jumps to the beginning of the track. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -10904,255 +11076,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. - + Jumps to the beginning of the track and stops. - + Plays or pauses the track. - + (while playing) - + (while stopped) - + Cue - + Headphone - + Mute - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. - + If no deck is playing, syncs to the first deck that has a BPM. - + Decks can't sync to samplers and samplers can only sync to decks. - + Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key - The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11217,279 +11388,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. - + Fast Rewind - + Fast rewind through the track. - + Fast Forward - + Fast forward through the track. - + Jumps to the end of the track. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control - + Pitch Rate - + Displays the current playback rate of the track. - + Repeat - + When active the track will repeat if you go past the end or reverse before the start. - + Eject - + Ejects track from the player. - + Hotcue - + If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. - + If hotcue is set, clears the hotcue. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Album - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -11611,34 +11782,6 @@ Fully right: end of the effect period - - Ui - - - Mixxx %1 Development Team - - - - - With contributions from: - - - - - And special thanks to: - - - - - Past Developers - - - - - Past Contributors - - - VSyncThread @@ -11734,12 +11877,18 @@ Fully right: end of the effect period WEffect - - None + + %1: %2 + %1 = effect name; %2 = effect description + None + + + + No effect loaded. @@ -11878,317 +12027,333 @@ Fully right: end of the effect period - + May not be supported on all skins. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + + + + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback - + Send feedback to the Mixxx team. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -12205,9 +12370,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source @@ -12289,6 +12452,12 @@ Text on waveform overview when file is cached from source Add to Playlist + + + Reset + Reset metadata in right click track context menu in library + + Cover Art @@ -12301,58 +12470,68 @@ Text on waveform overview when file is cached from source - + Remove Buang - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library - + Unhide from Library - + Purge from Library - + Properties - + Open in File Browser - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist - + Create New Crate - + Enter name for new playlist: @@ -12382,150 +12561,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues - + Loop - + ReplayGain - + Waveform - + All - + Deck %1 - + New Playlist Senarai Main Baru - - - + + + Playlist Creation Failed Cipta Senarai Main Gagal - + A playlist by that name already exists. - + A playlist cannot have a blank name. - + An unknown error occurred while creating playlist: Ralat tidak diketahui berlaku semasa mencipta senarai main - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + Sampler %1 @@ -12541,12 +12714,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) - + (GL) diff --git a/res/translations/mixxx_my.ts b/res/translations/mixxx_my.ts index 45e68a88f819..0047575454bd 100644 --- a/res/translations/mixxx_my.ts +++ b/res/translations/mixxx_my.ts @@ -1,4 +1,4 @@ - + : @@ -386,22 +386,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error - + <b>Error with settings for '%1':</b><br> @@ -695,8 +695,8 @@ - - + + Deck %1 @@ -787,13 +787,13 @@ - + Set to full volume - + Set to zero volume @@ -818,13 +818,13 @@ - + Headphone listen button - + Mute button @@ -840,25 +840,25 @@ - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -934,229 +934,224 @@ - - One-time beat sync (tempo and phase) - - - - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode - + Equalizers - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Beat-Looping - + Create %1-beat loop - + Create temporary %1-beat loop roll - + Library @@ -1287,20 +1282,20 @@ + - Volume Fader - + Full Volume - + Zero Volume @@ -1316,7 +1311,7 @@ - + Mute @@ -1327,7 +1322,7 @@ - + Headphone Listen @@ -1348,25 +1343,25 @@ - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1471,11 +1466,6 @@ Sync Mode - - - Tap to sync, hold to enable sync mode - - Internal Sync Master @@ -1523,527 +1513,521 @@ - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Speed (Pitch/Tempo) - + Keylock Mode - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original - + High EQ - + Mid EQ - + Low EQ - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Track Load and Play - + Load selected track and play - + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - + Quick Effect - + Clear effect rack - + Clear Effect Rack - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain + - + - + - + - Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect + - Parameter Value + - Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Cover Art Show/Hide - + Show/hide cover art - + Waveform Zoom Out - + Toggle Effect Unit @@ -2068,546 +2052,566 @@ - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - - + + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) + - Adjust %1 + - Kill %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Microphone Show/Hide - + Show/hide the microphone section - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out @@ -2917,6 +2921,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + + + + + With contributions from: + + + + + And special thanks to: + + + + + Past Developers + + + + + Past Contributors + + + DlgAboutDlg @@ -3561,102 +3593,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Automatic - + Mono - + Stereo - - - - + + + + Action failed - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3669,27 +3701,27 @@ Two source connections to the same server can't have the same mountpoint. - + Mixxx Icecast Testing - + Public stream - + http://www.mixxx.org - + Stream name - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. @@ -3724,189 +3756,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. - + + ICQ + + + + + AIM + + + + Website - + Live mix - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre - + Use UTF-8 encoding for metadata. - + Description - + Encoding - + Bitrate - - + + Format - + Channels - + Server connection - + Type - + Host - + Login - + Mount - + Port - + Password - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4664,15 +4711,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected @@ -4799,32 +4842,32 @@ Displayed when no effect is selected - + Effect Info - + Version: - + Description: - + Author: - + Name: - + Type: @@ -5061,6 +5104,19 @@ and allows you to pitch adjust them for harmonic mixing. + + DlgPrefLV2Dlg + + + Equalizer Preferences + + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5882,11 +5938,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds @@ -6126,17 +6178,17 @@ milliseconds - + OpenGL not available - + dropped frames - + Cached waveforms occupy %1 MiB on disk. @@ -6174,28 +6226,28 @@ milliseconds - + Default zoom level Waveform zoom - + Displays the actual frame rate. - + Visual gain of the middle frequencies - + End of track warning - + OpenGL status @@ -6210,105 +6262,124 @@ milliseconds - + Low - + Middle - + Global - + Visual gain of the high frequencies - + Visual gain of the low frequencies - + High - + Waveform type - + Global visual gain - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. - + Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms @@ -6316,83 +6387,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library - + Interface - + Waveforms - + Auto DJ - + Equalizers - + Decks - + Crossfader - + + Effects + + + + + LV2 Plugins + + + + Recording - + Beat Detection - + Key Detection - + Normalization - - + + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -6909,7 +6990,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject @@ -6923,40 +7004,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h + + EffectSettingsModel + + + Visible + + + + + Name + + + + + Type + + + EffectsManager - + Flanger - + BitCrusher - + Filter - + Reverb - + Echo - + AutoPan - + Tremolo @@ -7127,39 +7226,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes - - + + Select your iTunes library - + (loading) iTunes - + Use Default Library - + Choose Library... - + Error Loading iTunes Library - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. @@ -7396,52 +7495,52 @@ support. MixxxMainWindow - + Choose music library directory - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7449,147 +7548,139 @@ Click OK to exit. - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. - - + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? - - NativeBackend - - - Native - - - ParserCsv @@ -7968,563 +8059,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo - - + + Time - - + + Ping Pong - - - - + + + + Send - + How much of the signal to send into the delay buffer - - - - + + + + Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth - - + + Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM - + Set the beats per minute value of the click sound - + Sync - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low - - - + + + Gain for Low Filter - + Kill Low - + Kill the Low Filter - + Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8534,58 +8625,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8650,47 +8741,47 @@ Higher values result in less attenuation of high frequencies. - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8700,60 +8791,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix @@ -8786,45 +8877,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8832,172 +8923,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9034,22 +9146,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9185,132 +9307,147 @@ Fully right: end of the effect period - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. - + Error setting bitrate - + Error: unknown server protocol! - + Error: libshout only supports Shoutcast with MP3 format! - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -9728,7 +9865,7 @@ Fully right: end of the effect period - + Cover Art @@ -9990,7 +10127,6 @@ Fully right: end of the effect period Key - The musical key of a track @@ -10065,563 +10201,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - - - - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10643,123 +10815,123 @@ Fully right: end of the effect period - + If quantize is enabled, snaps to the nearest beat. - + Quantize - + Toggles quantization. - + Loops and cues snap to the nearest beat when quantization is enabled. - + Reverse - + Reverses track playback during regular playback. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause - + Jumps to the beginning of the track. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -10904,255 +11076,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. - + Jumps to the beginning of the track and stops. - + Plays or pauses the track. - + (while playing) - + (while stopped) - + Cue - + Headphone - + Mute - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. - + If no deck is playing, syncs to the first deck that has a BPM. - + Decks can't sync to samplers and samplers can only sync to decks. - + Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key - The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11217,279 +11388,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. - + Fast Rewind - + Fast rewind through the track. - + Fast Forward - + Fast forward through the track. - + Jumps to the end of the track. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control - + Pitch Rate - + Displays the current playback rate of the track. - + Repeat - + When active the track will repeat if you go past the end or reverse before the start. - + Eject - + Ejects track from the player. - + Hotcue - + If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. - + If hotcue is set, clears the hotcue. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -11611,34 +11782,6 @@ Fully right: end of the effect period - - Ui - - - Mixxx %1 Development Team - - - - - With contributions from: - - - - - And special thanks to: - - - - - Past Developers - - - - - Past Contributors - - - VSyncThread @@ -11734,12 +11877,18 @@ Fully right: end of the effect period WEffect - - None + + %1: %2 + %1 = effect name; %2 = effect description + None + + + + No effect loaded. @@ -11878,317 +12027,333 @@ Fully right: end of the effect period - + May not be supported on all skins. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + + + + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback - + Send feedback to the Mixxx team. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -12205,9 +12370,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source @@ -12289,6 +12452,12 @@ Text on waveform overview when file is cached from source Add to Playlist + + + Reset + Reset metadata in right click track context menu in library + + Cover Art @@ -12301,58 +12470,68 @@ Text on waveform overview when file is cached from source - + Remove ဖယ်ရှားပါ - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library - + Unhide from Library - + Purge from Library - + Properties - + Open in File Browser - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist - + Create New Crate - + Enter name for new playlist: @@ -12382,150 +12561,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues - + Loop - + ReplayGain - + Waveform - + All - + Deck %1 - + New Playlist ဖွင့်မည့်စာရင်းအသစ် - - - + + + Playlist Creation Failed - + A playlist by that name already exists. - + A playlist cannot have a blank name. - + An unknown error occurred while creating playlist: - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + Sampler %1 @@ -12541,12 +12714,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) - + (GL) diff --git a/res/translations/mixxx_nb.ts b/res/translations/mixxx_nb.ts index b70617913db4..d8f60446bcce 100644 --- a/res/translations/mixxx_nb.ts +++ b/res/translations/mixxx_nb.ts @@ -1,4 +1,4 @@ - + : @@ -361,7 +361,7 @@ ReplayGain - + Avspillingsnivå @@ -377,35 +377,35 @@ Action failed - + Handling feilet Please enable at least one connection to use Live Broadcasting. - + Vennligst aktivér minst en oppkobling for å bruke Live Broadcasting. BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error - + Feil i innstillingene - + <b>Error with settings for '%1':</b><br> - + <b>Feil i innstillingene for '%1':</b><br> @@ -418,32 +418,32 @@ Name - + Navn Status - + Status Disconnected - + Frakoblet Connecting... - + Kobler til... Connected - + TIlkoblet Failed - + Feilet @@ -591,7 +591,7 @@ ReplayGain - + Avspillingsnivå @@ -697,8 +697,8 @@ - - + + Deck %1 Spiller %1 @@ -789,13 +789,13 @@ - + Set to full volume Sett til fullt volum - + Set to zero volume @@ -820,13 +820,13 @@ - + Headphone listen button - + Mute button @@ -842,25 +842,25 @@ - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -936,230 +936,225 @@ - - One-time beat sync (tempo and phase) - - - - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode - + Equalizers Hint - + Vinyl Control Vinylkontroll - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues Markører - + Cue button Markørknapp - + Set cue point Sett markørpunkt - + Go to cue point Gå til markørpunkt - + Go to cue point and play Gå til markørpunkt og spill - + Go to cue point and stop Gå til markørpunkt og stopp - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Beat-Looping - + Create %1-beat loop - + Create temporary %1-beat loop roll - + Library Bibliotek @@ -1290,20 +1285,20 @@ Markørknapp + - Volume Fader - + Full Volume Fullt Volum - + Zero Volume @@ -1319,7 +1314,7 @@ Markørknapp - + Mute @@ -1330,7 +1325,7 @@ Markørknapp - + Headphone Listen @@ -1351,25 +1346,25 @@ Markørknapp - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1474,11 +1469,6 @@ Markørknapp Sync Mode - - - Tap to sync, hold to enable sync mode - - Internal Sync Master @@ -1526,527 +1516,521 @@ Markørknapp - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Speed (Pitch/Tempo) - + Keylock Mode - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original - + High EQ - + Mid EQ - + Low EQ - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode Vinyl Kontrollmodus - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) Legg til Automatisk DJ Kø - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) Legg til Automatisk DJ Kø (øverst) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Track Load and Play - + Load selected track and play - + Record Mix - + Toggle mix recording - + Effects Effekter - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - + Quick Effect - + Clear effect rack - + Clear Effect Rack - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain + - + - + - + - Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next Neste - + Switch to next effect - + Previous Forrige - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect + - Parameter Value + - Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob Forsterker knapp - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Cover Art Show/Hide - + Show/hide cover art - + Waveform Zoom Out - + Toggle Effect Unit @@ -2071,546 +2055,566 @@ Markørknapp - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - - + + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) + - Adjust %1 + - Kill %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off Mikrofon av/på - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Auto DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface Brukergrensesnitt - + Samplers Show/Hide - + Show/hide the sampler section - + Microphone Show/Hide - + Show/hide the microphone section - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out @@ -2920,6 +2924,34 @@ Markørknapp + + DlgAbout + + + Mixxx %1 Development Team + + + + + With contributions from: + Med bidrag fra: + + + + And special thanks to: + Og spesielt takk til: + + + + Past Developers + Tidligere utviklere + + + + Past Contributors + Tidligere bidragsytere + + DlgAboutDlg @@ -3567,102 +3599,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Automatic - + Mono - + Stereo Stereo - - - - + + + + Action failed - + Handling feilet - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3675,27 +3707,27 @@ Two source connections to the same server can't have the same mountpoint. - + Mixxx Icecast Testing - + Public stream - + http://www.mixxx.org http://www.mixxx.org - + Stream name - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. @@ -3730,189 +3762,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. - + + ICQ + + + + + AIM + + + + Website Nettsted - + Live mix - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre Sjanger - + Use UTF-8 encoding for metadata. - + Description Beskrivelse - + Encoding - + Bitrate Bithastighet - - + + Format Format - + Channels Kanaler - + Server connection Servertilkobling - + Type Type - + Host Vert - + Login Logg inn - + Mount - + Port Port - + Password Passord - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds sekunder - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4670,15 +4717,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected Ingen @@ -4805,32 +4848,32 @@ Displayed when no effect is selected - + Effect Info - + Version: - + Description: Beskrivelse: - + Author: - + Name: - + Type: @@ -5057,13 +5100,26 @@ and allows you to pitch adjust them for harmonic mixing. - - Gm + + Gm + + + + + G#m + + + + + DlgPrefLV2Dlg + + + Equalizer Preferences - - G#m + + Discovered LV2 effects @@ -5850,7 +5906,7 @@ The loudness target is approximate and assumes track pregain and master output l Sample Rate - + Samplingsfrekvens @@ -5888,11 +5944,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds @@ -6132,17 +6184,17 @@ milliseconds - + OpenGL not available OpenGL ikke tilgjengelig - + dropped frames - + Cached waveforms occupy %1 MiB on disk. @@ -6180,28 +6232,28 @@ milliseconds - + Default zoom level Waveform zoom - + Displays the actual frame rate. - + Visual gain of the middle frequencies - + End of track warning - + OpenGL status @@ -6216,105 +6268,124 @@ milliseconds sekunder - + Low Lav - + Middle - + Global - + Visual gain of the high frequencies - + Visual gain of the low frequencies - + High Høy - + Waveform type - + Global visual gain - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. - + Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + % + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms @@ -6322,84 +6393,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library Bibliotek - + Interface - + Waveforms - + Auto DJ Auto DJ - + Equalizers - Hint - + Hint - + Decks - + Crossfader Kryssfader - + + Effects + Effekter + + + + LV2 Plugins + + + + Recording Opptak - + Beat Detection - + Key Detection - + Normalization Normalisering - - + + Vinyl Control Vinylkontroll - + Live Broadcasting Direkte Sending - + Modplug Decoder @@ -6643,7 +6723,7 @@ Select from different types of displays for the waveform, which differ primarily 3/4 BPM - + 3/4 BPM @@ -6735,12 +6815,12 @@ Often results in higher quality beatgrids, but will not do well on tracks that h Double BPM - + Dobbel BPM Halve BPM - + Halv BPM @@ -6812,7 +6892,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h 2/3 BPM - + 2/3 BPM @@ -6916,7 +6996,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject @@ -6930,40 +7010,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h + + EffectSettingsModel + + + Visible + + + + + Name + Navn + + + + Type + Type + + EffectsManager - + Flanger - + BitCrusher - + Filter - + Reverb - + Echo - + AutoPan - + Tremolo @@ -7134,39 +7232,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes iTunes - - + + Select your iTunes library Velg ditt ITunes-bibliotek - + (loading) iTunes (laster) iTunes - + Use Default Library Bruk standardbiblioteket - + Choose Library... Velg bibliotek ... - + Error Loading iTunes Library Feil ved lasting av iTunes-bibliotek - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. Det oppstod en feil under lasting av iTunes-biblioteket. Noen av sporene eller spillelistene har muligens ikke blitt lastet. @@ -7403,52 +7501,52 @@ support. MixxxMainWindow - + Choose music library directory - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. Finn <b>Hjelp</b> i Mixxx-wiki'en. - - - + + + <b>Exit</b> Mixxx. - + Retry Prøv igjen - + Cannot open database Får ikke åpnet databasen - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7456,147 +7554,139 @@ Click OK to exit. - - + + Reconfigure Sett opp på nytt - + Help Hjelp - - + + Exit Avslutt - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue Fortsett - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. - - + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? - - NativeBackend - - - Native - - - ParserCsv @@ -7975,563 +8065,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo - - + + Time - - + + Ping Pong - - - - + + + + Send - + How much of the signal to send into the delay buffer - - - - + + + + Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth - - + + Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM BPM - + Set the beats per minute value of the click sound - + Sync - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low Lav - - - + + + Gain for Low Filter - + Kill Low - + Kill the Low Filter - + Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High Høy - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8541,58 +8631,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo Stereo - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8657,47 +8747,47 @@ Higher values result in less attenuation of high frequencies. F11 - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8707,60 +8797,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix @@ -8793,45 +8883,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8839,172 +8929,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - + Bølgeform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + Innebygget + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9041,22 +9152,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording Opptak - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9192,132 +9313,147 @@ Fully right: end of the effect period - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. - + Error setting bitrate - + Error: unknown server protocol! - + Error: libshout only supports Shoutcast with MP3 format! - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -9364,7 +9500,7 @@ Fully right: end of the effect period Name - + Navn @@ -9735,7 +9871,7 @@ Fully right: end of the effect period - + Cover Art Omslagsbilde @@ -9997,7 +10133,6 @@ Fully right: end of the effect period Key - The musical key of a track Tast @@ -10072,563 +10207,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play Spill - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - - - - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next Neste - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous Forrige - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10650,123 +10821,123 @@ Fully right: end of the effect period - + If quantize is enabled, snaps to the nearest beat. - + Quantize - + Toggles quantization. - + Loops and cues snap to the nearest beat when quantization is enabled. - + Reverse - + Reverses track playback during regular playback. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause - + Jumps to the beginning of the track. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -10911,255 +11082,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. - + Jumps to the beginning of the track and stops. - + Plays or pauses the track. - + (while playing) - + (while stopped) - + Cue - + Headphone - + Mute - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. - + If no deck is playing, syncs to the first deck that has a BPM. - + Decks can't sync to samplers and samplers can only sync to decks. - + Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key - The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11224,279 +11394,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. - + Fast Rewind - + Fast rewind through the track. - + Fast Forward - + Fast forward through the track. - + Jumps to the end of the track. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control - + Pitch Rate - + Displays the current playback rate of the track. - + Repeat - + When active the track will repeat if you go past the end or reverse before the start. - + Eject Løs ut - + Ejects track from the player. - + Hotcue - + If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. - + If hotcue is set, clears the hotcue. - + Vinyl Control Mode Vinyl Kontrollmodus - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Album - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -11618,34 +11788,6 @@ Fully right: end of the effect period - - Ui - - - Mixxx %1 Development Team - - - - - With contributions from: - Med bidrag fra: - - - - And special thanks to: - Og spesielt takk til: - - - - Past Developers - Tidligere utviklere - - - - Past Contributors - Tidligere bidragsytere - - VSyncThread @@ -11741,12 +11883,18 @@ Fully right: end of the effect period WEffect - + + %1: %2 + %1 = effect name; %2 = effect description + + + + None Ingen - + No effect loaded. @@ -11885,317 +12033,333 @@ Fully right: end of the effect period &Vis - + May not be supported on all skins. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + + + + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen &Fullskjerm - + Display Mixxx using the full screen Vis Mixxx på hele skjermen - + &Options &Alternativer - + &Vinyl Control &Vinylkontroll - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences &Innstillinger - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help &Hjelp - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. Les Mixxx bruksanvisningen. - + &Keyboard Shortcuts &Tastatursnarveier - + Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback Send Oss &Tilbakemelding - + Send feedback to the Mixxx team. Send tilbakemelding til Mixxx team. - + &Translate This Application Oversett Denne Applikasjon. - + Help translate this application into your language. Hjelp til med å oversette dette programmet til ditt språk. - + &About &Om - + About the application Om programmet @@ -12212,9 +12376,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source Laster spor .. @@ -12296,6 +12458,12 @@ Text on waveform overview when file is cached from source Add to Playlist Legg til i spilleliste + + + Reset + Reset metadata in right click track context menu in library + Tilbakestill + Cover Art @@ -12308,58 +12476,68 @@ Text on waveform overview when file is cached from source ESC - + Remove Fjern - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library - + Unhide from Library - + Purge from Library - + Properties Egenskaper - + Open in File Browser Åpne i filutforsker - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist Opprett ny spilleliste - + Create New Crate - + Enter name for new playlist: Skriv inn nytt navn for spilleliste: @@ -12389,150 +12567,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues - + Loop - + ReplayGain - + Avspillingsnivå - + Waveform - + Bølgeform - + All Alle - + Deck %1 Spiller %1 - + New Playlist Ny spilleliste - - - + + + Playlist Creation Failed Oppretting av spilleliste mislyktes - + A playlist by that name already exists. Det finnes allerede en spilleliste med det navnet. - + A playlist cannot have a blank name. Spillelisten kan ikke ha en tomt navn. - + An unknown error occurred while creating playlist: Det oppstod en ukjent feil under oppretting av spilleliste: - + Lock BPM - + Lås BPM - + Unlock BPM - + Åpne BPM - + Double BPM - + Dobbel BPM - + Halve BPM - + Halv BPM - + 2/3 BPM - + 2/3 BPM - + 3/4 BPM - + 3/4 BPM - + Sampler %1 Sampler %1 @@ -12548,12 +12720,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) - + (GL) diff --git a/res/translations/mixxx_nl.ts b/res/translations/mixxx_nl.ts index 0a4e77d14952..1a2d506e886f 100644 --- a/res/translations/mixxx_nl.ts +++ b/res/translations/mixxx_nl.ts @@ -1,4 +1,4 @@ - + : @@ -93,7 +93,7 @@ An unknown error occurred while creating playlist: - Een onbekende fout is opgetreden bij het aanmaken van de afspeellijst: + Er is een onbekende fout opgetreden bij het aanmaken van de afspeellijst: @@ -223,7 +223,7 @@ An unknown error occurred while creating playlist: - Een onbekende fout is opgetreden bij het aanmaken van de afspeellijst: + Er is een onbekende fout opgetreden bij het aanmaken van de afspeellijst: @@ -388,22 +388,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error - + <b>Error with settings for '%1':</b><br> @@ -697,8 +697,8 @@ - - + + Deck %1 Speler %1 @@ -765,7 +765,7 @@ Toggle headphone split cueing - Schakel hoofdtelefoon cue-split om + Omschakelen cue-split hoofdtelefoon @@ -789,13 +789,13 @@ - + Set to full volume Op maximaal volume zetten - + Set to zero volume Volume op nul zetten @@ -820,13 +820,13 @@ Knop "achterwaarts rollen" (Censureer) - + Headphone listen button Knop voorbeluistering - + Mute button Dempingsknop @@ -842,25 +842,25 @@ - + Mix orientation (e.g. left, right, center) Mixrichting (bv. links, rechts, midden) - + Set mix orientation to left Mixrichting links - + Set mix orientation to center Mixrichting midden - + Set mix orientation to right Mixrichting rechts @@ -936,229 +936,224 @@ Sync-modus 3-standenomschakeling (OFF, FOLLOWER, MASTER) - - One-time beat sync (tempo and phase) - Eenmalige beat-synchronisatie (tempo en fase) - - - + One-time beat sync (tempo only) Eenmalige beat-synchronisatie (alleen tempo) - + One-time beat sync (phase only) Eenmalige beat-synchronisatie (alleen fase) - + Toggle keylock mode Schakel toonvergrendelingsmodus om - + Equalizers Toonregelingen - + Vinyl Control Vinylbediening - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Schakel wachtrijmodus vinylbediening om (UIT/EENMALIG/ONMIDDELLIJK) - + Toggle vinyl-control mode (ABS/REL/CONST) Kies modus vinylbediening (ABS/REL/CONST) - + Pass through external audio into the internal mixer Verbind externe audio door naar de interne mixer - + Cues Cue-punten - + Cue button Cue-knop - + Set cue point Zet cue-punt - + Go to cue point Ga naar cue-punt - + Go to cue point and play Ga naar cue-punt en speel af - + Go to cue point and stop Ga naar cue-punt en stop - + Preview from cue point Voorbeeld vanaf cue-punt - + Cue button (CDJ mode) Cue-knop (CDJ modus) - + Stutter cue Stutter-cue - + Hotcues Hotcues - + Set, preview from or jump to hotcue %1 Zet, voorbeeld vanaf, of spring naar hotcue %1 - + Clear hotcue %1 Wis hotcue %1 - + Set hotcue %1 Zet hotcue %1 - + Jump to hotcue %1 Spring naar hotcue %1 - + Jump to hotcue %1 and stop Spring naar hotcue %1 en stop - + Jump to hotcue %1 and play Spring naar hotcue %1 en stop - + Preview from hotcue %1 Voorbeeld vanaf hotcue %1 - - + + Hotcue %1 Hotcue %1 - + Looping Lussen - + Loop In button Knop "start lus" - + Loop Out button Knop "stop lus" - + Loop Exit button Knop "verlaat lus" - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Ga vooruit in de lus met %1 beats - + Move loop backward by %1 beats Ga achteruit in de lus met %1 beats - + Beat-Looping Beat-lus - + Create %1-beat loop Maak %1-beat-lus - + Create temporary %1-beat loop roll Maak tijdelijke %1-beat-rol - + Library Bibliotheek @@ -1195,7 +1190,7 @@ Headphone Split Cue - Hoofdtelefoon cue-split + Cue-split hoofdtelefoon @@ -1289,20 +1284,20 @@ + - Volume Fader Volumeregelaar - + Full Volume Maximum volume - + Zero Volume Volume uit @@ -1318,7 +1313,7 @@ - + Mute Stil @@ -1329,7 +1324,7 @@ - + Headphone Listen Voorbeluistering @@ -1350,25 +1345,25 @@ - + Orientation Richting - + Orient Left Oriënteer links - + Orient Center Oriënteer midden - + Orient Right Oriënteer rechts @@ -1473,11 +1468,6 @@ Sync Mode Synchronisatiemodus - - - Tap to sync, hold to enable sync mode - Tik om te synchronizeren, houd ingedrukt voor synchronisatiemodus - Internal Sync Master @@ -1525,527 +1515,521 @@ Eenmalige beat-synchronisatie - + Sync Tempo One-Shot Synchroniseer tempo eenmalig - + Sync Phase One-Shot Synchroniseer faze eenmalig - + Speed (Pitch/Tempo) Snelheid (Toonhoogte/tempo) - + Keylock Mode Toonvergrendelingsmodus - + Pitch control (does not affect tempo), center is original pitch Toonhoogteregeling (behoudt tempo), midden is oorspronkelijke toonhoogte - + Pitch Adjust Aanpassing toonhoogte - + Adjust pitch from speed slider pitch Pas pitch aan naar pitch snelheidsregelaar - + Match musical key Stem toonaard af - + Match Key Stem toonaard af - + Reset Key Herstel toonaard - + Resets key to original Herstel toonaard naar origineel - + High EQ Regeling hoge tonen - + Mid EQ Regeling middentonen - + Low EQ Lage tonen - + Toggle Vinyl Control Schakel vinylbediening om - + Toggle Vinyl Control (ON/OFF) Schakel vinylbediening om (AAN/UIT) - + Vinyl Control Mode Vinylbedieningsmodus - + Vinyl Control Cueing Mode Vinylbediening cue-modus - + Vinyl Control Passthrough Doorvoer vinylbediening - + Vinyl Control Next Deck Vinylbediening volgende speler - + Single deck mode - Switch vinyl control to next deck Modus enkele speler - Schakel vinylbediening om naar volgende speler - + Cue Cue - + Set Cue Zet cue - + Go-To Cue Ga naar cue - + Go-To Cue And Play Ga naar cue en start - + Go-To Cue And Stop Ga naar cue en stop - + Preview Cue Voorbeeld van cue - + Cue (CDJ Mode) Cue (CDJ modus) - + Stutter Cue Stutter-cue - + Go to cue point and play after release Ga naar cue-punt en speel af bij loslaten - + Clear Hotcue %1 Wis hotcue %1 - + Set Hotcue %1 Zet hotcue %1 - + Jump To Hotcue %1 Spring naar hotcue %1 - + Jump To Hotcue %1 And Stop Spring naar hotcue %1 en stop - + Jump To Hotcue %1 And Play Spring naar hotcue %1 en start - + Preview Hotcue %1 Voorbeeld van hotcue %1 - + Loop In Start lus - + Loop Out Stop lus - + Loop Exit Lus verlaten - + Reloop/Exit Loop Herstart/verlaat lus - + Loop Halve Halveer lus - + Loop Double Verdubbel lus - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Verplaats lus +%1 beats - + Move Loop -%1 Beats Verplaats lus -%1 beats - + Loop %1 Beats Start lus %1 beats - + Loop Roll %1 Beats Start rol %1 beats - + Add to Auto DJ Queue (bottom) Voeg toe aan AutoDJ wachtrij (onderaan) - + Append the selected track to the Auto DJ Queue Voeg de geselecteerde track toe aan de AutoDJ wachtrij - + Add to Auto DJ Queue (top) Voeg toe aan AutoDJ wachtrij (bovenaan) - + Prepend selected track to the Auto DJ Queue Voeg de geselecteerde track vooraan toe in de AutoDJ wachtrij - + Load Track Laad track - + Load selected track Laad geselecteerde track - + Track Load and Play Track laden en afspelen - + Load selected track and play Laad geselecteerde track en speel af - + Record Mix Neem mix op - + Toggle mix recording Schakel opname om - + Effects Effecten - + Quick Effects Snelle effecten - + Deck %1 Quick Effect Super Knob Superknop snelle effecten speler %1 - + Quick Effect Super Knob (control linked effect parameters) Superknop snelle effecten (bedien geschakelde effectparameters) - + Quick Effect Sneleffect - + Clear effect rack Wis effectenrek - + Clear Effect Rack Wis effectenrek - + Clear Unit Wis eenheid - + Clear effect unit Wis effecteneenheid - + Toggle Unit Schakel eenheid om - + Dry/Wet Droog/nat - + Adjust the balance between the original (dry) and processed (wet) signal. Pas de balans aan tussen het origineel (droog) en verwerkt (nat) signaal. - + Super Knob Superknop - - - Insert/Send Toggle - Omschakeling invoegen/verzenden - - - + Next Chain Volgende keten + - + - + - + - Assign Wijs toe - + Clear Wis - + Clear the current effect Wis huidige effect - + Toggle Schakel om - + Toggle the current effect Schakel het huidig effect om - + Next Volgende - + Switch to next effect Schakel om naar volgend effect - + Previous Vorige - + Switch to the previous effect Schakel om naar het vorige effect - + Next or Previous Volgend of vorig - + Switch to either next or previous effect Schakel om naar ofwel volgend, ofwel vorig effect + - Parameter Value Parameterwaarde + - Microphone Ducking Strength Sterkte doordrukking microfoon - + Microphone Ducking Mode Modus microfoondoordrukking - + Gain Ingangsvolume - + Gain knob Knop ingangsvolume - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle Omschakelen AutoDJ - + Toggle Auto DJ On/Off Schakel AutoDJ aan/uit - + Library Maximize/Restore Bibliotheek maximaliseren/herstellen - + Maximize the track library to take up all the available screen space. Maximaliseer de track-bibliotheek om alle beschikbare schermruimte in gebruik te nemen. - + Effect Rack Show/Hide Effectenrek tonen/verbergen - + Show/hide the effect rack Toon/verberg effectensectie - + Cover Art Show/Hide Hoes tonen/verbergen - + Show/hide cover art Toon/verberg hoes - + Waveform Zoom Out Golfvorm uitzoomen - + Toggle Effect Unit Schakel effecteneenheid om @@ -2070,546 +2054,566 @@ Ingangsvolume hoofdtelefoon - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed Afspeelsnelheid - + Playback speed control (Vinyl "Pitch" slider) Bediening afspeelsnelheid (Vinyl "Pitch" regelaar) - + Pitch (Musical key) Pitch (Toonhoogte) - + Increase Speed Verhoog snelheid - + Adjust speed faster (coarse) Stel snelheid hoger bij (grof) - - + + Increase Speed (Fine) Verhoog snelheid (fijn) - + Adjust speed faster (fine) Stel snelheid hoger bij (fijn) - + Decrease Speed Verlaag snelheid - + Adjust speed slower (coarse) Stel snelheid lager bij (grof) - + Adjust speed slower (fine) Stel snelheid lager bij (fijn) - + Temporarily Increase Speed Verhoog snelheid tijdelijk - + Temporarily increase speed (coarse) Verhoog snelheid tijdelijk (grof) - + Temporarily Increase Speed (Fine) Verhoog snelheid tijdelijk (fijn) - + Temporarily increase speed (fine) Verhoog snelheid tijdelijk (fijn) - + Temporarily Decrease Speed Verlaag snelheid tijdelijk - + Temporarily decrease speed (coarse) Verlaag snelheid tijdelijk (grof) - + Temporarily Decrease Speed (Fine) Verlaag snelheid tijdelijk (fijn) - + Temporarily decrease speed (fine) Verlaag snelheid tijdelijk (fijn) + - Adjust %1 Aanpassen %1 + - Kill %1 Smoren %1 - + CUP (Cue + Play) CUP (Cue + Afspelen) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up Omhoog - + Equivalent to pressing the UP key on the keyboard Gelijk aan de omhoog-toets op het toetsenbord - + Move down Omlaag - + Equivalent to pressing the DOWN key on the keyboard Gelijk aan de omlaag-toets op het toetsenbord - + Move up/down Omhoog/omlaag - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys Ga in verticale richting met een knop, als bij het indrukken van de omhoog/omlaag-toetsen - + Scroll Up Rol omhoog - + Equivalent to pressing the PAGE UP key on the keyboard Gelijk aan de PageUp-toets op het toetsenbord - + Scroll Down Rol omlaag - + Equivalent to pressing the PAGE DOWN key on the keyboard Gelijk aan de PageDown-toets op het toetsenbord - + Scroll up/down Rol omhoog/omlaag - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys Ga in verticale richting met een knop, als bij het indrukken van de PageUp/PageDown-toetsen - + Move left Naar links - + Equivalent to pressing the LEFT key on the keyboard Gelijk aan de links-toets op het toetsenbord - + Move right Naar rechts - + Equivalent to pressing the RIGHT key on the keyboard Gelijk aan de rechts-toets op het toetsenbord - + Move left/right Naar links/rechts - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys Ga in horizontale richting met een knop, als bij het indrukken van de links/rechts-toetsen - + Move focus to right pane Focus op rechterscherm - + Equivalent to pressing the TAB key on the keyboard Gelijk aan de Tab-toets op het toetsenbord - + Move focus to left pane Focus op het linkerscherm - + Equivalent to pressing the SHIFT+TAB key on the keyboard Gelijk aan de Shift+Tab-toetscombinatie op het toetsenbord - + Move focus to right/left pane Focus op rechter-/linkerscherm - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys Focus op rechter- of linkerscherm met een knop, als bij het indrukken van de Tab-toets en Shift+Tab-toetscombinatie - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing Activeer of deactiveer effectenverwerking - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset Volgende ketenvoorinstelling - + Previous Chain Vorige keten - + Previous chain preset Vorige ketenvoorinstelling - + Next/Previous Chain Volgende/vorige keten - + Next or previous chain preset Volgende of vorige ketenvoorinstelling + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary Microfoon / Aux - + Microphone On/Off Microfoon aan/uit - + Microphone on/off Microfoon aan/uit - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Omschakelen modus microfoondoordrukking (Uit, Auto, Manueel) - + Auxiliary On/Off Aux aan/uit - + Auxiliary on/off Aux aan/uit - + Auto DJ AutoDJ - + Auto DJ Shuffle AutoDJ willekeurig afspelen - + Auto DJ Skip Next Sla volgende over in AutoDJ - + Auto DJ Fade To Next AutoDJ overvloeien naar volgende - + Trigger the transition to the next track Start de overgang naar de volgende track. - + User Interface Gebruikersinterface - + Samplers Show/Hide Toon/verberg samplers - + Show/hide the sampler section Toon/verberg sampler-sectie - + Microphone Show/Hide Toon/verberg microfoon - + Show/hide the microphone section Toon/verberg microfoonsectie - + Vinyl Control Show/Hide Toon/verberg vinylbediening - + Show/hide the vinyl control section Toon/verberg vinylsectie - + Preview Deck Show/Hide Voorbeeldspeler tonen/verbergen - + Show/hide the preview deck Toon/verberg de voorbeeldspeler - + Vinyl Spinner Show/Hide Vinyl-widget tonen/verbergen - + Show/hide spinning vinyl widget Toon/verberg draaiend vinyl-widget - + Waveform zoom Zoom golfvorm - + Waveform Zoom Zoom golfvorm - + Zoom waveform in Zoom golfvorm in - + Waveform Zoom In Golfvorm inzoomen - + Zoom waveform out Zoom golfvorm uit @@ -2919,6 +2923,34 @@ Krat dupliceren mislukt + + DlgAbout + + + Mixxx %1 Development Team + Mixxx %1 ontwikkelaarsteam + + + + With contributions from: + Met bijdragen van: + + + + And special thanks to: + En speciale dank aan: + + + + Past Developers + Vroegere ontwikkelaars: + + + + Past Contributors + Vroegere bijdragers: + + DlgAboutDlg @@ -3572,102 +3604,102 @@ Je probeerde %1,%2 aan te leren. DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Automatic Automatisch - + Mono Mono - + Stereo Stereo - - - - + + + + Action failed - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3680,27 +3712,27 @@ Two source connections to the same server can't have the same mountpoint.Voorkeuren live uitzending - + Mixxx Icecast Testing Testen Mixxx Icecast - + Public stream Openbare stream - + http://www.mixxx.org http://www.mixxx.org - + Stream name Naam stream - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. Ingevolge tekortkomingen in sommige streaming clients, kan het dynamisch bijwerken van OggVorbis-metagegevens hoorbare fouten en onderbrekingen veroorzaken. Schakel dit selectievak in als je de metagegevens toch wil bijwerken. @@ -3735,189 +3767,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. OggVorbis-metadata dynamisch aanpassen. - + + ICQ + + + + + AIM + + + + Website Website - + Live mix Live mix - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre Genre - + Use UTF-8 encoding for metadata. Gebruik UTF-8 codering voor metagegevens. - + Description Omschrijving - + Encoding Aan het coderen - + Bitrate Bit-snelheid - - + + Format Formaat - + Channels Kanalen - + Server connection Serververbinding - + Type Type - + Host Host - + Login Meld aan - + Mount Koppel - + Port Poort - + Password Wachtwoord - + Stream info Stream-info - + Metadata Metadata - + Use static artist and title. Gebruik statische artiest en titel - + Static title Statische titel - + Static artist Statische artiest - + Automatic reconnect Automatisch herverbinden - + Time to wait before the first reconnection attempt is made. Wachttijd tot eerste poging tot herverbinden. - - + + seconds seconden - + Wait until first attempt Wacht tot eerste poging - + Reconnect period Wachttijd herverbinding - + Time to wait between two reconnection attempts. Wachttijd tussen twee pogingen tot herverbinden. - + Limit number of reconnection attempts Limiet pogingen herverbinding - + Maximum retries Maximum aantal nieuwe pogingen - + Reconnect if the connection to the streaming server is lost. Herverbinden als de verbinding met de streaming server verbroken is. - + Enable automatic reconnect Activeer automatische herverbinding @@ -4128,7 +4175,7 @@ Wil je je instellingen toepassen en doorgaan? Open Selected File - Open geselecteerd bestand + Geselecteerd bestand herladen en uitvoeren @@ -4695,15 +4742,11 @@ Als er geen bestaat, spoelt naar het begin van de track. DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected Geen @@ -4830,32 +4873,32 @@ Displayed when no effect is selected Beschikbare effecten - + Effect Info Effectinformatie - + Version: Versie: - + Description: Omschrijving: - + Author: Auteur: - + Name: Naam: - + Type: Type: @@ -5093,6 +5136,19 @@ en stelt je in staat de toonhoogte aan te passen voor harmonisch mixen.G#m + + DlgPrefLV2Dlg + + + Equalizer Preferences + Voorkeuren toonregeling + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5878,7 +5934,7 @@ De doel-loudness is bij benadering en veronderstelt dat de track-voorregeling en Sample Rate - + Bemonsteringsfrequentie @@ -5916,11 +5972,7 @@ De doel-loudness is bij benadering en veronderstelt dat de track-voorregeling en ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds ms @@ -5941,7 +5993,7 @@ milliseconds Buffer Underflow Count - + Teller bufferleegloop @@ -5956,7 +6008,7 @@ milliseconds Keylock/Pitch-Bending Engine - + Module toonvergrendeling/toonombuiging @@ -5991,7 +6043,7 @@ milliseconds System Reported Latency - + Door systeem gerapporteerde signaalvertraging @@ -6160,17 +6212,17 @@ milliseconds RGB - + OpenGL not available OpenGL niet beschikbaar - + dropped frames gemiste frames - + Cached waveforms occupy %1 MiB on disk. Gebufferde golfvormen bezetten %1 MB op schijf. @@ -6208,28 +6260,28 @@ milliseconds Visuele versterking - + Default zoom level Waveform zoom Standaard zoombereik - + Displays the actual frame rate. Toont de werkelijke frame-snelheid. - + Visual gain of the middle frequencies Visuele versterking van de middenfrequenties - + End of track warning Waarschuwing einde track - + OpenGL status Status OpenGL @@ -6244,105 +6296,124 @@ milliseconds seconden - + Low Laag - + Middle Midden - + Global Globaal - + Visual gain of the high frequencies Visuele versterking van de hoge frequenties - + Visual gain of the low frequencies Visuele versterking van de lage frequenties - + High Hoog - + Waveform type - + Global visual gain Globale visuele versterking - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. Synchroniseer zoom-bereik over alle golfvormweergaven. - + Synchronize zoom level across all waveforms Synchroniseer zoom-bereik over alle golfvormen heen - + Caching Buffering - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. Mixxx buffert de golfvormen van je tracks op de schijf de eerste keer dat je een track laadt. Dit vermindert het CPU-gebruik wanneer je live speelt, maar vereist extra schijfruimte. - + Enable waveform caching Activeer bufferen golfvorm - + Generate waveforms when analyzing library Genereer golfvormen bij het analyseren van de bibliotheek - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + % + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms Wis gebufferde golfvormen @@ -6350,83 +6421,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware Geluidsapparatuur - + Controllers Controllers - + Library Bibliotheek - + Interface Interface - + Waveforms Golfvormen - + Auto DJ AutoDJ - + Equalizers Toonregelingen - + Decks - + Crossfader Cross-fader - + + Effects + Effecten + + + + LV2 Plugins + + + + Recording Opname - + Beat Detection Beat-detectie - + Key Detection Detectie toonaard - + Normalization Normaliseren - - + + Vinyl Control Vinylbediening - + Live Broadcasting Live uitzenden - + Modplug Decoder ModPlug decoder @@ -6945,7 +7026,7 @@ Meestal is de kwaliteit van de beat-roosters beter, maar dit werkt niet goed bij EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject Lege keten @@ -6959,40 +7040,58 @@ Meestal is de kwaliteit van de beat-roosters beter, maar dit werkt niet goed bij Geen effect geladen. + + EffectSettingsModel + + + Visible + + + + + Name + Naam + + + + Type + Type + + EffectsManager - + Flanger Flanger - + BitCrusher BitCrusher - + Filter Filter - + Reverb Galm - + Echo Echo - + AutoPan Automatisch pannen - + Tremolo @@ -7163,39 +7262,39 @@ Meestal is de kwaliteit van de beat-roosters beter, maar dit werkt niet goed bij ITunesFeature - - + + iTunes iTunes - - + + Select your iTunes library Selecteer je iTunes-bibliotheek - + (loading) iTunes iTunes (aan het laden) - + Use Default Library Gebruik de standaardbibliotheek - + Choose Library... Kies bibliotheek... - + Error Loading iTunes Library Fout bij het laden van de iTunes-bibliotheek - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. Er is een fout opetreden bij het laden van je iTunes-bibliotheek. Sommige iTunes-tracks of -afspeellijsten zijn mogelijk niet geladen. @@ -7434,52 +7533,52 @@ Even geduld a.u.b. ... MixxxMainWindow - + Choose music library directory Kies map voor muziekbibliotheek - + Sound Device Busy Geluidsapparaat bezig - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Opnieuw proberen</b> na het afsluiten van de andere applicatie of na het opnieuw aansluiten van een geluidsapparaat? - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. Mixxx' geluidsinstellingen <b>opnieuw instellen</b>? - - + + Get <b>Help</b> from the Mixxx Wiki. <b>Hulp</b> zoeken in de Mixxx Wiki? - - - + + + <b>Exit</b> Mixxx. Mixxx <b>afsluiten</b>. - + Retry Probeer opnieuw - + Cannot open database Kan gegevensbank niet openen - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7490,150 +7589,142 @@ Mixxx vereist QT met SQLite-ondersteuning. Lees de documentatie voor de QT SQL-d Druk op OK om af te sluiten. - - + + Reconfigure Stel opnieuw in - + Help Hulp - - + + Exit Sluit af - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices Geen uitvoerapparaten - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. Mixxx is ingesteld zonder uitvoerapparaten voor geluid. Geluidsverwerking wordt uitgeschakeld zonder een geconfigureerd uitvoerapparaat. - + <b>Continue</b> without any outputs. <b>Ga door</b> zonder uitvoer. - + Continue Ga door - + Load track to Deck %1 Laad track in speler %1 - + Deck %1 is currently playing a track. Speler %1 speelt momenteel een track af. - + Are you sure you want to load a new track? Weet je zeker dat je een nieuwe track wil laden? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. Er is geen invoerapparaat geselecteerd voor deze vinylbediening. Selecteer eerst een invoerapparaat in de voorkeuren voor geluidsapparatuur. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. Er is geen invoerapparaat geselecteerd voor dit doorvoerapparaat. Selecteer eerst een invoerapparaat in de voorkeuren voor geluidsapparatuur. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. Er is geen invoerapparaat geselecteerd voor deze microfoon. Selecteer eerst een invoerapparaat in de voorkeuren voor geluidsapparatuur. - + Error in skin file Fout in themabestand - + The selected skin cannot be loaded. Het geselecteerde thema kan niet geladen worden. - + OpenGL Direct Rendering OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. Direct vormgeven is niet ingeschakeld op je computer.<br><br>Dat betekent dat de golfvormweergaven zeer traag zullen zijn<br>en mogelijk je <b>CPU zwaar belasten</b>.<br>Werk je configuratie bij om directe rendering mogelijk te maken<br>of schakel de golfvormweergaven uit in de Mixxx-voorkeuren<br>door "Leeg" te selecteren als golfvormweergave in de sectie "Interface".<br><br>Opmerking: als je NVIDIA-apparatuur gebruikt, <br>dan is directe rendering mogelijk niet aanwezig kan zijn,<br>maar zou je geen verminderde prestaties mogen ervaren. - - + + Confirm Exit Bevestig afsluiten - + A deck is currently playing. Exit Mixxx? Er is momenteel een speler actief. Mixxx Afsluiten? - + A sampler is currently playing. Exit Mixxx? Er speelt momenteel een sampler. Mixxx toch afsluiten? - + The preferences window is still open. Het venster "Voorkeuren" staat nog open. - + Discard any changes and exit Mixxx? Alle wijzigingen annuleren en Mixxx afsluiten? - - NativeBackend - - - Native - Zuiver - - ParserCsv @@ -8021,563 +8112,563 @@ Om deze actie af te breken, druk op Annuleren in de bestandendialoog.Je koos het verkeerde bestand. Om Mixxx toegang te verlenen, kies bestand "%1". Als je niet verder wenst te gaan, druk op Annuleren. - - + + Bit Depth Bitdiepte - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling Downsamplen - + Down - + The sample rate to which the signal is downsampled - - + + Echo Echo - - + + Time - - + + Ping Pong - - - - + + + + Send Verstuur - + How much of the signal to send into the delay buffer Hoeveel van het signaal te verzenden naar de vertragingsbuffer - - - - + + + + Feedback Terugkoppeling - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops Hoeveel de echo bij elke keer vervaagt - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize Quantizeer - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF LPF - - + + Corner frequency ratio of the low pass filter Verhouding hoekfrequentie van de laagdoorlaatfilter - + Q Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF HPF - - + + Corner frequency ratio of the high pass filter Verhouding hoekfrequentie van de hoogdoorlaatfilter - - - - + + + + Depth Diepte - - + + Flanger Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width Breedte - + Metronome - + Adds a metronome click sound to the stream - + BPM BPM - + Set the beats per minute value of the click sound - + Sync Sync - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period Periode - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing Effenen - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb Galm - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth Bandbreedte - + BW - - + + Damping Demping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low Laag - - - + + + Gain for Low Filter Versterking voor lage filter - + Kill Low Smoor laag - + Kill the Low Filter Smoor de lage filter - + Mid Midden - + Bessel4 LV-Mix Isolator Bessel4 LV-Mix Isolator - + Bessel4 ISO Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid Smoor midden - + Kill the Mid Filter Smoor de middenfilter - + High Hoog - - + + Gain for High Filter Ingangsversterking voor hoge filter - + Kill High Smoor hoog - + Kill the High Filter Smoor de hoge filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer Grafische Toonregelingen - + Graphic EQ Grafische toonregeling - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 Ingangsvolume voor bandfilter %1 - + Moog Ladder 4 Filter Moog Ladder 4 Filter - + Moog Filter Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation Een 4-polen Moog ladderfilter, op basis van niet lineaire digitale implementatie van Antti Houvilainen - + Res - - + + Resonance Resonantie - + Resonance of the filters. 4 = self oscillating Resonantie van de filters. 4 = zelfoscillerend - + Deck %1 EQ Effect Toonregelingseffect speler %1 - - + + EQ Effect Toonregelingseffect - + Deck 1 EQ Effect Toonregelingseffect speler 1 - + Gain for Low Filter (neutral at 1.0) Versterking lage filter (neutraal op 1.0) @@ -8587,58 +8678,58 @@ Higher values result in less attenuation of high frequencies. Netwerk-stream - - + + Phaser Phaser - - + + Stereo Stereo - - + + Stages Stadia - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped Bepaalt in welke mate het uitgangssignaal wordt teruggekoppeld - - + + Range Bereik - + Controls the frequency range across which the notches sweep. Bepaalt het frequentiebereik waarbinnen de kartels variëren. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8703,47 +8794,47 @@ Higher values result in less attenuation of high frequencies. F11 - + Bessel8 LV-Mix Isolator Bessel8 LV-Mix Isolator - + Bessel8 ISO Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator LinkwitzRiley8 Isolator - + LR8 ISO LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8753,60 +8844,60 @@ Higher values result in less attenuation of high frequencies. Apparaat niet gevonden - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! Deze stream is beschikbaar voor testdoeleinden! - + Live Mix Live mix @@ -8839,45 +8930,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance Balans - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8885,172 +8976,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate Snelheid - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + Ingebouwd + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9087,22 +9199,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording Opname - + Could not create audio file for recording! Kon geluidsbestand voor opname niet aanmaken! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. Controleer dat je voldoende vrije schijfruimte hebt en dat je schrijfrechten hebt op de opnamenmap. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9238,132 +9360,147 @@ Fully right: end of the effect period Fout bij instellen niet-blokkerende modus: - + Error setting hostname! Fout bij instellen host-naam! - + Error setting port! Fout bij instellen poort! - + Error setting password! Fout bij instellen wachtwoord! - + Error setting mount! Fout bij koppelen! - + Error setting username! Fout bij instellen gebruikersnaam! - + Error setting stream name! Fout bij instellen stream-naam! - + Error setting stream description! Fout bij instellen beschrijving stream! - + Error setting stream genre! Fout bij instellen stream-genre! - + Error setting stream url! Fout bij instellen stream-url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! Fout bij instellen publieke stream! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. Uitzenden aan 96kHz met Ogg Vorbis wordt momenteel niet ondersteund. Probeer een andere bemonsteringsfrequentie of schakel over naar een andere codering. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. Zie https://bugs.launchpad.net/mixxx/+bug/686212 voor meer informatie. - + Error setting bitrate Fout bij instellen bit-snelheid - + Error: unknown server protocol! Fout: onbekend server-protocol! - + Error: libshout only supports Shoutcast with MP3 format! Fout: LibShout ondersteunt alleen ShoutCast met mp3-formaat! - + Error setting protocol! Fout bij instellen protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. De verbinding met de streaming-server is verbroken. - + Please check your connection to the Internet. Gelieve uw internetverbinding te controleren. - + Can't connect to streaming server Kan geen verbinding maken met de streaming server - + Please check your connection to the Internet and verify that your username and password are correct. Gelieve uw internetverbinding te controleren en na te gaan dat u de juiste gebruikersnaam en wachtwoord gebruikt. @@ -9727,7 +9864,7 @@ Fully right: end of the effect period Headphone Split Cue - Hoofdtelefoon cue-split + Cue-split hoofdtelefoon @@ -9781,7 +9918,7 @@ Fully right: end of the effect period - + Cover Art Hoes @@ -10043,7 +10180,6 @@ Fully right: end of the effect period Key - The musical key of a track Toonaard @@ -10118,563 +10254,599 @@ Fully right: end of the effect period Toonvergrendeling omschakelen tijdens het afspelen kan een storing in het geluid veroorzaken. - + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + + + + Places a cue point at the current position on the waveform. Plaatst een cue-punt op de huidige positie op de golfvorm. - + Stops track at cue point, OR go to cue point and play after release (CUP mode). Stopt track bij cue-punt, OF ga naar cue-punt en speel af bij loslaten (CUP-modus). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). Stel cue-punt in (Pioneer-/Mixxx-modus), zet cue-punt en speel af bij loslaten (CUP-modus) OF speel voorbeeld vanaf daar (Denon-modus). - + Seeks the track to the cue point and stops. Spoelt de track naar het cue-punt en stopt. - + Play Speel af - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. Wijzigt de afspeelsnelheid van de track (van invloed op zowel het tempo als de toonhoogte). Als toonvergrendeling is ingeschakeld, wordt alleen het tempo beïnvloed. - + Recording Duration Opname Tijd - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank Sla samplerreeks op - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank Samplerreeks laden - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect Activeer Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - Droog/nat - - - + Super Knob Superknop - - - Insert/Send Toggle - Omschakeling invoegen/verzenden - - - + Next Chain Volgende keten - + Previous Chain Vorige keten - + Next/Previous Chain Volgende/vorige keten - + Clear Wis - + Clear the current effect. Wis het huidige effect. - + Toggle Schakel om - + Toggle the current effect. Schakel het huidig effect om. - + Next Volgende - + Clear Unit Wis eenheid - + Clear effect unit. Wis effecteneenheid - + Show/hide parameters for effects in this unit. - + Toggle Unit Schakel eenheid om - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. Schakel om naar volgend effect. - + Previous Vorige - + Switch to the previous effect. Schakel om naar het vorige effect. - + Next or Previous Volgend of vorig - + Switch to either the next or previous effect. Schakel om naar ofwel het volgend, ofwel het vorige effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button Effect Focus Knop - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter Effectparameter - + Adjusts a parameter of the effect. Past een parameter van het effect aan. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill Parameters toonregeling smoren - - + + Holds the gain of the EQ to zero while active. Houdt de versterking van de toonregeling op nul zolang actief. - + Quick Effect Super Knob Superknop snelle effecten - + Quick Effect Super Knob (control linked effect parameters). Superknop snelle effecten (bedien gekoppelde effectparameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. Tip: Wijzig de standaard modus snelle effecten in Voorkeuren -> Toonregelingen. - + Equalizer Parameter Parameter toonregeling - + Adjusts the gain of the EQ filter. Past de versterking aan van de EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. Tip: Wijzig de standaard EQ modus in Voorkeuren -> Toonregelingen. @@ -10696,123 +10868,123 @@ Fully right: end of the effect period Pas beat-rooster aan om te aligneren op een andere actieve speler. - + If quantize is enabled, snaps to the nearest beat. Verspringt naar de dichtstbijzijnde beat als quantizeren is ingeschakeld. - + Quantize Quantizeer - + Toggles quantization. Schakelt quantizering om. - + Loops and cues snap to the nearest beat when quantization is enabled. Lussen en cue-punten springen naar de meest nabije beat wanneer quantizering is ingeschakeld. - + Reverse Keer om - + Reverses track playback during regular playback. Keert afspelen van de track om tijdens gewoon afspelen. - + Puts a track into reverse while being held (Censor). Speelt de track achteruit tijdens het vasthouden (Censureer). - + Playback continues where the track would have been if it had not been temporarily reversed. Afspelen gaat verder waar de track was geweest als die niet tijdelijk achteruit was gespeeld. - - + + Play/Pause Afspelen/pause - + Jumps to the beginning of the track. Spring naar het begin van de track. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. Synchroniseert tempo (BPM) en fase met die van de andere track, als BPM op allebei werd gedetecteerd. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. Synchroniseert het tempo (BPM) met dat van de andere track, als BPM op allebei werd gedetecteerd. - + Sync and Reset Key Synchroniseer en herstel toonaard - + Increases the pitch by one semitone. Verhoogt de toonhoogte met een halve toon. - + Decreases the pitch by one semitone. Verlaag toonhoogte met een halve toon. - + Enable Vinyl Control Activeer vinylbediening - + When disabled, the track is controlled by Mixxx playback controls. Wanneer uitgeschakeld wordt de track bediend via de Mixxx besturingselementen. - + When enabled, the track responds to external vinyl control. Wanneer ingeschakeld, reageert de track op externe vinylbediening. - + Enable Passthrough Activeer doorvoeren - + Indicates that the audio buffer is too small to do all audio processing. Geeft aan dat de geluidsbuffer te klein is om alle geluidssignalen te verwerken. - + Displays cover artwork of the loaded track. Toont hoes van de geladen track. - + Displays options for editing cover artwork. Toont opties voor het bewerken van de hoes. - + Star Rating Sterwaardering - + Assign ratings to individual tracks by clicking the stars. Kent waarderingen toe aan individuele tracks door op de sterren te klikken. @@ -10957,255 +11129,254 @@ Fully right: end of the effect period Vermijdt wijzigingen in de toonhoogte wanneer de snelheid wijzigt. - + Starts playing from the beginning of the track. Begint af te spelen vanaf het begin van de track. - + Jumps to the beginning of the track and stops. Springt naar het begin van de track en stopt. - + Plays or pauses the track. Speelt of pauzeert de track. - + (while playing) (tijdens het spelen) - + (while stopped) (terwijl gestopt) - + Cue Cue - + Headphone Hoofdtelefoon - + Mute Stil - + Mutes the selected channel's audio in the master output. Dempt het geselecteerde geluidskanaal in de hoofduitgang. - + Old Synchronize Oude synchronisatie - + (This skin should be updated to use Master Sync!) (Dit thema moet worden geactualiseerd om MasterSync te gebruiken!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. Synchroniseert met de eerste (in numerieke volgorde) speler die een track met BPM afspeelt. - + If no deck is playing, syncs to the first deck that has a BPM. Indien er geen speler afspeelt, synchroniseert met de eerste speler met een BPM. - + Decks can't sync to samplers and samplers can only sync to decks. Spelers kunnen niet synchroniseren met samplers en samplers kunnen enkel synchroniseren met spelers. - + Enable Master Sync Activeer MasterSync - + Tap to sync the tempo to other playing tracks or the master clock. Tik om het tempo te synchroniseren met andere spelende tracks of de meesterklok. - + Hold for at least a second to enable sync lock for this deck. Houd minimum een seconde vast om synchronisatievergrendeling in te schakelen op deze speler. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. Spelers met synchronisatievergrendeling spelen allemaal aan hetzelfde tempo en spelers met daarbij actieve quantizering hebben steeds gealigneerde beats. - + Resets the key to the original track key. Herstelt de toonaard naar de originele toonaard van de track. - + Enable Sync Clock Master Activeer als meesterklok voor synchronisatie - + When enabled, this device will serve as the master clock for all other decks. Wanneer ingeschakeld, doet dit apparaat dienst als meesterklok voor alle andere spelers. - + Speed Control Bediening snelheid - - - + + + Changes the track pitch independent of the tempo. Wijzigt de toonhoogte van de track onafhankelijk van het tempo. - + Increases the pitch by 10 cents. Verhoogt de toonhoogte met 10 cent. - + Decreases the pitch by 10 cents. Verlaagt de toonhoogte met 10 cent. - + Pitch Adjust Aanpassing toonhoogte - + Adjust the pitch in addition to the speed slider pitch. Pas de toonhoogte aan bijkomend aan de toonhoogte van de snelheidsregelaar. - + Record Mix Neem mix op - + Toggle mix recording. Schakel opname om - + Enable Live Broadcasting Activeer live uitzending - + Stream your mix over the Internet. Stream je mix over het internet. - + Provides visual feedback for Live Broadcasting status: Geeft visuele informatie over de status van de live uitzending: - + disabled, connecting, connected, failure. uitgeschakeld, aan het verbinden, verbonden, mislukt. - + When enabled, the deck directly plays the audio arriving on the vinyl input. Wanneer ingeschakeld, speelt de speler het geluid onmiddellijk van de vinylingang af. - + Blue for passthrough enabled. Blauw wanneer doorvoer ingeschakeld. - + Playback will resume where the track would have been if it had not entered the loop. Afspelen gaat verder waar de track was geweest als er geen lus was gestart. - + Loop Exit Lus verlaten - + Turns the current loop off. Schakelt de huidige lus uit. - + Slip Mode Slipmodus - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. Wanneer actief, gaat het afspelen gedempt verder in de achtergrond tijdens een lus, achteruitspelen, scratchen, enz. - + Once disabled, the audible playback will resume where the track would have been. Eens uitgeschakeld, zal de track hoorbaar worden afgespeeld van waar die zou zijn geweest. - + Track Key - The musical key of a track Toonaard track - + Displays the musical key of the loaded track. Toont de toonaard van de geladen track. - + Clock Klok - + Displays the current time. Toont de huidige tijd. - + Audio Latency Usage Meter Verbruiksmeter voor signaalvertraging geluid - + Displays the fraction of latency used for audio processing. Toont het deel signaalvertraging gebruikt voor geluidsverwerking. - + A high value indicates that audible glitches are likely. Een hoge waarde wijst op een hoge kans op hoorbare fouten. - + Do not enable keylock, effects or additional decks in this situation. Activeer geen synchronisatievergrendeling, effecten of bijkomende spelers in deze situatie. - + Audio Latency Overload Indicator Indicator voor overbelasting van de signaalvertraging op het geluid @@ -11270,279 +11441,279 @@ Fully right: end of the effect period Toont de huidige toonaard van de geladen track na de wijziging van de toonhoogte. - + Sends the selected channel's audio to the headphone output, Stuurt het geluid van het gekozen kanaal naar de hoofdtelefoonuitgang. - + selected in Preferences -> Sound Hardware. gekozen in Voorkeuren -> Geluidsapparatuur. - + Fast Rewind Spoel snel terug - + Fast rewind through the track. Snel terugspoelen in de track. - + Fast Forward Spoel snel vooruit - + Fast forward through the track. Snel vooruitspoelen in de track. - + Jumps to the end of the track. Springt naar het einde van de track. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. Zet de toonhoogte naar een toonaard die een harmonische overgang vanuit de andere track mogelijk maakt. Vereist gedetecteerde toonaard op beide betrokken spelers. - - - + + + Pitch Control Toonhoogteregeling - + Pitch Rate Toonhoogteverhouding - + Displays the current playback rate of the track. Toont de huidige afspeelsnelheid van de track. - + Repeat Herhaal - + When active the track will repeat if you go past the end or reverse before the start. Wanneer ingeschakeld, zal de track herhalen wanneer je voorbij het einde gaat of -bij het achterwaarts spelen- voorbij het begin. - + Eject Werp uit - + Ejects track from the player. Werpt de track uit te speler. - + Hotcue Hotcue - + If hotcue is set, jumps to the hotcue. Wanneer hotcue-punt is ingesteld, springt naar het hotcue-punt. - + If hotcue is not set, sets the hotcue to the current play position. Wanneer hotcue-punt niet is ingesteld, zet een hotcue-punt op de huidige afspeelpositie. - + If hotcue is set, clears the hotcue. Wanneer hotcue-punt is ingesteld, wist het hotcue-punt. - + Vinyl Control Mode Vinylbedieningsmodus - + Absolute mode - track position equals needle position and speed. Absolute modus - track-positie gelijk aan naaldpositie en snelheid. - + Relative mode - track speed equals needle speed regardless of needle position. Relatieve modus - track-snelheid gelijk aan naaldsnelheid ongeacht naald positie. - + Constant mode - track speed equals last known-steady speed regardless of needle input. Constante modus - track-snelheid gelijk aan laatst gekende constante snelheid ongeacht naaldgegevens. - + Vinyl Status Vinylstatus - + Provides visual feedback for vinyl control status: Geeft visuele informatie over de status van de vinylbediening: - + Green for control enabled. Groen wanneer bediening ingeschakeld. - + Blinking yellow for when the needle reaches the end of the record. Knipperend geel wanneer de naald het einde van de plaat bereikt. - + Loop-In Marker Markering begin lus - + Loop-Out Marker Markering einde lus - + Loop Halve Halveer lus - + Halves the current loop's length by moving the end marker. Halveert de lengte van de huidige lus door de eindmarkering te verschuiven. - + Deck immediately loops if past the new endpoint. Speler start onmiddellijk een lus voorbij het nieuwe eindpunt. - + Loop Double Verdubbel lus - + Doubles the current loop's length by moving the end marker. Verdubbelt de lengte van de huidige lus door de eindmarkering te verschuiven. - + Beatloop Beat-lus - + Toggles the current loop on or off. Schakelt de huidige lus in of uit. - + Works only if Loop-In and Loop-Out marker are set. Werkt alleen indien markeringen voor begin en einde lus zijn ingesteld. - + Hint: Change the default cue mode in Preferences -> Interface. Tip: Wijzig de standaard cue-modus in Voorkeuren -> Interface. - + Vinyl Cueing Mode Vinyl cue-modus - + Determines how cue points are treated in vinyl control Relative mode: Bepaalt hoe cue-punten worden behandeld in relatieve modus van de vinylbediening: - + Off - Cue points ignored. Uit - Cue-punten genegeerd. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. Enkele cue - Als de naald wordt neergezet na het cue-punt, dan spoelt de track door naar dat cue-punt. - + Hot Cue - Track will seek to nearest previous hot cue point. Hotcue - Track zal tot het meest nabije hotcue-punt spoelen. - + Track Time Track-tijd - + Track Duration Track-duur - + Displays the duration of the loaded track. Toont de duur van de geladen track. - + Information is loaded from the track's metadata tags. Informatie wordt geladen vanuit de metagegevens van de track. - + Track Artist Track-artiest - + Displays the artist of the loaded track. Toont de artiest van de geladen track. - + Track Title Track-titel - + Displays the title of the loaded track. Toont de titel van de geladen track. - + Track Album Album - + Displays the album name of the loaded track. Toont de albumnaam van de geladen track. - + Track Artist/Title Track-artiest/-titel - + Displays the artist and title of the loaded track. Toont artiest en titel van de geladen track. @@ -11664,34 +11835,6 @@ Fully right: end of the effect period Er is een fout opgetreden bij het laden van je Traktor-bibliotheek. Sommige Traktor-tracks of -afspeellijsten zijn mogelijk niet ingeladen. - - Ui - - - Mixxx %1 Development Team - Mixxx %1 ontwikkelaarsteam - - - - With contributions from: - Met bijdragen van: - - - - And special thanks to: - En speciale dank aan: - - - - Past Developers - Vroegere ontwikkelaars: - - - - Past Contributors - Vroegere bijdragers: - - VSyncThread @@ -11787,12 +11930,18 @@ Fully right: end of the effect period WEffect - + + %1: %2 + %1 = effect name; %2 = effect description + %1: %2 + + + None Geen - + No effect loaded. Geen effect geladen. @@ -11931,317 +12080,333 @@ Fully right: end of the effect period &Weergave - + May not be supported on all skins. Wordt mogelijk niet in alle thema's ondersteund. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + Ctrl+1 + + + Show Microphone Section Toon microfoonsectie - + Show the microphone section of the Mixxx interface. Toon de microfoonsectie van de Mixxx-interface. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section Toon vinylsectie - + Show the vinyl control section of the Mixxx interface. Toon de vinylsectie van de Mixxx-interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck Toon voorbeeldspeler - + Show the preview deck in the Mixxx interface. Toon de voorbeeldspeler in de Mixxx-interface. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art Toon hoes - + Show cover art in the Mixxx interface. Toon hoes in de Mixxx-interface. - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library Maximaliseer bibliotheek - + Maximize the track library to take up all the available screen space. Maximaliseer de track-bibliotheek om alle beschikbare schermruimte in gebruik te nemen. - + Space Menubar|View|Maximize Library Spatie - + &Full Screen &Volledig scherm - + Display Mixxx using the full screen Geef Mixxx weer in volledig scherm - + &Options &Opties - + &Vinyl Control &Vinylbediening - + Use timecoded vinyls on external turntables to control Mixxx Gebruik tijdgecodeerde vinyl op externe draaitafels om Mixxx te bedienen - + Enable Vinyl Control &%1 Activeer vinylbediening &%1 - + &Record Mix &Neem mix op - + Record your mix to a file Neem jouw mix op naar een bestand - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting Activeer live &uitzending - + Stream your mixes to a shoutcast or icecast server Stream je mixen naar een Shoutcast- of Icecast-server - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts Activeer &sneltoetsen - + Toggles keyboard shortcuts on or off Schakelt sneltoetsen aan of uit - + Ctrl+` Ctrl+` - + &Preferences &Voorkeuren - + Change Mixxx settings (e.g. playback, MIDI, controls) Wijzig instellingen Mixxx (bv. afspelen, MIDI, bedieningen) - + &Developer &Ontwikkelaar - + &Reload Skin &Herlaad thema - + Reload the skin Herlaad het thema - + Ctrl+Shift+R Ctrl+Shift+R - + Developer &Tools Ontwikkel&werktuigen - + Opens the developer tools dialog Opent de dialoog voor ontwikkelwerktuigen - + Ctrl+Shift+T Ctrl+Shift+T - + Stats: &Experiment Bucket Statistieken: &Experimentenemmer - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. Activeert experimenteermodus. Verzamelt statistieken in de EXPERIMENT-traceeremmer. - + Ctrl+Shift+E Ctrl+Shift+E - + Stats: &Base Bucket Statistieken: &Basisemmer - + Enables base mode. Collects stats in the BASE tracking bucket. Activeert basismodus. Verzamelt statistieken in de BASIS-traceeremmer. - + Ctrl+Shift+B Ctrl+Shift+B - + Deb&ugger Enabled Deb&ugger ingeschakeld - + Enables the debugger during skin parsing Activeert de debugger tijdens themaontleding - + Ctrl+Shift+D Ctrl+Shift+D - + &Help &Hulp - + &Community Support Ondersteuning &gemeenschap - + Get help with Mixxx Zoek hulp bij Mixxx - + &User Manual &Gebruikershandleiding - + Read the Mixxx user manual. Lees de Mixxx-gebruikershandleiding - + &Keyboard Shortcuts &Sneltoetsen - + Speed up your workflow with keyboard shortcuts. Versnel je werktempo met sneltoetsen. - + Send Us &Feedback Stuur ons uw &commentaar - + Send feedback to the Mixxx team. Stuur commentaar naar het Mixxx-team. - + &Translate This Application Dit programma &vertalen - + Help translate this application into your language. Help om deze applicatie in jouw taal te vertalen. - + &About &Over - + About the application Over het programma @@ -12258,9 +12423,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source Track aan het laden ... @@ -12342,6 +12505,12 @@ Text on waveform overview when file is cached from source Add to Playlist Voeg toe aan afspeellijst + + + Reset + Reset metadata in right click track context menu in library + Reset + Cover Art @@ -12354,58 +12523,68 @@ Text on waveform overview when file is cached from source ESC - + Remove Verwijder - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library Verberg in de bibliotheek - + Unhide from Library Toon opnieuw in de bibliotheek - + Purge from Library Ruim op uit bibliotheek - + Properties Eigenschappen - + Open in File Browser Open in verkenner - + 4/3 BPM 4/3 BPM - + 3/2 BPM 3/2 BPM - - + + Create New Playlist Maak nieuwe afspeellijst - + Create New Crate Maak een nieuwe krat aan - + Enter name for new playlist: Voer naam in voor nieuwe afspeellijst: @@ -12435,150 +12614,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - Wis - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck Voorbeeldspeler - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues Hotcues - + Loop - + ReplayGain Afspeelversterking - + Waveform - + All Alles - + Deck %1 Speler %1 - + New Playlist Nieuwe afspeellijst - - - + + + Playlist Creation Failed Aanmaken afspeellijst mislukt - + A playlist by that name already exists. Een afspeellijst met die naam bestaat al. - + A playlist cannot have a blank name. Een afspeellijst moet een naam hebben - + An unknown error occurred while creating playlist: - Een onbekende fout is opgetreden bij het aanmaken van de afspeellijst: + Er is een onbekende fout opgetreden bij het aanmaken van de afspeellijst: - + Lock BPM Vergrendel BPM - + Unlock BPM Ontgrendel BPM - + Double BPM Verdubbel BPM - + Halve BPM Halveer BPM - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + Sampler %1 Sampler %1 @@ -12594,12 +12767,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) (GLSL) - + (GL) (GL) diff --git a/res/translations/mixxx_nn.ts b/res/translations/mixxx_nn.ts index 808f3ad9b2aa..a53f60230ff3 100644 --- a/res/translations/mixxx_nn.ts +++ b/res/translations/mixxx_nn.ts @@ -1,4 +1,4 @@ - + : @@ -386,22 +386,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error - + <b>Error with settings for '%1':</b><br> @@ -695,8 +695,8 @@ - - + + Deck %1 @@ -787,13 +787,13 @@ - + Set to full volume - + Set to zero volume @@ -818,13 +818,13 @@ - + Headphone listen button - + Mute button @@ -840,25 +840,25 @@ - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -934,229 +934,224 @@ - - One-time beat sync (tempo and phase) - - - - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode - + Equalizers - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Beat-Looping - + Create %1-beat loop - + Create temporary %1-beat loop roll - + Library @@ -1287,20 +1282,20 @@ + - Volume Fader - + Full Volume - + Zero Volume @@ -1316,7 +1311,7 @@ - + Mute @@ -1327,7 +1322,7 @@ - + Headphone Listen @@ -1348,25 +1343,25 @@ - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1471,11 +1466,6 @@ Sync Mode - - - Tap to sync, hold to enable sync mode - - Internal Sync Master @@ -1523,527 +1513,521 @@ - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Speed (Pitch/Tempo) - + Keylock Mode - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original - + High EQ - + Mid EQ - + Low EQ - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Track Load and Play - + Load selected track and play - + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - + Quick Effect - + Clear effect rack - + Clear Effect Rack - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain + - + - + - + - Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next Neste - + Switch to next effect - + Previous Førre - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect + - Parameter Value + - Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Cover Art Show/Hide - + Show/hide cover art - + Waveform Zoom Out - + Toggle Effect Unit @@ -2068,546 +2052,566 @@ - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - - + + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) + - Adjust %1 + - Kill %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Automatisk DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Microphone Show/Hide - + Show/hide the microphone section - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out @@ -2917,6 +2921,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + + + + + With contributions from: + + + + + And special thanks to: + + + + + Past Developers + + + + + Past Contributors + + + DlgAboutDlg @@ -3561,102 +3593,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Automatic - + Mono - + Stereo - - - - + + + + Action failed - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3669,27 +3701,27 @@ Two source connections to the same server can't have the same mountpoint. - + Mixxx Icecast Testing - + Public stream - + http://www.mixxx.org - + Stream name - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. @@ -3724,189 +3756,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. - + + ICQ + + + + + AIM + + + + Website - + Live mix - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre Sjanger - + Use UTF-8 encoding for metadata. - + Description - + Encoding - + Bitrate Bitrate - - + + Format - + Channels - + Server connection - + Type Type - + Host - + Login - + Mount - + Port - + Password - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4664,15 +4711,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected @@ -4799,32 +4842,32 @@ Displayed when no effect is selected - + Effect Info - + Version: - + Description: - + Author: - + Name: - + Type: @@ -5061,6 +5104,19 @@ and allows you to pitch adjust them for harmonic mixing. + + DlgPrefLV2Dlg + + + Equalizer Preferences + + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5882,11 +5938,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds @@ -6126,17 +6178,17 @@ milliseconds - + OpenGL not available - + dropped frames - + Cached waveforms occupy %1 MiB on disk. @@ -6174,28 +6226,28 @@ milliseconds - + Default zoom level Waveform zoom - + Displays the actual frame rate. - + Visual gain of the middle frequencies - + End of track warning - + OpenGL status @@ -6210,105 +6262,124 @@ milliseconds - + Low - + Middle - + Global - + Visual gain of the high frequencies - + Visual gain of the low frequencies - + High - + Waveform type - + Global visual gain - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. - + Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms @@ -6316,83 +6387,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library - + Interface - + Waveforms - + Auto DJ Automatisk DJ - + Equalizers - + Decks - + Crossfader - + + Effects + + + + + LV2 Plugins + + + + Recording - + Beat Detection - + Key Detection - + Normalization - - + + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -6909,7 +6990,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject @@ -6923,40 +7004,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h + + EffectSettingsModel + + + Visible + + + + + Name + + + + + Type + Type + + EffectsManager - + Flanger - + BitCrusher - + Filter - + Reverb - + Echo - + AutoPan - + Tremolo @@ -7127,39 +7226,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes - - + + Select your iTunes library - + (loading) iTunes - + Use Default Library - + Choose Library... - + Error Loading iTunes Library - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. @@ -7396,52 +7495,52 @@ support. MixxxMainWindow - + Choose music library directory - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7449,147 +7548,139 @@ Click OK to exit. - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. - - + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? - - NativeBackend - - - Native - - - ParserCsv @@ -7968,563 +8059,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo - - + + Time - - + + Ping Pong - - - - + + + + Send - + How much of the signal to send into the delay buffer - - - - + + + + Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth - - + + Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM BPM - + Set the beats per minute value of the click sound - + Sync - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low - - - + + + Gain for Low Filter - + Kill Low - + Kill the Low Filter - + Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8534,58 +8625,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8650,47 +8741,47 @@ Higher values result in less attenuation of high frequencies. - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8700,60 +8791,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix @@ -8786,45 +8877,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8832,172 +8923,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9034,22 +9146,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9185,132 +9307,147 @@ Fully right: end of the effect period - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. - + Error setting bitrate - + Error: unknown server protocol! - + Error: libshout only supports Shoutcast with MP3 format! - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -9728,7 +9865,7 @@ Fully right: end of the effect period - + Cover Art @@ -9990,7 +10127,6 @@ Fully right: end of the effect period Key - The musical key of a track Nøkkel @@ -10065,563 +10201,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - - - - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next Neste - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous Førre - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10643,123 +10815,123 @@ Fully right: end of the effect period - + If quantize is enabled, snaps to the nearest beat. - + Quantize - + Toggles quantization. - + Loops and cues snap to the nearest beat when quantization is enabled. - + Reverse - + Reverses track playback during regular playback. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause - + Jumps to the beginning of the track. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -10904,255 +11076,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. - + Jumps to the beginning of the track and stops. - + Plays or pauses the track. - + (while playing) - + (while stopped) - + Cue - + Headphone - + Mute - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. - + If no deck is playing, syncs to the first deck that has a BPM. - + Decks can't sync to samplers and samplers can only sync to decks. - + Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key - The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11217,279 +11388,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. - + Fast Rewind - + Fast rewind through the track. - + Fast Forward - + Fast forward through the track. - + Jumps to the end of the track. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control - + Pitch Rate - + Displays the current playback rate of the track. - + Repeat - + When active the track will repeat if you go past the end or reverse before the start. - + Eject - + Ejects track from the player. - + Hotcue - + If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. - + If hotcue is set, clears the hotcue. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Album - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -11611,34 +11782,6 @@ Fully right: end of the effect period - - Ui - - - Mixxx %1 Development Team - - - - - With contributions from: - - - - - And special thanks to: - - - - - Past Developers - - - - - Past Contributors - - - VSyncThread @@ -11734,12 +11877,18 @@ Fully right: end of the effect period WEffect - - None + + %1: %2 + %1 = effect name; %2 = effect description + None + + + + No effect loaded. @@ -11878,317 +12027,333 @@ Fully right: end of the effect period - + May not be supported on all skins. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + + + + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback - + Send feedback to the Mixxx team. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -12205,9 +12370,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source @@ -12289,6 +12452,12 @@ Text on waveform overview when file is cached from source Add to Playlist + + + Reset + Reset metadata in right click track context menu in library + + Cover Art @@ -12301,58 +12470,68 @@ Text on waveform overview when file is cached from source - + Remove Fjern - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library - + Unhide from Library - + Purge from Library - + Properties - + Open in File Browser - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist - + Create New Crate - + Enter name for new playlist: @@ -12382,150 +12561,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues - + Loop - + ReplayGain - + Waveform - + All - + Deck %1 - + New Playlist - - - + + + Playlist Creation Failed - + A playlist by that name already exists. - + A playlist cannot have a blank name. - + An unknown error occurred while creating playlist: - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + Sampler %1 @@ -12541,12 +12714,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) - + (GL) diff --git a/res/translations/mixxx_oc.ts b/res/translations/mixxx_oc.ts index 21b36ed929ec..5029bce890da 100644 --- a/res/translations/mixxx_oc.ts +++ b/res/translations/mixxx_oc.ts @@ -1,4 +1,4 @@ - + : @@ -386,22 +386,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error - + <b>Error with settings for '%1':</b><br> @@ -695,8 +695,8 @@ - - + + Deck %1 @@ -787,13 +787,13 @@ - + Set to full volume - + Set to zero volume @@ -818,13 +818,13 @@ - + Headphone listen button - + Mute button @@ -840,25 +840,25 @@ - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -934,229 +934,224 @@ - - One-time beat sync (tempo and phase) - - - - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode - + Equalizers - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Beat-Looping - + Create %1-beat loop - + Create temporary %1-beat loop roll - + Library Bibliotèca @@ -1287,20 +1282,20 @@ + - Volume Fader - + Full Volume - + Zero Volume @@ -1316,7 +1311,7 @@ - + Mute @@ -1327,7 +1322,7 @@ - + Headphone Listen @@ -1348,25 +1343,25 @@ - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1471,11 +1466,6 @@ Sync Mode - - - Tap to sync, hold to enable sync mode - - Internal Sync Master @@ -1523,527 +1513,521 @@ - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Speed (Pitch/Tempo) - + Keylock Mode - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original - + High EQ - + Mid EQ - + Low EQ - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Track Load and Play - + Load selected track and play - + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - + Quick Effect - + Clear effect rack - + Clear Effect Rack - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain + - + - + - + - Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next Seguent - + Switch to next effect - + Previous Precedenta - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect + - Parameter Value + - Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Cover Art Show/Hide - + Show/hide cover art - + Waveform Zoom Out - + Toggle Effect Unit @@ -2068,546 +2052,566 @@ - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - - + + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) + - Adjust %1 + - Kill %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Auto DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Microphone Show/Hide - + Show/hide the microphone section - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out @@ -2917,6 +2921,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + + + + + With contributions from: + + + + + And special thanks to: + + + + + Past Developers + + + + + Past Contributors + + + DlgAboutDlg @@ -3561,102 +3593,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Automatic - + Mono - + Stereo Esterèo - - - - + + + + Action failed - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3669,27 +3701,27 @@ Two source connections to the same server can't have the same mountpoint. - + Mixxx Icecast Testing Tèst Icecast amb Mixxx - + Public stream Flux public - + http://www.mixxx.org http://www.mixxx.org - + Stream name Nom del flux - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. @@ -3724,189 +3756,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. - + + ICQ + + + + + AIM + + + + Website Site Internet - + Live mix Live mix - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre Genre - + Use UTF-8 encoding for metadata. - + Description Descripcion - + Encoding Encodatge - + Bitrate Debit - - + + Format Format - + Channels Canals - + Server connection - + Type Tipe - + Host Òste - + Login Se connectar - + Mount Montar - + Port Pòrt - + Password Senhal - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4664,15 +4711,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected Pas cap @@ -4799,32 +4842,32 @@ Displayed when no effect is selected - + Effect Info - + Version: - + Description: - + Author: - + Name: - + Type: @@ -5061,6 +5104,19 @@ and allows you to pitch adjust them for harmonic mixing. + + DlgPrefLV2Dlg + + + Equalizer Preferences + + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5844,7 +5900,7 @@ The loudness target is approximate and assumes track pregain and master output l Sample Rate - + Taus d'escandalhatge @@ -5882,11 +5938,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds @@ -6126,17 +6178,17 @@ milliseconds - + OpenGL not available - + dropped frames - + Cached waveforms occupy %1 MiB on disk. @@ -6174,28 +6226,28 @@ milliseconds - + Default zoom level Waveform zoom - + Displays the actual frame rate. - + Visual gain of the middle frequencies - + End of track warning - + OpenGL status @@ -6210,105 +6262,124 @@ milliseconds - + Low Bassa - + Middle - + Global - + Visual gain of the high frequencies - + Visual gain of the low frequencies - + High Nauta - + Waveform type - + Global visual gain - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. - + Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + % + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms @@ -6316,83 +6387,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library Bibliotèca - + Interface - + Waveforms - + Auto DJ Auto DJ - + Equalizers - + Decks - + Crossfader - + + Effects + + + + + LV2 Plugins + + + + Recording - + Beat Detection - + Key Detection - + Normalization - - + + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -6909,7 +6990,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject @@ -6923,40 +7004,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h + + EffectSettingsModel + + + Visible + + + + + Name + + + + + Type + Tipe + + EffectsManager - + Flanger - + BitCrusher - + Filter - + Reverb - + Echo - + AutoPan - + Tremolo @@ -7127,39 +7226,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes - - + + Select your iTunes library - + (loading) iTunes - + Use Default Library - + Choose Library... - + Error Loading iTunes Library - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. @@ -7396,52 +7495,52 @@ support. MixxxMainWindow - + Choose music library directory - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7449,147 +7548,139 @@ Click OK to exit. - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. - - + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? - - NativeBackend - - - Native - - - ParserCsv @@ -7968,563 +8059,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo - - + + Time - - + + Ping Pong - - - - + + + + Send - + How much of the signal to send into the delay buffer - - - - + + + + Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth - - + + Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM BPM - + Set the beats per minute value of the click sound - + Sync - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low Bassa - - - + + + Gain for Low Filter - + Kill Low - + Kill the Low Filter - + Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High Nauta - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8534,58 +8625,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo Esterèo - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8650,47 +8741,47 @@ Higher values result in less attenuation of high frequencies. - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8700,60 +8791,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix @@ -8786,45 +8877,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8832,172 +8923,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + Integrat + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9034,22 +9146,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9185,132 +9307,147 @@ Fully right: end of the effect period - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. - + Error setting bitrate - + Error: unknown server protocol! - + Error: libshout only supports Shoutcast with MP3 format! - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -9728,7 +9865,7 @@ Fully right: end of the effect period - + Cover Art @@ -9990,7 +10127,6 @@ Fully right: end of the effect period Key - The musical key of a track Clau @@ -10065,563 +10201,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - - - - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next Seguent - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous Precedenta - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10643,123 +10815,123 @@ Fully right: end of the effect period - + If quantize is enabled, snaps to the nearest beat. - + Quantize - + Toggles quantization. - + Loops and cues snap to the nearest beat when quantization is enabled. - + Reverse - + Reverses track playback during regular playback. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause - + Jumps to the beginning of the track. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -10904,255 +11076,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. - + Jumps to the beginning of the track and stops. - + Plays or pauses the track. - + (while playing) - + (while stopped) - + Cue - + Headphone - + Mute - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. - + If no deck is playing, syncs to the first deck that has a BPM. - + Decks can't sync to samplers and samplers can only sync to decks. - + Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key - The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11217,279 +11388,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. - + Fast Rewind - + Fast rewind through the track. - + Fast Forward - + Fast forward through the track. - + Jumps to the end of the track. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control - + Pitch Rate - + Displays the current playback rate of the track. - + Repeat - + When active the track will repeat if you go past the end or reverse before the start. - + Eject - + Ejects track from the player. - + Hotcue - + If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. - + If hotcue is set, clears the hotcue. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Album - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -11611,34 +11782,6 @@ Fully right: end of the effect period - - Ui - - - Mixxx %1 Development Team - - - - - With contributions from: - - - - - And special thanks to: - - - - - Past Developers - - - - - Past Contributors - - - VSyncThread @@ -11734,12 +11877,18 @@ Fully right: end of the effect period WEffect - + + %1: %2 + %1 = effect name; %2 = effect description + + + + None Pas cap - + No effect loaded. @@ -11878,317 +12027,333 @@ Fully right: end of the effect period - + May not be supported on all skins. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + + + + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback - + Send feedback to the Mixxx team. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -12205,9 +12370,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source @@ -12289,6 +12452,12 @@ Text on waveform overview when file is cached from source Add to Playlist + + + Reset + Reset metadata in right click track context menu in library + Reïnicializar + Cover Art @@ -12301,58 +12470,68 @@ Text on waveform overview when file is cached from source - + Remove Suprimir - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library - + Unhide from Library - + Purge from Library - + Properties - + Open in File Browser - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist - + Create New Crate - + Enter name for new playlist: @@ -12382,150 +12561,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues - + Loop - + ReplayGain - + Waveform - + All - + Deck %1 - + New Playlist - - - + + + Playlist Creation Failed - + A playlist by that name already exists. - + A playlist cannot have a blank name. - + An unknown error occurred while creating playlist: - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + Sampler %1 @@ -12541,12 +12714,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) - + (GL) diff --git a/res/translations/mixxx_pl.ts b/res/translations/mixxx_pl.ts index e78db3fd4a53..2c133fb3f5ba 100644 --- a/res/translations/mixxx_pl.ts +++ b/res/translations/mixxx_pl.ts @@ -1,4 +1,4 @@ - + : @@ -148,7 +148,7 @@ Export Track Files - Eksportuj Pliki Utworów + Eksportuj pliki utworu @@ -388,22 +388,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error Błąd ustawień - + <b>Error with settings for '%1':</b><br> @@ -697,8 +697,8 @@ - - + + Deck %1 Deck %1 @@ -789,13 +789,13 @@ - + Set to full volume Ustaw głośność na maksimum - + Set to zero volume Ustaw głośność na zero @@ -820,13 +820,13 @@ - + Headphone listen button Przycisk Odsłuchu słuchawkowego - + Mute button Przycisk wyciszenia @@ -842,25 +842,25 @@ - + Mix orientation (e.g. left, right, center) Orientacja mixu (np. lewo, prawo, środek) - + Set mix orientation to left Ustaw kierunek miksowania na lewo - + Set mix orientation to center Ustaw kierunek miksowania na środek - + Set mix orientation to right Ustaw kierunek miksowania na prawo @@ -936,229 +936,224 @@ - - One-time beat sync (tempo and phase) - - - - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode Przełączanie tryby blokowania - + Equalizers Equalizery - + Vinyl Control Kontrola vinylem - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Przełącz kontrolę vinylem w trybie CUE (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) Przełącz kontrolę vinylem (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues Znaczniki CUE - + Cue button Przycisk CUE - + Set cue point Ustaw punkt CUE - + Go to cue point Idź do punktu CUE - + Go to cue point and play Idź do punktu CUE i odtwarzaj - + Go to cue point and stop Przejdz do punktu CUE i zatrzymaj - + Preview from cue point - + Cue button (CDJ mode) Przycisk CUE (tryb CDJ) - + Stutter cue - + Hotcues Skróty - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 Wyczyść hotcue %1 - + Set hotcue %1 Ustaw HOTCUE %1 - + Jump to hotcue %1 Przeskocz do hotcue %1 - + Jump to hotcue %1 and stop Przeskocz do hotcue %1 i zatrzymaj - + Jump to hotcue %1 and play Skocz do HOTCUE %1 i odtwarzaj - + Preview from hotcue %1 - - + + Hotcue %1 Skrót %1 - + Looping Zapętlanie - + Loop In button Początek pętli - + Loop Out button Koniec pętli - + Loop Exit button Przycisk wyjścia z loopa - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Przesuń pętlę naprzód o %1 beat'ów - + Move loop backward by %1 beats Przesuń pętlę wstecz o %1 beat'ów - + Beat-Looping Zapętlanie beatu - + Create %1-beat loop Stwórz %1-beat'ową pętlę - + Create temporary %1-beat loop roll Utwórz tymczasową pętlę %1-beat'ową - + Library Biblioteka @@ -1289,20 +1284,20 @@ + - Volume Fader Regulacja głośności - + Full Volume Maksymalna głóśność - + Zero Volume Głośność zero @@ -1318,7 +1313,7 @@ - + Mute Wycisz @@ -1329,7 +1324,7 @@ - + Headphone Listen Odsłuch na słuchawkach @@ -1350,25 +1345,25 @@ - + Orientation Kierunek - + Orient Left Kierunek w lewo - + Orient Center Kierunek środek - + Orient Right Kierunek w prawo @@ -1473,11 +1468,6 @@ Sync Mode Tryb synchronizacji - - - Tap to sync, hold to enable sync mode - Wciśnij, aby zsynchronizować, przytrzymaj aby włączyć tryb synchronizacji - Internal Sync Master @@ -1525,527 +1515,521 @@ - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Speed (Pitch/Tempo) Prędkość (Wysokość tonu/Tempo) - + Keylock Mode Tryb blokady klucza - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust Dostosowanie Tonu - + Adjust pitch from speed slider pitch - + Match musical key Dopasuj klucz muzyczny - + Match Key Dopasuj Klucz - + Reset Key Przywróć Klucz - + Resets key to original Przywróć klucz do oryginalnego - + High EQ Wysokie - + Mid EQ Średnie - + Low EQ Basy - + Toggle Vinyl Control Przełącza kontrolę winylem - + Toggle Vinyl Control (ON/OFF) Przełącz kontrolę winylem (Włącz/Wyłącz) - + Vinyl Control Mode - Tryb kontroli winylem + Tryb kontroli vinylem - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck Kontrola Vinyla Następny Deck - + Single deck mode - Switch vinyl control to next deck Tryb pojedynczego odtwarzacza - Przełącz kontrole winylem do następnego odtwarzacza - + Cue Wskaźnik (Cue) - + Set Cue Ustaw wskaźnik (Cue) - + Go-To Cue Idź do Cue - + Go-To Cue And Play Idź do Cue i odtwarzaj - + Go-To Cue And Stop Idź do Cue i zatrzymaj - + Preview Cue Podgląd Cue - + Cue (CDJ Mode) Cue (Tryb CDJ) - + Stutter Cue - + Go to cue point and play after release Idź do punktu CUE i odtwarzaj po puszczeniu - + Clear Hotcue %1 Wyczysć HotCue %1 - + Set Hotcue %1 Ustaw HotCue %1 - + Jump To Hotcue %1 Skocz do HotCue %1 - + Jump To Hotcue %1 And Stop Skocz do HotCue %1 i zatrzymaj - + Jump To Hotcue %1 And Play Skocz do HotCue %1 i odtwarzaj - + Preview Hotcue %1 Pokaż HotCue %1 - + Loop In Początek pętli - + Loop Out Koniec pętli - + Loop Exit Wyjście z pętli - + Reloop/Exit Loop Powtórz/Wyjdź z pętli - + Loop Halve Połowa pętli - + Loop Double Podwojenie pętli - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Przesuń pętlę +%1 beat'ów - + Move Loop -%1 Beats Przesuń pętlę -%1 beat'ów - + Loop %1 Beats Pętla %1 beat'ów - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) Dodaj Do Kolejki AutoDJ (dół) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) Dodaj Do Kolejki AutoDJ (góra) - + Prepend selected track to the Auto DJ Queue - + Load Track Załaduj utwór - + Load selected track Załaduj zaznaczoną scieżkę - + Track Load and Play Załaduj i odtwórz utwór - + Load selected track and play Załaduj zaznaczoną ścieżkę i odtwórz - + Record Mix Zarejestruj mix - + Toggle mix recording Przełącz rejestrację mix'u - + Effects Efekty - + Quick Effects Szybkie efekty - + Deck %1 Quick Effect Super Knob Super Gałka Szybkiego Efektu dla odtwarzacza %1 - + Quick Effect Super Knob (control linked effect parameters) Szybka Super Gałka (kontroluje połączone parametry efektów) - + Quick Effect Szybki Efekt - + Clear effect rack Wyczyść panel efektu - + Clear Effect Rack Wyczyść panel Efektu - + Clear Unit Wyczyść Jednostkę - + Clear effect unit Wyczyść moduł efektu - + Toggle Unit Przełącz moduł - + Dry/Wet Suchy/Mokry - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob Super Gałka - - - Insert/Send Toggle - Przełącznik Wstaw/Wyślij - - - + Next Chain Następny łańcuch + - + - + - + - Assign Przypisz - + Clear Wyczyść - + Clear the current effect Wyczyść bieżący efekt - + Toggle Przełącz - + Toggle the current effect Przełącz bieżący efekt - + Next Następny - + Switch to next effect Przełącz do następnego efektu - + Previous Wstecz - + Switch to the previous effect Przełącz do poprzedniego efektu - + Next or Previous Następny lub Poprzedni - + Switch to either next or previous effect Przełącz do następnego lub poprzedniego efektu + - Parameter Value Wartość parametru + - Microphone Ducking Strength Moc wyciszania mikrofonu - + Microphone Ducking Mode Tryb wyciszania mikrofonu - + Gain Wzmocnienie - + Gain knob Pokrętło wzmocnienia - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle Przełącznik trybu Auto DJ - + Toggle Auto DJ On/Off Włącz/Wyłącz tryb Auto DJ - + Library Maximize/Restore Maksymalizuj/Przywróć Bibliotekę - + Maximize the track library to take up all the available screen space. Maksymalizuj bibliotekę utworów, aby wykorzystać całe dostępne miejsce na ekranie. - + Effect Rack Show/Hide Moduł Efektów Pokaż/Ukryj - + Show/hide the effect rack Pokaż/ukryj Moduł Efektów - + Cover Art Show/Hide Pokaż/ukryj okładkę - + Show/hide cover art Pokazuje/ukrywa okładkę albumu - + Waveform Zoom Out Zmniejsz wykres dźwięku - + Toggle Effect Unit Przełącznik modułu efektów @@ -2070,546 +2054,566 @@ Wzmocnienie słuchawek - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed Prędkość odtwarzania - + Playback speed control (Vinyl "Pitch" slider) Kontrola prędkości odtwarzania (suwak Vinyl "Pitch") - + Pitch (Musical key) Wysokość tonu (klucz muzyczny) - + Increase Speed Zwiększ prędkość - + Adjust speed faster (coarse) Regulacja prędkości szybciej (zgrubna) - - + + Increase Speed (Fine) Zwiększ prędkość (dokładne) - + Adjust speed faster (fine) Regulacja prędkości szybciej (dokładna) - + Decrease Speed Zmniejsz prędkość - + Adjust speed slower (coarse) Regulacja prędkości wolniej (zgrubna) - + Adjust speed slower (fine) Regulacja prędkości wolniej (dokładna) - + Temporarily Increase Speed Tymczasowo Zwiększ prędkość - + Temporarily increase speed (coarse) Tymczasowo zwiększ prędkość (zgrubnie) - + Temporarily Increase Speed (Fine) Tymczasowo Zwiększ prędkość (Dokładnie) - + Temporarily increase speed (fine) Tymczasowo zwiększ prędkość (Dokładnie) - + Temporarily Decrease Speed Tymczasowo Zmniejsz prędkość - + Temporarily decrease speed (coarse) Tymczasowo zmniejsz prędkość (zgrubnie) - + Temporarily Decrease Speed (Fine) Tymczasowo Zmniejsz prędkość(dokładnie) - + Temporarily decrease speed (fine) Tymczasowo zmniejsz prędkość (dokładnie) + - Adjust %1 Dostosuj + - Kill %1 Wycisz %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up Przesuń w górę - + Equivalent to pressing the UP key on the keyboard Równoznaczne z wciśnięciem klawisza W GÓRĘ na klawiaturze - + Move down Przesuń w dół - + Equivalent to pressing the DOWN key on the keyboard Równoznaczne z wciśnięciem klawisza W DÓŁ na klawiaturze - + Move up/down Przesuń w górę/w dół - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys Przesuń pionowo w dowolnym kierunku używając gałki lub wciskając klawisze W GÓRĘ/W DÓŁ - + Scroll Up Przewiń w górę - + Equivalent to pressing the PAGE UP key on the keyboard Równoznaczne z wciśnięciem klawisza PG UP na klawiaturze - + Scroll Down Przewiń w dół - + Equivalent to pressing the PAGE DOWN key on the keyboard Równoznaczne z wciśnięciem klawisza PG DN na klawiaturze - + Scroll up/down Przewiń w górę/w dół - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys Przewiń pionowo w dowolnym kierunku używając gałki lub wciskając klawisze PG UP/PG DN - + Move left Przesuń w lewo - + Equivalent to pressing the LEFT key on the keyboard Równoznaczne z wciśnięciem klawisza LEWO na klawiaturze - + Move right Przesuń w prawo - + Equivalent to pressing the RIGHT key on the keyboard Równoznaczne z wciśnięciem klawisza PRAWO na klawiaturze - + Move left/right Przesuń w lewo/prawo - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard Odpowiednik przytrzymywania klawisza TAB na klawiaturze - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing Włącz lub wyłącz przetwarzanie efektu - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset Ustawienie następnego łańcucha - + Previous Chain Poprzedni Łańcuch - + Previous chain preset Ustawienie poprzedniego łańcucha - + Next/Previous Chain Następny/Poprzedni Łańcuch - + Next or previous chain preset Ustawienie następnego lub poprzedniego łańcucha. + - Show Effect Parameters Pokaż parametry efektu - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary Mikrofon / Zewnętrze - + Microphone On/Off Włącz/Wyłącz mikrofon - + Microphone on/off włącz/wyłącz mikrofon - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Przełącz tryb wyciszania mikrofonu(Wyłącz, Auto, Ręcznie) - + Auxiliary On/Off Zewnętrzny Włącz/Wyłącz - + Auxiliary on/off Zewnętrzny włącz/wyłącz - + Auto DJ Auto DJ - + Auto DJ Shuffle Wymieszaj Auto DJ - + Auto DJ Skip Next Auto DJ Skok do następnego - + Auto DJ Fade To Next Auto DJ Wycisz do następnego - + Trigger the transition to the next track Przełącz przejście do następnego utworu - + User Interface Interfejs Użytkownika - + Samplers Show/Hide Samplery Pokaż/Ukryj - + Show/hide the sampler section Pokaż/Ukryj sekcje samplera - + Microphone Show/Hide Mikrofon Pokaż/Ukryj - + Show/hide the microphone section Pokaż/Ukryj sekcje mikrofonu - + Vinyl Control Show/Hide Kontrola winylem Pokaż/Ukryj - + Show/hide the vinyl control section Pokaż/Ukryj sekcje kontroli winylem - + Preview Deck Show/Hide Pokaż/Schowaj Deck podglądowy - + Show/hide the preview deck Pokaż/ukryj podgląd decka - + Vinyl Spinner Show/Hide Pokaż/Ukryj tarczę winyla - + Show/hide spinning vinyl widget Pokaż/Ukryj wirującą płytę vinylową - + Waveform zoom Skalowanie wykresu dźwięku - + Waveform Zoom Skalowanie wykresu dźwięku - + Zoom waveform in Powiększ wykres dźwięku - + Waveform Zoom In Powiększ wykres dźwięku - + Zoom waveform out Zmniejsz wykres dźwięku @@ -2886,7 +2890,7 @@ A crate cannot have a blank name. - Nazwa skrzynki nie może byc pusta. + Musisz nazwać skrzynkę. @@ -2919,6 +2923,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + Zespół Rozwoju Mixxx %1 + + + + With contributions from: + Przy udziale: + + + + And special thanks to: + Specjalne Podziękowania dla: + + + + Past Developers + Byli twórcy + + + + Past Contributors + Byli współpracownicy + + DlgAboutDlg @@ -3568,102 +3600,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Automatic Automatyczny - + Mono Mono - + Stereo Stereo - - - - + + + + Action failed - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required Wymagane potwierdzenie - + Are you sure you want to delete '%1'? Czy na pewno chcesz usunąć '%1'? - + Renaming '%1' Zmiana nazwy '%1' - + New name for '%1': Nowa nazwa dla '%1': - + Can't rename '%1' to '%2': name already in use Nie można zmienić '%1' na '%2': taka nazwa jest już w użyciu @@ -3676,27 +3708,27 @@ Two source connections to the same server can't have the same mountpoint.Ustawienia Nadawania na Żywo - + Mixxx Icecast Testing Testowanie Mixxx Icecast - + Public stream Publiczny strumień - + http://www.mixxx.org http://www.mixxx.org - + Stream name Nazwa strumienia - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. @@ -3731,189 +3763,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. Dynamicznie aktualizuj metadane Ogg Vorbis. - + + ICQ + + + + + AIM + + + + Website Strona internetowa - + Live mix Live mix - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre Gatunek - + Use UTF-8 encoding for metadata. Użyj kodowania UTF-8 dla metadanych. - + Description Opis - + Encoding Kodowanie - + Bitrate Bitrate - - + + Format Format - + Channels Kanały - + Server connection Połączenie serwera - + Type - Rodzaj + Typ - + Host Host - + Login Login - + Mount Montuj - + Port Port - + Password Hasło - + Stream info Informacje o strumieniu - + Metadata Metadane - + Use static artist and title. Użyj statycznego wykonawcy i tytułu - + Static title Statyczny tytuł - + Static artist Statyczny wykonawca - + Automatic reconnect Automatyczne ponawianie połączenia - + Time to wait before the first reconnection attempt is made. Czas oczekiwania na pierwsze ponowne połączenie. - - + + seconds sekundy - + Wait until first attempt Czekaj przed pierwszą próbą - + Reconnect period - + Time to wait between two reconnection attempts. Czas oczekiwania pomiędzy dwoma próbami ponownego połączenia. - + Limit number of reconnection attempts Limituj ilość prób ponownego połączenia - + Maximum retries Maksymalna ilość prób - + Reconnect if the connection to the streaming server is lost. Połącz ponownie jeśli utracono połączenie z serwerem strumieniowym. - + Enable automatic reconnect Włącz automatyczne ponawianie połączenia @@ -4672,16 +4719,12 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected - Brak + Displayed when no effect is selected + Żadne @@ -4807,32 +4850,32 @@ Displayed when no effect is selected Dostępne efekty - + Effect Info Informacja o efekcie - + Version: Wersja: - + Description: Opis: - + Author: Autor: - + Name: Nazwa: - + Type: Typ: @@ -4912,7 +4955,7 @@ i pozwala skorygować ich wysokość tonu dla bardziej harmonijnego miksowania.< Analyzer Settings - Ustawienia Analizatora + Ustawienia Analizatora: @@ -5070,6 +5113,19 @@ i pozwala skorygować ich wysokość tonu dla bardziej harmonijnego miksowania.< G#m + + DlgPrefLV2Dlg + + + Equalizer Preferences + Ustawieniai Korektora + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5891,11 +5947,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds ms @@ -5916,7 +5968,7 @@ milliseconds Buffer Underflow Count - + Licznik niedomiaru bufora @@ -6135,17 +6187,17 @@ milliseconds RGB - + OpenGL not available OpenGL niedostępne - + dropped frames opuszczone ramki - + Cached waveforms occupy %1 MiB on disk. @@ -6183,28 +6235,28 @@ milliseconds Wizualne wzmocnienie - + Default zoom level Waveform zoom Domyślny poziom powiększenia - + Displays the actual frame rate. Pokazuje szybkość klatek - + Visual gain of the middle frequencies Wizualne wzmocnienie średnich częstotliwości. - + End of track warning Ostrzeżenie końca utworu - + OpenGL status Status OpenGL @@ -6219,105 +6271,124 @@ milliseconds sekundy - + Low Niskie - + Middle Średnie - + Global Ogólny - + Visual gain of the high frequencies Optyczne wzmocnienie wysokich częstotliwości - + Visual gain of the low frequencies Wizualne wzmocnienie niskich częstotliwości. - + High Wysokie - + Waveform type - + Global visual gain Główny optyczny gain - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. Synchronizuj powiększenie wszystkich widoków ścieżek. - + Synchronize zoom level across all waveforms Synchronizuj poziom powiększenia wszystkich wykresów dźwięku. - + Caching Zapisywanie w pamięci podręcznej - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. - - Show Beat Markers + + % + % + + + + Play marker position - + + Moves the play marker position on the waveforms to the left, right or center (default). + + + + Clear Cached Waveforms @@ -6325,83 +6396,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware Urządzenia Audio - + Controllers Kontrolery - + Library Biblioteka - + Interface Interfejs - + Waveforms Wykresy dźwięku - + Auto DJ Auto DJ - + Equalizers Equalizery - + Decks - + Crossfader Crossfader - + + Effects + Efekty + + + + LV2 Plugins + + + + Recording Nagrywanie - + Beat Detection Detekcja rytmu (beat'u) - + Key Detection Detekcja Klucza - + Normalization Normalizacja - - + + Vinyl Control Kontrola vinylem - + Live Broadcasting Nadawanie Live - + Modplug Decoder Dekoder Modplug @@ -6909,7 +6990,7 @@ Często owocuje to wyższymi jakościowo siatkami uderzeń, ale nie zadziała dl &Apply - &Zastosuj + Z&astosuj @@ -6920,7 +7001,7 @@ Często owocuje to wyższymi jakościowo siatkami uderzeń, ale nie zadziała dl EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject Pusty Łańcuch @@ -6934,40 +7015,58 @@ Często owocuje to wyższymi jakościowo siatkami uderzeń, ale nie zadziała dl Nie załadowano efektu. + + EffectSettingsModel + + + Visible + + + + + Name + Nazwa + + + + Type + Typ + + EffectsManager - + Flanger Flanger - + BitCrusher BitCrusher - + Filter Filtr - + Reverb Pogłos - + Echo Echo - + AutoPan - + Tremolo @@ -7138,39 +7237,39 @@ Często owocuje to wyższymi jakościowo siatkami uderzeń, ale nie zadziała dl ITunesFeature - - + + iTunes iTunes - - + + Select your iTunes library Wybierz twoją kolekcję iTunes - + (loading) iTunes (Ładowanie) iTunes - + Use Default Library Użyj Domyślnej Kolekcji - + Choose Library... Wybierz Kolekcję... - + Error Loading iTunes Library Błąd podczas wczytywania kolekcji iTunes - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. Wystąpił błąd podczas wczytywania twojej kolekcji iTunes. Niektóre z twoich utworów iTunes lub playlist mogły nie zostać wczytane. @@ -7265,7 +7364,7 @@ support. Import Playlist - Importuj Listę Odtwarzania + Importuj listę odtwarzania @@ -7408,52 +7507,52 @@ support. MixxxMainWindow - + Choose music library directory Wybierz katalog biblioteki utworów. - + Sound Device Busy Urządzenie dźwiękowe zajęte - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Ponów</b> po zamknięciu innej aplikacji lub podłącz ponownie urządzenie dźwiękowe - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Rekonfiguruj</b> ustawienia urządzeń dźwiękowych Mixxx'a. - - + + Get <b>Help</b> from the Mixxx Wiki. Otrzymaj <b>Pomoc</b> na Wiki Mixxx'a. - - - + + + <b>Exit</b> Mixxx. <b>Wyjdź<b> z Mixxx'a. - + Retry Ponów - + Cannot open database Nie mogę otworzyć bazy danych - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7464,149 +7563,141 @@ Mixxx wymaga QT ze wsparciem dla SQLite. Przeczytaj dokumentacje Qt SQL aby zdob Kliknij OK aby wyjść. - - + + Reconfigure Rekonfiguruj - + Help Pomoc - - + + Exit Wyjdź - - + + Mixxx was unable to open all the configured sound devices. - + W przypadku błędów bazy danych po pomoc skontaktuj się z: - + Sound Device Error Błąd urządzenia dźwiękowego - + <b>Retry</b> after fixing an issue - + No Output Devices Brak urządzeń wyjściowych. - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. Mixxx został skonfigurowany bez jakichkolwiek wyjściowych urządzeń dźwiękowych. Przetwarzanie dźwięku będzie wyłączone do czasu skonfigurowania urządzenia wyjściowego. - + <b>Continue</b> without any outputs. <b>Kontynuuj</b> bez urządzeń wyjściowych. - + Continue Dalej - + Load track to Deck %1 Załaduj utwór do odtwarzacza %1 - + Deck %1 is currently playing a track. Odtwarzacz %1 aktualnie odtwarza utwór. - + Are you sure you want to load a new track? Czy na pewno chcesz załadować nowy utwór? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. Nie zostało wybrane urządzenie do tej kontroli winylem. Proszę najpierw wybrać urządzenie wejściowe w Urządzeniach Audio. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. Nie zostało wybrane urządzenie dla tego mikrofonu. Proszę najpierw wybrać urządzenie wejściowe w Urządzeniach Audio. - + Error in skin file Błąd w pliku skórki. - + The selected skin cannot be loaded. Wybrana skórka nie może być załadowana. - + OpenGL Direct Rendering Renderowanie bezpośrednie OpenGL - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. Renderowanie bezpośrednie nie jest włączone na tym komputerze.<br><br>Oznacza to, że wykres dźwięku będzie wyświetlany bardzo<br><b>wolno i może mocno obciążać twój procesor</b>Możesz albo włączyć<br>renderowanie bezpośrednie, albo wyłączyćw yświetlanie wykresu<br>w ustawieniach Mixxx wybierając "Pusty" jako wyświetlanie wykresu<br> w ustawieniach sekcji 'Interfejs' .<br><br>UWAGA: Jeśli używasz sprzętu NVIDIA<br>renderowanie bezpośrednie może być niedostępne,<br> ale nie powinieneś się spodziewać pogorszenia wydajności. - - + + Confirm Exit Potwierdź zamknięcie - + A deck is currently playing. Exit Mixxx? Deck właśnie gra! Wyjść z Mixxx'a? - + A sampler is currently playing. Exit Mixxx? Sampler aktualnie odtwarza. Wyjśc z Mixxx? - + The preferences window is still open. Okno właściwości jest nadal otwarte. - + Discard any changes and exit Mixxx? Porzucić wszystkie zmiany i wyjść z Mixxx? - - NativeBackend - - - Native - Naturalny - - ParserCsv @@ -7933,7 +8024,7 @@ Czy chcesz przeskanować Twoją bibliotekę plików teraz? Vinyl Control - Kontrola Winylem + Kontrola vinylem @@ -7994,563 +8085,563 @@ Aby anulować tą akcję , wciśniej Anuluj na okienku dialogowym pliku.Wybrano zły plik. Aby zagwarantować Mixxx'owi dostęp, proszę wybrać plik '%1'. Jeśli nie chcesz kontynuować wciśnij Anuluj. - - + + Bit Depth Rozdzielczość Bitowa - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling Downsampling - + Down W dół - + The sample rate to which the signal is downsampled - - + + Echo Echo - - + + Time Czas - - + + Ping Pong Ping Pong - - - - + + + + Send Wyślij - + How much of the signal to send into the delay buffer Ile sygnału wysłać do bufora opóźnienia. - - - - + + + + Feedback Sprzężenie - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops Ilość echa wygaszanego w każdej kolejnej pętli. - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize Kwantyzuje - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter Filtr - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF LPF - - + + Corner frequency ratio of the low pass filter Częstotliwość graniczna filtra dolno przepustowego - + Q Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF HPF - - + + Corner frequency ratio of the high pass filter Częstotliwość graniczna filtra górno przepustowego - - - - + + + + Depth Głębia - - + + Flanger Flanger - - + + Speed Prędkość - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration Regeneracja - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width Szerokość - + Metronome Metronom - + Adds a metronome click sound to the stream Dodaj dźwięk metronomu do strumienia - + BPM BPM - + Set the beats per minute value of the click sound - + Sync Synchronizuj - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period Okres - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing Wygładzanie - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb Pogłos - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth Pasmo - + BW - - + + Damping Tłumienie - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - Ile sygnału wysłać do efektu - - - - - + + + Low Niskie - - - + + + Gain for Low Filter Wzmocnienie filtra tonów niskich - + Kill Low - + Kill the Low Filter - + Mid Średnie - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High Wysokie - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer Korektor Graficzny - + Graphic EQ Korektor - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance Rezonans - + Resonance of the filters. 4 = self oscillating Rezonans filtrów. 4 = rezonans własny. - + Deck %1 EQ Effect - - + + EQ Effect Efekt Korektora - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) Wzmocnienie Filtra Tonów Niskich (neutralnie przy 1.0) @@ -8560,58 +8651,58 @@ Higher values result in less attenuation of high frequencies. Strumień internetowy - - + + Phaser - - + + Stereo Stereo - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range Zakres - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8676,47 +8767,47 @@ Higher values result in less attenuation of high frequencies. F11 - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8726,60 +8817,60 @@ Higher values result in less attenuation of high frequencies. Nie odnaleziono urządzenia - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness Głośność - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain Użyj wzmocnienia - + Follow Gain Knob - + This stream is online for testing purposes! Ten strumień jest online tylko do celów testowych! - + Live Mix Miksowanie na Żywo @@ -8812,45 +8903,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance Balans - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8858,172 +8949,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate Ocena - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + Wbudowany + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9060,22 +9172,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording Nagrywanie - + Could not create audio file for recording! Nie można utworzyć pliku do zapisu! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. Upewnij się, że masz wystarczającą ilość miejsca oraz uprawnienia do zapisu do katalogu z Nagraniami. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9211,132 +9333,147 @@ Fully right: end of the effect period Błąd podczas ustawiania trybu non-blocking: - + Error setting hostname! Błąd ustawienia nazwy serwera! - + Error setting port! Błąd ustawienia portu! - + Error setting password! Błąd ustawienia hasła! - + Error setting mount! Błąd ustawienia podłączenia! - + Error setting username! Błąd ustawienia nazwy użytkownika! - + Error setting stream name! Błąd ustawienia nazwy strumienia! - + Error setting stream description! Błąd ustawiania opisu strumienia! - + Error setting stream genre! Błąd ustawienia gartunku strumienia! - + Error setting stream url! Błąd ustawiania adresu url strumienia! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! Błąd ustawiania strumienia publicznego! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. Nadawanie w formacie OggVorbis przy 96kHz nie jest obecnie obsługiwane. Proszę spróbować innego kodowania lub zmienić częstotliwość. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. Zobacz https://bugs.launchpad.net/mixxx/+bug/686212 aby uzyskać więcej informacji. - + Error setting bitrate Błąd ustawienia przepustowości! - + Error: unknown server protocol! Błąd: nieznany protokół serwera! - + Error: libshout only supports Shoutcast with MP3 format! Błąd: libshout wspiera wyłącznie nadawanie Shoutcast w formacie MP3! - + Error setting protocol! błąd ustawienia protokołu! - + Network cache overflow - + Connection error Błąd połączenia - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. Utracono połączenie z serwerem strumieniowym. Liczba nieudanych połączeń: %1 - + Lost connection to streaming server. Utracono połączenie z serwerem strumieniowym. - + Please check your connection to the Internet. Sprawdź swoje połączenie z Internetem. - + Can't connect to streaming server Nie można połączyć się z serwerem strumienia - + Please check your connection to the Internet and verify that your username and password are correct. Sprawdź połączenie z Internetem i zweryfikuj nazwę użytkownika i hasło @@ -9393,7 +9530,7 @@ Fully right: end of the effect period Type - Rodzaj + Typ @@ -9754,7 +9891,7 @@ Fully right: end of the effect period - + Cover Art Okładka @@ -10016,7 +10153,6 @@ Fully right: end of the effect period Key - The musical key of a track Tonacja @@ -10091,563 +10227,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play Odtwarzaj - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank Zapisz Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank Wczytaj Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters Pokaż parametry efektu - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - Suchy/Mokry - - - + Super Knob Super Gałka - - - Insert/Send Toggle - Przełącznik Wstaw/Wyślij - - - + Next Chain Następny łańcuch - + Previous Chain Poprzedni Łańcuch - + Next/Previous Chain Następny/Poprzedni Łańcuch - + Clear Wyczyść - + Clear the current effect. Wyczyść obecny efekt. - + Toggle Przełącz - + Toggle the current effect. Przełącz obecny efekt. - + Next Następny - + Clear Unit Wyczyść Jednostkę - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit Przełącz moduł - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. Przełącz do następnego efektu - + Previous Wstecz - + Switch to the previous effect. Przełącz do poprzedniego efektu - + Next or Previous Następny lub Poprzedni - + Switch to either the next or previous effect. Przełącz do następnego lub poprzedniego efektu. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter Parametr efektu - + Adjusts a parameter of the effect. Reguluje parametr efektu. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter Parametr Equalizera - + Adjusts the gain of the EQ filter. Reguluje moc filtru korektora. - + Hint: Change the default EQ mode in Preferences -> Equalizers. Podpowiedź: Zmień domyślny tryb korektora w Ustawienia -> Korekcja graficzna @@ -10669,123 +10841,123 @@ Fully right: end of the effect period Skoryguj siatkę tempa aby pasowała do drugiego grającego odtwarzacza. - + If quantize is enabled, snaps to the nearest beat. Jeśli kwantyzacja jest włączona, przeskakuje do najbliższego uderzenia. - + Quantize Kwantyzuje - + Toggles quantization. Przełącza kwantyzację. - + Loops and cues snap to the nearest beat when quantization is enabled. Pętle i wskaźniki przeuwają się do najbliższego uderzenia kiedy kwantyzacja jest włączona. - + Reverse Wstecz - + Reverses track playback during regular playback. Odwraca kierunek odtwarzania podczas odtwarzania utworu. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause Odtwórz/Wstrzymaj - + Jumps to the beginning of the track. Skacze do początku utworu. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. Zwiększa odstrojenie o jeden półton. - + Decreases the pitch by one semitone. Zmniejsza odstrojenie o jeden półton. - + Enable Vinyl Control Włącz kontrolę vinylem - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. Wskazuje, że bufor audio jest za mały, aby wykonać całe przetwarzanie audio. - + Displays cover artwork of the loaded track. Wyświetla okładkę albumu załadowanego utworu. - + Displays options for editing cover artwork. Wyświetla opcje edycji okładki albumu. - + Star Rating Ranking Gwiazdek - + Assign ratings to individual tracks by clicking the stars. Przyporządkowuje ranking do poszczególnych utworów przez kliknięcie gwiazdek. @@ -10930,255 +11102,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. Rozpoczyna odtwarzanie od początku utworu. - + Jumps to the beginning of the track and stops. Skacze do początku utworu i zatrzymuje. - + Plays or pauses the track. Odtwarza lub pauzuje utwór. - + (while playing) (podczas odtwarzania) - + (while stopped) (kiedy zatrzymane) - + Cue Wskaźnik (Cue) - + Headphone Słuchawka - + Mute Wycisz - + Mutes the selected channel's audio in the master output. Wycisza wybrany kanał audio na wyjściu głównym. - + Old Synchronize - + (This skin should be updated to use Master Sync!) (Ta skórka powinna zostać zaktualizowana aby używać Główną Synchronizację) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. Synchronizuje do pierwszego odtwarzacza (w porządku numerycznym) który gra i ma określony BPM. - + If no deck is playing, syncs to the first deck that has a BPM. Jeśli żaden odtwarzacz nie gra, synchronizuje do pierwszego odtwarzacza który ma podany BPM. - + Decks can't sync to samplers and samplers can only sync to decks. Odtwarzaczy nie można synchronizować do samplerów, a samplery można synchronizować tylko do odtwarzaczy. - + Enable Master Sync Włącz Główną Synchronizację - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. Resetuj klucz do oryginalnego klucza utworu. - + Enable Sync Clock Master Włącz Główny Zegar Synchronizacji - + When enabled, this device will serve as the master clock for all other decks. Kiedy jest włączone, to urządzenie wysyła główny zegar taktujący do wszystkich pozostałych odtwarzaczy. - + Speed Control Kontrola prędkości - - - + + + Changes the track pitch independent of the tempo. Zmienia wysokość tonu utworu nie zależnie od tempa. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust Dostosowanie Tonu - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix Zarejestruj mix - + Toggle mix recording. - + Enable Live Broadcasting Włącz Nadawane na Żywo - + Stream your mix over the Internet. Transmituj swój mix przez Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. Odtwarzanie zostanie wznowione tam, gdzie byłoby gdyby nie było ustawionej pętli. - + Loop Exit Wyjście z pętli - + Turns the current loop off. Wyłącza atualny loop. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. Kiedy aktywne, odtwarzanie jest kontynuowane w tle wyciszone podczas trwania pętli, odtwarzania w tył, skreczowania itp. - + Once disabled, the audible playback will resume where the track would have been. Kiedy nieaktywne, odtwarzanie szłyszalne, będzie kontynuowane tam gdzie ścieżki znajdowały się oryginalnie. - + Track Key - The musical key of a track Tonacja Ścieżki - + Displays the musical key of the loaded track. Pokazuje tonację załadowanej ścieżki. - + Clock Zegar - + Displays the current time. Wyświetla aktualny czas. - + Audio Latency Usage Meter Wskaźnik użycia bufora opóźnienia audio. - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator Wskaźnik przeładownia bufora opóźnienia audio. @@ -11243,279 +11414,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, Wysyła wybrany kanał audio do wyjścia słuchawkowego, - + selected in Preferences -> Sound Hardware. wybrane w Ustawienia -> Urządzenia Audio - + Fast Rewind Szybkie cofanie - + Fast rewind through the track. Szybkie przewijanie (do tyłu) przez ścieżkę. - + Fast Forward Przewiń do przodu - + Fast forward through the track. Szybkie przewijanie (do przodu) przez ścieżkę. - + Jumps to the end of the track. Przeskakuje do końca utworu. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control Kontrola wysoości tonu - + Pitch Rate Wysokość tonu. - + Displays the current playback rate of the track. Wyświetla aktualną prędkość utworu. - + Repeat Powtórz - + When active the track will repeat if you go past the end or reverse before the start. - + Eject Wysuń - + Ejects track from the player. Wysuwa ścieżkę z odtwarzacza. - + Hotcue Szybiki znacznik (Hotcue) - + If hotcue is set, jumps to the hotcue. Jeżeli Hotcue jest ustalony, przeskakuje do Hotcue. - + If hotcue is not set, sets the hotcue to the current play position. Jeżeli Hotcue nie jest ustalony, ustala Hotcue na pozycję aktualnie odtwarzaną. - + If hotcue is set, clears the hotcue. Jeżeli Hotcue jest ustalony, czyści pozycję Hotcue. - + Vinyl Control Mode Tryb kontroli vinylem - + Absolute mode - track position equals needle position and speed. Tryb bezwzględny - pozycja utworu jest równa pozycji i prędkosci igły. - + Relative mode - track speed equals needle speed regardless of needle position. Tryb względny - Prędkość utworu jest równa prędkości igły niezależnie od jej pozycji. - + Constant mode - track speed equals last known-steady speed regardless of needle input. Tryb stały - prędkość utworu jest równa ostatniej stałej prędkości igły niezależnie od wejścia. - + Vinyl Status Status vinyla - + Provides visual feedback for vinyl control status: Pokazuje wizualne sprzężenie zwrotne stanu kontroli vinylem. - + Green for control enabled. Zielone jeśli kontrola jest włączona. - + Blinking yellow for when the needle reaches the end of the record. Mrugające żółte kiedy igła osiągnie koniec nagrania. - + Loop-In Marker Znacznik początku pętli - + Loop-Out Marker Znacznik końca pętli. - + Loop Halve Połowa pętli - + Halves the current loop's length by moving the end marker. Skraca o połowę aktualną petlę przenosząc znacznik końca pętli. - + Deck immediately loops if past the new endpoint. Odtwarzacz natychmiast zapętla się jeśli przekroczy nowy punkt końcowy. - + Loop Double Podwojenie pętli - + Doubles the current loop's length by moving the end marker. Podwaja długość aktualnej pętli przenosząc znacznik końca pętli. - + Beatloop - + Toggles the current loop on or off. Przełacza biezacą pętlę (Wł./Wył.) - + Works only if Loop-In and Loop-Out marker are set. Dziala tylko iedy znaczniki początku i końca petli są ustawione. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode Tryb CUE Vinyla - + Determines how cue points are treated in vinyl control Relative mode: Ustala jak pozycje CUE są traktowane w trybie względnej kontroli vinyla: - + Off - Cue points ignored. OFF - Pozycje CUE ignorowane. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. One Cue - Kiedy igła zostaje opuszczona po pozycji CUE, przewinie ścieżkę do tej pozycji CUE. - + Hot Cue - Track will seek to nearest previous hot cue point. Hot Cue - Przewinie ścieżkę do poprzedniej najbliższej pozycji CUE. - + Track Time Całkowity czas utworu - + Track Duration Czas trwania utworu - + Displays the duration of the loaded track. Wyświetla czas trwania załadowanego utworu. - + Information is loaded from the track's metadata tags. Informacja jest załadowana z metadanych utworu. - + Track Artist Wykonawca utworu. - + Displays the artist of the loaded track. Wyświetla wykonawcę załadowanego utworu. - + Track Title Tytuł utworu - + Displays the title of the loaded track. Wyświetla tytuł załadowanego utworu. - + Track Album Album utworu - + Displays the album name of the loaded track. Wyświetla tytuł albumu, z którego pochodzi utwór. - + Track Artist/Title Wykonawca/tytuł utworu - + Displays the artist and title of the loaded track. Wyświetla nazwę wykonawcy oraz tytuł załadowanego utworu. @@ -11637,34 +11808,6 @@ Fully right: end of the effect period Wystąpił błąd podczas wczytywania twojej kolekcji Traktor-a. Niektóre z twoich utworów lub playlist Traktor-a mogły nie zostać wczytane. - - Ui - - - Mixxx %1 Development Team - Zespół Rozwoju Mixxx %1 - - - - With contributions from: - Przy udziale: - - - - And special thanks to: - Specjalne Podziękowania dla: - - - - Past Developers - Byli twórcy - - - - Past Contributors - Byli współpracownicy - - VSyncThread @@ -11761,12 +11904,18 @@ Fully right: end of the effect period WEffect - + + %1: %2 + %1 = effect name; %2 = effect description + %1: %2 + + + None Żadne - + No effect loaded. Nie załadowano efektu. @@ -11789,7 +11938,7 @@ Fully right: end of the effect period None - Brak + Żadne @@ -11809,7 +11958,7 @@ Fully right: end of the effect period None Displayed when no effect is loaded - Brak + Żadne @@ -11905,317 +12054,333 @@ Fully right: end of the effect period &Widok - + May not be supported on all skins. Może nie być wspierane we wszystkich skórkach. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + Ctrl+1 + + + Show Microphone Section Pokaż Sekcję Mikrofonową - + Show the microphone section of the Mixxx interface. Pokaż sekcję mikrofonu w interfejsie Mixxx'a. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section Pokaż Sekcję Kontroli Vinyli - + Show the vinyl control section of the Mixxx interface. Pokaż sekcję kontroli vinyla w interfejsie Mixxx'a. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck Pokaż Podgląd Decka - + Show the preview deck in the Mixxx interface. Pokaż podgląd decka w interfejsie Mixxx'a. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art Pokaż Okładę - + Show cover art in the Mixxx interface. Pokaż Okładkę w interfejsie Mixxx'a - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library Maksymalizuj Bibliotekę - + Maximize the track library to take up all the available screen space. Maksymalizuj bibliotekę utworów, aby wykorzystać całe dostępne miejsce na ekranie. - + Space Menubar|View|Maximize Library Spacja - + &Full Screen &Pełny Ekran - + Display Mixxx using the full screen Włącz Mixxx w trybie pełnoekranowym - + &Options &Opcje - + &Vinyl Control Kontrola &Winylem - + Use timecoded vinyls on external turntables to control Mixxx Użyj "timecoded vinyls" na zewnętrznych gramofonach aby kontrolować Mixxx'a - + Enable Vinyl Control &%1 Włącz Kontrolę Winylem &%1 - + &Record Mix &Nagraj Mix - + Record your mix to a file Nagraj swój mix do pliku - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting Włącz &Nadawanie na żywo - + Stream your mixes to a shoutcast or icecast server Wysyłaj strumień mixu do serwera shoutcast/icecast - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts Włącz skróty &Klawiaturowe - + Toggles keyboard shortcuts on or off Przełącza skróty klawiaturowe (Wł./Wył.) - + Ctrl+` Ctrl+` - + &Preferences &Ustawienia - + Change Mixxx settings (e.g. playback, MIDI, controls) Zmień ustawienia Mixxx (np. odtwarzanie, MIDI, sterowanie) - + &Developer &Programista - + &Reload Skin &Wczytaj ponownie skórkę - + Reload the skin Wczytaj ponownie skórkę - + Ctrl+Shift+R Ctrl+Shift+R - + Developer &Tools Narzędzia &Programistyczne - + Opens the developer tools dialog Otwiera okienko dialogowe z narzędziami dla programistów. - + Ctrl+Shift+T Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. Włącza tryb eksperymentalny. Zbiera statystyki w "Koszyku Śledzenia Eksperymentu". - + Ctrl+Shift+E Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. Włącza tryb podstawowy. Zbiera statystyki w "Podstawowym Koszyku Śledzenia". - + Ctrl+Shift+B Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing Włącza debugger podczas analizowania skórki - + Ctrl+Shift+D Ctrl+Shift+D - + &Help &Pomoc - + &Community Support & Wsparcie Mixxx - + Get help with Mixxx Uzyskaj pomoc Mixxx - + &User Manual I instrukcja - + Read the Mixxx user manual. Przeczytaj instrukcję użytkownika Mixxx. - + &Keyboard Shortcuts &Skróty Klawiaturowe - + Speed up your workflow with keyboard shortcuts. Przyśpiesz pracę używając skrótów klawiaturowych - + Send Us &Feedback Wyślij opinie - + Send feedback to the Mixxx team. Wyślij opinię do zespołu Mixxx. - + &Translate This Application Prze&tłumacz ten program - + Help translate this application into your language. Pomóż przetłumaczyć ta Aplikacje Na Twój język. - + &About &O programie - + About the application O programie @@ -12232,9 +12397,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source Ładowanie ścieżĸi ... @@ -12317,6 +12480,12 @@ Text on waveform overview when file is cached from source Add to Playlist Dodaj do listy odtwarzania + + + Reset + Reset metadata in right click track context menu in library + Reset + Cover Art @@ -12329,58 +12498,68 @@ Text on waveform overview when file is cached from source ESC - + Remove Usuń - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library Ukryj w bibliotece - + Unhide from Library Odkryj w bibliotece - + Purge from Library Usuń z biblioteki - + Properties Właściwości - + Open in File Browser Otwórz plik w przeglądarce - + 4/3 BPM 4/3 BPM - + 3/2 BPM 3/2 BPM - - + + Create New Playlist Utwórz nową listę odtwarzania - + Create New Crate Utwórz nową skrzynkę - + Enter name for new playlist: Podaj nazwę dla nowej listy odtwarzania: @@ -12410,150 +12589,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - Wyczyść - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck Podgląd Decka - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues Skróty - + Loop - + ReplayGain GainPowtórki - + Waveform - + All Wszystko - + Deck %1 Deck %1 - + New Playlist Nowa Lista Odtwarzania - - - + + + Playlist Creation Failed Tworzenie listy odtwarzania nie powiodło się - + A playlist by that name already exists. Lista odtwarzania o tej nazwie już istnieje. - + A playlist cannot have a blank name. Lista odtwarzania nie może mieć pustej nazwy. - + An unknown error occurred while creating playlist: Wystąpił nieznany błąd podczas tworzenia listy odtwarzania: - + Lock BPM Zablokuj BPM - + Unlock BPM Odblokuj BPM - + Double BPM Podwójny BPM - + Halve BPM Połowa BPM - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + Sampler %1 Sampler %1 @@ -12569,12 +12742,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) (GLSL) - + (GL) (GL) diff --git a/res/translations/mixxx_pt-PT.ts b/res/translations/mixxx_pt-PT.ts index 02e4b60e1bd8..18c76abd2663 100644 --- a/res/translations/mixxx_pt-PT.ts +++ b/res/translations/mixxx_pt-PT.ts @@ -1,4 +1,4 @@ - + : @@ -73,12 +73,12 @@ Add to Auto DJ Queue (bottom) - Adicionar à fila Auto DJ (baixo) + Adicionar à Fila Auto DJ (baixo) Add to Auto DJ Queue (top) - Adicionar à fila Auto DJ (cima) + Adicionar à Fila Auto DJ (cima) @@ -88,12 +88,12 @@ Playlist Creation Failed - Criação da Playlist Falhada + Criação da Playlist Falhou An unknown error occurred while creating playlist: - Ocorreu um erro desconhecido ao criar a Playlist: + Ocorreu um erro desconhecido ao criar a playlist: @@ -106,7 +106,7 @@ Add to Auto DJ Queue (bottom) - Adicionar à fila Auto DJ (baixo) + Adicionar à Fila Auto DJ (baixo) @@ -117,7 +117,7 @@ Add to Auto DJ Queue (top) - Adicionar à fila Auto DJ (cima) + Adicionar à Fila Auto DJ (cima) @@ -217,7 +217,7 @@ Playlist Creation Failed - Criação da Playlist Falhada + Criação da Playlist Falhou @@ -388,22 +388,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. Não pode usar o armazenamento seguro de palavras passe: o acesso ao porta chaves falhou. - + Secure password retrieval unsuccessful: keychain access failed. Recuperação da palavra passe segura sem sucesso: o acesso ao porta chaves falhou. - + Settings error Erro nas definições - + <b>Error with settings for '%1':</b><br> <b>Erro com as definições de '%1':</b><br> @@ -521,7 +521,7 @@ Filename - Ficheiro + Nome de Ficheiro @@ -697,8 +697,8 @@ - - + + Deck %1 Leitor %1 @@ -789,13 +789,13 @@ - + Set to full volume Ajustar para o volume máximo - + Set to zero volume Ajustar para o volume zero @@ -820,13 +820,13 @@ Botão de rolagem inversa (Censurar) - + Headphone listen button Tecla de escuta no auscultador - + Mute button Tecla de Silêncio @@ -842,25 +842,25 @@ - + Mix orientation (e.g. left, right, center) Orientação da mistura (ex. esquerda, direita, centro) - + Set mix orientation to left Definir orientação da mistura à esquerda - + Set mix orientation to center Definir orientação da mistura ao centro - + Set mix orientation to right Definir orientação da mistura à direita @@ -936,229 +936,224 @@ Alternar modo de sincronização a 3-estados (Desligado, Escravo, Mestre) - - One-time beat sync (tempo and phase) - Sincronização pontual da batida (tempo e fase) - - - + One-time beat sync (tempo only) Sincronização pontual da batida (só tempo) - + One-time beat sync (phase only) Sincronização pontual da batida (só fase) - + Toggle keylock mode Alternar modo bloqueio de tom - + Equalizers Equalizadores - + Vinyl Control - Controlo do Vinil + Controlo de Vinil - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Alternar modo de marcação do control do vinil (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) Alternar modo de controlo do vinil (ABS/REL/CONST) - + Pass through external audio into the internal mixer Passar audio externo para o misturador interno - + Cues Pontos de marcação - + Cue button Tecla de Cue - Marcação - + Set cue point Definir ponto de marcação - + Go to cue point Ir para o ponto de marcação - + Go to cue point and play Ir para o ponto de marcação e tocar - + Go to cue point and stop Ir para o ponto de marcação e parar - + Preview from cue point Antevisão a partir do ponto de marcação - + Cue button (CDJ mode) Botão de Cue - Marcação (modo CDJ) - + Stutter cue Marcação Stutter - + Hotcues Hot Cues - + Set, preview from or jump to hotcue %1 Definir, antevisão a partir de ou saltar para a Hot Cue %1 - + Clear hotcue %1 Limpar a Hot Cue %1 - + Set hotcue %1 Definir a Hot Cue %1 - + Jump to hotcue %1 Saltar para a Hot Cue %1 - + Jump to hotcue %1 and stop Saltar para a Hot Cue %1 e parar - + Jump to hotcue %1 and play Saltar para a Hot Cue %1 e tocar - + Preview from hotcue %1 Antevisão a partir da Hot Cue %1 - - + + Hotcue %1 Hot Cue %1 - + Looping Em Loop - + Loop In button Tecla de Início de Loop - + Loop Out button Tecla de Final de Loop - + Loop Exit button Tecla de Saída de Loop - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Move o loop para a frente %1 batidas - + Move loop backward by %1 beats Move o loop para trás %1 batidas - + Beat-Looping Looping por Batidas - + Create %1-beat loop Criar um loop de %1-batidas - + Create temporary %1-beat loop roll Criar um loop rolado temporário de %1-batidas - + Library Biblioteca @@ -1289,20 +1284,20 @@ + - Volume Fader Cursor de Volume - + Full Volume Volume Máximo - + Zero Volume Volume Zero @@ -1318,7 +1313,7 @@ - + Mute Silênciar @@ -1329,7 +1324,7 @@ - + Headphone Listen Escuta de Auscultador @@ -1346,29 +1341,29 @@ Slip Mode - Modo Escorregar - Slip + Modo Escorregar - + Orientation Orientação - + Orient Left Orientar Esquerda - + Orient Center Orientar Centro - + Orient Right Orientar Direita @@ -1395,7 +1390,7 @@ BPM Tap - BPM Bater + Bate BPM @@ -1455,7 +1450,7 @@ Adjust beatgrid to match another playing deck. - Ajustar a grelha de batidas para igualar a outro leitor em reprodução. + Ajusta a grelha de batidas para corresponder um outro leitor em reprodução. @@ -1473,11 +1468,6 @@ Sync Mode Modo Sincronização - - - Tap to sync, hold to enable sync mode - Bater para sincronizar, manter para ativar o modo sincronização - Internal Sync Master @@ -1525,527 +1515,521 @@ Sincronizar Batida - One-Shot - + Sync Tempo One-Shot Sincronizar Tempo - One-Shot - + Sync Phase One-Shot Sincronizar Fase - One-Shot - + Speed (Pitch/Tempo) Velocidade (Tom/Tempo) - + Keylock Mode Modo Bloqueio Tom - + Pitch control (does not affect tempo), center is original pitch Controlo de tom (não afeta o tempo), ao centro é o tom original - + Pitch Adjust Ajustar Tom - + Adjust pitch from speed slider pitch Ajustar o tom com o cursor de velocidade - + Match musical key Igualar o tom musical - + Match Key Igualar Tom - + Reset Key Reiniciar Tom - + Resets key to original Reiniciar o tom para o original - + High EQ EQ Agudos - + Mid EQ EQ Médios - + Low EQ EQ Baixos - + Toggle Vinyl Control Alternar Controlo do Vinil - + Toggle Vinyl Control (ON/OFF) Alternar Controlo do Vinil (ON/OFF) - + Vinyl Control Mode Modo Controlo do Vinil - + Vinyl Control Cueing Mode Controlo do Vinil Modo Marcação - + Vinyl Control Passthrough Controlo do Vinil Passthrough - + Vinyl Control Next Deck Controlo do Vinil Próximo Leitor - + Single deck mode - Switch vinyl control to next deck Modo leitor único - Comutar o controlo do vinil para Próximo Leitor - + Cue Marcação - + Set Cue Definir Marcação - + Go-To Cue Ir para Marcação - + Go-To Cue And Play Ir para Marcação e Tocar - + Go-To Cue And Stop Ir para Marcação e Parar - + Preview Cue Antevisão Marcação - + Cue (CDJ Mode) Marcação (Modo CDJ) - + Stutter Cue Marcação Stutter - + Go to cue point and play after release Ir para o ponto de marcação e tocar após libertar - + Clear Hotcue %1 Limpar Hot Cue %1 - + Set Hotcue %1 Definir Hot Cue %1 - + Jump To Hotcue %1 Saltar Para Hot Cue %1 - + Jump To Hotcue %1 And Stop Saltar Para Hot Cue %1 e Parar - + Jump To Hotcue %1 And Play Saltar Para Hot Cue %1 e Tocar - + Preview Hotcue %1 Antevisão Hot Cue %1 - + Loop In Início de Loop - + Loop Out Final de Loop - + Loop Exit Saída do Loop - + Reloop/Exit Loop Reloop/Saída do Loop - + Loop Halve Reduzir a Metade Loop - + Loop Double Duplicar Loop - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Mover Loop +%1 Batidas - + Move Loop -%1 Beats Mover Loop -%1 Batidas - + Loop %1 Beats Loop %1 Batidas - + Loop Roll %1 Beats Loop Rolado %1 Batidas - + Add to Auto DJ Queue (bottom) Adicionar à Fila Auto DJ (baixo) - + Append the selected track to the Auto DJ Queue Coloca a faixa selecionada no final da fila Auto DJ - + Add to Auto DJ Queue (top) Adicionar à Fila Auto DJ (cima) - + Prepend selected track to the Auto DJ Queue Coloca a faixa selecionada no início da fila Auto DJ - + Load Track Carregar Faixa - + Load selected track Carregar faixa selecionada - + Track Load and Play Carregar Faixa e Tocar - + Load selected track and play Carrega a faixa selecionada e toca - + Record Mix Gravar Mistura - + Toggle mix recording Alternar gravação da mistura - + Effects Efeitos - + Quick Effects Efeitos Rápidos - + Deck %1 Quick Effect Super Knob Leitor %1 Super Botão de Efeito Rápido - + Quick Effect Super Knob (control linked effect parameters) Super Botão de Efeito Rápido (controla os parâmetros do efeito a que está ligado) - + Quick Effect Efeito Rápido - + Clear effect rack Limpa a rack de efeitos - + Clear Effect Rack Limpar Rack de Efeitos - + Clear Unit Limpar Unidade - + Clear effect unit Limpar unidade de efeitos - + Toggle Unit Alternar Unidade - + Dry/Wet Seco/Molhado - + Adjust the balance between the original (dry) and processed (wet) signal. - Ajusta o balanço entre o sinal original (Seco) e o processado (Molhado). + Ajusta o balanço entre o sinal original (seco) e o processado (wet). - + Super Knob Super Botão - - - Insert/Send Toggle - Alternar Inserir/Enviar - - - + Next Chain Próxima Cadeia + - + - + - + - Assign Atribuir - + Clear Limpar - + Clear the current effect Limpar o efeito corrente - + Toggle Alternar - + Toggle the current effect Alternar o efeito corrente - + Next Próximo - + Switch to next effect Comutar para o próximo efeito - + Previous Anterior - + Switch to the previous effect Comutar para o efeito anterior - + Next or Previous Próximo ou Anterior - + Switch to either next or previous effect Comutar quer para o próximo ou anterior efeito + - Parameter Value Valor Parâmetro + - Microphone Ducking Strength Extensão do Talk-Over do Microfone - + Microphone Ducking Mode Modo Talk-Over - + Gain Ganho - + Gain knob Botão de ganho - + Shuffle the content of the Auto DJ queue Torna aleatório o conteúdo da fila do Auto DJ - + Skip the next track in the Auto DJ queue Salta a próxima faixa na fila do Auto DJ - + Auto DJ Toggle Alternar Auto DJ - + Toggle Auto DJ On/Off Alternar Auto DJ On/Off - + Library Maximize/Restore Maximizar/Restaurar Biblioteca - + Maximize the track library to take up all the available screen space. - Maximiza a biblioteca de faixas para ocupar todo o espaço disponível do ecrã + Maximiza a biblioteca de faixas para ocupar todo o espaço disponível do ecrã. - + Effect Rack Show/Hide Mostrar/Ocultar Rack Efeitos - + Show/hide the effect rack Mostra/oculta a rack de efeitos - + Cover Art Show/Hide Mostrar/Ocultar Capas - + Show/hide cover art Mostra/oculta as capas dos discos - + Waveform Zoom Out Reduzir Forma de Onda - + Toggle Effect Unit Alternar Unidade de Efeito @@ -2070,546 +2054,566 @@ Ganho dos auscultadores - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + Bater para sincronizar o tempo (e fase com a quantização validada), manter para permitir sincronização permanente + + + + One-time beat sync tempo (and phase with quantize enabled) + Sincronizar o tempo da batida de uma só vez (e fase com a quantização validada) + + + Playback Speed Velocidadede Leitura - + Playback speed control (Vinyl "Pitch" slider) Controlo da velocidade de leitura (cursor "Pitch" no vinil) - + Pitch (Musical key) Tom (Nota musical) - + Increase Speed Aumentar Velocidade - + Adjust speed faster (coarse) Ajusta a velocidade mais rápida (grosseiro) - - + + Increase Speed (Fine) Aumentar Velocidade (Fino) - + Adjust speed faster (fine) Ajusta a velocidade mais rápida (fino) - + Decrease Speed Diminuir Velocidade - + Adjust speed slower (coarse) Ajusta a velocidade mais lenta (grosseiro) - + Adjust speed slower (fine) Ajusta a velocidade mais lenta (fino) - + Temporarily Increase Speed Aumentar Velocidade Temporariamente - + Temporarily increase speed (coarse) Aumentar a velocidade temporariamente (grosseiro) - + Temporarily Increase Speed (Fine) Aumentar Velocidade Temporariamente (Fino) - + Temporarily increase speed (fine) Aumentar a velocidade temporariamente (fino) - + Temporarily Decrease Speed Diminuir Velocidade Temporariamente - + Temporarily decrease speed (coarse) Diminuir a velocidade temporariamente (grosseiro) - + Temporarily Decrease Speed (Fine) Diminuir Velocidade Temporariamente (Fino) - + Temporarily decrease speed (fine) Diminuir a velocidade temporariamente (fino) + - Adjust %1 Ajustar %1 + - Kill %1 Cortar %1 - + CUP (Cue + Play) CUP (Marcar + Tocar) - + Loop Selected Beats Loop Batidas Selecionadas - + Create a beat loop of selected beat size Criar um loop de batidas do tamanho selecionado - + Loop Roll Selected Beats Loop Rolado Batidas Selecionadas - + Create a rolling beat loop of selected beat size Criar um loop rolado de batidas do tamanho selecionado - + Toggle loop on/off and jump to Loop In point if loop is behind play position Alterna entre ligar/desligar o loop e salta para o ponto Início de Loop, se o loop estiver atrás da posição de leitura - + Reloop And Stop Reloop e Parar - + Enable loop, jump to Loop In point, and stop Ativa o loop, salta para o ponto de Início de Loop, e pára. - + Halve the loop length Reduz a metade o comprimento do loop - + Double the loop length Duplica o comprimento do loop - + Beat Jump / Loop Move Saltar Batidas / Mover Loop - + Jump / Move Loop Forward %1 Beats Saltar / Mover o Loop para a Frente %1 Batidas - + Jump / Move Loop Backward %1 Beats Saltar / Mover o Loop para Trás %1 Batidas - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats Saltar para a frente %1 batidas, ou se o loop estiver ativado, mover o loop para a frente %1 batidas - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats Saltar para trás %1 batidas, ou se o loop estiver ativado, mover o loop para trás %1 batidas - + Beat Jump / Loop Move Forward Selected Beats Saltar Batidas / Mover Loop Frente Batidas Selecionadas - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats Saltar para a frente do número de batidas selecionadas, ou se o loop estiver ativado, mover o loop para a frente o número de batidas selecionadas - + Beat Jump / Loop Move Backward Selected Beats Saltar Batida / Mover Loop Atraso Batidas Selecionadas - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats Saltar para trás o número de batidas selecionadas, ou se o loop estiver ativado, mover o loop para trás o número de batidas selecionadas - + Move up Mover cima - + Equivalent to pressing the UP key on the keyboard Equivalente a pressionar a tecla CIMA no teclado - + Move down Mover baixo - + Equivalent to pressing the DOWN key on the keyboard Equivalente a pressionar a tecla BAIXO no teclado - + Move up/down Mover cima/baixo - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys Mover verticalmente em qualquer direção usando um botão, tal como se pressionasse as teclas CIMA/BAIXO - + Scroll Up Rolar Cima - + Equivalent to pressing the PAGE UP key on the keyboard Equivalente a pressionar a tecla PAGE UP no teclado - + Scroll Down Rolar Baixo - + Equivalent to pressing the PAGE DOWN key on the keyboard Equivalente a pressionar a tecla PAGE DOWN no teclado - + Scroll up/down Rolar cima/baixo - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys Rolar verticalmente em qualquer direção usando um botão, como se pressionasse as teclas PAGE UP/PAGE DOWN - + Move left Mover esquerda - + Equivalent to pressing the LEFT key on the keyboard Equivalente a pressionar a tecla ESQUERDA no teclado - + Move right Mover direita - + Equivalent to pressing the RIGHT key on the keyboard Equivalente a pressionar a tecla DIREITA no teclado - + Move left/right Mover esquerda/direita - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys Mover horizontalmente em qualquer direção usando um botão, como se pressionasse as teclas ESQUERDA/DIREITA - + Move focus to right pane Mover o foco para o painel da direita - + Equivalent to pressing the TAB key on the keyboard Equivalente a pressionar a tecla TAB no teclado - + Move focus to left pane Mover o foco para o painel da esquerda - + Equivalent to pressing the SHIFT+TAB key on the keyboard Equivalente a pressionar a tecla SHIFT+TAB no teclado - + Move focus to right/left pane Mover o foco para o painel direita/esquerda - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys Mover o foco para o painel da direita ou esquerda usando um botão, como se pressionasse as teclas TAB/SHIF+TAB - + Go to the currently selected item - + Ir para o item seleccionado correntemente - + Choose the currently selected item and advance forward one pane if appropriate - + Escolher o item seleccionado correntemente e avançar um para a frente - + Add to Auto DJ Queue (replace) Adicionar à Fila Auto DJ (Substituir) - + Replace Auto DJ Queue with selected tracks Substituir Fila Auto DJ com as faixas selecionadas - + Enable or disable effect processing Ativar ou desativar o processamento de efeito - + Super Knob (control effects' Meta Knobs) Super Botão (controla os efeitos dos Meta Botões) - + + Mix Mode Toggle + Alternar Modo Mistura + + + + Toggle effect unit between D/W and D+W modes + Alternar unidade de efeito entre os modos S/M e S+M + + + Next chain preset Próxima cadeia predefinida - + Previous Chain Cadeia Anterior - + Previous chain preset Cadeia predefinida anterior - + Next/Previous Chain Próxima/Anterior Cadeia - + Next or previous chain preset Próxima ou anterior cadeia predefinida + - Show Effect Parameters Mostrar Parâmetros dos Efeitos - + Meta Knob - Meta Botão + Botão Meta - + Effect Meta Knob (control linked effect parameters) Meta Botão Efeitos (controla os parâmetros dos efeitos a que está ligado) - + Meta Knob Mode Modo Meta Botão - + Set how linked effect parameters change when turning the Meta Knob. Define como mudam os efeitos a que está ligado, quando se roda o Meta Botão. - + Meta Knob Mode Invert Inverter Modo Meta Botão - + Invert how linked effect parameters change when turning the Meta Knob. Inverter como mudam os efeitos a que está ligado, quando se roda o Meta Botão. - + Microphone / Auxiliary Microfone / Auxiliar - + Microphone On/Off Microfone Ligar/Desligar - + Microphone on/off Microfone ligar/desligar - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Alternar o modo Talk-Over do microfone (OFF, AUTO, MANUAL) - + Auxiliary On/Off Auxiliar Ligar/Desligar - + Auxiliary on/off Auxiliar ligar/desligar - + Auto DJ Auto DJ - + Auto DJ Shuffle Auto DJ Aleatório - + Auto DJ Skip Next Auto DJ Saltar Próxima - + Auto DJ Fade To Next Auto DJ Fade para Próxima - + Trigger the transition to the next track Aciona a transição para a próxima faixa - + User Interface Interface do Utilizador - + Samplers Show/Hide Samplers Mostrar/Ocultar - + Show/hide the sampler section Mostrar/ocultar a seção sampler - + Microphone Show/Hide Mostrar/Ocultar Microfone - + Show/hide the microphone section Mostra/oculta a seção microfone - + Vinyl Control Show/Hide Controlo do Vinil Mostrar/Ocultar - + Show/hide the vinyl control section Mostra/oculta a seção de controlo do vinil - + Preview Deck Show/Hide Leitor de Antevisão Mostrar/Ocultar - + Show/hide the preview deck Mostra/oculta o leitor de antevisão - + Vinyl Spinner Show/Hide Gira Discos Mostrar/Ocultar - + Show/hide spinning vinyl widget Mostra/oculta o widget simulador de gira discos a rodar - + Waveform zoom Ampliação da forma de onda - + Waveform Zoom Ampliação Forma de Onda - + Zoom waveform in Ampliar a forma de onda - + Waveform Zoom In - Ampliar Forma de Onda + Aumentar Ampliação da Forma de Onda - + Zoom waveform out Reduzir a forma de onda @@ -2849,7 +2853,7 @@ A crate cannot have a blank name. - Uma caixa não pode ter um nome em branco + Uma caixa não pode ter um nome em branco. @@ -2919,6 +2923,34 @@ Duplicação da Caixa Falhou + + DlgAbout + + + Mixxx %1 Development Team + Equipa de Desenvolvimento do MIxxx %1 + + + + With contributions from: + Com contribuições de: + + + + And special thanks to: + E um agradecimento especial a: + + + + Past Developers + Desenvolvedores antigos + + + + Past Contributors + Colaboradores antigos + + DlgAboutDlg @@ -2929,12 +2961,12 @@ Credits - + Créditos License - + Licença @@ -3161,7 +3193,7 @@ analisando as batidas para rejeitar as discrepantes. Enable Fast Analysis (For slow computers, may be less accurate) - Autorizar Análise Rápida (Para computadores lentos, pode ser menos preciso) + Validar Análise Rápida (Para computadores lentos, pode ser menos preciso) @@ -3427,7 +3459,7 @@ Tentou a instrução: %1,%2 Purge selected tracks from the library. - Purga as faixas selecionadas da biblioteca + Purga as faixas selecionadas da biblioteca. @@ -3574,102 +3606,102 @@ Tentou a instrução: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Automatic Automático - + Mono Mono - + Stereo Estéreo - - - - + + + + Action failed Ação falhada - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. '%1' tem o mesmo ponto de montagem Icecast que '%2'.Duas fontes ligadas ao mesmo servidor não podem ter os mesmos pontos de montagem. - + You can't create more than %1 source connections. Não pode criar mais de %1 ligações fonte. - + Source connection %1 Ligação fonte %1 - + At least one source connection is required. É necessária pelo menos uma ligação fonte. - + Are you sure you want to disconnect every active source connection? Tem a certeza que quer desligar todas as ligações fonte ativas? - + Confirmation required Confirmação necessária - + Are you sure you want to delete '%1'? Tem a certeza que quer apagar '%1'? - + Renaming '%1' A renomear '%1' - + New name for '%1': Novo nome para '%1': - + Can't rename '%1' to '%2': name already in use Não pode renomear '%1' para '%2': nome já em uso @@ -3682,27 +3714,27 @@ Two source connections to the same server can't have the same mountpoint.Preferências de Emissão em Directo - + Mixxx Icecast Testing Mixxx Teste Icecast - + Public stream Stream pública - + http://www.mixxx.org http://www.mixxx.org - + Stream name Nome da Stream - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. Devido a falhas em alguns clientes streaming, a atualização dinâmica de metadados Ogg Vorbis poderá causar problemas técnicos e interrupções. Marque esta caixa para atualizar os metadados em qualquer caso. @@ -3737,189 +3769,204 @@ Two source connections to the same server can't have the same mountpoint.Ligar Emissão em Direto quando aplicar estas definições - + Settings for %1 Definições para %1 - + Dynamically update Ogg Vorbis metadata. Atualização dinâmica dos metadados Ogg Vorbis. - + + ICQ + ICQ + + + + AIM + AIM + + + Website Website - + Live mix Mistura em directo - + + IRC + IRC + + + Select a source connection above to edit its settings here Selecionar uma ligação fonte acima para editar as suas definições aqui - + Password storage Armazenamento Palavra Passe - + Plain text Texto simples - + Secure storage (OS keychain) Armazenamento seguro (Porta chaves do SO) - + Genre Género - + Use UTF-8 encoding for metadata. Usar codificação UTF-8 para metadados. - + Description Descrição - + Encoding Codificação - + Bitrate Taxa de Bits - - + + Format Formato - + Channels Canais - + Server connection Ligação ao servidor - + Type Tipo - + Host Anfitrião - + Login Login - + Mount Montar - + Port Porta - + Password Palavra passe - + Stream info Informação da Stream - + Metadata Metadados - + Use static artist and title. Usar artista e título estáticos. - + Static title Título estático - + Static artist Artista estático - + Automatic reconnect Religar automático - + Time to wait before the first reconnection attempt is made. Tempo de espera antes da primeira tentativa de religação. - - + + seconds segundos - + Wait until first attempt Aguadar até à primeira tentativa - + Reconnect period Período para religar - + Time to wait between two reconnection attempts. Tempo a aguardar entre duas tentativas de religação. - + Limit number of reconnection attempts Limitar o número de tentativas de religação - + Maximum retries Máximo de tentativas - + Reconnect if the connection to the streaming server is lost. Religar se a ligação ao servidor de streaming estiver perdida. - + Enable automatic reconnect Ativar religar automático @@ -4040,7 +4087,7 @@ Aplicar definições e continuar? Enabled - Validado + Ativado @@ -4266,22 +4313,22 @@ Aplicar definições e continuar? Effect options - + Opções de efeito Load behavior - + Carregar comportamento Keep metaknob position - + Manter posição do metabotão Reset metaknob to effect default - + Reinicia metabotão para efeito padrão @@ -4697,15 +4744,11 @@ Se não existir nenhum, procura pelo início da faixa. DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected Nenhum @@ -4754,7 +4797,7 @@ Displayed when no effect is selected Equalizer Plugin - Plugin Equalizador + Módulo de Equalizador @@ -4832,32 +4875,32 @@ Displayed when no effect is selected Efeitos Disponíveis - + Effect Info Info do Efeito - + Version: Versão: - + Description: Descrição: - + Author: Autor: - + Name: Nome: - + Type: Tipo: @@ -5095,6 +5138,19 @@ e permite ajustar esse tom para misturas harmónicas. Sol#m + + DlgPrefLV2Dlg + + + Equalizer Preferences + Preferências Equalizador + + + + Discovered LV2 effects + Descobertos efeitos LV2 + + DlgPrefLibrary @@ -5105,7 +5161,7 @@ e permite ajustar esse tom para misturas harmónicas. You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? - Adicionou uma ou mais pastas de música. As faixas nestas pastas não estarão disponíveis até reexaminar a sua biblioteca. Deseja examinar agora? + Adicionou uma ou mais pastas de música. As faixas nestas pastas não estarão disponíveis até reexaminar a sua biblioteca. Deseja reexaminar agora? @@ -5209,7 +5265,7 @@ e permite ajustar esse tom para misturas harmónicas. Additional Format Plugins: - Formatos de Plugins Adicionais: + Formatos de Módulos Adicionais: @@ -5224,7 +5280,7 @@ e permite ajustar esse tom para misturas harmónicas. Loaded Plugins: - Plugins Carregados: + Módulos Carregados: @@ -5289,7 +5345,7 @@ e permite ajustar esse tom para misturas harmónicas. Edit metadata after clicking selected track - + Editar metadados após clicar faixa seleccionada @@ -5365,7 +5421,7 @@ e permite ajustar esse tom para misturas harmónicas. Low - Baixo + Baixos @@ -5377,7 +5433,7 @@ e permite ajustar esse tom para misturas harmónicas. High - Alto + Altas @@ -5917,11 +5973,7 @@ O nível de loudness é aproximado e assume que o ganho do preamplificador da fa ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds ms @@ -6161,17 +6213,17 @@ milliseconds RGB - + OpenGL not available OpenGL não disponível - + dropped frames fotogramas perdidos - + Cached waveforms occupy %1 MiB on disk. Formas de onda em cache ocupam %1 MB em disco. @@ -6209,28 +6261,28 @@ milliseconds Ganho visual - + Default zoom level Waveform zoom Nível de ampliação padrão - + Displays the actual frame rate. Mostra a taxa de fotogramas presente. - + Visual gain of the middle frequencies Ganho visual das frequências médias. - + End of track warning Aviso de final de faixa - + OpenGL status Categoria de OpenGL @@ -6245,107 +6297,126 @@ milliseconds segundos - + Low - Baixo + Baixos - + Middle Médio - + Global Global - + Visual gain of the high frequencies Ganho visual das altas frequências - + Visual gain of the low frequencies Ganho visual das baixas frequências - + High - Alto + Altas - + Waveform type Tipo de forma de onda - + Global visual gain Ganho visual global - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. A forma de onda mostra o envoltório da onda na faixa inteira. Selecione entre tipos diferentes de visualizações da forma de onda, o que difere principalmente no nível de detalhe mostrado na forma de onda. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. A forma de onda mostra o envoltório da onda na faixa junto à posição corrente de leitura. Selecione entre tipos diferentes de visualizações da forma de onda, o que difere principalmente no nível de detalhe mostrado na forma de onda. - + Waveform overview type Tipo de visualização da forma de onda - + + fps + fps + + + Synchronize zoom level across all waveform displays. Sincronizar o nível de ampliação em todos visualizadores de forma de onda. - + Synchronize zoom level across all waveforms Sincronizar o nível de ampliação em todas as formas de onda - + Caching Armazenar em Cache - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. O Mixxx guarda em cache as formas de onda das suas faixas no disco a primeira vez que carrega uma faixa. Isto reduz a utilização do CPU quando está a reproduzir ao vivo mas requer um espaço em disco extra. - + Enable waveform caching Ativar Ondas em Cache - + Generate waveforms when analyzing library Gerar ondas enquanto analiza biblioteca - - - Beat Grid - Grelha de Batidas + + Beat grid opacity + Opacidade da grelha de batidas + + + + Set amount of opacity on beat grid lines. + Define a quantidade de opacidade das linhas da grelha de batida. + + + + % + % + + + + Play marker position + Marcador da posição de reprodução - - Show Beat Markers - Mostrar Marcadores Batidas + + Moves the play marker position on the waveforms to the left, right or center (default). + Move o marcador da posição de reprodução nas formas de onda para a esquerda, direita ou centro (padrão). - + Clear Cached Waveforms Limpar Formas de Onda em Cache @@ -6353,83 +6424,93 @@ Selecione entre tipos diferentes de visualizações da forma de onda, o que dife DlgPreferences - + Sound Hardware Hardware de Som - + Controllers Controladores - + Library Biblioteca - + Interface Interface - + Waveforms Formas de Onda - + Auto DJ Auto DJ - + Equalizers Equalizadores - + Decks Leitores - + Crossfader Crossfader - + + Effects + Efeitos + + + + LV2 Plugins + Módulos LV2 + + + Recording Gravação - + Beat Detection Deteção de Batidas - + Key Detection Deteção do Tom - + Normalization Normalização - - + + Vinyl Control - Controlo do Vinil + Controlo de Vinil - + Live Broadcasting Emissão ao Vivo - + Modplug Decoder Descodificador modplug @@ -6767,12 +6848,12 @@ Frequentemente resulta em grelhas de alta qualidade, mas não resultará bem em Double BPM - Duplica BPM + Duplicar BPM Halve BPM - Reduz a Metade BPM + Reduzir a Metade BPM @@ -6824,7 +6905,7 @@ Frequentemente resulta em grelhas de alta qualidade, mas não resultará bem em Open in File Browser - Mostrar no Navegador de Ficheiros + Abrir no Explorador de Ficheiros @@ -6894,7 +6975,7 @@ Frequentemente resulta em grelhas de alta qualidade, mas não resultará bem em Hotcue - Hotcue + Hot Cue @@ -6948,7 +7029,7 @@ Frequentemente resulta em grelhas de alta qualidade, mas não resultará bem em EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject Esvaziar Cadeia @@ -6962,40 +7043,58 @@ Frequentemente resulta em grelhas de alta qualidade, mas não resultará bem em Nenhum efeito carregado. + + EffectSettingsModel + + + Visible + Visível + + + + Name + Nome + + + + Type + Tipo + + EffectsManager - + Flanger Flanger - + BitCrusher BitCrusher - + Filter Filtro - + Reverb Reverberação - + Echo Eco - + AutoPan AutoPan - + Tremolo Tremolo @@ -7166,39 +7265,39 @@ Frequentemente resulta em grelhas de alta qualidade, mas não resultará bem em ITunesFeature - - + + iTunes iTunes - - + + Select your iTunes library Selecione a sua biblioteca iTunes - + (loading) iTunes (carregamento) iTunes - + Use Default Library Usar Biblioteca Padrão - + Choose Library... Escolher Biblioteca... - + Error Loading iTunes Library Erro ao Carregar Biblioteca iTunes - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. Houve um erro ao carregar a sua biblioteca iTunes. Algumas das suas faixas iTunes ou playlists podem não ter sido carregadas. @@ -7437,52 +7536,52 @@ OpenGL MixxxMainWindow - + Choose music library directory Escolher a pasta biblioteca musical - + Sound Device Busy Dispositivo de Som Ocupado - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Repetir</b> após fechar a outra aplicação ou religar um dispositivo de som. - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Reconfigurar</b> as definições dos dispositivos de som do Mixxx. - - + + Get <b>Help</b> from the Mixxx Wiki. Obter <b>Ajuda</b> a partir do Wiki Mixxx. - - - + + + <b>Exit</b> Mixxx. <b>Sair</b> do Mixxx. - + Retry Repetir - + Cannot open database Não pode abrir a base de dados. - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7493,156 +7592,148 @@ O Mixxx requer QT com suporte SQLite. Por favor leia a documentação do driver Clique OK para sair. - - + + Reconfigure Reconfigurar - + Help Ajuda - - + + Exit Sair - - + + Mixxx was unable to open all the configured sound devices. Mixxx não foi capaz de abrir todos os dispositivos de som configurados. - + Sound Device Error Erro Dispositivo de Som - + <b>Retry</b> after fixing an issue <b>Repetir</b> após resolver uma questão - + No Output Devices Sem Dispositivos de Saída - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. O Mixxx foi configurado sem quaisquer dispositivos de saída de som. O processamento de audio será desativado sem a configuração de um dispositivo de saída. - + <b>Continue</b> without any outputs. <b>Continuar</b> sem quaisquer saídas. - + Continue Continuar - + Load track to Deck %1 Carregar faixa para o Leitor %1 - + Deck %1 is currently playing a track. O Leitor %1 está presentemente a reproduzir uma faixa. - + Are you sure you want to load a new track? Tem a certeza que quer carregar uma nova faixa? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. Não existe nenhum dispositivo selecionado para este controlo do vinil. Por favor, selecione primeiro um dispositivo de entrada, nas preferências de hardware de som. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. Não existe nenhum dispositivo de entrada selecionado para este controlo passthrough. Por favor, selecione primeiro um dispositivo de entrada, nas preferências de hardware de som. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. Não existe nenhum dispositivo de entrada selecionado para este microfone. Por favor, selecione primeiro um dispositivo de entrada, nas preferências de hardware de som. - + Error in skin file Erro no ficheiro da Skin. - + The selected skin cannot be loaded. A Skin selecionada não pode ser carrregada. - + OpenGL Direct Rendering Interpretação Direta de OpenGL - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. A interpretação direta - "Direct Rendering" - não está validada na sua máquina.<br><br>Isto significa que os visualizadores de forma de onda serão muito<br><b>lentos e podem carregar o seu CPU fortemente</b>. Ou atualize a sua<br>configuração para validar a interpretação direta, ou desative<br>os visualizadores de forma de onda nas preferências do Mixxxx, selecionando<br>"Vazio" como visualizador de forma de onda na seção 'Interface'.<br><br>NOTA: Se usar hardware NVIDIA,<br>a interpretação direta pode não estar presente, mas não deverá<br>experimentar uma degradação do desempenho. - - + + Confirm Exit Confirmar Saída - + A deck is currently playing. Exit Mixxx? Um leitor está presentemente em reprodução. Sair do Mixxx? - + A sampler is currently playing. Exit Mixxx? Um sampler está presentemente em reprodução. Sair do Mixxx? - + The preferences window is still open. A janela de preferências ainda está aberta. - + Discard any changes and exit Mixxx? Rejeitar quaisquer alterações e sair do Mixxx? - - NativeBackend - - - Native - Nativo - - ParserCsv Location - Local + Localização @@ -8024,88 +8115,88 @@ Para abortar esta acção, prima Cancelar no diálogo de ficheiro. Selecionou o ficheiro errado. Para conceder acesso ao Mixxx, por favor selecione o ficheiro '%1'. Se não desejar continuar, pressione Cancelar. - - + + Bit Depth Profundidade de Bit - - + + Bitcrusher Bitcrusher - + Adds noise by the reducing the bit depth and sample rate Adiciona ruído pela redução da Profundidade de Bit e taxa de amostragem - + The bit depth of the samples A profundidade de bit das amostras - + Downsampling Downsampling - + Down Baixar - + The sample rate to which the signal is downsampled A taxa de amostragem para a qual este sinal será reduzida - - + + Echo Eco - - + + Time Tempo - - + + Ping Pong Pingue Pongue - - - - + + + + Send Enviar - + How much of the signal to send into the delay buffer Quantidade de sinal a enviar para o buffer de atraso - - - - + + + + Feedback Retorno - + Stores the input signal in a temporary buffer and outputs it after a short time Guarda o sinal de entrada num buffer temporário e fá-lo sair após um pequeno tempo. - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -8114,134 +8205,134 @@ Para abortar esta acção, prima Cancelar no diálogo de ficheiro. 1/8 - 2 segundos se o BPM não tiver sido detetado - + Amount the echo fades each time it loops Quantidade de atenuação do eco a cada vez que faz um loop - + How much the echoed sound bounces between the left and right sides of the stereo field Quanto do sinal ecoado ressalta entre os os lados esquerdo e direito do campo estéreo - - - - + + + + Quantize Quantização - + Round the Time parameter to the nearest 1/4 beat. Arredonda o parâmetro Tempo para o 1/4 de batida mais próxima. - - - - - - - + + + + + + + Triplets Tercetos - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. Quando o parâmetro Quantização está ativo, divide o parâmetro Tempo arredondado a 1/4 de batida, por 3. - - + + Filter Filtro - + Allows only high or low frequencies to play. Permite tocar apenas as altas ou baixas frequências. - + Low Pass Filter Cutoff Corte Filtro Passa Baixo - - + + LPF LPF - - + + Corner frequency ratio of the low pass filter Frequência de corte do filtro passa baixo - + Q Q - + Resonance of the filters Default: flat top Ressonancia dos filtros Padrão: Topo plano - + High Pass Filter Cutoff Corte Filtro Passa Alto - - + + HPF HPF - - + + Corner frequency ratio of the high pass filter Frequência de corte do filtro passa alto - - - - + + + + Depth Profundidade - - + + Flanger Flanger - - + + Speed Velocidade - - + + Manual Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering Mistura a entrada com uma cópia de si mesma, atrasada e modulada em tonalidade para criar uma filtragem pente - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected @@ -8250,111 +8341,111 @@ Padrão: Topo plano 1/32 - 4 Hz se o BPM não tiver sido detetado - + Delay amplitude of the LFO (low frequency oscillator) Amplitude do atraso do LFO (oscilador de baixa frequência). - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. Alinhamento do atraso do LFO (oscilador de baixa frequência). Com a largura a zero, permite o varrimento manual ao longo de toda a extensão do atraso. - + Regeneration Regeneração - + Regen Regen - + How much of the delay output is feed back into the input Quantidade da saída atrasada que é retornada para a entrada - - + + Intensity of the effect Intensidade do efeito - - + + Divide rounded 1/2 beats of the Period parameter by 3. Divide o parâmetro Período, arredondado a 1/2 batidas, por 3. - - + + Mix Mistura - - - - - - + + + + + + Width Largura - + Metronome Metrónomo - + Adds a metronome click sound to the stream Adiciona o som dum clique de metrónomo à stream - + BPM BPM - + Set the beats per minute value of the click sound Define o valor do bpm do som do clique - + Sync Sincronização - + Synchronizes the BPM with the track if it can be retrieved Sincroniza o BPM com a faixa, se este puder ser obtido - - - - + + + + Period Período - - + + Autopan Autopan - + Bounce the sound left and right across the stereo field Balança o som entre a esquerda e direita ao longo do campo estéreo - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected @@ -8363,233 +8454,233 @@ Com a largura a zero, permite o varrimento manual ao longo de toda a extensão d 1/4 - 4 segundos se o BPM não tiver sido detetado - + Smoothing Suavização - + Smooth Suave - + How smoothly the signal goes from one side to the other Suavidade com que o sinal vai de um lado para o outro - + How far the signal goes to each side Até onde o sinal vai em cada lado - + Reverb Reverberação - + Emulates the sound of the signal bouncing off the walls of a room Simula o som do sinal sendo refletido nas paredes duma sala - - + + Decay Declínio - + Lower decay values cause reverberations to fade out more quickly. Valores de declínio baixos causam o desvanecimento das reverberações mais rápido. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. Largura de banda do filtro passa baixo na entrada. Valores mais altos resultam em menos atenuação das altas frequências. - + + How much of the signal to send in to the effect + Quantidade do sinal a enviar para o efeito + + + Bandwidth Largura de Banda - + BW BW - - + + Damping Amortecimento - + Higher damping values cause high frequencies to decay more quickly than low frequencies. Altos valores de Amortecimento causam um declínio nas altas frequências mais rápido que nas baixas frequências. - - How much of the signal to send to the effect - Que quantidade do sinal irá ser enviada para o efeito - - - - - + + + Low Baixos - - - + + + Gain for Low Filter Ganho para o Filtro de Baixos - + Kill Low Cortar Baixos - + Kill the Low Filter Corta o filtro de baixas frequências - + Mid Médios - + Bessel4 LV-Mix Isolator Bessel4 LV-Mix Isolator - + Bessel4 ISO Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). Um filtro isolador de Bessel de 4ª ordem com mistura Lipshitz e Vanderkooy (unidade bit perfeita, atenuação -24 dB/Oitava). - + Gain for Mid Filter Ganho para o Filtro de Médios - + Kill Mid Cortar Médios - + Kill the Mid Filter Corta o filtro de Médios - + High Altas - - + + Gain for High Filter Ganho para o Filtro de Altas - + Kill High Cortar Altas - + Kill the High Filter Corta o filtro de altas frequências - + To adjust frequency shelves, go to Preferences -> Equalizers. Para ajustar os patamares de frequência ver Preferências -> Equalizadores - + Graphic Equalizer Equalizador Gráfico - + Graphic EQ Equalizador Gráfico - + An 8-band graphic equalizer based on biquad filters Equalizador gráfico de 8 bandas baseado em filtros biquadráticos - + Gain for Band Filter %1 Ganho para o Filtro de Banda %1 - + Moog Ladder 4 Filter Filtro Moog Ladder 4 - + Moog Filter Filtro Moog - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation Um filtro Moog Ladder de 4 pólos, baseado na implementação digital não linear de Antti Houvilainen's. - + Res Res - - + + Resonance Ressonância - + Resonance of the filters. 4 = self oscillating Ressonância dos filtros. 4 = auto oscilação - + Deck %1 EQ Effect Leitor %1 Efeito EQ - - + + EQ Effect Efeito EQ - + Deck 1 EQ Effect Leitor 1 Efeito EQ - + Gain for Low Filter (neutral at 1.0) Ganho para Filtro de Baixos (neutro a 1.0) @@ -8599,30 +8690,30 @@ Valores mais altos resultam em menos atenuação das altas frequências.Stream Rede - - + + Phaser Phaser - - + + Stereo Estéreo - - + + Stages Estágios - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering Mistura o sinal de entrada com uma cópia passada através de uma série de filtros para criar uma filtragem em pente - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected @@ -8631,28 +8722,28 @@ Valores mais altos resultam em menos atenuação das altas frequências. - + Controls how much of the output signal is looped Controla a quantidade do sinal de saída que entra em loop. - - + + Range Extensão - + Controls the frequency range across which the notches sweep. Controla a faixa de frequências que o filtro elimina banda vai atuar. - + Number of stages Número de estágios - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others Define os LFOs (osciladores de baixa frequência) para os canais esquerdo e direito, desfasados uns com os outros @@ -8717,47 +8808,47 @@ Valores mais altos resultam em menos atenuação das altas frequências.F11 - + Bessel8 LV-Mix Isolator Bessel8 LV-Mix Isolator - + Bessel8 ISO Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). Um filtro equalizador Bessel de 8ª ordem com mistura Lipshitz e Vanderkooy (unidade bit perfeita, atenuação -48 dB/Oitava). - + LinkwitzRiley8 Isolator LinkwitzRiley8 Isolator - + LR8 ISO LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). Um filtro Equalizador Linkwitz-Riley de 8ª ordem (crossover otimizado, variação de fase constante, atenuação -48 dB/Oitava). - + Biquad Equalizer Equalizador Biquadrático - + BQ EQ BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. Um Equalizador de 3 bandas com dois filtros Bell biquadráticos, e com teclas de corte e passa alto por patamares. @@ -8767,60 +8858,60 @@ Valores mais altos resultam em menos atenuação das altas frequências.Dispositivo não encontrado - + Biquad Full Kill Equalizer Equalizador Biquadrático Corte Total - + BQ EQ/ISO BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. Um Equalizador de 3 bandas que combina circuitos Equalizer e Isolator para proporcionar declives suaves e corte total. - + Loudness Contour Curva de Loudness - - - + + + Loudness Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. Amplifica as baixas e altas frequências para compensar a sensibilidade reduzida do ouvido humano. - + Set the gain of the applied loudness contour Define o ganho da curva de loudness aplicada - - + + Use Gain Usar Ganho - + Follow Gain Knob Seguir Botão de Ganho - + This stream is online for testing purposes! Esta stream está online para fins de teste! - + Live Mix Mistura em Direto @@ -8853,45 +8944,45 @@ Valores mais altos resultam em menos atenuação das altas frequências.32 bits flutuante - - - + + + Balance Balanço - + Adjust the left/right balance and stereo width Ajusta o balanço esquerda/direita e a largura estéreo - + Adjust balance between left and right channels Ajusta o balanço entre os canais esquerdo e direito - - + + Mid/Side Centro/Lado - + Bypass Fr. Ignorar Fr. - + Bypass Frequency Ignorar Frequência - + Stereo Balance Balanço Estéreo - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8902,45 +8993,45 @@ Tudo direita: apenas o lado ambiente Centro: não altera o sinal original. - + Frequencies below this cutoff are not adjusted in the stereo field As frequências abaixo deste ponto de corte não são ajustadas no campo estéreo - + Parametric Equalizer Equalizador Paramétrico - + Param EQ EQ Param - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. Um suave equalizador paramétrico de 2 bandas baseado em filtros biquadráticos.Foi concebido como um complemento aos abruptos equalizadores de mistura. - - + + Gain 1 Ganho 1 - + Gain for Filter 1 Ganho para o Filtro 1 - - + + Q 1 Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. @@ -8949,35 +9040,35 @@ Um Q mais baixo afecta uma banda mais larga de frequências, um Q mais alto afecta uma banda mais estreita de frequências. - - + + Center 1 Centro 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz Frequência central para o Filtro 1, de 100 Hz a 14 kHz - - + + Gain 2 Ganho 2 - + Gain for Filter 2 Ganho para o Filtro 2 - - + + Q 2 Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. @@ -8986,40 +9077,40 @@ Um Q mais baixo afecta uma banda mais larga de frequências, um Q mais alto afecta uma banda mais estreita de frequências. - - + + Center 2 Centro 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz Frequência central para o Filtro 2, de 100 Hz a 14 kHz - - + + Tremolo Tremolo - + Cycles the volume up and down Sobe e desce o volume num ciclo - + How much the effect changes the volume Até que ponto o efeito altera o volume - - + + Rate Taxa - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected @@ -9028,14 +9119,14 @@ um Q mais alto afecta uma banda mais estreita de frequências. 1/4 Hz - 8 Hz se o BPM não tiver sido detetado - + Width of the volume peak 10% - 90% of the effect period Largura do pico de volume 10% - 90% do período do efeito - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave @@ -9044,24 +9135,24 @@ Tudo esquerda: Onda quadrada Tudo direita: Onda sinusoidal - + When the Quantize parameter is enabled, divide the effect period by 3. Quando o parâmetro Quantização está ativo, divide o período do efeito por 3. - - + + Waveform - Forma de onda + Forma de Onda - - + + Phase Fase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period @@ -9070,15 +9161,36 @@ Tudo esquerda: início do período do efeito Tudo direita: fim do período do efeito - + Round the Rate parameter to the nearest whole division of a beat. Aproxima o parâmetro Taxa à divisão inteira mais próxima de uma batida. - + Triplet Terceto + + + Built-in + Used for effects that are built into Mixxx + Incluido + + + + This plugin does not support stereo samples as input/output + Este módulo não suporta amostras em estéreo como entrada/saída + + + + This plugin has features which are not yet supported + Este módulo tem funcionalidades que ainda não são suportadas + + + + Unknown status + Estado desconhecido + QtSimpleWaveformWidget @@ -9115,22 +9227,32 @@ Tudo direita: fim do período do efeito RecordingManager - + + Low Disk Space Warning + Aviso de Pouco Espaço em Disco + + + + There is less than 1 GiB of useable space in the recording folder + Há menos de 1 GiB de espaço utilizável na pasta de gravação + + + Recording Gravação - + Could not create audio file for recording! Não foi possível criar o ficheiro de audio para gravação! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. Assegure-se que existe suficiente espaço livre no disco e tem permissão de escrita na pasta Gravações. - + You can change the location of the Recordings folder in Preferences -> Recording. Pode alterar o local da pasta Gravações em Preferências -> Gravação. @@ -9266,132 +9388,147 @@ Tudo direita: fim do período do efeito Erro ao definir modo sem bloqueio: - + Error setting hostname! Erro ao definir anfitrião! - + Error setting port! Erro ao definir porta! - + Error setting password! Erro ao definir password! - + Error setting mount! Erro ao definir montagem! - + Error setting username! Erro ao definir nome de utilizador! - + Error setting stream name! Erro ao definir nome da stream! - + Error setting stream description! Erro ao definir descrição da stream! - + Error setting stream genre! Erro ao definir o género da stream! - + Error setting stream url! Erro ao definir url! - + + Error setting stream IRC! + Erro a definir a stream IRC! + + + + Error setting stream AIM! + Erro a definir a stream AIM! + + + + Error setting stream ICQ! + Erro a definir a stream ICQ! + + + Error setting stream public! Erro ao definir stream pública! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. A emissão em 96kHz with Ogg Vorbis não é presentemente suportada. Por favor tente uma taxa de amostragem diferente ou comute para uma codificação diferente. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. Ver https://bugs.launchpad.net/mixxx/+bug/686212 para mais informação. - + Error setting bitrate Erro ao definir a taxa de bits! - + Error: unknown server protocol! Erro: protocolo do servidor desconhecido! - + Error: libshout only supports Shoutcast with MP3 format! Erro: libshout apenas suporta Shoutcast com o formato MP3! - + Error setting protocol! Erro ao definir protocolo! - + Network cache overflow Erro de overflow na cache de rede - + Connection error Erro de ligação - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> Uma das ligações de Emissão em Direto apresentou este erro:<br><b>Erro com a ligação '%1':</b><br> - + Connection message Mensagem da ligação - + <b>Message from Live Broadcasting connection '%1':</b><br> <b>Mensagem da ligação Emissão em Direto '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. Ligação ao servidor de streaming perdida e %1 tentativas de religação falharam. - + Lost connection to streaming server. A ligação ao servidor de streaming perdida. - + Please check your connection to the Internet. Por favor, verifique a sua conecção à internet. - + Can't connect to streaming server Não se consegue ligar ao servidor de streaming. - + Please check your connection to the Internet and verify that your username and password are correct. Por favor, verifique a sua ligação à Internet e verifique que o seu nome de utilizador e password estão corretos. @@ -9579,7 +9716,7 @@ Tudo direita: fim do período do efeito Waveform Zoom Out - Reduzir Ampliação da Forma de Onda + Reduzir Forma de Onda @@ -9589,7 +9726,7 @@ Tudo direita: fim do período do efeito Waveform Zoom - Ampliação da Forma de Onda + Ampliação Forma de Onda @@ -9790,7 +9927,7 @@ Tudo direita: fim do período do efeito Vinyl Control - Controlo Vinilo + Controlo de Vinil @@ -9809,9 +9946,9 @@ Tudo direita: fim do período do efeito - + Cover Art - Capa de Disco + Capa do Disco @@ -9996,7 +10133,7 @@ Tudo direita: fim do período do efeito Low EQ - Equalizador Baixos + EQ Baixos @@ -10006,7 +10143,7 @@ Tudo direita: fim do período do efeito Mid EQ - Equalizador Médios + EQ Médios @@ -10016,7 +10153,7 @@ Tudo direita: fim do período do efeito High EQ - Equalizador Agudos + EQ Agudos @@ -10071,7 +10208,6 @@ Tudo direita: fim do período do efeito Key - The musical key of a track Tom @@ -10146,563 +10282,601 @@ Tudo direita: fim do período do efeito Alternar o bloqueio de tom durante a reprodução pode resultar em falhas momentâneas do audio. - + + Toggle displayed hotcue, 4 or 8 + Alterna a hotcue mostrada, 4 ou 8 + + + + Toggle visibility of Rate Control + Alterna a visibilidade do Controlo da Taxa + + + Places a cue point at the current position on the waveform. Coloca um ponto de marcação na posição corrente da forma de onda. - + Stops track at cue point, OR go to cue point and play after release (CUP mode). Pára a faixa no ponto de marcação, OU vai para o ponto de marcação e toca após libertar (modo CUP). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). Define um ponto de marcação (modo Pioneer/Mixxx/Numark), define um ponto de marcação e toca após libertar (Modo CUP) OU faz a antevisão a partir daí (modo Denon). - + Seeks the track to the cue point and stops. Procura na faixa até ao ponto de marcação e pára. - + Play Tocar - + Plays track from the cue point. - + Toca a faixa a partir do ponto de marcação. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. Altera a velocidade de reprodução da faixa (afeta quer o tempo, quer o tom). Se o bloqueio de tom estiver validado, apenas o tempo é afetado. - + Recording Duration Duração da Gravação - + Displays the duration of the running recording. Mostra a duração da gravação em curso. - + Sets the track Loop-In Marker to the current play position. Define o marcador Início Loop da faixa para a atual posição de reprodução. - + Press and hold to move Loop-In Marker. Pressione e mantenha para mover o marcador Início Loop. - + Jump to Loop-In Marker. Saltar para o marcador Início Loop. - + Sets the track Loop-Out Marker to the current play position. Define o marcador Fim Loop para a atual posição de reprodução. - + Press and hold to move Loop-Out Marker. Pressione e mantenha para mover o marcador Fim Loop. - + Jump to Loop-Out Marker. Saltar para o marcador Fim Loop. - + Beatloop Size Tamanho Loop - + Select the size of the loop in beats to set with the Beatloop button. Escolher o tamanho do loop em batidas estabelecer com o botão Loop. - + Changing this resizes the loop if the loop already matches this size. Alterando isto redimensiona o loop se o loop já coincide com este tamanho. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. Reduz a metade o tamanho dum loop existente, ou reduz a metade o tamanho do próximo loop definido com o botão Loop. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. Duplica o tamanho dum loop existente, ou duplica o tamanho do próximo loop definido com o botão Loop. - + Start a loop over the set number of beats. Iniciar um loop com o número de batidas prédefinidas. - + Temporarily enable a rolling loop over the set number of beats. Ativar temporariamente um loop rolado com o número de batidas prédefinidas. - + Beatjump/Loop Move Size Beatjump/Loop Tamanho Movimento - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. Selecione o número de batidas a saltar ou a deslocar o loop com os botões Beatjump Frente/Atrás. - + Beatjump Forward Beatjump Frente - + Jump forward by the set number of beats. Salta para a frente o número de batidas predefinidas. - + Move the loop forward by the set number of beats. Move o loop para a frente o número de batidas prédefinidas. - + Jump forward by 1 beat. Salta para a frente 1 batida. - + Move the loop forward by 1 beat. Move o loop para a frente 1 batida. - + Beatjump Backward Beatjump Atrás - + Jump backward by the set number of beats. Salta para trás o número de batidas prédefinidas. - + Move the loop backward by the set number of beats. Move o loop para trás o número de batidas prédefinidas. - + Jump backward by 1 beat. Salta para trás 1 batida. - + Move the loop backward by 1 beat. Move o loop para trás 1 batida. - + Reloop Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. Se o loop estiver à frente da posição atual de reprodução, o ciclo de looping começará quando o loop for atingido. - + Works only if Loop-In and Loop-Out Marker are set. Funciona apenas se os marcadores de Início Loop e Fim Loop estiverem definidos. - + Enable loop, jump to Loop-In Marker, and stop playback. Ativar loop, saltar para o marcador Início Loop, e parar a reprodução. - + Displays the elapsed and/or remaining time of the track loaded. Afixa o tempo decorrido e/ou tempo remanescente da faixa carregada. - + Click to toggle between time elapsed/remaining time/both. Clique para alternar entre tempo decorrido/remanescente/ambos. - + + Mix + Mistura + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + Ajustar a mistura do sinal seco (entrada) com o molhado (saída) da unidade de efeito + + + + D/W mode: Crossfade between dry and wet + Modo S/M: crossfade entre seco e molhado + + + + D+W mode: Add wet to dry + Modo S/M: adicionar molhado ao seco + + + + Mix Mode + Modo Mistura + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + Ajustar a mistura do sinal seco (entrada) com o sinal molhado (saída) da unidade de efeito + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + Modo Seco/Molhado (linhas cruzadas): o botão de Mistura faz a transição entre seco e molhado. +Usar isto para alterar o som da faixa com EQ e filtros de efeitos. + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + Modo Seco+Molhado (linha seca plana): o botão de Mistura adiciona o molhado ao seco. +Usar isto para alterar apenas o sinal já com os efeitos (molhado) de EQ e filtros de efeitos. + + + Route the left crossfader bus through this effect unit. - + Envia o bus esquerdo do crossfader através desta unidade de efeito. - + Route the right crossfader bus through this effect unit. - + Envia o bus direito do crossfader através desta unidade de efeito. - + Right side active: parameter moves with right half of Meta Knob turn Lado direito ativo: o parâmetro muda com meia volta para a direita do Botão Meta - + Skin Settings Menu Menu Definições Skin - + Show/hide skin settings menu Mostra/Oculta menu de definições. - + Save Sampler Bank Guardar o Banco de Amostras - + Save the collection of samples loaded in the samplers. - + Guarda a colecção de samples carregadas nos samplers. - + Load Sampler Bank Carregar o Banco de Amostras - + Load a previously saved collection of samples into the samplers. - + Carrega uma colecção de samples guardada previamente nos samplers. - + Show Effect Parameters Mostrar Parâmetros dos Efeitos - + Enable Effect Ativar Efeitos - + Meta Knob Link Ligação Botão Meta - + Set how this parameter is linked to the effect's Meta Knob. Definir como este parâmetro está ligado ao botão de efeitos Meta. - + Meta Knob Link Inversion Inversão Ligação Botão Mega - + Inverts the direction this parameter moves when turning the effect's Meta Knob. Inverte a direção com que este parâmetro se move quando se roda o Botão Meta. - - Dry/Wet - Seco/Molhado - - - + Super Knob Super Botão - - - Insert/Send Toggle - Alternar Inserir/Enviar - - - + Next Chain Próxima Cadeia - + Previous Chain Cadeia Anterior - + Next/Previous Chain Próxima/Anterior Cadeia - + Clear Limpar - + Clear the current effect. Limpa o efeito presente. - + Toggle Alternar - + Toggle the current effect. Alterna o efeito presente. - + Next Próximo - + Clear Unit Limpar Unidade - + Clear effect unit. Limpa a unidade de efeito. - + Show/hide parameters for effects in this unit. Mostra/Oculta parâmetros para efeitos nesta unidade. - + Toggle Unit Alternar Unidade - + Enable or disable this whole effect unit. Ativa ou desativa esta unidade completa de efeito. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - Ajusta o balanço entre o sinal original (seco) e o processado (molhado) para esta unidade completa de efeito. - - - + Controls the Meta Knob of all effects in this unit together. - Controla o Meta Botão de todos ao efeitos conjuntamente nesta unidade. + Controla o Meta Botão de todos os efeitos conjuntamente nesta unidade. - + Load next effect chain preset into this effect unit. Carrega a próxima cadeia de efeitos prédefinida nesta unidade de efeito. - + Load previous effect chain preset into this effect unit. Carrega a anterior cadeia de efeitos prédefinida nesta unidade de efeito. - + Load next or previous effect chain preset into this effect unit. Carrega a próxima ou anterior cadeia de efeitos prédefinida nesta unidade de efeito. - - - - - - - - - + + + + + + + + + Assign Effect Unit Atribuir Unidade de Efeito - + Assign this effect unit to the channel output. Atribuir esta unidade de efeito ao canal de saída. - + Route the headphone channel through this effect unit. Encaminha o canal de auscultadores através desta unidade de efeito. - + Route the master mix through this effect unit. Encaminha a mistura master através desta unidade de efeito. - + Route this deck through the indicated effect unit. Encaminha este leitor através da unidade de efeito indicada. - + Route this sampler through the indicated effect unit. Encaminha este sampler através da unidade de efeito indicada. - + Route this microphone through the indicated effect unit. Encaminha este microfone através da unidade de efeito indicada. - + Route this auxiliary input through the indicated effect unit. Encaminha esta entrada auxiliar através da unidade de efeito indicada. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. Esta unidade de efeito deve também ser atribuída a um leitor ou a outra fonte sonora para ouvir o efeito. - + Switch to the next effect. Comuta para o próximo efeito. - + Previous Anterior - + Switch to the previous effect. Comutar para o efeito anterior. - + Next or Previous Próximo ou Anterior - + Switch to either the next or previous effect. Comuta ou para o próximo efeito, ou efeito anterior. - + Meta Knob Botão Meta - + Controls linked parameters of this effect Controla os parâmetros deste efeito aqui ligado. - + Effect Focus Button Botão Realce Efeito - + Focuses this effect. Realça este efeito. - + Unfocuses this effect. Anula o realce deste efeito. - + Refer to the web page on the Mixxx wiki for your controller for more information. Consultar a página web na wiki Mixxx para mais informação sobre o seu controlador. - + Effect Parameter Parâmetro Efeito - + Adjusts a parameter of the effect. Ajusta um parâmetro do efeito. - + Inactive: parameter not linked Inativo: parâmetro não ligado - + Active: parameter moves with Meta Knob Activo: o parâmetro move-se com o Botão Meta - + Left side active: parameter moves with left half of Meta Knob turn Lado esquerdo ativo: o parâmetro move-se com meia volta para a esquerda do Botão Meta - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half Lado esquerdo e direito ativo: o parâmetro desloca-se ao longo da sua extensão com meia volta do Botão Meta e para trás com a outra meia volta. - - + + Equalizer Parameter Kill Parâmetro Cortar Equalizador - - + + Holds the gain of the EQ to zero while active. Mantém o ganho do EQ em zero enquanto ativo. - + Quick Effect Super Knob Super Botão Efeito Rápido - + Quick Effect Super Knob (control linked effect parameters). Super Botão de Efeito Rápido (controla os parâmetros do efeito a que está ligado). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. Sugestão: Alterar o modo Efeito Rápido padrão em Preferências -> Equalizadores. - + Equalizer Parameter Parâmetro Equalizador - + Adjusts the gain of the EQ filter. Ajusta o ganho do filtro EQ. - + Hint: Change the default EQ mode in Preferences -> Equalizers. Sugestão: Alterar o modo EQ padrão em Preferências -> Equalizadores. @@ -10724,123 +10898,123 @@ Tudo direita: fim do período do efeito Ajusta a grelha de batidas para corresponder um outro leitor em reprodução. - + If quantize is enabled, snaps to the nearest beat. Se a quantização estiver ativa agarra-se à batida mais próxima. - + Quantize Quantização - + Toggles quantization. Alternar a quantização. - + Loops and cues snap to the nearest beat when quantization is enabled. Os loops e as marcações agarram-se à batida mais próxima, quando a quantização está ativa. - + Reverse Inverter - + Reverses track playback during regular playback. Inverte a leitura da faixa durante a reprodução normal. - + Puts a track into reverse while being held (Censor). Coloca a faixa em inversão enquanto for mantido premido (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. A reprodução continua onde a faixa estava, se não tivesse sido temporariamente invertida. - - + + Play/Pause Tocar/Pausa - + Jumps to the beginning of the track. Salta para o início da faixa. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. Sincroniza o tempo (BPM) e a fase com os da outra faixa, se o BPM for detetado em ambas. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. Sincroniza o tempo (BPM) com o da outra faixa, se o BPM for detetado em ambas. - + Sync and Reset Key Sincronizar e Reiniciar Tom - + Increases the pitch by one semitone. Aumenta a tonalidade de um meio tom. - + Decreases the pitch by one semitone. Diminui a tonalidade de um meio tom. - + Enable Vinyl Control Ativar Controlo de Vinil - + When disabled, the track is controlled by Mixxx playback controls. Quando desativado, a faixa é controlada pelos controlos de reprodução do Mixxx. - + When enabled, the track responds to external vinyl control. Quando ativado, a faixa responde ao controlo de vinil externo. - + Enable Passthrough Ativar Passthrough - + Indicates that the audio buffer is too small to do all audio processing. Indica que o buffer de audio é muito pequeno para fazer todo o processamento de audio. - + Displays cover artwork of the loaded track. Mostra a capa do disco na faixa carregada. - + Displays options for editing cover artwork. Mostra as opções para edição da capa do disco. - + Star Rating Classificação Estrelas - + Assign ratings to individual tracks by clicking the stars. Atribui classificações a faixas individuais clicando nas estrelas. @@ -10985,255 +11159,254 @@ Tudo direita: fim do período do efeito Impede a mudança de tom quando a velocidade é alterada. - + Starts playing from the beginning of the track. Começa a leitura a partir do início da faixa. - + Jumps to the beginning of the track and stops. Salta para o início da faixa e pára. - + Plays or pauses the track. Toca ou pausa a faixa. - + (while playing) (durante a leitura) - + (while stopped) (durante a paragem) - + Cue Marcação - + Headphone Auscultador - + Mute - Silêncio + Silênciar - + Mutes the selected channel's audio in the master output. Silencia o canal de audio selecionado na saída Master. - + Old Synchronize Sincronização Antiga - + (This skin should be updated to use Master Sync!) (Esta Skin deve ser atualizada para usar Sincronização Mestre!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. Sincroniza com o primeiro leitor (em ordem numérica) que esteja em reprodução e tenha um BPM. - + If no deck is playing, syncs to the first deck that has a BPM. Se nenhum leitor estiver em reprodução, sincroniza com o primeiro leitor que tenha um BPM. - + Decks can't sync to samplers and samplers can only sync to decks. Os leitores não se podem sincronizar com samplers, e os samplers só se podem sincronizar com os leitores. - + Enable Master Sync Ativar Sincronização Mestre - + Tap to sync the tempo to other playing tracks or the master clock. Bater para sincronizar o tempo com outras faixas em reprodução, ou o relógio mestre. - + Hold for at least a second to enable sync lock for this deck. Manter premido, por pelo menos um segundo, para ativar o bloqueio de sincronização para este leitor. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. Os leitores com sincronização bloqueada tocam todos no mesmo tempo, e os leitores que também tiverem a quantização ativada terão sempre as suas batidas alinhadas. - + Resets the key to the original track key. Reinicia o tom, para o tom original da faixa. - + Enable Sync Clock Master Ativar Sincronização Relógio Mestre - + When enabled, this device will serve as the master clock for all other decks. Quando ativada, este dispositivo servirá como o relógio mestre, para todas as outras faixas. - + Speed Control Controlo de Velocidade - - - + + + Changes the track pitch independent of the tempo. Altera o tom da faixa, independentemente do tempo. - + Increases the pitch by 10 cents. Aumenta o tom de 10 centésimos. - + Decreases the pitch by 10 cents. Diminui o tom de 10 centésimos. - + Pitch Adjust - Ajuste de Tom + Ajustar Tom - + Adjust the pitch in addition to the speed slider pitch. Adiciona o ajuste de tom ao cursor de velocidade. - + Record Mix Gravar Mistura - + Toggle mix recording. Alternar gravação da mistura. - + Enable Live Broadcasting Ativar Emissão em Direto - + Stream your mix over the Internet. Fazer stream da sua mistura através da Internet. - + Provides visual feedback for Live Broadcasting status: Proporciona um retorno visual para o estado da Emissão em Direto: - + disabled, connecting, connected, failure. desativada, em ligação, ligada, falha. - + When enabled, the deck directly plays the audio arriving on the vinyl input. Quando ativada, o leitor toca o audio que chega diretamente à entrada do vinil. - + Blue for passthrough enabled. Azul quando o pasthrough está ativado. - + Playback will resume where the track would have been if it had not entered the loop. A reprodução será retomada onda a faixa estaria se não tivesse entrado em loop. - + Loop Exit Saída do Loop - + Turns the current loop off. Apaga o presente loop. - + Slip Mode Modo Escorregar - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. Quando ativo, a reprodução da faixa continua em silêncio, em segundo plano, durante um loop, inversão, scratch, etc. - + Once disabled, the audible playback will resume where the track would have been. Uma vez desativo, a reprodução audível retomará onde a faixa deveria ter estado. - + Track Key - The musical key of a track Tom da Faixa - + Displays the musical key of the loaded track. Mostra o tom musical da faixa carregada. - + Clock Relógio - + Displays the current time. Mostra a hora presente. - + Audio Latency Usage Meter Medidor do Uso da Latência Audio - + Displays the fraction of latency used for audio processing. Mostra a fração da latência usada no processamento de audio. - + A high value indicates that audible glitches are likely. Um valor alto indica que são prováveis falhas sonoras audíveis. - + Do not enable keylock, effects or additional decks in this situation. Não ative bloqueio de tom, efeitos ou leitores adicionais nesta situação. - + Audio Latency Overload Indicator Indicador de Sobrecarga de Latência Audio @@ -11298,279 +11471,279 @@ Tudo direita: fim do período do efeito Mostra o tom musical corrente da faixa carregada, após movimentação do cursor de velocidade/tom. - + Sends the selected channel's audio to the headphone output, Envia o audio do canal selecionado para a saída de auscultador, - + selected in Preferences -> Sound Hardware. selecionada em Preferências -> Hardware de Som. - + Fast Rewind Retrocesso Rápido - + Fast rewind through the track. Retrocesso rápido através da faixa. - + Fast Forward Avanço Rápido - + Fast forward through the track. Avanço rápido através da faixa. - + Jumps to the end of the track. Salta para o fim da faixa. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. Define a tonalidade para um tom que permita uma transição harmónica para outra faixa. Requer ter sido detetado um tom em ambos os leitores envolvidos. - - - + + + Pitch Control Controlo de Velocidade - + Pitch Rate Variação da Velocidade - + Displays the current playback rate of the track. - Mostra a taxa de variação de velocidade - em % em relação ao centro - da reprodução atual da faixa. + Mostra a taxa de variação de velocidade da reprodução atual da faixa. - + Repeat Repetir - + When active the track will repeat if you go past the end or reverse before the start. Quando ativo, a faixa repetirá se ultrapassar o fim, ou em inverso vier para antes do início. - + Eject Extrair - + Ejects track from the player. Extrai a faixa do leitor. - + Hotcue Hot Cue - + If hotcue is set, jumps to the hotcue. Se a hot cue estiver definida, salta para a hot cue. - + If hotcue is not set, sets the hotcue to the current play position. Se a hot cue não estiver definida, define a hot cue para a atual posição a tocar. - + If hotcue is set, clears the hotcue. Se a hot cue estiver definida, limpa a hot cue. - + Vinyl Control Mode - Modo Controlo Vinilo + Modo Controlo do Vinil - + Absolute mode - track position equals needle position and speed. Modo Absoluto - a posição na faixa corresponde à posição da agulha e velocidade. - + Relative mode - track speed equals needle speed regardless of needle position. Modo Relativo - A velocidade da faixa corresponde à velocidade da agulha, independentemente da posição da agulha. - + Constant mode - track speed equals last known-steady speed regardless of needle input. Modo Constante - a velocidade da faixa é igual à última velocidade estável conhecida, independentemente da informação de entrada da agulha. - + Vinyl Status Estado do Vinil - + Provides visual feedback for vinyl control status: Proporciona um retorno visual para o estado do Controlo de Vinil: - + Green for control enabled. Verde, quando o controlo estiver ativado. - + Blinking yellow for when the needle reaches the end of the record. Amarelo a piscar para quando a agulha chega ao fim do disco. - + Loop-In Marker Marcador de Início Loop - + Loop-Out Marker Marcador de Fim Loop - + Loop Halve Reduzir a Metade Loop - + Halves the current loop's length by moving the end marker. Reduz a metade o comprimento atual do loop, por movimentação do marcador final. - + Deck immediately loops if past the new endpoint. O leitor entra em loop imediatamente, se ultrapassar o novo ponto final. - + Loop Double Duplicar Loop - + Doubles the current loop's length by moving the end marker. Duplica o comprimento atual do loop, por movimentação do marcador final. - + Beatloop Loop de Batida - + Toggles the current loop on or off. Alterna entre ligar/desligar o loop corrente. - + Works only if Loop-In and Loop-Out marker are set. Funciona apenas se os marcadores de Início Loop e Fim Loop estiverem definidos. - + Hint: Change the default cue mode in Preferences -> Interface. Sugestão: Alterar o modo do ponto de marcação em Preferências -> Interface. - + Vinyl Cueing Mode Modo de Marcação do Vinil - + Determines how cue points are treated in vinyl control Relative mode: Determina como os pontos de marcação são tratados no modo Relativo do controlo de vinil: - + Off - Cue points ignored. Off - Pontos de marcação ignorados. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. One Cue - Se a agulha for colocada após o ponto de marcação, a faixa procurará por esse ponto de marcação. - + Hot Cue - Track will seek to nearest previous hot cue point. Hot Cue - A faixa procurará o ponto hot cue anterior mais próximo. - + Track Time Tempo da Faixa - + Track Duration Duração Faixa - + Displays the duration of the loaded track. Mostra a duração da faixa carregada. - + Information is loaded from the track's metadata tags. A informação é carregada a partir das etiquetas de metadados da faixa. - + Track Artist Artista Faixa - + Displays the artist of the loaded track. Mostra o artista da faixa carregada. - + Track Title Título Faixa - + Displays the title of the loaded track. Mostra o título da faixa carregada. - + Track Album Album Faixa - + Displays the album name of the loaded track. Mostra o nome do álbum da faixa carregada. - + Track Artist/Title Artista/Título Faixa - + Displays the artist and title of the loaded track. Mostra o artista e o título da faixa carregada. @@ -11692,34 +11865,6 @@ Tudo direita: fim do período do efeito Houve um erro ao carregar a sua biblioteca Traktor. Algumas das suas faixas ou playlists do Tracktor poderão não ter sido carregadas. - - Ui - - - Mixxx %1 Development Team - Equipa de Desenvolvimento do MIxxx %1 - - - - With contributions from: - Com contribuições de: - - - - And special thanks to: - E um agradecimento especial a: - - - - Past Developers - Desenvolvedores antigos - - - - Past Contributors - Colaboradores antigos - - VSyncThread @@ -11815,12 +11960,18 @@ Tudo direita: fim do período do efeito WEffect - + + %1: %2 + %1 = effect name; %2 = effect description + %1: %2 + + + None Nenhum - + No effect loaded. Nenhum efeito carregado. @@ -11959,317 +12110,333 @@ Tudo direita: fim do período do efeito &Ver - + May not be supported on all skins. Pode não ser suportado por todas as Skins. - + + Show Skin Settings Menu + Mostrar Menu de Configurações do Tema + + + + Show the Skin Settings Menu of the currently selected Skin + Mostra o menu das configurações do tema do tema atualmente selecionado + + + + Ctrl+1 + Menubar|View|Show Skin Settings + Ctrl+1 + + + Show Microphone Section Mostrar Seção Microfone - + Show the microphone section of the Mixxx interface. Mostra a seção microfone do interface Mixxx. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section Mostra Seção Controlo do Vinil - + Show the vinyl control section of the Mixxx interface. Mostra a seção controlo de vinil do interface Mixxx. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck Mostrar Leitor Antevisão - + Show the preview deck in the Mixxx interface. Mostra o leitor de antevisão no interface Mixxx. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art Mostrar Capa - + Show cover art in the Mixxx interface. Mostrar as capas dos discos no interface Mixxx. - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library Maximizar Biblioteca - + Maximize the track library to take up all the available screen space. Maximiza a biblioteca de faixas para ocupar todo o espaço disponível do ecrã. - + Space Menubar|View|Maximize Library Espaço - + &Full Screen &Ecrã Inteiro - + Display Mixxx using the full screen Mostrar o Mixxx utilizando o ecrã inteiro. - + &Options &Opções - + &Vinyl Control Controlo de &Vinil - + Use timecoded vinyls on external turntables to control Mixxx Usar discos de vinil com timecode, em gira discos externos, para controlar o Mixxx. - + Enable Vinyl Control &%1 Ativar Controlo do Vinil &%1 - + &Record Mix &Gravar Mistura - + Record your mix to a file Gravar a sua mistura para um ficheiro. - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting Ativar &Emissão ao Vivo - + Stream your mixes to a shoutcast or icecast server Fazer o stream das suas misturas para um servidor Shoutcast ou Icecast. - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts Ativar Atalhos de Teclado - + Toggles keyboard shortcuts on or off Alterna entre ligar/desligar os atalhos de teclado. - + Ctrl+` Ctrl+` - + &Preferences &Preferências - + Change Mixxx settings (e.g. playback, MIDI, controls) Altera as definições do Mixxx (ex. reprodução, MIDI, controlos) - + &Developer &Desenvolvedor - + &Reload Skin &Recarregar Skin - + Reload the skin Recarrega a Skin - + Ctrl+Shift+R Ctrl+Shift+R - + Developer &Tools &Ferramentas do Desenvolvedor - + Opens the developer tools dialog Abre o diálogo das ferramentas do desenvolvedor - + Ctrl+Shift+T Ctrl+Shift+T - + Stats: &Experiment Bucket Estatísticas: Balde de &Experiências - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. Ativa o modo Experiências. Coleta estatísticas no balde de rastreio EXPERIÊNCIAS. - + Ctrl+Shift+E Ctrl+Shift+E - + Stats: &Base Bucket Estatísticas: &Balde Base - + Enables base mode. Collects stats in the BASE tracking bucket. Ativa o modo Base. Coleta estatísticas no balde de rastreio BASE. - + Ctrl+Shift+B Ctrl+Shift+B - + Deb&ugger Enabled Deb&ugger Ativado - + Enables the debugger during skin parsing Ativa o debugger durante a análise da Skin. - + Ctrl+Shift+D Ctrl+Shift+D - + &Help &Ajuda - + &Community Support &Apoio da Comunidade - + Get help with Mixxx Obter ajuda com o Mixxx - + &User Manual Manual do &Utilizador - + Read the Mixxx user manual. Ler o manual do utilizador do Mixxx. - + &Keyboard Shortcuts &Atalhos de Teclado - + Speed up your workflow with keyboard shortcuts. Acelere o seu fluxo de trabalho com os atalhos de teclado. - + Send Us &Feedback Envie-nos &Opinião - + Send feedback to the Mixxx team. Enviar opinião para a equipa do Mixxx. - + &Translate This Application &Traduzir Esta Aplicação - + Help translate this application into your language. Ajude a traduzir esta aplicação na sua língua. - + &About &Sobre - + About the application Sobre esta aplicação @@ -12286,9 +12453,7 @@ Tudo direita: fim do período do efeito Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source A carregar faixa ... @@ -12370,6 +12535,12 @@ Text on waveform overview when file is cached from source Add to Playlist Adicionar à Playlist + + + Reset + Reset metadata in right click track context menu in library + Limpar + Cover Art @@ -12382,60 +12553,70 @@ Text on waveform overview when file is cached from source ESC - + Remove Remover - + + Remove from Playlist + Remover da Playlist + + + + Remove from Crate + Remover da Caixa + + + Hide from Library Ocultar da Biblioteca - + Unhide from Library Mostrar da Bilioteca - + Purge from Library Remover da Biblioteca - + Properties Propriedades - + Open in File Browser Abrir no Explorador de Ficheiros - + 4/3 BPM 4/3 BPM - + 3/2 BPM 3/2 BPM - - + + Create New Playlist - Criar Playlist Nova + Criar uma Playlist Nova - + Create New Crate Criar Caixa Nova - + Enter name for new playlist: - Introduza um nome para a nova playlist: + Introduzir um nome para a nova playlist: @@ -12463,150 +12644,144 @@ Text on waveform overview when file is cached from source Alterar BPM - - Clear - Clear metadata in right click track context menu in library - Limpar - - - + Add to Auto DJ Queue (Bottom) Adicionar à Fila Auto DJ (Baixo) - + Add to Auto DJ Queue (Top) Adicionar à Fila Auto DJ (Cima) - + Add to Auto DJ Queue (Replace) Adicionar à Fila Auto DJ (Substituir) - + Import From File Tags Importar Das Tags Ficheiros - + Import From MusicBrainz Importar De MusicBrainz - + Export To File Tags Exportar Para Tags Ficheiros - + Preview Deck Leitor de Antevisão - + BPM and Beatgrid BPM e Grelha de Batidas - + Play Count Contador de Leitura - + Cue Point Ponto de Marcação - + Hotcues Hot Cues - + Loop Loop - + ReplayGain ReplayGain - + Waveform Forma de Onda - + All Todas - + Deck %1 Leitor %1 - + New Playlist Playlist Nova - - - + + + Playlist Creation Failed Criação da Playlist Falhou - + A playlist by that name already exists. Já existe uma playlist com esse nome. - + A playlist cannot have a blank name. Uma playlist não pode ter um nome em branco. - + An unknown error occurred while creating playlist: - Ocorreu um erro desconhecido ao criar a Playlist + Ocorreu um erro desconhecido ao criar a playlist: - + Lock BPM Bloquear BPM - + Unlock BPM Desbloquear BPM - + Double BPM Duplicar BPM - + Halve BPM Reduzir a Metade BPM - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + Sampler %1 Sampler %1 @@ -12622,12 +12797,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) (GLSL) - + (GL) (GL) diff --git a/res/translations/mixxx_pt.ts b/res/translations/mixxx_pt.ts index 1ebf8f31e2b2..c05b8744348e 100644 --- a/res/translations/mixxx_pt.ts +++ b/res/translations/mixxx_pt.ts @@ -1,4 +1,4 @@ - + : @@ -259,7 +259,7 @@ Album Artist - Album Artista + Álbum Artista @@ -386,22 +386,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error - + <b>Error with settings for '%1':</b><br> @@ -695,8 +695,8 @@ - - + + Deck %1 Leitor %1 @@ -787,13 +787,13 @@ - + Set to full volume Volume Máximo - + Set to zero volume Volume Mínimo @@ -818,13 +818,13 @@ - + Headphone listen button Botão de audição dos fones - + Mute button @@ -840,25 +840,25 @@ - + Mix orientation (e.g. left, right, center) Orientação da Mistura (ex.: esquerda, direita, centro) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -934,229 +934,224 @@ - - One-time beat sync (tempo and phase) - - - - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode Activar/desactivar o modo de bloqueio - + Equalizers Equalizadores - + Vinyl Control Controlo Vinilo - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Activar/desactivar o modo de marcação do controlo vinilo (OFF/UM/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) Activar/desactivar o modo de controlo vinilo (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues Marcas - + Cue button Tecla de marca - + Set cue point Definir o ponto de marcação - + Go to cue point Ir para marca - + Go to cue point and play Ir para marca e tocar - + Go to cue point and stop Ir para o ponto de marcação e parar - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues Marcações - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 Apagar o marcador %1 - + Set hotcue %1 - + Jump to hotcue %1 Ir para o marcador %1 - + Jump to hotcue %1 and stop Ir para o marcador %1 e parar - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 Pistas Quentes %1 - + Looping Looping - + Loop In button Tecla de entrada em Loop - + Loop Out button Botão de saída de Loop - + Loop Exit button Botão de saída de ciclo - + 1/2 - + 1 1 - + 2 - + 4 - + 8 - + 16 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Beat-Looping Looping de tempos - + Create %1-beat loop Criar um loop com %1 tempos - + Create temporary %1-beat loop roll Criar temporariamente %1 -beat loop roll - + Library Biblioteca @@ -1287,20 +1282,20 @@ + - Volume Fader - + Full Volume Volume Total - + Zero Volume @@ -1316,7 +1311,7 @@ - + Mute Mutar @@ -1327,7 +1322,7 @@ - + Headphone Listen @@ -1348,25 +1343,25 @@ - + Orientation Orientação - + Orient Left Orientação à Esquerda - + Orient Center Orientação ao Centro - + Orient Right Orientação à Direita @@ -1471,11 +1466,6 @@ Sync Mode Modo Sincronismo - - - Tap to sync, hold to enable sync mode - - Internal Sync Master @@ -1523,527 +1513,521 @@ - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Speed (Pitch/Tempo) - + Keylock Mode - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original - + High EQ Equalizador dos Agudos - + Mid EQ Equalizador dos Médios - + Low EQ Equalizador dos Graves - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode Modo de Controlo Vinilo - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue Marca de início - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve Reduz o loop a metade - + Loop Double Duplicação do loop - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) Juntar à fila Auto DJ (em baixo) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) Juntar à fila Auto DJ (em cima) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track Carregar a faixa seleccionada - + Track Load and Play - + Load selected track and play Carregar faixa selecionada e reproduzir - + Record Mix - + Toggle mix recording - + Effects Efeitos - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - + Quick Effect - + Clear effect rack - + Clear Effect Rack - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain + - + - + - + - Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next Seguinte - + Switch to next effect - + Previous Anterior - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect + - Parameter Value + - Microphone Ducking Strength - + Microphone Ducking Mode - + Gain Ganho - + Gain knob Controlo de Ganho - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Cover Art Show/Hide - + Show/hide cover art - + Waveform Zoom Out - + Toggle Effect Unit @@ -2068,546 +2052,566 @@ - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - - + + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) + - Adjust %1 + - Kill %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off Microfone ligar/desligar - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Auto DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Fade To Next - + Trigger the transition to the next track Desencadear a transição para a próxima faixa - + User Interface Interface do Utilizador - + Samplers Show/Hide - + Show/hide the sampler section Mostrar/ocultar a secção sampler - + Microphone Show/Hide - + Show/hide the microphone section Mostrar/ocultar a secção microfone - + Vinyl Control Show/Hide - + Show/hide the vinyl control section Mostrar/ocultar a secção controlo vinilo - + Preview Deck Show/Hide - + Show/hide the preview deck Mostrar/esconder o leitor anterior - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget Mostrar/ocultar o "widget" vinilo em rotação - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out @@ -2917,6 +2921,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + Equipa de desenvolvimento Mixxx %1 + + + + With contributions from: + Com as contribuições de: + + + + And special thanks to: + E agradecimentos especiais a: + + + + Past Developers + Desenvolvedores antigos + + + + Past Contributors + Contribuidores antigos + + DlgAboutDlg @@ -3564,102 +3596,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Automatic - + Mono - + Stereo Estéreo - - - - + + + + Action failed - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3672,27 +3704,27 @@ Two source connections to the same server can't have the same mountpoint. - + Mixxx Icecast Testing Teste de ligação do Mixxx ao IceCast - + Public stream Transmissão pública - + http://www.mixxx.org http://www.mixxx.org - + Stream name Nome da transmissão - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. @@ -3727,189 +3759,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. Atualizar dinamicamente os metadados Ogg Vorbis - + + ICQ + + + + + AIM + + + + Website Página Web - + Live mix Mistura ao vivo - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre Gênero - + Use UTF-8 encoding for metadata. Use codificação UTF-8 para metadados - + Description Descrição - + Encoding A codificar... - + Bitrate Bit rate - - + + Format Formato - + Channels Canais - + Server connection Ligação ao servidor - + Type Tipo - + Host Anfitrião (host) - + Login Iniciar Sessão - + Mount Montar - + Port Porto - + Password Palavra passe - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4668,15 +4715,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected Nenhum @@ -4803,32 +4846,32 @@ Displayed when no effect is selected - + Effect Info - + Version: - + Description: Descrição - + Author: - + Name: - + Type: @@ -5065,6 +5108,19 @@ and allows you to pitch adjust them for harmonic mixing. + + DlgPrefLV2Dlg + + + Equalizer Preferences + + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5848,7 +5904,7 @@ The loudness target is approximate and assumes track pregain and master output l Sample Rate - + Frequência de Amostragem @@ -5886,11 +5942,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds @@ -5911,7 +5963,7 @@ milliseconds Buffer Underflow Count - + Contagem insuficiente no tampão @@ -6130,17 +6182,17 @@ milliseconds - + OpenGL not available OpenGL não disponível - + dropped frames - + Cached waveforms occupy %1 MiB on disk. @@ -6178,28 +6230,28 @@ milliseconds Ganho visual - + Default zoom level Waveform zoom - + Displays the actual frame rate. Mostra a velocidade de refrescamento corrente - + Visual gain of the middle frequencies Ganho visual das frequências médias - + End of track warning - + OpenGL status @@ -6214,105 +6266,124 @@ milliseconds - + Low Baixa - + Middle - + Global - + Visual gain of the high frequencies Ganho visual das frequências agudas - + Visual gain of the low frequencies Ganho visual das frequências baixas - + High Alta - + Waveform type - + Global visual gain Ganho visual geral - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. Sincroniza o nível de zoom para todas as exibições da Forma de Onda - + Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + % + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms @@ -6320,83 +6391,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware Hardware de Som - + Controllers Controladores - + Library Biblioteca - + Interface Interface - + Waveforms - + Auto DJ Auto DJ - + Equalizers Equalizadores - + Decks - + Crossfader Crossfader - + + Effects + Efeitos + + + + LV2 Plugins + + + + Recording Gravação - + Beat Detection Detecção do tempo - + Key Detection - + Normalization Normalização - - + + Vinyl Control Controlo Vinilo - + Live Broadcasting Difusão em directo - + Modplug Decoder @@ -6913,7 +6994,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject @@ -6927,40 +7008,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h + + EffectSettingsModel + + + Visible + + + + + Name + + + + + Type + Tipo + + EffectsManager - + Flanger Flanger - + BitCrusher - + Filter - + Reverb Reverbação - + Echo - + AutoPan - + Tremolo @@ -7131,39 +7230,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes iTunes - - + + Select your iTunes library Seleccione a sua biblioteca iTunes - + (loading) iTunes (a carregar) iTunes - + Use Default Library Utilizar a biblioteca padrão - + Choose Library... Escolha a biblioteca... - + Error Loading iTunes Library Erro ao carregar a biblioteca iTunes - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. Houve um erro no carregamento da sua biblioteca iTunes. Algumas das suas faixas ou listas de reprodução iTunes podem não ter sido carregadas. @@ -7401,52 +7500,52 @@ para OpenGL. MixxxMainWindow - + Choose music library directory Escolha a pasta da biblioteca musical - + Sound Device Busy Dispositivo de som ocupado - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Tentar de novo</b> após ter fechado a outra aplicação ou ter religado o dispositivo de som. - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Reconfigurar</b> as opções áudio do Mixxx. - - + + Get <b>Help</b> from the Mixxx Wiki. Encontrar <b>Ajuda</b> no Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. <b>Sair</b> do Mixxx. - + Retry Tentar de novo - + Cannot open database Não é possível abrir a base de dados - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7457,147 +7556,139 @@ O Mixxx necessita QT com suporte SQLite. Por favor, leia a documentação do dri Clique em OK para sair. - - + + Reconfigure Reconfigurar - + Help Ajuda - - + + Exit Sair - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices Nenhum dispositivo de saída - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. O Mixxx foi configurado sem nenhum dispositivo de saída audio. Sem dispositivo de saída configurado, o processamento do som será desactivado. - + <b>Continue</b> without any outputs. <b>Continuar</b> sem nenhuma saída. - + Continue Continuar - + Load track to Deck %1 Carregar a faixa no leitor %1 - + Deck %1 is currently playing a track. O leitor %1 está actualmente a ler uma faixa. - + Are you sure you want to load a new track? Tem a certeza de querer carregar uma nova faixa? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file Erro no ficheiro de tema - + The selected skin cannot be loaded. O tema seleccionado não pode ser carregado - + OpenGL Direct Rendering Processamento Direct OpenGL - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. O processamento Direct não está disponível na sua máquina.<br><br>Isto significa que a exibição das formas de onda será muito<br><br>lenta e poderá carregar fortemente o seu processador</b>. Actualize a sua<br>configuração para permitir o processamento direct ou desactive<br>a exibição de formas de onda nas preferências do Mixxx seleccionando<br>"Vazio" para a exibição da forma de onda na secção "Interface".<br><br>NOTA : se utilizar material NVIDIA,<br>o processamento direct pode não estar presente, mas não deverá encontrar desempenhos degradados. - - + + Confirm Exit Confirmar saída - + A deck is currently playing. Exit Mixxx? Um leitor está actualmente a tocar. Sair do Mixxx? - + A sampler is currently playing. Exit Mixxx? Uma amostra está actualmente a tocar. Sair do Mixxx? - + The preferences window is still open. A janela de preferências ainda está aberta. - + Discard any changes and exit Mixxx? Rejeitar quaisquer alterações e sair do Mixxx? - - NativeBackend - - - Native - - - ParserCsv @@ -7978,563 +8069,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo - - + + Time - - + + Ping Pong - - - - + + + + Send - + How much of the signal to send into the delay buffer - - - - + + + + Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize Quantificação - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth - - + + Flanger Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM BPM - + Set the beats per minute value of the click sound - + Sync Sincronizar - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb Reverbação - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low Baixa - - - + + + Gain for Low Filter - + Kill Low - + Kill the Low Filter - + Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High Alta - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8544,58 +8635,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo Estéreo - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8660,47 +8751,47 @@ Higher values result in less attenuation of high frequencies. F11 - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8710,60 +8801,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix @@ -8796,45 +8887,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance Panorâmico - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8842,172 +8933,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + Integrado + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9044,22 +9156,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording Gravação - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9195,132 +9317,147 @@ Fully right: end of the effect period Erro na configuração do modo não-blocante - + Error setting hostname! Erro na definição do nome do anfitrião! - + Error setting port! Erro na configuração da porta! - + Error setting password! Erro na definição da palavra chave! - + Error setting mount! Erro na configuração do montar! - + Error setting username! Erro na definição do nome de utilizador! - + Error setting stream name! Erro na definição do nome de "stream"! - + Error setting stream description! Erro na definição da descrição de "stream"! - + Error setting stream genre! Erro na definição do género do "stream"! - + Error setting stream url! Erro na definição da URL do "stream"! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. A difusão em 96 kHz com Ogg Vorbis não é suportada de momento. Queira tentar com uma outra frequência de amostragem ou seleccionar uma codificação diferente. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. Ver https://bugs.launchpad.net/mixxx/+bug/686212 para mais informações. - + Error setting bitrate Erro na definição do débito - + Error: unknown server protocol! Erro: protocolo do servidor desconhecido! - + Error: libshout only supports Shoutcast with MP3 format! Erro: libshout apenas suporta Shoutcast com o formato MP3! - + Error setting protocol! Erro na configuração do protocolo! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. Queira verificar a sua ligação à Internet e que a sua identificação e palavra passe estão correctas. @@ -9738,7 +9875,7 @@ Fully right: end of the effect period - + Cover Art Capa @@ -10000,7 +10137,6 @@ Fully right: end of the effect period Key - The musical key of a track Nota @@ -10075,563 +10211,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play Tocar - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank Guardar o Banco do Sampler - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank Carregar o Banco do Sampler - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - - - - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next Seguinte - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous Anterior - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10653,123 +10825,123 @@ Fully right: end of the effect period - + If quantize is enabled, snaps to the nearest beat. Quando a quantificação está activada, ajusta-se ao tempo mais próximo. - + Quantize Quantificação - + Toggles quantization. Activa/desactiva a quantificação. - + Loops and cues snap to the nearest beat when quantization is enabled. Os loops e as marcas ajustam-se ao tempo mais próximo quando a quantificação está activada. - + Reverse Inverter - + Reverses track playback during regular playback. Inverte o sentido da leitura da faixa durante a reprodução normal. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause Leitura/Pausa - + Jumps to the beginning of the track. Salta para o início da faixa - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -10914,255 +11086,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. - + Jumps to the beginning of the track and stops. - + Plays or pauses the track. Lê ou suspende a leitura da faixa. - + (while playing) (durante a leitura) - + (while stopped) (enquanto parado) - + Cue Marca de início - + Headphone Auscultador - + Mute Mutar - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. Sincroniza com o primeiro Deck (em ordem numérica) que está tocar uma faixa e que tem um BPM. - + If no deck is playing, syncs to the first deck that has a BPM. Se nenhum Deck estiver a tocar, sincroniza com o primeiro Deck que tenha BPM - + Decks can't sync to samplers and samplers can only sync to decks. os Deck não conseguem sincronizar com as amostras e as amostras só conseguem sincronizar com os Decks - + Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. O Playback vai retornar ao ponto onde a faixa teria ficado se não tivesse entrado no loop. - + Loop Exit - + Turns the current loop off. Desliga o loop - + Slip Mode Modo de deslizamento - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. Quando activo, o playback continua abafado em segundo plano durante o loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. Uma vez desactivado, o playback audível será retomado onde a faixa estaria. - + Track Key - The musical key of a track - + Displays the musical key of the loaded track. - + Clock Relógio - + Displays the current time. Afixa a hora actual - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11227,279 +11398,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. seleccionado em Preferências -> Hardware de Som. - + Fast Rewind Retorno Rápido - + Fast rewind through the track. Retorno rápido percorrendo a faixa. - + Fast Forward Avanço Rápido - + Fast forward through the track. Avanço rápido percorrendo a faixa. - + Jumps to the end of the track. Salta para o fim da faixa. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control Controlo da Velocidade - + Pitch Rate Variador de Altura - + Displays the current playback rate of the track. Mostra a velocidade corrente da faixa. - + Repeat Repetir - + When active the track will repeat if you go past the end or reverse before the start. Quando activo, a faixa será repetida se for para além do fim, ou em reverso para além do início. - + Eject Ejectar - + Ejects track from the player. Ejecta a faixa do leitor. - + Hotcue Marcação - + If hotcue is set, jumps to the hotcue. Se o ponto de marcação estiver definido, salta para o ponto de marcação. - + If hotcue is not set, sets the hotcue to the current play position. Se o ponto de marcação não estiver definido, define o ponto de marcação no local de leitura corrente. - + If hotcue is set, clears the hotcue. Se o ponto de marcação estiver definido, apaga o ponto de marcação. - + Vinyl Control Mode Modo de Controlo Vinilo - + Absolute mode - track position equals needle position and speed. Modo Absoluto - a posição na faixa é igual à posição e velocidade da agulha. - + Relative mode - track speed equals needle speed regardless of needle position. Modo Relativo - a velocidade da faixa é igual à velocidade da agulha independentemente da posição da agulha. - + Constant mode - track speed equals last known-steady speed regardless of needle input. Modo Constante - a velocidade da faixa é igual à última velocidade instantânea conhecida independentemente da posição da agulha. - + Vinyl Status Estado do Vinilo - + Provides visual feedback for vinyl control status: Fornece um sinal visual para o estado do controlo vinilo: - + Green for control enabled. Verde para controlo activado. - + Blinking yellow for when the needle reaches the end of the record. Amarelo a piscar quando a agulha chega ao fin do disco. - + Loop-In Marker Marcador de Entrada de Loop - + Loop-Out Marker Marcador de Saída de Loop - + Loop Halve Reduz o loop a metade - + Halves the current loop's length by moving the end marker. Reduz a metade o comprimento do loop corrente, movendo o marcador de fim. - + Deck immediately loops if past the new endpoint. O leitor faz loop imdiatamente, se o novo marcador de saída for ultrapassado. - + Loop Double Duplicação do loop - + Doubles the current loop's length by moving the end marker. Duplica o comprimento corrente do loop movendo o marcador de fim. - + Beatloop Loop de Tempos - + Toggles the current loop on or off. Activa ou desactiva o loop corrente. - + Works only if Loop-In and Loop-Out marker are set. Funciona apenas se as marcas de entrada e de saída do loop estiverem definidas. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode Modo de Marcação Vinilo - + Determines how cue points are treated in vinyl control Relative mode: Determina a forma como os pontos de marcação são tratados no modo de controlo vinilo Relativo. - + Off - Cue points ignored. Inactivo - os pontos de marcação são ignorados. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. Uma Marca – Se a agulha é largada após o ponto de marcação, a faixa posiciona-se nesse ponto de marcação. - + Hot Cue - Track will seek to nearest previous hot cue point. Marca importante – A faixa posiciona-se no ponto de marcação importante mais próximo e anterior. - + Track Time Duração da faixa - + Track Duration Duração da Faixa - + Displays the duration of the loaded track. Mostra a duração da faixa carregada. - + Information is loaded from the track's metadata tags. A informação é carregada a partir das etiquetas de metadados da faixa. - + Track Artist Artista da Faixa - + Displays the artist of the loaded track. Mostra o artista da faixa carregada. - + Track Title Título da Faixa - + Displays the title of the loaded track. Mostra o título da faixa. - + Track Album Album da faixa - + Displays the album name of the loaded track. Mostra o nome do album da faixa carregada. - + Track Artist/Title Artista/título da faixa - + Displays the artist and title of the loaded track. Mostra o artista e o título da faixa carregada. @@ -11621,34 +11792,6 @@ Fully right: end of the effect period Houve um erro de carregamento da sua biblioteca Traktor. Algumas das suas faixas ou listas de reprodução Traktor podem não ter sido carregadas. - - Ui - - - Mixxx %1 Development Team - Equipa de desenvolvimento Mixxx %1 - - - - With contributions from: - Com as contribuições de: - - - - And special thanks to: - E agradecimentos especiais a: - - - - Past Developers - Desenvolvedores antigos - - - - Past Contributors - Contribuidores antigos - - VSyncThread @@ -11744,12 +11887,18 @@ Fully right: end of the effect period WEffect - + + %1: %2 + %1 = effect name; %2 = effect description + + + + None Nenhum - + No effect loaded. @@ -11888,317 +12037,333 @@ Fully right: end of the effect period &Ver - + May not be supported on all skins. Pode não ser compatível com todos os temas - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + Ctrl+1 + + + Show Microphone Section Mostrar a Secção do Microfone - + Show the microphone section of the Mixxx interface. Mostrar a secção microfone do interface Mixxx - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section Mostrar a Secção de Controle de Vinyl - + Show the vinyl control section of the Mixxx interface. Mostrar a secção Controlo Vinilo do interface Mixxx - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck Mostrar o Deck de Pré-visualização - + Show the preview deck in the Mixxx interface. Mostrar o Deck de Pré-visualização no interface do Mixxx. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen &Ecrã completo - + Display Mixxx using the full screen Mostrar o Mixxx em ecrã completo - + &Options &Opções - + &Vinyl Control Controlo Vinilo - + Use timecoded vinyls on external turntables to control Mixxx Utilizar discos de vinilo codificados num leitor externo para controlar o Mixxx - + Enable Vinyl Control &%1 - + &Record Mix Gravar a mistura - + Record your mix to a file Gravar a sua mistura num ficheiro - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting Activar a difusão em directo - + Stream your mixes to a shoutcast or icecast server Difunda as suas misturas via um servidor de "shoutcast" ou "icecast" - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts Activar atalhos de teclado - + Toggles keyboard shortcuts on or off Activar/desactivar atalhos de teclado - + Ctrl+` Ctrl+` - + &Preferences &Preferências - + Change Mixxx settings (e.g. playback, MIDI, controls) Modificar os parâmetros do Mixxx (ex. difusão, MIDI, controladores) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help &Ajuda - + &Community Support Suporte da comunidade - + Get help with Mixxx Obter ajuda sobre o Mixxx - + &User Manual Manual do utilizador - + Read the Mixxx user manual. Ler o manual de utilizador do Mixxx - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback Envie-nos as suas opiniões - + Send feedback to the Mixxx team. Enviar opiniões à equipa do Mixxx - + &Translate This Application &Traduzir esta Aplicação - + Help translate this application into your language. Ajude a traduzir esta aplicação na sua linguagem - + &About &Sobre - + About the application Sobre a aplicação @@ -12215,9 +12380,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source A carregar faixa .. @@ -12299,6 +12462,12 @@ Text on waveform overview when file is cached from source Add to Playlist Adicionar à Lista de reprodução + + + Reset + Reset metadata in right click track context menu in library + Repor + Cover Art @@ -12311,58 +12480,68 @@ Text on waveform overview when file is cached from source - + Remove Remove - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library Ocultar na Biblioteca - + Unhide from Library Reexibir na Biblioteca - + Purge from Library Limpar da Biblioteca - + Properties Propriedades - + Open in File Browser Abrir no Navegador de Ficheiros - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist Criar nova lista de reprodução - + Create New Crate Criar nova caixa - + Enter name for new playlist: Entre o nome da nova lista de reprodução @@ -12392,150 +12571,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck Deck de Prá-visualização - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues Marcações - + Loop - + ReplayGain - + Waveform - + All Tudo - + Deck %1 Leitor %1 - + New Playlist Nova lista de reprodução - - - + + + Playlist Creation Failed A criação da Lista de reprodução falhou - + A playlist by that name already exists. Já existe uma Playlist com este nome - + A playlist cannot have a blank name. A Playlist não pode ter um nome vazio - + An unknown error occurred while creating playlist: Ocorreu um erro desconhecido ao criar a Playlist - + Lock BPM Bloquear o Tempo (BPM) - + Unlock BPM Desbloquear o Tempo (BPM) - + Double BPM Duplicar o BPM - + Halve BPM Reduzir o BPM a metade - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + Sampler %1 Sampler %1 @@ -12551,12 +12724,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) (GLSL) - + (GL) (GL) diff --git a/res/translations/mixxx_pt_BR.ts b/res/translations/mixxx_pt_BR.ts index 103c8e656ee7..dfe0f98ecd31 100644 --- a/res/translations/mixxx_pt_BR.ts +++ b/res/translations/mixxx_pt_BR.ts @@ -1,4 +1,4 @@ - + : @@ -388,22 +388,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. Não é possível usar o armazenamento seguro de senha: o acesso ao keychain falhou. - + Secure password retrieval unsuccessful: keychain access failed. A recuperação segura da senha não foi bem-sucedida: o acesso ao keychain falhou. - + Settings error Erro de configurações - + <b>Error with settings for '%1':</b><br> <b>Erro com configurações para '%1':</b><br> @@ -697,8 +697,8 @@ - - + + Deck %1 Deck %1 @@ -789,13 +789,13 @@ - + Set to full volume Definir para volume total - + Set to zero volume Definir para volume zero @@ -820,13 +820,13 @@ Botão de rolagem reversa (Censurar) - + Headphone listen button Botão ouvir no fone - + Mute button Botão mudo @@ -842,25 +842,25 @@ - + Mix orientation (e.g. left, right, center) Orientação da mixagem (ex.: esquerda, direita, centro) - + Set mix orientation to left Definir orientação da mixagem à esquerda - + Set mix orientation to center Definir orientação da mixagem para o centro - + Set mix orientation to right Definir orientação da mixagem à direita @@ -936,229 +936,224 @@ Alternar entre 3 modos de sincronização (desligado, seguidor, mestre) - - One-time beat sync (tempo and phase) - Sincronizar batida de uma vez só (tempo e fase) - - - + One-time beat sync (tempo only) Sincronizar a batida de uma vez só (apenas tempo) - + One-time beat sync (phase only) Sincronizar a batida de uma vez só (apenas fase) - + Toggle keylock mode Travar/Destravar o tom - + Equalizers Equalizadores - + Vinyl Control Controle por Vinil - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Alternar modo de cue do controle por vinil (OFF/UM/QUENTE) - + Toggle vinyl-control mode (ABS/REL/CONST) Alternar modo de controle por vinil (CONST/ABS/REL) - + Pass through external audio into the internal mixer Atravessa o áudio externo no mixer interno - + Cues Cues - + Cue button Botão cue - + Set cue point Definir ponto cue - + Go to cue point Ir ao ponto cue - + Go to cue point and play Ir ao ponto cue e tocar - + Go to cue point and stop Ir ao ponto cue e parar - + Preview from cue point Escutar do ponto cue - + Cue button (CDJ mode) Botão Cue (modo CDJ) - + Stutter cue Stutter cue - + Hotcues Hotcues - + Set, preview from or jump to hotcue %1 Definir, escutar de ou pular ao hotcue %1 - + Clear hotcue %1 Apagar hotcue %1 - + Set hotcue %1 Definir hotcue %1 - + Jump to hotcue %1 Pular para hotcue %1 - + Jump to hotcue %1 and stop Pular para hotcue %1 e parar - + Jump to hotcue %1 and play Pular para hotcue %1 e jogar - + Preview from hotcue %1 Escutar do hotcue %1 - - + + Hotcue %1 Hotcue %1 - + Looping Looping - + Loop In button Botão Iniciar Loop - + Loop Out button Botão Terminar Loop - + Loop Exit button Botão Sair do Loop - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Mover o loop para frente %1 batidas - + Move loop backward by %1 beats Mover o loop para atrás %1 batidas - + Beat-Looping Beat-Looping - + Create %1-beat loop Criar loop de %1 batidas - + Create temporary %1-beat loop roll Criar loop temporário de %1 batidas - + Library Biblioteca @@ -1289,20 +1284,20 @@ + - Volume Fader Fader de Volume - + Full Volume Volume Máximo - + Zero Volume Volume Zero @@ -1318,7 +1313,7 @@ - + Mute Silenciar @@ -1329,7 +1324,7 @@ - + Headphone Listen Ouvir no Fone @@ -1350,25 +1345,25 @@ - + Orientation Orientação - + Orient Left Orientar à Esquerda - + Orient Center Orientar ao Centro - + Orient Right Orientar à Direita @@ -1473,11 +1468,6 @@ Sync Mode Modo de Sincronização - - - Tap to sync, hold to enable sync mode - Toque para sincronizar, segure para ativar o modo de sincronização - Internal Sync Master @@ -1525,527 +1515,521 @@ Sincronizar a Batida De Uma Vez - + Sync Tempo One-Shot Sincronizar o Tempo De Uma Vez - + Sync Phase One-Shot Sincronizar a Fase De Uma Vez - + Speed (Pitch/Tempo) Velocidade (Pitch/Tempo) - + Keylock Mode Trava de Tom - + Pitch control (does not affect tempo), center is original pitch Controle do pitch (não afeta o tempo), o centro é o pitch original - + Pitch Adjust Ajustar o Pitch - + Adjust pitch from speed slider pitch Ajusta o pitch do deslizante de velocidade pitch - + Match musical key Igualar tom musical - + Match Key Igualar Tom - + Reset Key Redefinir o Tom - + Resets key to original Redefine o tom para o original - + High EQ EQ de Agudos - + Mid EQ EQ de Médios - + Low EQ EQ de Graves - + Toggle Vinyl Control Ligar/Desligar o Controle por Vinil - + Toggle Vinyl Control (ON/OFF) Alternar o Controle por Vinil (Ligado/Desligado) - + Vinyl Control Mode Modo de Controle por Vinil - + Vinyl Control Cueing Mode Modo de Cue do Controle por Vinil - + Vinyl Control Passthrough Repasse do Controle por Vinil - + Vinyl Control Next Deck Próximo Deck do Controle por Vinil - + Single deck mode - Switch vinyl control to next deck Modo de deck único - Mudar o controle por vinil para o próximo deck - + Cue Cue - + Set Cue Definir Cue - + Go-To Cue Ir Para Cue - + Go-To Cue And Play Ir Para Cue e Tocar - + Go-To Cue And Stop Ir Para Cue e Parar - + Preview Cue Escutar Cue - + Cue (CDJ Mode) Cue (Modo CDJ) - + Stutter Cue Stutter Cue - + Go to cue point and play after release Avança até ao Cue Point e toca a faixa após largar o botão. - + Clear Hotcue %1 Limpar Hotcue %1 - + Set Hotcue %1 Definir Hotcue %1 - + Jump To Hotcue %1 Pular Para Hotcue %1 - + Jump To Hotcue %1 And Stop Pular Para Hotcue %1 e Parar - + Jump To Hotcue %1 And Play Pular Para Hotcue %1 e Tocar - + Preview Hotcue %1 Escutar Hotcue %1 - + Loop In Entrada do Loop - + Loop Out Saída do Loop - + Loop Exit Sair do Loop - + Reloop/Exit Loop Reloopar/Sair do Loop - + Loop Halve Divide o Loop pela Metade - + Loop Double Dobrar o Loop - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Mover o Loop +%1 Batidas - + Move Loop -%1 Beats Mover o Loop -%1 Batidas - + Loop %1 Beats Loopar %1 Batidas - + Loop Roll %1 Beats Loopar Temporariamente %1 Batidas - + Add to Auto DJ Queue (bottom) - Adicionar a fila de Auto DJ (em baixo) + Adicionar à fila do Auto DJ (embaixo) - + Append the selected track to the Auto DJ Queue Adicionar a faixa selecionada no final da fila do Auto DJ - + Add to Auto DJ Queue (top) - Adicionar a Fila do Auto DJ (em cima) + Adicionar à Fila do Auto DJ (em cima) - + Prepend selected track to the Auto DJ Queue Adicionar a faixa selecionada no começo da fila do Auto DJ - + Load Track Carregar Faixa - + Load selected track Carregar faixa selecionada - + Track Load and Play Carregar Faixa e Tocar - + Load selected track and play Carregar faixa selecionada e tocar - + Record Mix Gravar Mixagem - + Toggle mix recording Ligar/Desligar gravação da mixagem - + Effects Efeitos - + Quick Effects Efeitos Rápidos - + Deck %1 Quick Effect Super Knob Super Botão de Efeito Rápido do Deck %1 - + Quick Effect Super Knob (control linked effect parameters) Super Botão de Efeito Rápido (controla parâmetros de efeito ligados) - + Quick Effect Efeito Rápido - + Clear effect rack Limpar prateleira de efeitos - + Clear Effect Rack Limpar Prateleira de Efeitos - + Clear Unit Limpar Unidade - + Clear effect unit Limpar unidade de efeitos - + Toggle Unit Ligar/Desligar Unidade - + Dry/Wet Seco/Molhado - + Adjust the balance between the original (dry) and processed (wet) signal. - Define o balanço entre o sinal original (seco) e o processado (molhado). + Define o balançoentre o sinal original (seco) e o processado (molhado). - + Super Knob Super Botão - - - Insert/Send Toggle - Inserir/Mandar Alternação - - - + Next Chain Próxima Corrente + - + - + - + - Assign Atribuir - + Clear Limpar - + Clear the current effect Limpar o efeito atual - + Toggle Ligar/Desligar - + Toggle the current effect Ligar/Desligar o efeito atual - + Next Próximo - + Switch to next effect Muda para o próximo efeito - + Previous Anterior - + Switch to the previous effect Trocar para o efeito anterior - + Next or Previous Próximo ou Anterior - + Switch to either next or previous effect Muda para o efeito seguinte ou anterior + - Parameter Value Valor do Parâmetro + - Microphone Ducking Strength Força da Redução de Música do Microfone - + Microphone Ducking Mode Modo de Redução de Música do Microfone - + Gain Ganho - + Gain knob Botão de ganho - + Shuffle the content of the Auto DJ queue Reproduzir aleatoriamente o conteúdo da fila Auto DJ - + Skip the next track in the Auto DJ queue Pular a próxima faixa na fila do Auto DJ - + Auto DJ Toggle Ligar/Desligar Auto DJ - + Toggle Auto DJ On/Off Ligar/Desligar Auto DJ - + Library Maximize/Restore Maximizar/Restaurar Biblioteca - + Maximize the track library to take up all the available screen space. Maximiza a biblioteca de faixas para ocupar todo o espaço de tela disponível. - + Effect Rack Show/Hide Mostrar/Ocultar Prateleira de Efeitos - + Show/hide the effect rack Mostra/Oculta a prateleira de efeitos - + Cover Art Show/Hide Mostrar/Ocultar Arte da Capa - + Show/hide cover art Mostrar/Ocultar arte da capa - + Waveform Zoom Out Afastar Ondas - + Toggle Effect Unit Ligar/Desligar Unidade de Efeitos @@ -2070,546 +2054,566 @@ Ganho do fone - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed Velocidade da Reprodução - + Playback speed control (Vinyl "Pitch" slider) Controle da velocidade da reprodução (Deslizante de "Pitch" do Vinil) - + Pitch (Musical key) Pitch (Tom musical) - + Increase Speed Aumentar a Velocidade - + Adjust speed faster (coarse) Aumentar a velocidade (grosso) - - + + Increase Speed (Fine) Aumentar a Velocidade (Fino) - + Adjust speed faster (fine) Aumentar a velocidade (fino) - + Decrease Speed Diminuir a Velocidade - + Adjust speed slower (coarse) Diminuir a velocidade (grosso) - + Adjust speed slower (fine) Diminuir a velocidade (fino) - + Temporarily Increase Speed Temporariamente Aumentar a Velocidade - + Temporarily increase speed (coarse) Temporariamente aumentar a velocidade (grosso) - + Temporarily Increase Speed (Fine) Temporariamente Aumentar a Velocidade (Fino) - + Temporarily increase speed (fine) Temporariamente aumentar a velocidade (fino) - + Temporarily Decrease Speed Temporariamente Diminuir a Velocidade - + Temporarily decrease speed (coarse) Temporariamente diminuir a velocidade (grosso) - + Temporarily Decrease Speed (Fine) Temporariamente Diminuir a Velocidade (Fino) - + Temporarily decrease speed (fine) Temporariamente diminuir a velocidade (fino) + - Adjust %1 Ajustar %1 + - Kill %1 Matar %1 - + CUP (Cue + Play) CUP (Cue + Play, ou seja Cue + Toca a faixa) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length Dobrar o tamanho do loop atual - + Beat Jump / Loop Move Pular batidas e mover loops - + Jump / Move Loop Forward %1 Beats Mover o loop para frente %1 batidas - + Jump / Move Loop Backward %1 Beats Mover o loop para atrás %1 batidas - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up Mover acima - + Equivalent to pressing the UP key on the keyboard Equivalente a pressionar a SETA ACIMA no teclado - + Move down Mover abaixo - + Equivalent to pressing the DOWN key on the keyboard Equivalente a pressionar a SETA ABAIXO no teclado - + Move up/down Mover acima/abaixo - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys Move verticalmente em uma das direções usando um botão, como se pressionasse as teclas ACIMA/ABAIXO - + Scroll Up Rolar acima - + Equivalent to pressing the PAGE UP key on the keyboard Equivalente a pressionar a tecla PAGE UP no teclado - + Scroll Down Rolar abaixo - + Equivalent to pressing the PAGE DOWN key on the keyboard Equivalente a pressionar a tecla PAGE DOWN no teclado - + Scroll up/down Rolar acima/abaixo - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys Rolar verticalmente em uma das direções usando um botão, como se pressionasse as teclas PAGE UP/PAGE DOWN - + Move left Mover à esquerda - + Equivalent to pressing the LEFT key on the keyboard Equivalente a pressionar a SETA À ESQUERDA no teclado - + Move right Mover à direita - + Equivalent to pressing the RIGHT key on the keyboard Equivalente a pressionar a SETA À DIREITA no teclado - + Move left/right Mover à esquerda/direita - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys Mova horizontalmente em uma das direções usando um botão, como ao pressionar as teclas ESQUERDA/DIREITA - + Move focus to right pane Move o foco ao painel da direita - + Equivalent to pressing the TAB key on the keyboard Equivalente a pressionar a tecla TAB no teclado - + Move focus to left pane Move o foco ao painel da esquerda - + Equivalent to pressing the SHIFT+TAB key on the keyboard Equivalente a pressionar SHIFT+TAB no teclado - + Move focus to right/left pane Move o foco ao painel da direita/esquerda - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys Move o foco um painel à direita ou esquerda usando um botão, como se pressionasse TAB/SHIFT-TAB - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing Ativar ou desativar processamento de efeitos - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset Próxima prédefinição de corrente - + Previous Chain Corrente Anterior - + Previous chain preset Prédefinição de corrente anterior - + Next/Previous Chain Corrente Seguinte/Anterior - + Next or previous chain preset Prédefinição da corrente seguinte ou anterior + - Show Effect Parameters Mostrar Parâmetros do Efeito - + Meta Knob Botão Meta - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary Microfone / Auxiliar - + Microphone On/Off Ligar/Desligar Microfone - + Microphone on/off Microfone ligado/desligado - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Alternar entre modos de redução de música do microfone (DESLIGADO, AUTOMÁTICO, MANUAL) - + Auxiliary On/Off Ligar/Desligar Auxiliar - + Auxiliary on/off Ligar/Desligar Auxiliar - + Auto DJ Auto DJ - + Auto DJ Shuffle Embaralhar o Auto DJ - + Auto DJ Skip Next Pular a Próxima no Auto DJ - + Auto DJ Fade To Next Trocar Para a Próxima no Auto DJ - + Trigger the transition to the next track Inicia a transição para a próxima música - + User Interface Interface do Usuário - + Samplers Show/Hide Mostrar/Ocultar Samplers - + Show/hide the sampler section Mostrar/Ocultar a seção dos samplers - + Microphone Show/Hide Mostrar/Ocultar Microfone - + Show/hide the microphone section Mostrar/Ocultar a seção microfone - + Vinyl Control Show/Hide Mostrar/Ocultar Controle por Vinil - + Show/hide the vinyl control section Mostrar/Ocultar a seção controle por vinil - + Preview Deck Show/Hide Mostrar/Ocultar Deck de Pré-escuta - + Show/hide the preview deck Mostrar/Ocultar o deck de pré-escuta - + Vinyl Spinner Show/Hide Mostrar/Ocultar Vinil Giratório - + Show/hide spinning vinyl widget Mostrar/Ocultar a janela do vinil giratório - + Waveform zoom Aproximação das ondas - + Waveform Zoom Aproximação das Ondas - + Zoom waveform in Aproximar ondas - + Waveform Zoom In Aproximar Ondas - + Zoom waveform out Afastar as ondas @@ -2919,6 +2923,34 @@ Falha ao duplicar a caixa + + DlgAbout + + + Mixxx %1 Development Team + Time de Desenvolvimento do Mixxx %1 + + + + With contributions from: + Com contribuições de: + + + + And special thanks to: + E agradecimentos especiais a: + + + + Past Developers + Desenvolvedores Anteriores + + + + Past Contributors + Contribuidores Anteriores + + DlgAboutDlg @@ -3573,102 +3605,102 @@ Você tentou aprender: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Automatic Automático - + Mono Mono - + Stereo Estéreo - - - - + + + + Action failed Ação falhou - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' Renomeando '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3681,27 +3713,27 @@ Two source connections to the same server can't have the same mountpoint.Preferências da Transmissão Ao Vivo - + Mixxx Icecast Testing Teste do Icecast no Mixxx - + Public stream Stream pública - + http://www.mixxx.org http://www.mixxx.org - + Stream name Nome da stream - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. Devido à falhas em alguns clientes de reprodução, atualizar os metadados Ogg Vorbis dinamicamente pode causar pausas e desconexões nos ouvintes. Marque esta caixa para atualizar os metadados de qualquer jeito. @@ -3736,189 +3768,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. Atualizar os metadados Ogg Vorbis dinamicamente. - + + ICQ + + + + + AIM + + + + Website Site - + Live mix Mixagem ao vivo - + + IRC + IRC + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Texto puro - + Secure storage (OS keychain) - + Genre Gênero - + Use UTF-8 encoding for metadata. Utlizar codificação UTF-8 para os metadados. - + Description Descrição - + Encoding Codificação - + Bitrate Taxa de Bits - - + + Format Formato - + Channels Canais - + Server connection Conexão do servidor - + Type Tipo - + Host Host - + Login Login - + Mount Montagem - + Port Porta - + Password Senha - + Stream info Informações do Fluxo - + Metadata Metadado - + Use static artist and title. Usar artista e título estáticos. - + Static title Título estático - + Static artist Artista estático - + Automatic reconnect Reconectar automaticamente - + Time to wait before the first reconnection attempt is made. Tempo de espera antes que a primeira tentativa de reconexão seja feita. - - + + seconds segundos - + Wait until first attempt Espere até a primeira tentativa - + Reconnect period Intervalo entre reconexões - + Time to wait between two reconnection attempts. Tempo de espera entre duas tentativas de reconexão - + Limit number of reconnection attempts Limitar número de tentativas de reconexão - + Maximum retries Máximo de tentativas - + Reconnect if the connection to the streaming server is lost. Reconectar se a conexão ao servidor de stream for perdida. - + Enable automatic reconnect Ativar reconexão automática @@ -3940,7 +3987,7 @@ Aplicar as configurações e continuar? None - Nenhuma + Nenhum @@ -4240,7 +4287,7 @@ Aplicar as configurações e continuar? Interface options - + Opções de interface @@ -4265,12 +4312,12 @@ Aplicar as configurações e continuar? Effect options - + Opções de efeito Load behavior - + Comportamento de carregamento @@ -4696,16 +4743,12 @@ Modo CUP: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected - Nenhuma + Displayed when no effect is selected + Nenhum @@ -4831,32 +4874,32 @@ Displayed when no effect is selected Efeitos Disponíveis - + Effect Info Informação do Efeito - + Version: Versão: - + Description: Descrição: - + Author: Autor: - + Name: Nome: - + Type: Tipo: @@ -5093,6 +5136,19 @@ and allows you to pitch adjust them for harmonic mixing. G#m + + DlgPrefLV2Dlg + + + Equalizer Preferences + Preferências do Equalizador + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5380,7 +5436,7 @@ and allows you to pitch adjust them for harmonic mixing. None - Nenhuma + Nenhum @@ -5754,7 +5810,7 @@ O volume-alvo é aproximado e assume que o pré-ganho da faixa e o nível da sa None - Nenhuma + Nenhum @@ -5878,7 +5934,7 @@ O volume-alvo é aproximado e assume que o pré-ganho da faixa e o nível da sa Sample Rate - + Taxa de Amostragem @@ -5916,11 +5972,7 @@ O volume-alvo é aproximado e assume que o pré-ganho da faixa e o nível da sa ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds ms @@ -5941,7 +5993,7 @@ milliseconds Buffer Underflow Count - + Contagem de Esvaziamentos do Buffer @@ -5956,7 +6008,7 @@ milliseconds Keylock/Pitch-Bending Engine - + Mecanismo da Trava de Tom/Pitch-Bending @@ -5991,7 +6043,7 @@ milliseconds System Reported Latency - + Latência Relatada pelo Sistema @@ -6019,7 +6071,7 @@ milliseconds None - Nenhuma + Nenhum @@ -6160,17 +6212,17 @@ milliseconds RGB - + OpenGL not available OpenGL não disponível - + dropped frames quadros perdidos - + Cached waveforms occupy %1 MiB on disk. Ondas no cache ocupam %1 MiB no disco. @@ -6208,28 +6260,28 @@ milliseconds Ganho visual - + Default zoom level Waveform zoom Nível de zoom padrão - + Displays the actual frame rate. Mostra o a taxa de quadros atual. - + Visual gain of the middle frequencies Ganho visual das frequências médias - + End of track warning Aviso de faixa acabando - + OpenGL status Estado do OpenGL @@ -6244,105 +6296,124 @@ milliseconds segundos - + Low Graves - + Middle Médios - + Global Global - + Visual gain of the high frequencies Ganho visual das frequências altas - + Visual gain of the low frequencies Ganho visual dos graves. - + High Agudos - + Waveform type - + Global visual gain Visão global de ganho - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. Sincronizar o nível de aproximação de todos os mostradores de onda. - + Synchronize zoom level across all waveforms Sincronizar o nível de aproximação em todas as formas de onda - + Caching Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. O Mixxx coloca as ondas das suas faixas no disco na primeira vez que você carrega uma faixa. Isso reduz o uso da CPU quando você estiver tocando ao vivo, porém requer mais espaço no disco. - + Enable waveform caching Ativa o caching das Waveforms - + Generate waveforms when analyzing library Gerar formas de onda, ao analisar a biblioteca - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + % + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms Limpar Ondas no Cache @@ -6350,83 +6421,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware Hardware de Som - + Controllers Controladores - + Library Biblioteca - + Interface Interface - + Waveforms Ondas - + Auto DJ Auto DJ - + Equalizers Equalizadores - + Decks - + Crossfader Crossfader - + + Effects + Efeitos + + + + LV2 Plugins + + + + Recording Gravação - + Beat Detection Detecção de Batida - + Key Detection Detecção de Tom - + Normalization Normalização - - + + Vinyl Control Controle por Vinil - + Live Broadcasting Transmissão Ao Vivo - + Modplug Decoder Decodificador do Modplug @@ -6945,7 +7026,7 @@ Muitas vezes resulta em grades de batida de maior qualidade, mas não vai funcio EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject Corrente Vazia @@ -6959,40 +7040,58 @@ Muitas vezes resulta em grades de batida de maior qualidade, mas não vai funcio Nenhum efeito carregado. + + EffectSettingsModel + + + Visible + + + + + Name + Nome + + + + Type + Tipo + + EffectsManager - + Flanger Flanger - + BitCrusher BitCrusher - + Filter Filtro - + Reverb Reverberação - + Echo Eco - + AutoPan AutoPan - + Tremolo @@ -7163,39 +7262,39 @@ Muitas vezes resulta em grades de batida de maior qualidade, mas não vai funcio ITunesFeature - - + + iTunes iTunes - - + + Select your iTunes library Selecione a sua biblioteca iTunes - + (loading) iTunes (carregando) iTunes - + Use Default Library Usar Biblioteca Padrão - + Choose Library... Escolher Biblioteca... - + Error Loading iTunes Library Erro ao Carregar a Biblioteca do iTunes - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. Ocorreu um erro ao carregar sua biblioteca iTunes. Algumas de suas faixas ou listas de reprodução podem não ter sido carregadas. @@ -7433,52 +7532,52 @@ OpenGL. MixxxMainWindow - + Choose music library directory Escolha o diretório da biblioteca de música - + Sound Device Busy Dispositivo de Som Ocupado - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Tentar novamente</b> após fechar a outra aplicação ou reconectar um dispositivo de som - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Reconfigurar</b> as configurações de dispositivos de som do Mixxx. - - + + Get <b>Help</b> from the Mixxx Wiki. Obter <b>Ajuda</b> na Wiki do Mixxx. - - - + + + <b>Exit</b> Mixxx. <b>Sair<b> do Mixxx. - + Retry Repetir - + Cannot open database Não foi possível abrir o banco de dados - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7489,150 +7588,142 @@ Mixxx requer QT com suporte à SQLite. Por favor, leia a documentação do drive Clique OK para sair. - - + + Reconfigure Reconfigurar - + Help Ajuda - - + + Exit Sair - - + + Mixxx was unable to open all the configured sound devices. Mixxx não foi capaz de abrir todos os dispositivos de som configurados. - + Sound Device Error Erro com o Dispositivo de Som - + <b>Retry</b> after fixing an issue <b>Tentar novamente</b> depois de corrigir um problema - + No Output Devices Sem Dispositivos de Saída - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. O Mixxx foi configurado sem nenhum dispositivo de saída de som. O processamento de áudio será desativado sem um dispositivo de saída configurado. - + <b>Continue</b> without any outputs. <b>Continuar</b> sem nenhuma saída. - + Continue Continuar - + Load track to Deck %1 Carregar faixa no Deck %1 - + Deck %1 is currently playing a track. O deck %1 está tocando uma faixa neste momento. - + Are you sure you want to load a new track? Tem certeza de que deseja carregar uma nova faixa? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. Não há nenhum dispositivo de entrada selecionado para o controle por vinil. Por favor, selecione um dispositivo de entrada nas preferências do hardware de som. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. Não tem nenhum dispositivo de entrada selecionado para este controle atravessador. Por favor selecione um dispositivo de entrada nas preferências do hardware de som primeiro. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. Não há nenhum dispositivo de entrada selecionado para este microfone. Por favor, selecione um dispositivo de entrada nas preferências do hardware de som. - + Error in skin file Erro no arquivo de skin - + The selected skin cannot be loaded. A skin selecionada não pôde ser carregada. - + OpenGL Direct Rendering Renderização Direta OpenGL - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. A renderização direta não está ativada em sua máquina.<br><br>Isto significa que o mostrador de ondas será muito<br><b>lento e pode utilizar muita CPU</b>. Atualize sua<br>configuração para ativar a renderização direta, ou desative<br>o mostrador de ondas nas preferências do Mixxx selecionando<br>"Vazio" como mostrador de ondas na seção 'Interface'.<br><br>NOTA: Se você usa hardware NVIDIA,<br>a renderização direta pode não estar disponível, mas você não deverá<br>observar um problema de desempenho. - - + + Confirm Exit Confirmar a Saída - + A deck is currently playing. Exit Mixxx? Um deck está tocando neste momento. Sair do Mixxx? - + A sampler is currently playing. Exit Mixxx? Um sampler está tocando neste momento. Sair do Mixxx? - + The preferences window is still open. A janela de preferências ainda está aberta. - + Discard any changes and exit Mixxx? Descartar quaisquer mudanças e sair do Mixxx? - - NativeBackend - - - Native - Nativo - - ParserCsv @@ -8020,563 +8111,563 @@ Para abortar esta ação, pressione Cancelar no diálogo de arquivos.Você selecionou o arquivo errado. Para conceder acesso ao Mixxx, por favor selecione o arquivo '%1'. Se você não quer continuar, pressione Cancelar. - - + + Bit Depth Profundidade do Bit - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling Decimação - + Down Abaixo - + The sample rate to which the signal is downsampled - - + + Echo Eco - - + + Time - - + + Ping Pong - - - - + + + + Send Envio - + How much of the signal to send into the delay buffer Quanto do sinal vai ser enviado para o buffer atrasado - - - - + + + + Feedback Volta - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops Quantidade de eco que desaparece cada vez que loopa - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize Quantizar - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter Filtro - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF LPF - - + + Corner frequency ratio of the low pass filter Relação da frequência de corte do filtro passa-baixas - + Q Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF HPF - - + + Corner frequency ratio of the high pass filter Relação da frequência de corte do filtro passa-altas - - - - + + + + Depth Profundidade - - + + Flanger Flanger - - + + Speed - - + + Manual Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width Largura - + Metronome - + Adds a metronome click sound to the stream - + BPM BPM - + Set the beats per minute value of the click sound - + Sync - Sincroniza + Sincronizar - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period Período - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing Suavização - + Smooth Suave - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb Reverberação - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay Decaimento - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth Largura de Banda - + BW LB - - + + Damping Amortecimento - + Higher damping values cause high frequencies to decay more quickly than low frequencies. Valores maiores de amortecimento fazem com que frequências altas morram mais rápido do que frequências baixas. - - How much of the signal to send to the effect - Quanto do sinal vai ser enviado para o efeito - - - - - + + + Low Graves - - - + + + Gain for Low Filter Ganho para o Filtro Grave - + Kill Low Matar Graves - + Kill the Low Filter Matar o Filtro Grave - + Mid Médio - + Bessel4 LV-Mix Isolator Isolador Bessel4 LV-Mix - + Bessel4 ISO ISO Bessel4 - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). Um filtro isolador Bessel de 4ª ordem com mixagem Lipshitz e Vanderkooy (unidade perfeita bit a bit, com roll-off de -24 dB/oitava). - + Gain for Mid Filter Ganho para Filtro Médio - + Kill Mid Matar Médios - + Kill the Mid Filter Matar o Filtro Médio - + High Agudos - - + + Gain for High Filter Ganho para Filtro Agudo - + Kill High Matar Agudo - + Kill the High Filter Matar o Filtro Agudo - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer Equalizador Gráfico - + Graphic EQ EQ Gráfico - + An 8-band graphic equalizer based on biquad filters Um equalizador gráfico de 8 bandas baseado em filtros biquad - + Gain for Band Filter %1 Ganho para o Filtro de Banda %1 - + Moog Ladder 4 Filter Filtro Moog Ladder 4 - + Moog Filter Filtro Moog - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation Um filtro Moog ladder de 4 polos, baseado na implementação digital não linear de Antti Houvilainen - + Res Res - - + + Resonance Ressonância - + Resonance of the filters. 4 = self oscillating Ressonância dos filtros. 4 = auto oscilante - + Deck %1 EQ Effect Efeito de EQ do Deck %1 - - + + EQ Effect Efeito de EQ - + Deck 1 EQ Effect Efeito de EQ do Deck 1 - + Gain for Low Filter (neutral at 1.0) Ganho para o Filtro Grave (neutro em 1.0) @@ -8586,58 +8677,58 @@ Higher values result in less attenuation of high frequencies. Stream da rede - - + + Phaser Phaser - - + + Stereo Estéreo - - + + Stages Estágios - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped Controla o quanto do sinal da saída é repetido - - + + Range Alcance - + Controls the frequency range across which the notches sweep. Controla a frequência da faixa em que os entalhes varrem - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8702,47 +8793,47 @@ Higher values result in less attenuation of high frequencies. F11 - + Bessel8 LV-Mix Isolator Isolador Bessel8 LV-Mix - + Bessel8 ISO ISO Bessel8 - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). Um filtro isolador Bessel de 8ª ordem com mixagem Lipshitz e Vanderkooy (unidade perfeita bit a bit, com roll-off de -48db/oitava). - + LinkwitzRiley8 Isolator Isolador LinkwitzRiley8 - + LR8 ISO ISO LR8 - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). Um filtro isolador Linkwitz-Riley de 8ª order (crossover otimizado, mudança de fase constante, com roll-off de -48 dB/oitava). - + Biquad Equalizer Equalizador Biquad - + BQ EQ EQ BQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. Um equalizador de 3 bandas com dois filtros de bell biquad, e uma faixa de frequência alta com botões de "matar". @@ -8752,60 +8843,60 @@ Higher values result in less attenuation of high frequencies. Dispositivo não encontrado - + Biquad Full Kill Equalizer Equalizador Biquado Full Kill - + BQ EQ/ISO EQ/ISO BQ - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. Um equalizador de 3 bandas que combina um circuito equalizador e isolador para oferecer suaves curvas e "matar" completo. - + Loudness Contour Contorno de Intensidade - - - + + + Loudness Intensidade - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. Amplifica frequências altas e baixas em volumes baixos para compensar pela sensitividade reduzida do ouvido humano. - + Set the gain of the applied loudness contour Definer o ganho do contorno de intensidade aplicado - - + + Use Gain Usar Ganho - + Follow Gain Knob Seguir Botão de Ganho - + This stream is online for testing purposes! Esta stream está online para teste! - + Live Mix Mixagem Ao Vivo @@ -8838,45 +8929,45 @@ Higher values result in less attenuation of high frequencies. ponto flutuante de 32 bits - - - + + + Balance Balanço - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8884,172 +8975,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate Taxa - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + Embutido + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9086,22 +9198,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording Gravação - + Could not create audio file for recording! Não foi possível criar o arquivo de áudio para a gravação! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. Certifique-se de que há espaço livre suficiente em disco e que você tem permissão para salvar arquivos na sua pasta de gravações. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9237,132 +9359,147 @@ Fully right: end of the effect period Erro ao ajustar modo não-travado: - + Error setting hostname! Erro ao configurar o nome do host! - + Error setting port! Erro ao configurar a porta! - + Error setting password! Erro ao configurar a senha! - + Error setting mount! Erro ao configurar o montagem! - + Error setting username! Erro ao configurar o nome de usuário! - + Error setting stream name! Erro ao configurar o nome da stream! - + Error setting stream description! Erro ao configurar a descrição da stream! - + Error setting stream genre! Erro ao configurar o gênero da stream! - + Error setting stream url! Erro ao configurar o endereço da stream! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! Erro ao tornar a stream pública! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. A Transmissão em 96kHz com o Ogg Vorbis não é atualmente suportado. Por favor, tente uma taxa de amostragem diferente ou mude para um codificador diferente. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. Veja https://bugs.launchpad.net/mixxx/+bug/686212 para mais informações. - + Error setting bitrate Erro ao configurar a taxa de bits - + Error: unknown server protocol! Erro: protoloco do servidor desconhecido! - + Error: libshout only supports Shoutcast with MP3 format! Error: libshout apenas suporta Shoutcast com o formato MP3! - + Error setting protocol! Erros ao configurar o protocolo! - + Network cache overflow Overflow do cache da rede - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. A conexão com o servidor de streaming foi perdida e %1 tentativas de reconectar falharam. - + Lost connection to streaming server. A conexão com o servidor de streaming foi perdida. - + Please check your connection to the Internet. Por favor verifique a sua conexão com a internet. - + Can't connect to streaming server A conexão com o servidor de streaming não foi possível. - + Please check your connection to the Internet and verify that your username and password are correct. Por favor verifique a sua conexão com a internet e verifique se o seu usuário e senha estão corretos. @@ -9780,7 +9917,7 @@ Fully right: end of the effect period - + Cover Art Arte da Capa @@ -9812,12 +9949,12 @@ Fully right: end of the effect period Show Effects - + Mostrar Efeitos Show or hide the effects. - + Mostra ou oculta os efeitos. @@ -9872,12 +10009,12 @@ Fully right: end of the effect period Off: Do not reduce music volume - + Desligado: Não reduza o volume da música Auto: Automatically reduce music volume when microphones are in use. Adjust the amount the music volume is reduced with the Strength knob. - + Automático: Automaticamente reduza o volume da música quando os microfones estão em uso. Ajuste a quantidade de volume reduzido com o botão de Força. @@ -9892,7 +10029,7 @@ Fully right: end of the effect period Off: Does nothing - + Desligado: Faz nada @@ -10042,7 +10179,6 @@ Fully right: end of the effect period Key - The musical key of a track Tom @@ -10117,563 +10253,599 @@ Fully right: end of the effect period Ligar/Desligar a trava de tom enquanto tocando pode resultar em um glitch de áudio momentâneo - + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + + + + Places a cue point at the current position on the waveform. Coloca um ponto de sinalização na posição atual na forma de onda. - + Stops track at cue point, OR go to cue point and play after release (CUP mode). Pára a faixa no CUE Point, OU vai para o CUE Point e reproduz a faixa após soltar o botão (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). Define o CUE point (em modo Pioneer/Mixxx/Numark), define o CUE point e toca após largar a tecla (modo CUP) OU escuta o preview (modo Denon). - + Seeks the track to the cue point and stops. Avança a faixa até ao Cue Point e para. - + Play Tocar - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. Altera a velocidade da faixa (afeta o tempo e o pitch). Se o keylock estiver ativo, apenas o tempo é alterado. - + Recording Duration Duração da Gravação - + Displays the duration of the running recording. Mostra a duração da gravação em andamento. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size Tamanho do Loop de Batidas - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. Cria um loop sobre o número de batidas selecionado - + Temporarily enable a rolling loop over the set number of beats. Ativa temporariamente um loop de rolamento sobre o número de batidas selecionado. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. Mostra o tempo executado e/ou restante da faixa carregada. - + Click to toggle between time elapsed/remaining time/both. Clique para alternar entre tempo executado/restante tempo/ambos. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank Salvar Banco do Sampler - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank Carregar Banco do Sampler - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters Mostrar Parâmetros do Efeito - + Enable Effect Ativar Efeito - + Meta Knob Link Vínculo do Botão Meta - + Set how this parameter is linked to the effect's Meta Knob. Defina como este parâmetro está vinculado aos efeitos do Botão Meta. - + Meta Knob Link Inversion Vínculo inverso do Botão Meta - + Inverts the direction this parameter moves when turning the effect's Meta Knob. Inverte a direção que este parâmetro se move quando rodando o efeito do Botão Meta - - Dry/Wet - Seco/Molhado - - - + Super Knob Super Botão - - - Insert/Send Toggle - Inserir/Mandar - - - + Next Chain Próxima Corrente - + Previous Chain Corrente Anterior - + Next/Previous Chain Corrente Seguinte/Anterior - + Clear Limpar - + Clear the current effect. Limpa o efeito atual. - + Toggle Ligar/Desligar - + Toggle the current effect. Liga/Desliga o efeito atual. - + Next Próximo - + Clear Unit Limpar Unidade - + Clear effect unit. Limpa a unidade de efeito. - + Show/hide parameters for effects in this unit. - + Toggle Unit Ligar/Desligar Unidade - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. Troca para o próximo efeito. - + Previous Anterior - + Switch to the previous effect. Troca para o efeito anterior. - + Next or Previous Próximo ou Anterior - + Switch to either the next or previous effect. Troca para o efeito seguinte ou anterior. - + Meta Knob Botão Meta - + Controls linked parameters of this effect Controla os parâmetros vinculados deste efeito - + Effect Focus Button Botão de Foco do Efeito - + Focuses this effect. Se foca no efeito. - + Unfocuses this effect. Desfoca este efeito. - + Refer to the web page on the Mixxx wiki for your controller for more information. Acesse a página web do seu controlador na wiki do Mixxx para mais informações. - + Effect Parameter Parâmetro do Efeito - + Adjusts a parameter of the effect. Ajusta um parâmetro do efeito. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill Matar Parâmetro do Equalizador - - + + Holds the gain of the EQ to zero while active. Mantem o ganho do equalizador em zero quanto ativo. - + Quick Effect Super Knob Super Botão de Efeito Rápido - + Quick Effect Super Knob (control linked effect parameters). Super Botão de Efeito Rápido (controla parâmetros de efeitos conectados). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. Dica: Mude o modo padrão de Efeito Rápido em Preferências -> Equalizadores. - + Equalizer Parameter Parâmetro do Equalizador - + Adjusts the gain of the EQ filter. Ajusta o ganho do filtro de equalização. - + Hint: Change the default EQ mode in Preferences -> Equalizers. Dica: Mude o modo padrão do equalizador em Preferências -> Equalizadores. @@ -10695,123 +10867,123 @@ Fully right: end of the effect period Ajusta a grade de batidas para combinar com outro deck tocando. - + If quantize is enabled, snaps to the nearest beat. Se a quantização estiver ativada, vai para a batida mais próxima. - + Quantize Quantizar - + Toggles quantization. Liga/Desliga a quantização. - + Loops and cues snap to the nearest beat when quantization is enabled. Enquanto a quantização estiver ativada, os loops e os hotcues sempre entrarão na batida mais próxima. - + Reverse Inverter - + Reverses track playback during regular playback. Inverte a reprodução da faixa. - + Puts a track into reverse while being held (Censor). Coloca a faixa em reprodução invertida enquanto pressionado (Censurar). - + Playback continues where the track would have been if it had not been temporarily reversed. A reprodução continua onde a faixa estaria se ela não estivesse sido temporariamente invertida. - - + + Play/Pause Tocar/Pausar - + Jumps to the beginning of the track. Pula para o início da faixa. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. Sincroniza o tempo (BPM) e a fase para a da outra faixa, ou BPM se detectado nos dois. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. Sincroniza o tempo (BPM) para o da outra faixa, ou o BPM se detectado nos dois. - + Sync and Reset Key Sincronizar e Redefinir o Tom - + Increases the pitch by one semitone. Aumenta o pitch por um semitom. - + Decreases the pitch by one semitone. Diminui o pitch por um semitom. - + Enable Vinyl Control Ativar Controle por Vini - + When disabled, the track is controlled by Mixxx playback controls. Quando desativado, a faixa é controlada pelos controles de reprodução do Mixxx. - + When enabled, the track responds to external vinyl control. Quando ativado, a faixa responde ao controle por vinil externo - + Enable Passthrough Ativar Repasse - + Indicates that the audio buffer is too small to do all audio processing. Indica que o buffer de áudio é muito pequeno para fazer todo o processamento de aúdio. - + Displays cover artwork of the loaded track. Mostra a arte da capa da faixa carregada. - + Displays options for editing cover artwork. Mostra opções para editar a arte da capa. - + Star Rating Classificação de Estrela - + Assign ratings to individual tracks by clicking the stars. Defina uma classificação para faixas individuais clicando nas estrelas. @@ -10956,255 +11128,254 @@ Fully right: end of the effect period Previne que o tom mude com as mudanças na taxa do pitch. - + Starts playing from the beginning of the track. Começa a tocar do começo da faixa. - + Jumps to the beginning of the track and stops. Pula para o começo da faixa e para. - + Plays or pauses the track. Toca ou pausa uma música. - + (while playing) (enquanto estiver tocando) - + (while stopped) (enquanto parada) - + Cue Cue - + Headphone Fone - + Mute Silenciar - + Mutes the selected channel's audio in the master output. Silencia o áudio do canal selecionado na saída mestre. - + Old Synchronize Sincronização Antiga - + (This skin should be updated to use Master Sync!) (Essa skin deve ser atualizada para usar Sincronização Mestre!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. Sincroniza com o primeiro deck (em ordem numérica) que estiver tocando uma faixa e tem BPM. - + If no deck is playing, syncs to the first deck that has a BPM. Se nenhum deck estiver tocando, sincroniza com o primeiro deck que tiver BPM. - + Decks can't sync to samplers and samplers can only sync to decks. Decks não podem sincronizar com samplers e samplers só podem sincronizar com decks. - + Enable Master Sync Ativar a Sincronização Mestre - + Tap to sync the tempo to other playing tracks or the master clock. Toque para sincronizar o tempo com as outras faixas tocando ou o relógio mestre. - + Hold for at least a second to enable sync lock for this deck. Segure por pelo menos um segundo para ativar a trava de sincronização para este deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. Decks com trava de sincronização vão tocar no mesmo tempo, e os decks que também tem quantização ativada vão sempre ter suas batidas alinhadas. - + Resets the key to the original track key. Redefine o tom para o tom original da faixa. - + Enable Sync Clock Master Ativar Relógio de Sincronização Mestre - + When enabled, this device will serve as the master clock for all other decks. Quando ativado, este dispositivo vai servir como relógio mestre para todos os outros decks. - + Speed Control Controle de Velocidade - - - + + + Changes the track pitch independent of the tempo. Muda o pitch da faixa independentemente do tempo. - + Increases the pitch by 10 cents. Aumenta o pitch por 10 cents. - + Decreases the pitch by 10 cents. Diminui o pitch por 10 cents. - + Pitch Adjust Ajustar o Pitch - + Adjust the pitch in addition to the speed slider pitch. Ajusta o pitch junto com o deslizante de velocidade pitch. - + Record Mix Gravar Mixagem - + Toggle mix recording. Ativa/Desativa gravação da mixagem. - + Enable Live Broadcasting Ativar Transmissão Ao Vivo - + Stream your mix over the Internet. Transmite sua mixagem pela Internet. - + Provides visual feedback for Live Broadcasting status: Provê retorno visual para o estado de Transmissão Ao Vivo: - + disabled, connecting, connected, failure. desativado, conectando, conectado, falha. - + When enabled, the deck directly plays the audio arriving on the vinyl input. Quando ativado, o deck toca diretamente o áudio chegando na entrada de vinil. - + Blue for passthrough enabled. Azul para repasse ativado. - + Playback will resume where the track would have been if it had not entered the loop. A execução vai continuar como se a faixa não estivesse entrado no loop. - + Loop Exit Sair do Loop - + Turns the current loop off. Desliga o loop atual. - + Slip Mode Modo de Deslizamento - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. Quando ativo, a execução continua silenciosa no fundo durante um loop, reprodução invertida, um scratch, etc. - + Once disabled, the audible playback will resume where the track would have been. Uma vez desativado, a execução audível continuará onde a música estaria. - + Track Key - The musical key of a track Tom da Faixa - + Displays the musical key of the loaded track. Mostra o tom musical da faixa carregada. - + Clock Relógio - + Displays the current time. Mostra a hora atual. - + Audio Latency Usage Meter Uso da Latência de Áudio - + Displays the fraction of latency used for audio processing. Mostra uma fração da latência usada para o processamento de áudio. - + A high value indicates that audible glitches are likely. Um valor alto indica que ruídos no áudio são prováveis. - + Do not enable keylock, effects or additional decks in this situation. Não ative a trava de tom, efeitos ou decks adicionais nessa situação. - + Audio Latency Overload Indicator Indicador de Sobrecarga na Latência do Áudio @@ -11269,279 +11440,279 @@ Fully right: end of the effect period Mostra o tom musical atual da faixa carregada depois do pitch alterado. - + Sends the selected channel's audio to the headphone output, Manda o áudio do canal selecionado para a saída de fone - + selected in Preferences -> Sound Hardware. selecionada em Preferências -> Hardware de Som - + Fast Rewind Retrocesso Rápido - + Fast rewind through the track. Rebobina a música rapidamente. - + Fast Forward Avanço Rápido - + Fast forward through the track. Avança rápido pela faixa. - + Jumps to the end of the track. Pula para o fim da faixa. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. Define o pitch para um tom que permite uma transição harmônica da outra faixa. Requer um tom detectado nos dois decks envolvidos, - - - + + + Pitch Control Controle do Pitch - + Pitch Rate Taxa de Pitch - + Displays the current playback rate of the track. Mostra a taxa de reprodução da música em execução. - + Repeat Repetir - + When active the track will repeat if you go past the end or reverse before the start. Quando ativo, a música vai repetir se você passar do final ou inverter a reprodução antes do início. - + Eject Ejetar - + Ejects track from the player. Ejeta a música do deck. - + Hotcue Hotcue - + If hotcue is set, jumps to the hotcue. Se o hotcue estiver definido, pula para o ele. - + If hotcue is not set, sets the hotcue to the current play position. Se o hotcue não estiver definido, faz um hotcue na posição atual. - + If hotcue is set, clears the hotcue. Se o hotcue estiver definido, limpá-o. - + Vinyl Control Mode Modo de Controle por Vinil - + Absolute mode - track position equals needle position and speed. Modo absoluto - a posição da faixa é igual à posição e velocidade da agulha. - + Relative mode - track speed equals needle speed regardless of needle position. Modo relativo - a velocidade da faixa é igual à da agulha, independente da posição. - + Constant mode - track speed equals last known-steady speed regardless of needle input. Modo constante - a velocidade da faixa é igual à última velocidade conhecida, independente da agulha. - + Vinyl Status Estado do Vinil - + Provides visual feedback for vinyl control status: Provê retorno visual para o estado do controle por vinil: - + Green for control enabled. Verde quando o controle estiver ativado. - + Blinking yellow for when the needle reaches the end of the record. Amarelo piscante quando a agulha estiver no fim do disco. - + Loop-In Marker Marca de Entrada do Loop - + Loop-Out Marker Marca de Saída do Loop - + Loop Halve Divide o Loop pela Metade - + Halves the current loop's length by moving the end marker. Diminui o comprimento atual do loop pela metade movendo a marca de saída. - + Deck immediately loops if past the new endpoint. O deck vai loopar imediatamente se passar do novo ponto de saída. - + Loop Double Dobrar o Loop - + Doubles the current loop's length by moving the end marker. Dobra o comprimento do loop atual movendo a marca de saída. - + Beatloop Loop de Batidas - + Toggles the current loop on or off. Alterna o loop atual entre ligado ou desligado. - + Works only if Loop-In and Loop-Out marker are set. Funciona somente se existirem marcas de entrada e saída do loop. - + Hint: Change the default cue mode in Preferences -> Interface. Dica: Mude o modo de cue padrão em Preferências -> Interface. - + Vinyl Cueing Mode Modo de Cue do Vinil - + Determines how cue points are treated in vinyl control Relative mode: Determina como os pontos cue são tratados com o controle por vinil em modo relativo: - + Off - Cue points ignored. Desligado - Pontos cue ignorados. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. Único - Se a agulha for solta depois doponto cue, a faixa vai até aquele ponto cue. - + Hot Cue - Track will seek to nearest previous hot cue point. Quente - A faixa vai até o hotcue anterior mais próximo. - + Track Time Tempo da Música - + Track Duration Duração da Faixa - + Displays the duration of the loaded track. Mostra a duração da faixa carregada. - + Information is loaded from the track's metadata tags. A informação é carregada a partir das etiquetas de metadados. - + Track Artist Artista da Faixa - + Displays the artist of the loaded track. Mostra o artista da faixa carregada. - + Track Title Título da Faixa - + Displays the title of the loaded track. Exibe o título da faixa carregada. - + Track Album Álbum da Faixa - + Displays the album name of the loaded track. Exibe o nome do álbum da faixa carregada. - + Track Artist/Title Artista/Título da Faixa - + Displays the artist and title of the loaded track. Mostra o artista e título da faixa carregada. @@ -11663,34 +11834,6 @@ Fully right: end of the effect period Occoreu um erro ao carregar sua biblioteca do Traktor. Algumas de suas músicas ou listas de reprodução do Traktor podem não ter sido carregadas. - - Ui - - - Mixxx %1 Development Team - Time de Desenvolvimento do Mixxx %1 - - - - With contributions from: - Com contribuições de: - - - - And special thanks to: - E agradecimentos especiais a: - - - - Past Developers - Desenvolvedores Anteriores - - - - Past Contributors - Contribuidores Anteriores - - VSyncThread @@ -11786,12 +11929,18 @@ Fully right: end of the effect period WEffect - - None - Nenhuma + + %1: %2 + %1 = effect name; %2 = effect description + %1: %2 + None + Nenhum + + + No effect loaded. Nenhum efeito carregado. @@ -11801,7 +11950,7 @@ Fully right: end of the effect period None - Nenhuma + Nenhum @@ -11814,7 +11963,7 @@ Fully right: end of the effect period None - Nenhuma + Nenhum @@ -11834,7 +11983,7 @@ Fully right: end of the effect period None Displayed when no effect is loaded - Nenhuma + Nenhum @@ -11930,317 +12079,333 @@ Fully right: end of the effect period &Exibir - + May not be supported on all skins. Pode não ser suportado em todas as skins. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + Ctrl+1 + + + Show Microphone Section Mostrar Seção do Microfone - + Show the microphone section of the Mixxx interface. Mostra a seção do microfone na interface do Mixxx. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section Mostrar Seção do Controle por Vinil - + Show the vinyl control section of the Mixxx interface. Mostra a seção do controle por vinil na interface do Mixxx. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck Mostrar Deck de Pré-escuta - + Show the preview deck in the Mixxx interface. Mostra o deck de pré-escuta na interface do Mixxx. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art Mostrar Arte da Capa - + Show cover art in the Mixxx interface. Mostra a arte da capa na interface do Mixxx. - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library Maximizar Biblioteca - + Maximize the track library to take up all the available screen space. Maximiza a biblioteca de faixas para ocupar todo o espaço de tela disponível. - + Space Menubar|View|Maximize Library Espaço - + &Full Screen Te&la cheia - + Display Mixxx using the full screen Exibir o Mixxx usando Tela Cheia - + &Options &Opções - + &Vinyl Control Controle por &Vinil - + Use timecoded vinyls on external turntables to control Mixxx Use vinils com timecode em toca-discos externos para controlar o Mixxx - + Enable Vinyl Control &%1 Ativar Controle por Vinil &%1 - + &Record Mix &Gravar Mixagem - + Record your mix to a file Grave sua mixagem para um arquivo - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting Ativar Transmissão Ao &Vivo - + Stream your mixes to a shoutcast or icecast server Transmita suas mixagens para um servidor shoutcast ou icecast - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts Ativar Atalhos de &Teclado - + Toggles keyboard shortcuts on or off Ativa/Desativa atalhos de teclado - + Ctrl+` Ctrl+` - + &Preferences &Preferências - + Change Mixxx settings (e.g. playback, MIDI, controls) Muda as configurações do Mixxx (ex.: reprodução, MIDI, controles) - + &Developer &Desenvolvedor - + &Reload Skin &Recarregar Skin - + Reload the skin Recarregar a skin - + Ctrl+Shift+R Ctrl+Shift+R - + Developer &Tools Ferramen&tas de Desenvolvedor - + Opens the developer tools dialog Abre o diálogo das ferramentas de desenvolvedor - + Ctrl+Shift+T Ctrl+Shift+T - + Stats: &Experiment Bucket Dados: Balde de &Experimento - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. Ativa o modo de experimento. Coleta dados no balde de localização EXPERIMENT. - + Ctrl+Shift+E Ctrl+Shift+E - + Stats: &Base Bucket Dados: Balde &Base - + Enables base mode. Collects stats in the BASE tracking bucket. Ativa o modo base. Coleta dados no balde de localização BASE. - + Ctrl+Shift+B Ctrl+Shift+B - + Deb&ugger Enabled Deb&ugger Ativado - + Enables the debugger during skin parsing Ativa o debugger enquanto a skin estiver sendo analisada - + Ctrl+Shift+D Ctrl+Shift+D - + &Help A&juda - + &Community Support &Suporte da Comunidade - + Get help with Mixxx Obtenha ajuda com o Mixxx - + &User Manual Manual do &Usuário - + Read the Mixxx user manual. Leia o manual do usuário do Mixxx. - + &Keyboard Shortcuts Atalhos de &Teclado - + Speed up your workflow with keyboard shortcuts. Acelere seu fluxo de trabalho com atalhos de teclado. - + Send Us &Feedback Envie um &Comentário - + Send feedback to the Mixxx team. Envie um comentário para a equipe do Mixxx. - + &Translate This Application &Traduzir Este Programa - + Help translate this application into your language. Ajude a traduzir este aplicativo para o seu idioma. - + &About So&bre - + About the application Sobre a aplicação @@ -12257,9 +12422,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source Carregando a faixa .. @@ -12341,6 +12504,12 @@ Text on waveform overview when file is cached from source Add to Playlist Adicionar à Lista de Reprodução + + + Reset + Reset metadata in right click track context menu in library + Reiniciar + Cover Art @@ -12353,58 +12522,68 @@ Text on waveform overview when file is cached from source ESC - + Remove Remover - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library Ocultar da Biblioteca - + Unhide from Library Desocultar da Biblioteca - + Purge from Library Eliminar da Biblioteca - + Properties Propriedades - + Open in File Browser Abrir no Navegador de Arquivos - + 4/3 BPM 4/3 BPM - + 3/2 BPM 3/2 BPM - - + + Create New Playlist Criar Nova Lista de Reprodução - + Create New Crate Criar Nova Caixa - + Enter name for new playlist: Digite o nome para a nova lista de reprodução: @@ -12434,150 +12613,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - Limpar - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Importar das Etiquetas do Arquivo - + Import From MusicBrainz - + Importar do MusicBrainz - + Export To File Tags - + Preview Deck Deck de Pré-escuta - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues Hotcues - + Loop - + ReplayGain ReplayGain - + Waveform - + All Todos - + Deck %1 Deck %1 - + New Playlist Nova Lista de Reprodução - - - + + + Playlist Creation Failed Falha ao Criar Lista de Reprodução - + A playlist by that name already exists. Uma lista de reprodução com esse nome já existe. - + A playlist cannot have a blank name. Uma lista de reprodução não pode ter um nome em branco. - + An unknown error occurred while creating playlist: Ocorreu um erro desconhecido ao criar a lista de reprodução: - + Lock BPM Travar o BPM - + Unlock BPM Destravar o BPM - + Double BPM Dobrar o BPM - + Halve BPM Diminuir o BPM pela metade - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + Sampler %1 Sampler %1 @@ -12593,12 +12766,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) (GLSL) - + (GL) (GL) diff --git a/res/translations/mixxx_ro.ts b/res/translations/mixxx_ro.ts index 720fb3b0b95c..bad064946f6a 100644 --- a/res/translations/mixxx_ro.ts +++ b/res/translations/mixxx_ro.ts @@ -1,4 +1,4 @@ - + : @@ -387,22 +387,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error Eroare de setări - + <b>Error with settings for '%1':</b><br> @@ -696,8 +696,8 @@ - - + + Deck %1 Deck %1 @@ -788,13 +788,13 @@ - + Set to full volume Configurează la volum maxim - + Set to zero volume Configurează la volum 0 @@ -819,13 +819,13 @@ - + Headphone listen button Buton ascultare în căști - + Mute button Buton amuțire @@ -841,25 +841,25 @@ - + Mix orientation (e.g. left, right, center) Orientare mixer (ex.-stânga,-dreapta,-centru) - + Set mix orientation to left Configurează orientarea mixerului la stânga - + Set mix orientation to center Configurează orientarea mixerului la centru - + Set mix orientation to right Configurează orientarea mixerului la dreapta @@ -935,229 +935,224 @@ Comutare stare sincronizare 3-stări (ÎNCHIS, SCLAV, MASTER) - - One-time beat sync (tempo and phase) - Sincronizare bătaie o singură dată (tempo și fază) - - - + One-time beat sync (tempo only) Sincronizare bătaie o singură dată (numai tempo) - + One-time beat sync (phase only) Sincronizare bătaie o singură dată (numai fază) - + Toggle keylock mode Comută mod keylock - + Equalizers Egalizatoare - + Vinyl Control Control disc vinil - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) Comută mod control disc vinil (ABS/REL/CONST) - + Pass through external audio into the internal mixer Trece audio extern în mixerul intern - + Cues Cue - + Cue button Buton cue - + Set cue point Configurare punct cue - + Go to cue point Mergi la punct cue - + Go to cue point and play Mergi la punct cue și redă - + Go to cue point and stop Mergi la punct cue și oprește - + Preview from cue point Previzualizare de la punct cue - + Cue button (CDJ mode) Buton cue (mod CDJ) - + Stutter cue - + Hotcues Hotcue - + Set, preview from or jump to hotcue %1 Configurează, previzualizează de la sau sari la hotcue %1 - + Clear hotcue %1 Curăță hotcue %1 - + Set hotcue %1 Configurează hotcue %1 - + Jump to hotcue %1 Sări la hotcue %1 - + Jump to hotcue %1 and stop Sări la hotcue %1 și oprește - + Jump to hotcue %1 and play Sări la hotcue %1 și redă - + Preview from hotcue %1 Previzualizează hotcue %1 - - + + Hotcue %1 Hotcue %1 - + Looping Repetă în buclă - + Loop In button Buton începere buclă - + Loop Out button Buton terminare buclă - + Loop Exit button Buton ieșire buclă - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Mută bucla înainte cu %1 bătăi - + Move loop backward by %1 beats Mută bucla înapoi cu %1 bătăi - + Beat-Looping Bătaie buclă - + Create %1-beat loop Creează buclă de %1 bătăi - + Create temporary %1-beat loop roll Creează o buclă temporară de %1 bătăi - + Library Bibliotecă @@ -1288,20 +1283,20 @@ + - Volume Fader Fader Volume - + Full Volume Volum total - + Zero Volume Volum zero @@ -1317,7 +1312,7 @@ - + Mute Amuțire @@ -1328,7 +1323,7 @@ - + Headphone Listen Ascultare în căști @@ -1349,25 +1344,25 @@ - + Orientation Orientare - + Orient Left Orientare stânga - + Orient Center Orientare centru - + Orient Right Orientare dreapta @@ -1472,11 +1467,6 @@ Sync Mode Mod sincronizare - - - Tap to sync, hold to enable sync mode - Apăsați pentru sincronizare, mențineți apăsat pentru activare mod sincronizare - Internal Sync Master @@ -1524,527 +1514,521 @@ Sincronizează bătaia o singură dată - + Sync Tempo One-Shot Sincronizează tempo o singură dată - + Sync Phase One-Shot Sincronizează faza o singură dată - + Speed (Pitch/Tempo) Viteză (Pitch/Tempo) - + Keylock Mode Mod keylock - + Pitch control (does not affect tempo), center is original pitch Control pitch (nu afectează tempo), la centru este pitch original - + Pitch Adjust Ajustare pitch - + Adjust pitch from speed slider pitch - + Match musical key Potrivește cheia muzicală - + Match Key Potrivește cheia - + Reset Key Resetează cheia - + Resets key to original Resetează cheia la original - + High EQ Egalizator înalte - + Mid EQ Egalizator medii - + Low EQ Egalizator joase - + Toggle Vinyl Control Comută controlul disc vinil - + Toggle Vinyl Control (ON/OFF) Comută control disc vinil (Pornit/Oprit) - + Vinyl Control Mode Mod control disc vinil - + Vinyl Control Cueing Mode Control vinil mod cue - + Vinyl Control Passthrough - + Vinyl Control Next Deck Control disc vinil deck-ul următor - + Single deck mode - Switch vinyl control to next deck Mod deck unic - Comută controlul discului vinil la următorul deck - + Cue Cue - + Set Cue Configurare cue - + Go-To Cue Mergi la cue - + Go-To Cue And Play Mergi la cue și redă - + Go-To Cue And Stop Mergi la cue și oprește - + Preview Cue Previzualizare cue - + Cue (CDJ Mode) Cue (mod CDJ) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 Curăță hotcue %1 - + Set Hotcue %1 Configurează hotcue %1 - + Jump To Hotcue %1 Sări la hotcue %1 - + Jump To Hotcue %1 And Stop Sări la hotcue %1 și oprește - + Jump To Hotcue %1 And Play Sări la hotcue %1 și redă - + Preview Hotcue %1 Previzualizare hotcue %1 - + Loop In Intrare buclă - + Loop Out Ieșire buclă - + Loop Exit Ieșire buclă - + Reloop/Exit Loop Reluare/ieșire buclă - + Loop Halve Înjumătățește bucla - + Loop Double Buclă dublă - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Mută bucla cu +%1 bătăi - + Move Loop -%1 Beats Mută bucla cu -%1 bătăi - + Loop %1 Beats Buclă %1 bătăi - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) Adăugaţi în selecţia Auto DJ (jos) - + Append the selected track to the Auto DJ Queue Adaugă pistele selectate la Coada Auto DJ - + Add to Auto DJ Queue (top) Adăugaţi în selecţia Auto DJ (sus) - + Prepend selected track to the Auto DJ Queue - + Load Track Încarcă pista - + Load selected track Încarcă pista selectată - + Track Load and Play Încărcare pistă și redare - + Load selected track and play Încarcă pista selectată și redă - + Record Mix Mixer înregistrare - + Toggle mix recording Comută mixer înregistrare - + Effects Efecte - + Quick Effects Efecte rapide - + Deck %1 Quick Effect Super Knob Super buton efect rapid Deck %1 - + Quick Effect Super Knob (control linked effect parameters) Super buton efect rapid (control parametrii efecte legate) - + Quick Effect Efect rapid - + Clear effect rack Curăță rack efect - + Clear Effect Rack Curăță rack efect - + Clear Unit Curăță unitatea - + Clear effect unit Curăță unitatea efectelor - + Toggle Unit Comută unitatea - + Dry/Wet Uscat/umed - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob Super buton - - - Insert/Send Toggle - Comutare introdu/trimite - - - + Next Chain Lanțul următor + - + - + - + - Assign Atribuie - + Clear Curăță - + Clear the current effect Curăță efectul curent - + Toggle Comutare - + Toggle the current effect Comută efectul curent - + Next Următor - + Switch to next effect Comută la efectul următor - + Previous Anterior - + Switch to the previous effect Comută la efectul anterior - + Next or Previous Următor sau anterior - + Switch to either next or previous effect Comută fie la următorul sau anteriorul efect + - Parameter Value Valoare parametru + - Microphone Ducking Strength Intensitate atenuare microfon - + Microphone Ducking Mode Mod atenuare microfon - + Gain Câștig - + Gain knob Buton câștig - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle Comutare DJ automat - + Toggle Auto DJ On/Off Comută Auto DJ Pornit/Oprit - + Library Maximize/Restore Bibliotecă mărește/restaurează - + Maximize the track library to take up all the available screen space. Mărește spațiul bibliotecii pentru a acoperii tot spațiul disponibil al ecranului. - + Effect Rack Show/Hide Arată/ascunde rack efect - + Show/hide the effect rack Arată/ascunde rack-ul efectului - + Cover Art Show/Hide Arată/ascunde coperta - + Show/hide cover art Arată/ascunde coperta - + Waveform Zoom Out Redu zoom formă de undă - + Toggle Effect Unit Comută unitate efecte @@ -2069,546 +2053,566 @@ Câștig căști - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed Viteză redare - + Playback speed control (Vinyl "Pitch" slider) Control viteză redare (Vinyl "Pitch" cursor) - + Pitch (Musical key) Pitch (Cheie muzicală) - + Increase Speed Mărește viteza - + Adjust speed faster (coarse) Ajustează viteza repede (brut) - - + + Increase Speed (Fine) Mărește viteza (Fin) - + Adjust speed faster (fine) Ajustează viteza rapid (fin) - + Decrease Speed Scade viteza - + Adjust speed slower (coarse) Ajustează viteza lent (brut) - + Adjust speed slower (fine) Ajustează viteza lent (fin) - + Temporarily Increase Speed Mărește viteza temporar - + Temporarily increase speed (coarse) Mărește viteza temporar (brut) - + Temporarily Increase Speed (Fine) Mărește viteza temporar (Fin) - + Temporarily increase speed (fine) Mărește viteza temporar (fin) - + Temporarily Decrease Speed Scade viteza temporar - + Temporarily decrease speed (coarse) Scade vitea temporar (brut) - + Temporarily Decrease Speed (Fine) Scade viteza temporar (Fin) - + Temporarily decrease speed (fine) Scade viteza temporar (fin) + - Adjust %1 Ajustare %1 + - Kill %1 Omoară %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length Înjumătățește lungimea buclei - + Double the loop length Dublează lungimea buclei - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up Mută în sus - + Equivalent to pressing the UP key on the keyboard Echivalent cu apăsarea tastei UP pe tastatură - + Move down Mută în jos - + Equivalent to pressing the DOWN key on the keyboard Echivalent cu apăsarea tastei DOWN pe tastatură - + Move up/down Mută în sus/jos - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up Derulează în sus - + Equivalent to pressing the PAGE UP key on the keyboard Echivalent cu apăsarea tastei PAGE UP pe tastatură - + Scroll Down Derulează în jos - + Equivalent to pressing the PAGE DOWN key on the keyboard Echivalent cu apăsarea tastei PAGE DOWN pe tastatură - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing Activează sau dezactivează procesarea efectului - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset Preconfigurare lanț următor - + Previous Chain Lanț anterior - + Previous chain preset Anterioara preconfigurare lanț - + Next/Previous Chain Următorul/Anteriorul lanț - + Next or previous chain preset Preconfigurare lanț următoare sau anterioară + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary Microfon / Auxiliar - + Microphone On/Off Microfon pornit/oprit - + Microphone on/off Microfon pornit/oprit - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Comută mod atenuare microfon (OPRIT, AUTO, MANUAL) - + Auxiliary On/Off Auxiliar pornit/oprit - + Auxiliary on/off Auxiliar pornit/oprit - + Auto DJ Auto DJ - + Auto DJ Shuffle Amestecă Auto DJ - + Auto DJ Skip Next Auto DJ omite următoarea - + Auto DJ Fade To Next Estompare DJ automat la următoarea - + Trigger the transition to the next track Comută tranziția următoarei piste - + User Interface Interfaţă utilizator - + Samplers Show/Hide Arată/ascunde samplere - + Show/hide the sampler section Arată/ascunde secțiunea sampler - + Microphone Show/Hide Microfon arată/ascunde - + Show/hide the microphone section Arată/ascunde secțiunea microfonului - + Vinyl Control Show/Hide Arată/ascunde controlul disc vinil - + Show/hide the vinyl control section Arată/ascunde secțiunea control disc vinil - + Preview Deck Show/Hide Arată/ascunde previzualizare deck - + Show/hide the preview deck Arată/ascunde previzualizarea deck-ului - + Vinyl Spinner Show/Hide Arată/ascunde rotire disk vinil - + Show/hide spinning vinyl widget Arată/ascunde control rotire disc vinil - + Waveform zoom Zoom formă de undă - + Waveform Zoom Zoom formă de undă - + Zoom waveform in Mărește zoom formă de undă - + Waveform Zoom In Mărește zoom formă de undă - + Zoom waveform out Redu zoom formă de undă @@ -2918,6 +2922,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + Echipa de dezvoltatori Mixxx %1 + + + + With contributions from: + Cu contribuții de la: + + + + And special thanks to: + Și mulțumiri speciale lui: + + + + Past Developers + Foști dezvoltatori + + + + Past Contributors + Foști contribuitori + + DlgAboutDlg @@ -3566,102 +3598,102 @@ Ați încercat să învățați: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Automatic - + Mono Mono - + Stereo Stereo - - - - + + + + Action failed Acțiune eșuată - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3674,27 +3706,27 @@ Two source connections to the same server can't have the same mountpoint.Preferințe transmisie live - + Mixxx Icecast Testing Testare Mixxx Icecast - + Public stream Flux public - + http://www.mixxx.org http://www.mixxx.org - + Stream name Nume flux - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. Din cauza defectelor din unii clienți de streaming, actualizarea dinamică a metadatelor Ogg Vorbis poate cauza întreruperi în ascultare sau deconectări. Apăsați această casetă pentru actualizarea metadatelor oricum. @@ -3729,189 +3761,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. Actualizare dinamică metadate Ogg Vorbis. - + + ICQ + + + + + AIM + + + + Website Website - + Live mix Mixare live - + + IRC + IRC + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre Gen - + Use UTF-8 encoding for metadata. Utilizați codarea UTF-8 pentru metadate. - + Description Descriere - + Encoding Codare - + Bitrate Rată de biți - - + + Format Format - + Channels Canale - + Server connection Conexiune server - + Type Tip - + Host Gazdă - + Login Autentificare - + Mount Montează - + Port Port - + Password Parolă - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds secunde - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4670,15 +4717,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected Nimic @@ -4805,32 +4848,32 @@ Displayed when no effect is selected Efecte disponibile - + Effect Info Info efect - + Version: Versiune: - + Description: Descriere: - + Author: Autor: - + Name: Nume: - + Type: Tip: @@ -5067,6 +5110,19 @@ and allows you to pitch adjust them for harmonic mixing. G#m + + DlgPrefLV2Dlg + + + Equalizer Preferences + Preferințe egalizator + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5852,7 +5908,7 @@ The loudness target is approximate and assumes track pregain and master output l Sample Rate - + Rată eșanționare @@ -5890,11 +5946,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds ms @@ -6134,17 +6186,17 @@ milliseconds RGB - + OpenGL not available OpenGL nu este disponibil - + dropped frames cadre omise - + Cached waveforms occupy %1 MiB on disk. @@ -6182,28 +6234,28 @@ milliseconds Câștig vizual - + Default zoom level Waveform zoom Nivel implicit zoom - + Displays the actual frame rate. Afișează rata de cadre actuală. - + Visual gain of the middle frequencies Câștig vizual al frecvențelor medii - + End of track warning Avertizare sfârșit de pistă - + OpenGL status Stare OpenGL @@ -6218,105 +6270,124 @@ milliseconds secunde - + Low Scăzută - + Middle Mediu - + Global Global - + Visual gain of the high frequencies Câștig vizual al frecvențelor înalte - + Visual gain of the low frequencies Câștig vizual al frecvențelor joase - + High Ridicată - + Waveform type - + Global visual gain Câștig vizual global - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. Sincronizează nivelul de zoom la toate formele de undă afișate. - + Synchronize zoom level across all waveforms Sincronizează nivelul de zoom la toate formele de undă - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + % + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms @@ -6324,83 +6395,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware Placă de sunet - + Controllers Controlere - + Library Bibliotecă - + Interface Interfață - + Waveforms Forme de undă - + Auto DJ Auto DJ - + Equalizers Egalizatoare - + Decks - + Crossfader Crossfader - + + Effects + Efecte + + + + LV2 Plugins + + + + Recording Înregistrare - + Beat Detection Detectare bătaie - + Key Detection Detecție cheie - + Normalization Normalizare - - + + Vinyl Control Control disc vinil - + Live Broadcasting Transmisie live - + Modplug Decoder Decodor Modplug @@ -6917,7 +6998,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject Lanț gol @@ -6931,40 +7012,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h Nu s-a încărcat nici un efect. + + EffectSettingsModel + + + Visible + + + + + Name + Nume + + + + Type + Tip + + EffectsManager - + Flanger Flanger - + BitCrusher BitCrusher - + Filter Filtru - + Reverb Reverberație - + Echo Ecou - + AutoPan - + Tremolo @@ -7135,39 +7234,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes iTunes - - + + Select your iTunes library Selectează biblioteca iTunes - + (loading) iTunes (încărcare) iTunes - + Use Default Library Foloseşte biblioteca implicită - + Choose Library... Alege biblioteca... - + Error Loading iTunes Library Eroare la încărcarea bibliotecii iTunes - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. A intervenit o eroare la încărcarea bibliotecii iTunes. Unele dintre pistele sau listele de redare iTunes este posibil să nu se fi încărcat. @@ -7405,52 +7504,52 @@ OpenGL. MixxxMainWindow - + Choose music library directory Alege directorul bibliotecii de muzică - + Sound Device Busy Dispozitivul audio este ocupat - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Reâncearcă</b> după închiderea altei aplicații sau reconectarea unui dispozitiv de sunet - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Reconfigurare</b> configurări dispozitivul de sunet al Mixxx. - - + + Get <b>Help</b> from the Mixxx Wiki. Primeşte <b>ajutor</b> de pe Wiki Mixxx. - - - + + + <b>Exit</b> Mixxx. <b>Ieşi</b> din Mixxx. - + Retry Reâncearcă - + Cannot open database Baza de date nu poate fi deschisă - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7461,149 +7560,141 @@ Mixxx are nevoie de QT cu suport SQLite. Citiți documentația driver Qt SQL pen Apăsați OK să ieșiți. - - + + Reconfigure Reconfigurează - + Help Ajutor - - + + Exit Ieși - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices Nu sunt dispozitive de ieșire - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. Mixxx a fost configurat fără nici un dispozitiv de ieșire. Procesarea audio va fi dezactivată fără un dispozitiv de ieșire configurat. - + <b>Continue</b> without any outputs. <b>Contină</b> fără nici o ieșire. - + Continue Continuă - + Load track to Deck %1 Încarcă pista în Deck-ul %1 - + Deck %1 is currently playing a track. Deck-ul %1 redă actualmente o pistă. - + Are you sure you want to load a new track? Sigur doriți să încărcați o nouă pistă? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. Nu este selectat nici un dispozitiv de intrare pentru acest control disc vinil. Selectați întâi un dispozitiv de intrare din preferințele plăcii de sunet. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. Nu este selectat nici un dispozitiv de intrare pentru acest microfon. Selectați întâi un dispozitiv de intrare din preferințele plăcii de sunet. - + Error in skin file Eroare în fișier aspect aplicație - + The selected skin cannot be loaded. Aspectul aplicației selectat nu poate fi încărcat. - + OpenGL Direct Rendering Randare directă OpenGL - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. - - + + Confirm Exit Confirmare ieșire - + A deck is currently playing. Exit Mixxx? Un deck actualmente redă. Se oprește Mixxx? - + A sampler is currently playing. Exit Mixxx? Un sampler redă curent. Iese Mixxx? - + The preferences window is still open. Fereastra preferințe este încă deschisă. - + Discard any changes and exit Mixxx? Se descarcă orice modificări și se închide Mixxx? - - NativeBackend - - - Native - Nativ - - ParserCsv @@ -7983,563 +8074,563 @@ To abort this action, press Cancel on the file dialog. Ați selectat fișierul greșit. Pentru a asigura accesul Mixxx, selectați fișierul '%1'. Dacă nu doriți să continuați, apăsați Anulare. - - + + Bit Depth Adâncime bit - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo Ecou - - + + Time - - + + Ping Pong - - - - + + + + Send Trimite - + How much of the signal to send into the delay buffer Cât de mult din semnal se trimite în tamponul de întârziere - - - - + + + + Feedback Opinie - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize Cuantificare - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter Filtru - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF LPF - - + + Corner frequency ratio of the low pass filter - + Q Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth Adâncime - - + + Flanger Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width Lățime - + Metronome - + Adds a metronome click sound to the stream - + BPM BPM - + Set the beats per minute value of the click sound - + Sync Sincronizare - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period Perioadă - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb Reverberație - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth Lățime bandă - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low Scăzută - - - + + + Gain for Low Filter Câștig pentru filtrul joase - + Kill Low Omoară joase - + Kill the Low Filter Omoară filtrul joase - + Mid Medii - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid Omoară medii - + Kill the Mid Filter Omoară filtrul medii - + High Ridicată - - + + Gain for High Filter Câștig pentru filtrul înalte - + Kill High Omoară înalte - + Kill the High Filter Omoară filtrul înalte - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ Egalizor grafic - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 Câștig pentru filtrul de bandă %1 - + Moog Ladder 4 Filter Filtru Moog Ladder 4 - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance Rezonanță - + Resonance of the filters. 4 = self oscillating Rezonanța filtrelor. 4 = auto oscilare - + Deck %1 EQ Effect Deck %1 efect EQ - - + + EQ Effect Efect EQ - + Deck 1 EQ Effect Deck 1 efect EQ - + Gain for Low Filter (neutral at 1.0) Câștig pentru filtru jos (neutru la 1.0) @@ -8549,58 +8640,58 @@ Higher values result in less attenuation of high frequencies. Flux rețea - - + + Phaser Phaser - - + + Stereo Stereo - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range Interval - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8665,47 +8756,47 @@ Higher values result in less attenuation of high frequencies. F11 - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8715,60 +8806,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! Acest flux este online numai pentru teste! - + Live Mix Live Mix @@ -8801,45 +8892,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance Balans - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8847,172 +8938,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + Integrat + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9049,22 +9161,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording Înregistrare - + Could not create audio file for recording! Nu se poate crea fișierul audio pentru înregistrare! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. Asigurați-vă că este suficient spațiu liber pe disc și că aveți permisiuni de scriere pentru dosarul Înregistrări. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9200,132 +9322,147 @@ Fully right: end of the effect period Eroare configurare mod fără blocuri: - + Error setting hostname! Eroare configurare nume gazdă! - + Error setting port! Eroare configurare port! - + Error setting password! Eroare configurare parolă! - + Error setting mount! Eroare configurare montare! - + Error setting username! Eroare configurare nume utilizator! - + Error setting stream name! Eroare configurare nume flux! - + Error setting stream description! Eroare configurare descriere flux! - + Error setting stream genre! Eroare configurare gen flux! - + Error setting stream url! Eroare configurare url flux! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! Eroare configurare flux public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. Difuzarea la 96kHz cu Ogg Vorbis nu este actualmente suportată. Încercați o rată de eșanționare diferită sau comutați la o altă codificare. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. Vedeți https://bugs.launchpad.net/mixxx/+bug/686212 pentru mai multe informații. - + Error setting bitrate Eroare configurare rată de biți - + Error: unknown server protocol! Eroare: protocol server necunoscut! - + Error: libshout only supports Shoutcast with MP3 format! Eroare: libshout suportă numai Shoutcast cu formatul MP3! - + Error setting protocol! Eroare configurare protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server Nu se poate conecta la serverul de transmisie - + Please check your connection to the Internet and verify that your username and password are correct. Verificați conexiunea la internet și verificați dacă numele de utilizator și parola sunt corecte. @@ -9743,7 +9880,7 @@ Fully right: end of the effect period - + Cover Art Copertă @@ -10005,7 +10142,6 @@ Fully right: end of the effect period Key - The musical key of a track Tastă @@ -10080,563 +10216,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play Redare - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank Salvează bancă sampler - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank Încarcă bancă sampler - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - Uscat/umed - - - + Super Knob Super buton - - - Insert/Send Toggle - Comutare introdu/trimite - - - + Next Chain Lanțul următor - + Previous Chain Lanț anterior - + Next/Previous Chain Următorul/Anteriorul lanț - + Clear Curăță - + Clear the current effect. Curăță efectul curent. - + Toggle Comutare - + Toggle the current effect. - + Next Următor - + Clear Unit Curăță unitatea - + Clear effect unit. Curăță unitatea efectelor - + Show/hide parameters for effects in this unit. - + Toggle Unit Comută unitatea - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. Comută la efectul următor. - + Previous Anterior - + Switch to the previous effect. Comută la efectul anterior. - + Next or Previous Următor sau anterior - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter Parametru efect - + Adjusts a parameter of the effect. Ajustează un parametru al efectului. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter Parametru egalizator - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10658,123 +10830,123 @@ Fully right: end of the effect period Ajustează grila bătaie să se potrivească cu alt deck care redă. - + If quantize is enabled, snaps to the nearest beat. Dacă cuantizarea este activată, fixează la cea mai apropiată bătaie. - + Quantize Cuantificare - + Toggles quantization. Comută cuantificare. - + Loops and cues snap to the nearest beat when quantization is enabled. Bucle și cue se fixează la cea mai apropiată bătaie când cuantizarea este activată. - + Reverse Invers - + Reverses track playback during regular playback. Inversează redarea pistei în timpul redării normale. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause Redare/Pauză - + Jumps to the beginning of the track. Sări la începutul pistei. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. Crește pitch cu un semiton. - + Decreases the pitch by one semitone. Scade pitch cu un semiton. - + Enable Vinyl Control Activează control disc vinil - + When disabled, the track is controlled by Mixxx playback controls. Când este dezactivat, pista este controlată de controalele de redare Mixxx. - + When enabled, the track responds to external vinyl control. Când este activat, pista răspunde la controlul discului de vinil extern. - + Enable Passthrough Activează trecerea - + Indicates that the audio buffer is too small to do all audio processing. Indică faptul că buffer-ul audio este prea mic pentru a efectua toate procesările audio. - + Displays cover artwork of the loaded track. Arată coperta pistei încărcate. - + Displays options for editing cover artwork. Afișează opțiuni pentru editarea copertei. - + Star Rating Stea evaluare - + Assign ratings to individual tracks by clicking the stars. Atribuie evaluări pistelor individuale apăsând stelele. @@ -10919,255 +11091,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. Pornește redarea de la începutul pistei. - + Jumps to the beginning of the track and stops. Sări la începutul pistei și oprește. - + Plays or pauses the track. Redă sau pauzează pista. - + (while playing) (în timp ce se redă) - + (while stopped) (în timp cât este oprit) - + Cue Cue - + Headphone Căști - + Mute Amuțire - + Mutes the selected channel's audio in the master output. Amuțește canalul audio selectat în ieșirea master. - + Old Synchronize Sincronizare veche - + (This skin should be updated to use Master Sync!) (Acest aspect aplicație trebuie actualizat pentru a utiliza Sincronizare Master!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. Sincronizează la primul deck (în ordine numerică) care redă o pistă și are un BPM. - + If no deck is playing, syncs to the first deck that has a BPM. Dacă nici un deck nu redă, sincronizează cu primul deck care are un BPM. - + Decks can't sync to samplers and samplers can only sync to decks. Deck-urile nu pot sincroniza samplerele iar samplerele pot doar sincroniza deck-urile. - + Enable Master Sync Activează sincronizarea master - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. Resetează cheia la cheia originală a pistei. - + Enable Sync Clock Master Activează sincronizare ceas master - + When enabled, this device will serve as the master clock for all other decks. Când se activează, acest dispozitiv va servi ca ceas master pentru toate celelalte decuri. - + Speed Control Control viteză - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust Ajustare pitch - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix Mixer înregistrare - + Toggle mix recording. - + Enable Live Broadcasting Activare transmisie live - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. Redarea se va relua de unde ar fi trebuit să fie pista dacă nu a intrat în buclă. - + Loop Exit Ieșire buclă - + Turns the current loop off. Oprește bucla curentă. - + Slip Mode Mod adormire - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. Cînd se activează, redarea continuă în fundal fără sunet în timpul unei bucle, inversări, zgârieturi etc. - + Once disabled, the audible playback will resume where the track would have been. Odată dezactivat, redarea auzibilă se va relua de unde pista ar fi fost. - + Track Key - The musical key of a track Cheie pistă - + Displays the musical key of the loaded track. Afișează cheia muzicală a pistei încărcate. - + Clock Ceas - + Displays the current time. Afișează ora actuală. - + Audio Latency Usage Meter Contor utilizare latență audio - + Displays the fraction of latency used for audio processing. Afișează fracția latenței utilizată pentru procesare audio. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. Nu activați keylock, efecte sau deck-uri suplimentare în această situație. - + Audio Latency Overload Indicator Indicator suprasarcină latență audio @@ -11232,279 +11403,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, Trimite canalele audio selectate la ieșirea căștilor, - + selected in Preferences -> Sound Hardware. selectat în Preferințe ->Placă de sunet. - + Fast Rewind Derulare rapidă înapoi - + Fast rewind through the track. Derulare rapidă înapoi prin pistă. - + Fast Forward Derulare rapidă înainte - + Fast forward through the track. Derulare rapidă înainte prin pistă. - + Jumps to the end of the track. Sări la sfârșitul pistei. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control Control pitch - + Pitch Rate Rată pitch - + Displays the current playback rate of the track. Afișează ritmul de redare curentă a pistei. - + Repeat Repetă - + When active the track will repeat if you go past the end or reverse before the start. - + Eject Scoate - + Ejects track from the player. Scoate pista din player. - + Hotcue Hotcue - + If hotcue is set, jumps to the hotcue. Dacă hotcue este configurat, sări la hotcue. - + If hotcue is not set, sets the hotcue to the current play position. Dacă hotcue nu este configurat, configurează hotcue la poziția curentă de redare. - + If hotcue is set, clears the hotcue. Dacă hotcue este configurat, curăță hotcue. - + Vinyl Control Mode Mod control disc vinil - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status Stare disc vinil - + Provides visual feedback for vinyl control status: - + Green for control enabled. Verde pentru activare control. - + Blinking yellow for when the needle reaches the end of the record. Galben clipitor când acul atinge sfârșitul înregistrării. - + Loop-In Marker Marcaj intrare buclă - + Loop-Out Marker Marcaj ieșire buclă - + Loop Halve Înjumătățește bucla - + Halves the current loop's length by moving the end marker. Înjumătățește lungimea buclei curente prin mutarea marcajului de sfârșit. - + Deck immediately loops if past the new endpoint. - + Loop Double Buclă dublă - + Doubles the current loop's length by moving the end marker. Dublează lungimea buclei curente mutând marcajul de sfârșit. - + Beatloop - + Toggles the current loop on or off. Comută bucla actuală pornit sau oprit. - + Works only if Loop-In and Loop-Out marker are set. Funcționează numai dacă marcajele intrare buclă și ieșire buclă sunt configurate. - + Hint: Change the default cue mode in Preferences -> Interface. Sfat: Schimbă modul cue implicit în Preferințe -> Interfață. - + Vinyl Cueing Mode Mod cue disc vinil - + Determines how cue points are treated in vinyl control Relative mode: Determină cum sunt tratate punctele cue în mod control disc vinil relativ: - + Off - Cue points ignored. Închis - Punctele cue ignorate. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. - + Track Time Timp pistă - + Track Duration Durată pistă - + Displays the duration of the loaded track. Afișează durata pistei încărcate. - + Information is loaded from the track's metadata tags. Informația este încărcată din metadata etichetelor pistei. - + Track Artist Artist piesă - + Displays the artist of the loaded track. Afișează artistul pistei încărcate. - + Track Title Titlu piesă - + Displays the title of the loaded track. Afișează titlul pistei încărcate. - + Track Album Album - + Displays the album name of the loaded track. Afișează numele albumului pistei încărcate. - + Track Artist/Title Artist/titlu pistă - + Displays the artist and title of the loaded track. Afișează artistul și titlul pistei încărcate. @@ -11626,34 +11797,6 @@ Fully right: end of the effect period A apărut o eroare la încărcarea bibliotecii Traktor. Unele dintre pistele sau listele de redare Traktor este posibil să nu fie încărcate. - - Ui - - - Mixxx %1 Development Team - Echipa de dezvoltatori Mixxx %1 - - - - With contributions from: - Cu contribuții de la: - - - - And special thanks to: - Și mulțumiri speciale lui: - - - - Past Developers - Foști dezvoltatori - - - - Past Contributors - Foști contribuitori - - VSyncThread @@ -11749,12 +11892,18 @@ Fully right: end of the effect period WEffect - + + %1: %2 + %1 = effect name; %2 = effect description + + + + None Nimic - + No effect loaded. Nu s-a încărcat nici un efect. @@ -11893,317 +12042,333 @@ Fully right: end of the effect period &Vizualizare - + May not be supported on all skins. Poate să nu fie suportat pe toate aspectele aplicației. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + Ctrl+1 + + + Show Microphone Section Arată secțiunea microfon - + Show the microphone section of the Mixxx interface. Arată secțiunea microfonului a interfeței Mixxx. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section Arată secțiunea control disc vinil - + Show the vinyl control section of the Mixxx interface. Arată secțiunea control disc vinil a interfeței Mixxx. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck Arată previzualizare Deck - + Show the preview deck in the Mixxx interface. Arată previzualizarea deck-ului în interfața Mixxx. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art Arată coperta - + Show cover art in the Mixxx interface. Arată coperta în interfața Mixxx. - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library Mărește biblioteca - + Maximize the track library to take up all the available screen space. Mărește spațiul bibliotecii pentru a acoperii tot spațiul disponibil al ecranului. - + Space Menubar|View|Maximize Library Spațiu - + &Full Screen &Ecran complet - + Display Mixxx using the full screen Afișează Mixxx utilizând tot ecranul - + &Options &Opțiuni - + &Vinyl Control Control disc &vinil - + Use timecoded vinyls on external turntables to control Mixxx Utilizează codarea de timp discuri vinil pe platan extern pentru a controla Mixxx - + Enable Vinyl Control &%1 Activează controlul disc vinil &%1 - + &Record Mix &Înregistrare mixaj - + Record your mix to a file Înregistrează mixajul într-un fişier - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting Activează &transmisia live - + Stream your mixes to a shoutcast or icecast server Difuzați mixajul dumneavoastră la un server shoutcast sau icecast - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts Activează &scurtăturile de tastatură - + Toggles keyboard shortcuts on or off Comută scurtăturile de tastatură pornit sau oprit - + Ctrl+` Ctrl+` - + &Preferences &Preferințe - + Change Mixxx settings (e.g. playback, MIDI, controls) Schimbă configurările Mixxx (ex. redare, MIDI, controale) - + &Developer &Dezvoltator - + &Reload Skin &Reâncarcă aspect aplicație - + Reload the skin Reâncarcă aspect aplicație - + Ctrl+Shift+R Ctrl+Shift+R - + Developer &Tools &Unelte dezvoltator - + Opens the developer tools dialog Deschide dialogul uneltelor dezvoltatorului - + Ctrl+Shift+T Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B Ctrl+Shift+B - + Deb&ugger Enabled Dep&anator activat - + Enables the debugger during skin parsing Activează depanatorul în timpul analizării aspectului aplicației - + Ctrl+Shift+D Ctrl+Shift+D - + &Help &Ajutor - + &Community Support Suport &comunitate - + Get help with Mixxx Obțineți ajutor cu Mixxx - + &User Manual Manual &utilizator - + Read the Mixxx user manual. Citiți manualul utilizatorului Mixxx. - + &Keyboard Shortcuts Scurtături &tastatură - + Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback Trimite-ne &Feedback - + Send feedback to the Mixxx team. Trimite părerea la echipa Mixxx. - + &Translate This Application &Tradu această aplicație - + Help translate this application into your language. Ajutați la traducerea acestei aplicații în limba dumneavoastră. - + &About &Despre - + About the application Despre aplicaţie @@ -12220,9 +12385,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source Se încarcă pista .. @@ -12304,6 +12467,12 @@ Text on waveform overview when file is cached from source Add to Playlist Adaugă la lista de redare + + + Reset + Reset metadata in right click track context menu in library + Resetează + Cover Art @@ -12316,58 +12485,68 @@ Text on waveform overview when file is cached from source ESC - + Remove Elimină - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library Ascunde din bibliotecă - + Unhide from Library Anulează ascunderea din bibliotecă - + Purge from Library Rade din bibliotecă - + Properties Proprietăţi - + Open in File Browser Deschide în navigatorul de fișiere - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist Crează listă de redare nouă - + Create New Crate Creează o colecție nouă - + Enter name for new playlist: Introduceți numele pentru noua listă de redare: @@ -12397,150 +12576,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - Curăță - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck Previzualizare Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues Hotcue - + Loop - + ReplayGain Înlocuire câștig - + Waveform - + All Toate - + Deck %1 Deck %1 - + New Playlist Listă de redare nouă - - - + + + Playlist Creation Failed Crearea listei de redare a eşuat - + A playlist by that name already exists. Există deja o listă de redare cu acelaşi nume. - + A playlist cannot have a blank name. O listă de redare nu poate fi nedenumită. - + An unknown error occurred while creating playlist: O eroare necunoscută a apărut în timpul creării listei de redare: - + Lock BPM Blochează BPM - + Unlock BPM Deblochează BPM - + Double BPM Dublează BPM - + Halve BPM Înjumătățește BPM - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + Sampler %1 Sampler %1 @@ -12556,12 +12729,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) (GLSL) - + (GL) (GL) diff --git a/res/translations/mixxx_ru.ts b/res/translations/mixxx_ru.ts index 3d278a0d380a..5b4de664bca6 100644 --- a/res/translations/mixxx_ru.ts +++ b/res/translations/mixxx_ru.ts @@ -1,4 +1,4 @@ - + : @@ -88,7 +88,7 @@ Playlist Creation Failed - Ошибка создания списка воспроизведения + Не удалось создать список воспроизведения @@ -388,22 +388,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. Не удаётся использовать хранилище паролей: нет доступа к связке ключей. - + Secure password retrieval unsuccessful: keychain access failed. Не удалось найти защищённый пароль: нет доступа к связке ключей. - + Settings error Ошибка настройки - + <b>Error with settings for '%1':</b><br> <b>Ошибка с настройками для "%1":</b><br> @@ -571,12 +571,12 @@ BPM - BPM + Кол-во ударов в минуту Key - Ключ + Тональность @@ -606,7 +606,7 @@ Grouping - Группировка + Группа @@ -697,8 +697,8 @@ - - + + Deck %1 Палуба %1 @@ -789,13 +789,13 @@ - + Set to full volume Установить в полном объеме - + Set to zero volume Нулевое значение громкости @@ -820,13 +820,13 @@ Кнопка обратный рулон (цензуре) - + Headphone listen button Прослушать кнопки для наушников - + Mute button Кнопка Mute @@ -842,25 +842,25 @@ - + Mix orientation (e.g. left, right, center) Mix ориентацию (например влево, вправо, центр) - + Set mix orientation to left Установка микс ориентация слева - + Set mix orientation to center Установка микс ориентацию по центру - + Set mix orientation to right Установка микс ориентация справа @@ -873,7 +873,7 @@ BPM - BPM + Кол-во ударов в минуту @@ -936,229 +936,224 @@ Синхронизация режим 3-состояния переключения (OFF, ПОСЛЕДОВАТЕЛЬ, магистр) - - One-time beat sync (tempo and phase) - Разовая синхронизация битов (темп и фаза) - - - + One-time beat sync (tempo only) Разовая синхронизация битов (только темп) - + One-time beat sync (phase only) Разовая синхронизация битов (только фаза) - + Toggle keylock mode Переключение в режим блокировки клавиатуры - + Equalizers Эквалайзеры - + Vinyl Control Винил-Контроль - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Переключение режима намекать Винил контроль (OFF/один/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) Переключение режимов Винил-контроль (ABS/REL/CONST) - + Pass through external audio into the internal mixer Проходят через внешние аудио в внутренней микшер - + Cues Подсказки - + Cue button Сигнал кнопки - + Set cue point Задать ключевую точку - + Go to cue point Перейти к точке Cue - + Go to cue point and play Перейти к точке Cue и играть - + Go to cue point and stop Перейти к точке Cue и остановить - + Preview from cue point Просмотр с точки Cue - + Cue button (CDJ mode) Кнопка Cue (CDJ режим) - + Stutter cue Заикание кий - + Hotcues Hotcues - + Set, preview from or jump to hotcue %1 Задание, просмотр от или перейти к hotcue %1 - + Clear hotcue %1 Очистить hotcue %1 - + Set hotcue %1 Задать hotcue %1 - + Jump to hotcue %1 Перейти к hotcue %1 - + Jump to hotcue %1 and stop Перейти к hotcue %1 и остановить - + Jump to hotcue %1 and play Перейти к hotcue %1 и играть - + Preview from hotcue %1 Предварительный просмотр из hotcue %1 - - + + Hotcue %1 Hotcue %1 - + Looping Циклы - + Loop In button Цикл в кнопку - + Loop Out button Петли, кнопки - + Loop Exit button Кнопка выхода цикла - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Перемещение вперед цикл %1 бьет - + Move loop backward by %1 beats Переместить петли обратной %1 бьется - + Beat-Looping Бить циклы - + Create %1-beat loop Создайте цикл %1-бит - + Create temporary %1-beat loop roll Создание временного цикла %1-бить ролл - + Library Библиотека @@ -1289,20 +1284,20 @@ + - Volume Fader Регулятор громкости - + Full Volume Полный объем - + Zero Volume Нулевой объем @@ -1318,7 +1313,7 @@ - + Mute Немой @@ -1329,7 +1324,7 @@ - + Headphone Listen Прослушать наушников @@ -1350,25 +1345,25 @@ - + Orientation Ориентация - + Orient Left Ориент слева - + Orient Center Восточный центр - + Orient Right Ориент право @@ -1473,11 +1468,6 @@ Sync Mode Режим синхронизации - - - Tap to sync, hold to enable sync mode - Нажмите для синхронизации, удерживайте для включения режима синхронизации - Internal Sync Master @@ -1525,527 +1515,521 @@ Бить синхронизации одноступенчатая - + Sync Tempo One-Shot Синхронизации темпа одноступенчатая - + Sync Phase One-Shot Этап синхронизации одноступенчатая - + Speed (Pitch/Tempo) Скорость (шаг/темп) - + Keylock Mode Режим блокировки клавиатуры - + Pitch control (does not affect tempo), center is original pitch Поле управления (не влияет на темп), центр — оригинальный шаг - + Pitch Adjust Отрегулируйте высоту - + Adjust pitch from speed slider pitch Отрегулируйте шаг от скорость ползунок pitch - + Match musical key Музыкальный ключ матча - + Match Key Ключ матча - + Reset Key Сброс ключа - + Resets key to original Сбрасывает ключ к оригиналу - + High EQ Высокая EQ - + Mid EQ Середине EQ - + Low EQ Низкая EQ - + Toggle Vinyl Control Переключатель Винил - + Toggle Vinyl Control (ON/OFF) Винил управления переключения (вкл/выкл) - + Vinyl Control Mode Режим контроля виниловый - + Vinyl Control Cueing Mode Винил управления намекать режим - + Vinyl Control Passthrough Винил управления проходное - + Vinyl Control Next Deck Винил управления следующая палуба - + Single deck mode - Switch vinyl control to next deck Одноколодный режим - переключатель Винил управления к следующему палубе - + Cue Кий - + Set Cue Установите Cue - + Go-To Cue Go-To Cue - + Go-To Cue And Play Перейти к Cue и играть - + Go-To Cue And Stop Перейти к Cue и остановка - + Preview Cue Предварительный просмотр Cue - + Cue (CDJ Mode) Кью (CDJ режим) - + Stutter Cue Заикание Cue - + Go to cue point and play after release Перейти к точке вступления и начать воспроизведение после окончания нажатия - + Clear Hotcue %1 Очистить Hotcue %1 - + Set Hotcue %1 Задать Hotcue %1 - + Jump To Hotcue %1 Перейти к Hotcue %1 - + Jump To Hotcue %1 And Stop Перейти к Hotcue %1 и остановки - + Jump To Hotcue %1 And Play Перейти к Hotcue %1 и играть - + Preview Hotcue %1 Просмотр Hotcue %1 - + Loop In Цикл в - + Loop Out Цикл из - + Loop Exit Loop выход - + Reloop/Exit Loop Петля Reloop/выход - + Loop Halve Сократить цикл - + Loop Double Двойная петля - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Переместить петли + %1 бьет - + Move Loop -%1 Beats Переместить петли-бьет %1 - + Loop %1 Beats Петля %1 бьется - + Loop Roll %1 Beats Бьет цикла ролл %1 - + Add to Auto DJ Queue (bottom) - Добавить в очередь Auto DJ (внизу) + Добавить в очередь АвтоDJ (вниз) - + Append the selected track to the Auto DJ Queue Добавить выбранный трек в очередь Auto DJ - + Add to Auto DJ Queue (top) - Добавить в очередь Auto DJ (сверху) + Добавить в очередь АвтоDJ (вверх) - + Prepend selected track to the Auto DJ Queue Вставьте выбранный трек в очередь Auto DJ - + Load Track Загрузить трек - + Load selected track Загрузить выбранные трек - + Track Load and Play Трек нагрузки и играть - + Load selected track and play Загрузить выбранный трек и играть - + Record Mix Записать микс - + Toggle mix recording Переключить mix запись - + Effects Эффекты - + Quick Effects Быстрый эффект - + Deck %1 Quick Effect Super Knob Ручка супер быстрый эффект палубе %1 - + Quick Effect Super Knob (control linked effect parameters) Быстрый эффект супер ручку (контрольные параметры связанного эффекта) - + Quick Effect Быстрый эффект - + Clear effect rack Четкий эффект стойку - + Clear Effect Rack Снимите стойку эффект - + Clear Unit Снимите блок - + Clear effect unit Четкий эффект блок - + Toggle Unit Блок переключения - + Dry/Wet Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. Регулировать баланс между первоначальной (сухой) и обработаны (мокрый) сигнал. - + Super Knob Супер ручка - - - Insert/Send Toggle - Вставка/отправить переключения - - - + Next Chain Следующая цепочка + - + - + - + - Assign Назначить - + Clear Ясно - + Clear the current effect Очистить текущий эффект - + Toggle Переключение - + Toggle the current effect Переключение текущего эффекта - + Next Следующая - + Switch to next effect Переключиться на следующий эффект - + Previous Предыдущий - + Switch to the previous effect Перейти к предыдущей эффект - + Next or Previous Следующий или предыдущий - + Switch to either next or previous effect Перейти к следующей или предыдущей эффект + - Parameter Value Значение параметра + - Microphone Ducking Strength Микрофон ныряя прочность - + Microphone Ducking Mode Ныряя режим микрофона - + Gain Получить - + Gain knob Получить ручка - + Shuffle the content of the Auto DJ queue Произвольный выбор контента для задания Авто DJ - + Skip the next track in the Auto DJ queue Пропустить следующий трек в задании для Авто DJ - + Auto DJ Toggle Рычаг автоматического DJ - + Toggle Auto DJ On/Off Auto DJ переключатель вкл/выкл - + Library Maximize/Restore Максимизировать библиотека/восстановление - + Maximize the track library to take up all the available screen space. Максимизируйте библиотеке трек, чтобы занять все пространство экрана. - + Effect Rack Show/Hide Эффект стойку Показать/скрыть - + Show/hide the effect rack Показать/скрыть эффект стойку - + Cover Art Show/Hide Обложка искусства показать/скрыть - + Show/hide cover art Показать/скрыть обложку - + Waveform Zoom Out Масштаб осциллограммы - + Toggle Effect Unit Блок переключения эффект @@ -2070,546 +2054,566 @@ Усиления для наушников - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed Скорость воспроизведения - + Playback speed control (Vinyl "Pitch" slider) Контроль скорости воспроизведения (винил «Шаг» ползунок) - + Pitch (Musical key) Шаг (музыкальный ключ) - + Increase Speed Увеличить скорость - + Adjust speed faster (coarse) Отрегулируйте скорость быстрее (крупный) - - - Increase Speed (Fine) + + + Increase Speed (Fine) Увеличить скорость (Fine) - + Adjust speed faster (fine) Отрегулируйте скорость быстрее (штраф) - + Decrease Speed Уменьшить скорость - + Adjust speed slower (coarse) Отрегулируйте скорость медленнее (крупный) - + Adjust speed slower (fine) Отрегулируйте скорость медленнее (штраф) - + Temporarily Increase Speed Временно повышает скорость - + Temporarily increase speed (coarse) Временно повышает скорость (крупный) - + Temporarily Increase Speed (Fine) Временно повышает скорость (Fine) - + Temporarily increase speed (fine) Временно повышает скорость (штраф) - + Temporarily Decrease Speed Временно уменьшить скорость - + Temporarily decrease speed (coarse) Временно уменьшить скорость (крупный) - + Temporarily Decrease Speed (Fine) Временно уменьшить скорость (Fine) - + Temporarily decrease speed (fine) Временно уменьшить скорость (штраф) + - Adjust %1 Настроить %1 + - Kill %1 Убить %1 - + CUP (Cue + Play) Пуск + проиграть - + Loop Selected Beats Петля для выделенных ударных - + Create a beat loop of selected beat size Создать петлю выбранного размера - + Loop Roll Selected Beats Петля ролл для выбранного бита - + Create a rolling beat loop of selected beat size Создать скользящий луп выбранного размера петли - + Toggle loop on/off and jump to Loop In point if loop is behind play position Фиксированное вкл/выкл петли и прыжок к точке входа в петлю перед позицией воспроизведения - + Reloop And Stop Релуп и Стоп - + Enable loop, jump to Loop In point, and stop Включить петлю, скачок к точке входа в петлю и остановка - + Halve the loop length Пол размера петли - + Double the loop length Двойной размер петли - + Beat Jump / Loop Move Прыжки по треку / смещение петли - + Jump / Move Loop Forward %1 Beats Прыгнуть / Переместить петлю вперёд на %1 ударов - + Jump / Move Loop Backward %1 Beats Прыгнуть / Переместить петлю назад на %1 ударов - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats Прыгнуть вперёд на %1 ударов, или если лупинг включен, переместить петлю вперёд на %1 ударов. - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats Прыгнуть назадна %1 ударов, или если лупинг включен, переместить петлю назад на %1 ударов. - + Beat Jump / Loop Move Forward Selected Beats Перейти вперёд / Передвинуть петлю вперёд на выбранное количество ударов - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats Перейти вперёд на выбранное количество ударов, или, если петля активна, передвинуть петлю вперёд на выбранное количество ударов. - + Beat Jump / Loop Move Backward Selected Beats Перейти назад / Передвинуть петлю назад на выбранное количество ударов - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats Перейти назад на выбранное количество ударов, или, если петля активна, передвинуть петлю назад на выбранное количество ударов. - + Move up Передвинуть вверх - + Equivalent to pressing the UP key on the keyboard Равнозначно нажатию кнопки "вверх" на клавиатуре - + Move down Переместить вниз - + Equivalent to pressing the DOWN key on the keyboard Равнозначно нажатию кнопки ВНИЗ на клавиатуре - + Move up/down Переместить вверх/вниз - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys Переместить вертикально в обоих направлениях, как при нажатии кнопок ВВЕРХ/ВНИЗ - + Scroll Up Пролистать вверх - + Equivalent to pressing the PAGE UP key on the keyboard Равнозначно нажатию кнопки PAGE UP на клавиатуре - + Scroll Down Пролистать вниз - + Equivalent to pressing the PAGE DOWN key on the keyboard Равнозначно нажатию кнопки PAGE DOWN на клавиатуре - + Scroll up/down Пролистать вверх/вниз - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys Переместить вертикально в обоих направлениях, как при нажатии кнопок PGUP/PGDOWN - + Move left Переместить влево - + Equivalent to pressing the LEFT key on the keyboard Равнозначно нажатию кнопки ВЛЕВО на клавиатуре - + Move right Переместить вправо - + Equivalent to pressing the RIGHT key on the keyboard Равнозначно нажатию кнопки ВПРАВО на клавиатуре - + Move left/right Переместить влево\вправо - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys Переместить горизонтально в обоих направлениях используя ручку, как при нажатии кнопок ВЛЕВО/ВПРАВО - + Move focus to right pane Переместить фокус на правую панель - + Equivalent to pressing the TAB key on the keyboard Равнозначно нажатию кнопки TAB на клавиатуре - + Move focus to left pane Переместить фокус на левую панель - + Equivalent to pressing the SHIFT+TAB key on the keyboard Равнозначно нажатию кнопок SHIFT+TAB на клавиатуре - + Move focus to right/left pane Переместить фокус на правую/левую панель - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys Переключать элементы управления используя ручку, как при нажатии клавиш TAB/SHIFT+TAB - + Go to the currently selected item Перейти к выбранному пункту - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing Включение и отключение эффекта обработки - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset Следующая цепочка пресет - + Previous Chain Предыдущие цепи - + Previous chain preset Предыдущие цепи пресет - + Next/Previous Chain Следующий/предыдущий цепь - + Next or previous chain preset Следующую или предыдущую цепь пресет + - Show Effect Parameters Показать параметры эффекта - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary Микрофон / вспомогательные - + Microphone On/Off Микрофон вкл/выкл - + Microphone on/off Микрофон вкл/выкл - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Переключать микрофон, ныряя режим (OFF, авто, руководство) - + Auxiliary On/Off Вспомогательные вкл/выкл - + Auxiliary on/off Вспомогательные вкл/выкл - + Auto DJ - Auto DJ + Авто DJ - + Auto DJ Shuffle Auto DJ Перемешивание - + Auto DJ Skip Next Auto DJ Skip Next - + Auto DJ Fade To Next Auto DJ Fade To Next - + Trigger the transition to the next track Инициировать переход к следующей композиции - + User Interface Пользовательский интерфейс - + Samplers Show/Hide Пробоотборники Показать/скрыть - + Show/hide the sampler section Показать/скрыть раздел сборники - + Microphone Show/Hide Микрофон Показать/скрыть - + Show/hide the microphone section Показать/скрыть раздел микрофон - + Vinyl Control Show/Hide Винил управления Показать/скрыть - + Show/hide the vinyl control section Показать/скрыть секции управления Винил - + Preview Deck Show/Hide Предварительный просмотр палубы Показать/скрыть - + Show/hide the preview deck Показать/скрыть предварительный просмотр палубы - + Vinyl Spinner Show/Hide Винил Spinner Показать/скрыть - + Show/hide spinning vinyl widget Показать/Скрыть виджет спиннинг Винил - + Waveform zoom Масштаб осциллограммы - + Waveform Zoom Масштаб осциллограммы - + Zoom waveform in Увеличение сигнала - + Waveform Zoom In Увеличить масштаб осциллограммы - + Zoom waveform out Масштаб осциллограммы @@ -2749,18 +2753,18 @@ Rename - Переименование + Переименовать Lock - Замок + Заблокировать Export Track Files - Экспорт трек файлов + Экспорт файлов дорожек @@ -2786,7 +2790,7 @@ Crates - Ящики + Контейнеры @@ -2829,7 +2833,7 @@ M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) - M3U плейлист (*.m3u); M3u8 плейлист (*.m3u8); PLS плейлист (* .pls); Текст CSV (*.csv); Удобочитаемый текст (*.txt) + Список воспроизведения M3U (*.m3u); Список воспроизведения M3u8 (*.m3u8); Список воспроизведения PLS (*.pls); Текст CSV (*.csv); Читаемый текст (*.txt) @@ -2919,6 +2923,34 @@ Дублирование контейнера не удалось. + + DlgAbout + + + Mixxx %1 Development Team + Команда разработчиков Mixxx %1 + + + + With contributions from: + С взносы: + + + + And special thanks to: + И особую благодарность: + + + + Past Developers + В прошлом разработчиков + + + + Past Contributors + Последние участники + + DlgAboutDlg @@ -2929,7 +2961,7 @@ Credits - + Заслуги @@ -3030,7 +3062,7 @@ Auto DJ - Auto DJ + Авто DJ @@ -3571,102 +3603,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 SHOUTcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Automatic Автоматический - + Mono Моно - + Stereo Стерео - - - - + + + + Action failed Действие провалено - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3679,27 +3711,27 @@ Two source connections to the same server can't have the same mountpoint.Live вещания предпочтения - + Mixxx Icecast Testing Mixxx Icecast тестирование - + Public stream Общественная поток - + http://www.mixxx.org http://www.Mixxx.org - + Stream name Имя потока - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. Из-за недостатков в некоторых потоковых клиентов обновление метаданных Ogg Vorbis динамически может вызвать слушателя сбоев и отключений. Установите этот флажок, чтобы обновить метаданные в любом случае. @@ -3734,189 +3766,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. Динамически Обновите метаданные Ogg Vorbis. - + + ICQ + + + + + AIM + + + + Website Веб-сайт - + Live mix Живой микс - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre Жанр - + Use UTF-8 encoding for metadata. Используйте кодировку UTF-8 для метаданных. - + Description Описание - + Encoding Кодирование - + Bitrate Битрейт - - + + Format Формат - + Channels Каналы - + Server connection Подключение к серверу - + Type Тип - + Host Хост - + Login Логин - + Mount Гора - + Port Порт - + Password Пароль - + Stream info Информация о потоке - + Metadata Метаданные - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect Автоматическое переподключение - + Time to wait before the first reconnection attempt is made. Время ожидания до первой попытки переподключения - - + + seconds секунд - + Wait until first attempt Ждать до первой попытки - + Reconnect period Период переподключения - + Time to wait between two reconnection attempts. Время ожидания между двумя попытками переподключения - + Limit number of reconnection attempts Ограничить количество попыток переподключения - + Maximum retries Максимум попыток - + Reconnect if the connection to the streaming server is lost. Переподключаться если соединение с сервером потеряно. - + Enable automatic reconnect Включить автоматическое переподключение @@ -4676,15 +4723,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected Нет @@ -4811,32 +4854,32 @@ Displayed when no effect is selected Доступные эффекты - + Effect Info Информация о эффект - + Version: Версия: - + Description: Описание/контроль: - + Author: Автор: - + Name: Имя: - + Type: Тип: @@ -5073,22 +5116,35 @@ and allows you to pitch adjust them for harmonic mixing. G #m + + DlgPrefLV2Dlg + + + Equalizer Preferences + Настройки эквалайзера + + + + Discovered LV2 effects + + + DlgPrefLibrary Music Directory Added - Добавлен каталог музыки + Добавлена папка с музыкой You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? - Вы добавили один или несколько каталогов музыки. Треки в эти каталоги не будут доступны до тех пор, пока вы сканирование вашей библиотеки. Хотели бы вы повторить сканирование сейчас? + Вы добавили одну или несколько папок с музыкой. Дорожки в них не будут доступны, пока вы не повторите сканирование вашей библиотеки. Выполнить это сейчас? Scan - Сканирование + Сканировать @@ -5858,7 +5914,7 @@ The loudness target is approximate and assumes track pregain and master output l Sample Rate - + Частота дискретизации @@ -5896,11 +5952,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds MS @@ -5921,7 +5973,7 @@ milliseconds Buffer Underflow Count - + Количество незаполнению буфера @@ -5936,7 +5988,7 @@ milliseconds Keylock/Pitch-Bending Engine - + Блокировка клавиатуры/Pitch изгиб двигатель @@ -5971,7 +6023,7 @@ milliseconds System Reported Latency - + Система сообщила задержка @@ -6140,17 +6192,17 @@ milliseconds RGB - + OpenGL not available OpenGL не доступны - + dropped frames пропуск кадров - + Cached waveforms occupy %1 MiB on disk. Кэшированные осциллограммы занимают %1 МБ на диске. @@ -6188,28 +6240,28 @@ milliseconds Визуальный выигрыш - + Default zoom level Waveform zoom Уровень масштаба по умолчанию - + Displays the actual frame rate. Отображается фактическая частота кадров. - + Visual gain of the middle frequencies Визуальные прирост средних частот - + End of track warning Конец пути предупреждения - + OpenGL status OpenGL статус @@ -6224,105 +6276,124 @@ milliseconds секунд - + Low Низкая - + Middle Средний - + Global Глобальные - + Visual gain of the high frequencies Визуальные усиление высоких частот - + Visual gain of the low frequencies Визуальные усиления низких частот - + High Высокая - + Waveform type - + Global visual gain Глобальные выгоды визуальные - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. Синхронизировать уровень масштабирования осциллограммы на всех деках. - + Synchronize zoom level across all waveforms Синхронизация масштабирования всех осциллограмм. - + Caching Кэшинг - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. Mixxx кэширует осциллограммы ваших треков на диске при первой загрузке трека. Это уменьшает нагрузку на CPU, когда вы играете вживую, но занимает больше места на диске. - + Enable waveform caching Включить кэширование формы звуковой волны - + Generate waveforms when analyzing library Генерировать формы звуковой волны во время анализа библиотеки - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. - - Show Beat Markers + + % + % + + + + Play marker position - + + Moves the play marker position on the waveforms to the left, right or center (default). + + + + Clear Cached Waveforms Очистить кэшированные осциллограммы @@ -6330,83 +6401,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware Звуковое оборудование - + Controllers Контроллеры - + Library Библиотека - + Interface Интерфейс - + Waveforms Осциллограммы - + Auto DJ - Auto DJ + Авто DJ - + Equalizers Эквалайзеры - + Decks - + Crossfader Кроссфейдер - + + Effects + Эффекты + + + + LV2 Plugins + + + + Recording Запись - + Beat Detection Бить обнаружения - + Key Detection Обнаружение ключей - + Normalization Нормализация - - + + Vinyl Control - Виниловый контроль + Винил-Контроль - + Live Broadcasting Live вещания - + Modplug Decoder ModPlug декодер @@ -6486,7 +6567,7 @@ Select from different types of displays for the waveform, which differ primarily Artist - Художник + Исполнитель @@ -6640,7 +6721,7 @@ Select from different types of displays for the waveform, which differ primarily BPM - BPM + Кол-во ударов в минуту @@ -6925,7 +7006,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject Пустой цепь @@ -6939,40 +7020,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h Никакого эффекта загружен. + + EffectSettingsModel + + + Visible + + + + + Name + Имя + + + + Type + Тип + + EffectsManager - + Flanger Флэнджер - + BitCrusher BitCrusher - + Filter Фильтр - + Reverb Реверберации - + Echo Эхо - + AutoPan Авто-панорамирование - + Tremolo @@ -7143,39 +7242,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes iTunes - - + + Select your iTunes library Выберите медиатеку iTunes - + (loading) iTunes iTunes (загрузки) - + Use Default Library Использовать библиотеку по умолчанию - + Choose Library... Выберите Библиотека... - + Error Loading iTunes Library Ошибка загрузки iTunes Библиотека - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. Произошла ошибка при загрузке вашей библиотеки iTunes. Некоторые из ваших треков iTunes или списки воспроизведения могут не загружен. @@ -7270,7 +7369,7 @@ support. Import Playlist - Импорт списка воспроизведения + Импортировать список воспроизведения @@ -7413,52 +7512,52 @@ support. MixxxMainWindow - + Choose music library directory Выберите каталог библиотеки музыки - + Sound Device Busy Звуковое устройство занят - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Повторите попытку</b> после закрытия другие приложения или повторное подключение звукового устройства - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Перенастройка</b> Mixxx в настройки звукового устройства. - - + + Get <b>Help</b> from the Mixxx Wiki. Получите <b>помощь</b> от Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. <b>Выход</b> Mixxx. - + Retry Повтор - + Cannot open database Не удается открыть базу данных - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7469,150 +7568,142 @@ Mixxx требует QT с поддержкой SQLite. Пожалуйста, п Нажмите кнопку OK для выхода. - - + + Reconfigure Повторная настройка - + Help Справка - - + + Exit Выход - - + + Mixxx was unable to open all the configured sound devices. Mixxx не смог открыть все настроенные звуковые устройства. - + Sound Device Error Ошибка звукового устройства - + <b>Retry</b> after fixing an issue <b>Повторите попытку</b> после устранения проблемы - + No Output Devices Нет устройства вывода - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. Mixxx был настроен без каких-либо звуковых устройств вывода. Обработка аудио будет отключен без настроенного выходного устройства. - + <b>Continue</b> without any outputs. <b>Продолжить</b> без каких-либо результатов. - + Continue Продолжить - + Load track to Deck %1 Загрузить трек палубу %1 - + Deck %1 is currently playing a track. Палуба %1 в настоящее время играет трек. - + Are you sure you want to load a new track? Вы уверены, что вы хотите, чтобы загрузить новый трек? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. Существует нет устройство ввода, выбранные для этого винила. Сначала выберите устройство ввода в параметрах звукового оборудования. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. Существует нет устройство ввода, выбранные для этого passthrough. Сначала выберите устройство ввода в параметрах звукового оборудования. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. Существует нет устройство ввода, отобранных для этого микрофона. Сначала выберите устройство ввода в параметрах звукового оборудования. - + Error in skin file Ошибка в файле обложки - + The selected skin cannot be loaded. Не удается загрузить выбранный кожи. - + OpenGL Direct Rendering OpenGL Прямой рендеринг - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. Прямой рендеринг не включен на вашем компьютере. <br><br>Это означает, что сигнала показывает будет быть очень <br><b>медленно и может сильно налоговые вашего процессора</b>. Обновить конфигурацию <br>для включения прямого рендеринга, либо отключить <br>сигнала отображается в параметрах Mixxx, выбрав раздел <br>«Пустой» как отображение сигнала в «Интерфейс». <br> <br>Примечание: Если вы используете NVIDIA аппаратных, <br>прямого рендеринга не могут присутствовать, но вы должны <br>не опыт деградации производительности. - - + + Confirm Exit Подтвердить выход - + A deck is currently playing. Exit Mixxx? В настоящее время играет для загара. Выход Mixxx? - + A sampler is currently playing. Exit Mixxx? В настоящее время играет сэмплер. Выход Mixxx? - + The preferences window is still open. Окно настроек остается открытым. - + Discard any changes and exit Mixxx? Отменить все изменения и закрыть Mixxx? - - NativeBackend - - - Native - Родной - - ParserCsv @@ -7683,7 +7774,7 @@ Please select an input device in the sound hardware preferences first. Lock - Замок + Заблокировать @@ -7719,7 +7810,7 @@ Please select an input device in the sound hardware preferences first. Create New Playlist - Создать новый плейлист + Создать новый список воспроизведения @@ -7739,7 +7830,7 @@ Do you want to scan your library for cover files now? Scan - Сканирование + Сканировать @@ -7939,7 +8030,7 @@ Do you want to scan your library for cover files now? Vinyl Control - Виниловый контроль + Винил-Контроль @@ -7996,563 +8087,563 @@ To abort this action, press Cancel on the file dialog. Вы выбрали неправильный файл. Чтобы предоставить доступ Mixxx, пожалуйста, выберите файл «%1». Если вы не хотите, чтобы продолжить, нажмите кнопку Отмена. - - + + Bit Depth Битовая глубина - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling Понижение разрешения - + Down Вниз - + The sample rate to which the signal is downsampled - - + + Echo Эхо - - + + Time - - + + Ping Pong - - - - + + + + Send Отправить - + How much of the signal to send into the delay buffer Сколько из сигнала для отправки в буфер задержки - - - - + + + + Feedback Обратная связь - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops Сумма эхо исчезает каждый раз, когда он петли - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize Квантование - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter Фильтр - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF LPF - - + + Corner frequency ratio of the low pass filter Фильтр угловой частоты соотношение низких частот - + Q Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF ФВЧ - - + + Corner frequency ratio of the high pass filter Угловые соотношения частот высокой проходят фильтр - - - - + + + + Depth Глубина - - + + Flanger Флэнджер - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width Ширина - + Metronome - + Adds a metronome click sound to the stream - + BPM Кол-во ударов в минуту - + Set the beats per minute value of the click sound - + Sync Синхронизация - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period Период - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing Сглаживание - + Smooth Гладкий - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb Реверберации - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay Затухание - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth Пропускная способность - + BW - - + + Damping Демпфирования - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - Количество сигнала передаваемое эффекту - - - - - + + + Low Низкая - - - + + + Gain for Low Filter Усиления низких фильтра для - + Kill Low Убить низкий - + Kill the Low Filter Убить низкий фильтр - + Mid Середина - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid Убить середине - + Kill the Mid Filter Убить середине фильтра - + High Высокая - - + + Gain for High Filter Выгоды для высоких фильтр - + Kill High Убить высокий - + Kill the High Filter Убить фильтр высоких - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer Графический эквалайзер - + Graphic EQ Графический эквалайзер - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 Выгоды для Band фильтр %1 - + Moog Ladder 4 Filter Moog лестница 4 фильтр - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation 4-полюсный фильтр, лестница Moog, основанный на нелинейная цифровая осуществления Antti Houvilainen - + Res - - + + Resonance Резонанс - + Resonance of the filters. 4 = self oscillating Резонансные фильтры. 4 = себя осциллирующие - + Deck %1 EQ Effect Палуба %1 эквалайзер - - + + EQ Effect Эквалайзер - + Deck 1 EQ Effect Палуба 1 эквалайзер - + Gain for Low Filter (neutral at 1.0) Получить низкая фильтра (нейтральный на 1.0) для @@ -8562,58 +8653,58 @@ Higher values result in less attenuation of high frequencies. Сетевой поток - - + + Phaser Фэйзер - - + + Stereo Стерео - - + + Stages Этапы - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped Контролирует размер зацикленного выходного сигнала - - + + Range Диапазон - + Controls the frequency range across which the notches sweep. Контролирует частотный диапазон, в котором удаляются шумы. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8678,47 +8769,47 @@ Higher values result in less attenuation of high frequencies. F11 - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8728,60 +8819,60 @@ Higher values result in less attenuation of high frequencies. Устройство не найдено - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour Контр громкости - - - + + + Loudness Громкость - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. Усиливает низкие и высокие частоты на низкой громкости для пониженной чувствительности человеческого ухаю - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! Этот поток онлайн для целей тестирования! - + Live Mix Живой микс @@ -8814,45 +8905,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance Баланс - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8860,172 +8951,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate Скорость - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + Встроенная + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9062,22 +9174,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording Запись - + Could not create audio file for recording! Не удалось создать аудио файл для записи! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. Обеспечить достаточно свободного дискового пространства, и у вас есть разрешение на запись для папки записи. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9166,7 +9288,7 @@ Fully right: end of the effect period Lock - Замок + Заблокировать @@ -9213,132 +9335,147 @@ Fully right: end of the effect period Ошибка настройки неблокирующий режим: - + Error setting hostname! Ошибка параметра hostname! - + Error setting port! Ошибка настройки порта! - + Error setting password! Ошибка настройки пароля! - + Error setting mount! Ошибка настройки горе! - + Error setting username! Ошибка настройки пользователя! - + Error setting stream name! Ошибка параметра имя потока! - + Error setting stream description! Ошибка настройки потока описание! - + Error setting stream genre! Ошибка настройки потока жанр! - + Error setting stream url! Ошибка параметра URL-адрес потока! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! Ошибка настройки поток общественных! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. В настоящее время не поддерживается вещания на 96 кГц с Ogg Vorbis. Пожалуйста, попробуйте другой выборки rate или переключиться на другую кодировку. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. - + Error setting bitrate Ошибка установки битрейт - + Error: unknown server protocol! Ошибка: Неизвестный сервер протокол! - + Error: libshout only supports Shoutcast with MP3 format! Ошибка: libshout поддерживает только Shoutcast, с формате MP3! - + Error setting protocol! Ошибка настройки протокола! - + Network cache overflow Переполнение сетевого кэша - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. Соединение с сервером потеряно. - + Please check your connection to the Internet. Пожалуйста, проверьте ваше соединение с Internet. - + Can't connect to streaming server Не удается подключиться к сервер потокового - + Please check your connection to the Internet and verify that your username and password are correct. Пожалуйста, проверьте подключение к Интернету и проверить правильность имени пользователя и пароля. @@ -9737,7 +9874,7 @@ Fully right: end of the effect period Vinyl Control - Виниловый контроль + Винил-Контроль @@ -9756,9 +9893,9 @@ Fully right: end of the effect period - + Cover Art - Обложка игры + Обложка @@ -10018,8 +10155,7 @@ Fully right: end of the effect period Key - The musical key of a track - Ключ + Тональность @@ -10093,563 +10229,599 @@ Fully right: end of the effect period Включение блокировки во время воспроизведения может привести к кратковременному сбою вывода. - + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + + + + Places a cue point at the current position on the waveform. Ставит точку воспроизведения на текущей позиции на форме звуковой волны. - + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play Играть - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. Изменяет скорость воспроизведения трека (влияет на темп и питч). Если включена блокировка, затрагивается только темп. - + Recording Duration Длительность записи - + Displays the duration of the running recording. Показывает длительность текущей записи. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. Перейти к маркеру начала петли. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. Передвинуть петлю вперед на 1 удар. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. Передвинуть петлю назад на 1 удар. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank Сохранить сборники банк - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank Банк сборники нагрузки - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters Показать параметры эффекта - + Enable Effect Включить эффект - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - Dry/Wet - - - + Super Knob Супер ручка - - - Insert/Send Toggle - Вставка/отправить переключения - - - + Next Chain Следующая цепочка - + Previous Chain Предыдущие цепи - + Next/Previous Chain Следующий/предыдущий цепь - + Clear Ясно - + Clear the current effect. Очистка текущего эффекта. - + Toggle Переключение - + Toggle the current effect. Переключение текущего эффекта. - + Next Следующая - + Clear Unit Снимите блок - + Clear effect unit. Четкий эффект единица. - + Show/hide parameters for effects in this unit. - + Toggle Unit Блок переключения - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. Перейти к следующему эффект. - + Previous Предыдущий - + Switch to the previous effect. Перейти к предыдущей эффект. - + Next or Previous Следующий или предыдущий - + Switch to either the next or previous effect. Перейти к следующему или предыдущему эффект. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter Эффект параметра - + Adjusts a parameter of the effect. Регулировка параметра эффекта. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill Параметр Kill эквалайзер - - + + Holds the gain of the EQ to zero while active. Держит получить EQ к нулю во время. - + Quick Effect Super Knob Супер быстрый эффект ручки - + Quick Effect Super Knob (control linked effect parameters). Быстрый эффект супер ручку (контрольные параметры связанного эффекта). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. Подсказка: Изменить режим быстрый эффект по умолчанию в настройках-> эквалайзеров. - + Equalizer Parameter Параметр эквалайзер - + Adjusts the gain of the EQ filter. Регулировка усиления EQ фильтр. - + Hint: Change the default EQ mode in Preferences -> Equalizers. Подсказка: Изменение режима Эквалайзера по умолчанию в настройках-> эквалайзеров. @@ -10671,123 +10843,123 @@ Fully right: end of the effect period Отрегулируйте beatgrid соответствовать другой игры палубе. - + If quantize is enabled, snaps to the nearest beat. Если квантования включена, привязывается к ближайшей бить. - + Quantize Квантование - + Toggles quantization. Переключает квантования. - + Loops and cues snap to the nearest beat when quantization is enabled. Петли и Кии привязка к ближайшей бить при включении квантования. - + Reverse Реверс - + Reverses track playback during regular playback. Реверсы трека воспроизведения во время регулярных воспроизведения. - + Puts a track into reverse while being held (Censor). Помещает дорожку в обратном во время (цензура). - + Playback continues where the track would have been if it had not been temporarily reversed. Воспроизведение продолжается, где трек был бы если он был не были отменены временно. - - + + Play/Pause Воспроизведение/пауза - + Jumps to the beginning of the track. Переход к началу трека. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. Синхронизирует темп (BPM) и фазу, другие дорожки, если обнаружено BPM на обоих. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. Синхронизирует темп (BPM), другие дорожки, если обнаружено BPM на обоих. - + Sync and Reset Key Синхронизация и восстановление ключа - + Increases the pitch by one semitone. Увеличивает поле на один полутон. - + Decreases the pitch by one semitone. Уменьшает поле на один полутон. - + Enable Vinyl Control Включение контроля виниловый - + When disabled, the track is controlled by Mixxx playback controls. При отключении, трек контролируется Mixxx элементов управления воспроизведением. - + When enabled, the track responds to external vinyl control. Когда включен, трек реагирует на внешние Виниловый контроль. - + Enable Passthrough Включить передачу - + Indicates that the audio buffer is too small to do all audio processing. Указывает, что аудио буфер слишком мал для того, чтобы сделать все аудио обработки. - + Displays cover artwork of the loaded track. Отображение обложки загруженного трека. - + Displays options for editing cover artwork. Отображает параметры для редактирования обложки. - + Star Rating Звездный рейтинг - + Assign ratings to individual tracks by clicking the stars. Назначьте отдельные треки, щелкнув звезды рейтинги. @@ -10932,255 +11104,254 @@ Fully right: end of the effect period Предотвращает изменение при изменении скорость тангажа. - + Starts playing from the beginning of the track. Начинает воспроизведение с самого начала трека. - + Jumps to the beginning of the track and stops. Переход к началу трека и останавливается. - + Plays or pauses the track. Воспроизведение или пауза трек. - + (while playing) (во время игры) - + (while stopped) (в то время как остановился) - + Cue Кий - + Headphone Наушники - + Mute Немой - + Mutes the selected channel's audio in the master output. Отключает выбранного канала аудио Мастер производства. - + Old Synchronize Синхронизировать старый - + (This skin should be updated to use Master Sync!) (Эта кожа должны обновляться для использования Мастер синхронизации)! - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. Синхронизирует первый палубу (в числовом порядке), который играет трек и BPM. - + If no deck is playing, syncs to the first deck that has a BPM. Если игра не палубе, синхронизирует на первой палубе, которая была BPM. - + Decks can't sync to samplers and samplers can only sync to decks. Палубы не удается синхронизировать пробоотборников и пробоотборники можно синхронизировать только с палубы. - + Enable Master Sync Разрешить мастер синхронизации - + Tap to sync the tempo to other playing tracks or the master clock. Нажмите для синхронизации, которую темп другим играть треки или мастер часы. - + Hold for at least a second to enable sync lock for this deck. Проводить по крайней мере второй для включения блокировки синхронизации для этой палубе. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. Палубы с sync к морю будут играть в том же темпе, и палубы, которые также имеют квантования включен будет всегда иметь их ритмы, выстроились. - + Resets the key to the original track key. Сбрасывает ключ ключу оригинальный трек. - + Enable Sync Clock Master Включить синхронизацию часов мастер - + When enabled, this device will serve as the master clock for all other decks. Когда включен, это устройство будет служить главной часы для всех других палуб. - + Speed Control Контроль скорости - - - + + + Changes the track pitch independent of the tempo. Изменяет высоту тона трек независимо от темпа. - + Increases the pitch by 10 cents. Увеличивает поле на 10 центов. - + Decreases the pitch by 10 cents. Уменьшает поле на 10 центов. - + Pitch Adjust Отрегулируйте высоту - + Adjust the pitch in addition to the speed slider pitch. Отрегулируйте шаг помимо поле ползунка скорость. - + Record Mix Записать микс - + Toggle mix recording. Переключить mix запись. - + Enable Live Broadcasting Разрешить трансляцию - + Stream your mix over the Internet. Поток ваш микс через Интернет. - + Provides visual feedback for Live Broadcasting status: Обеспечивает визуальную обратную связь для Live вещания статуса: - + disabled, connecting, connected, failure. инвалидов, подключение, подключен, провал. - + When enabled, the deck directly plays the audio arriving on the vinyl input. Когда включен, палубе непосредственно играет аудио, прибывающих на виниле ввода. - + Blue for passthrough enabled. Голубой для пересылки включен. - + Playback will resume where the track would have been if it had not entered the loop. Воспроизведение возобновится, где трек был бы если он не введен цикла. - + Loop Exit Loop выход - + Turns the current loop off. Отключение текущего цикла. - + Slip Mode Режим скольжения - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. Когда активная, воспроизведение продолжается приглушенные в фоновом режиме во время цикла, обратный, царапины и др. - + Once disabled, the audible playback will resume where the track would have been. После отключения звукового воспроизведения возобновит где бы трек. - + Track Key - The musical key of a track Ключ отслеживания - + Displays the musical key of the loaded track. Отображает музыкальный ключ загруженного трека. - + Clock Будильник - + Displays the current time. Отображает текущее время. - + Audio Latency Usage Meter Аудио задержка использования метр - + Displays the fraction of latency used for audio processing. Отображает часть задержки используется для обработки звука. - + A high value indicates that audible glitches are likely. Высокое значение указывает, что звуковой глюки, скорее всего. - + Do not enable keylock, effects or additional decks in this situation. Не включайте keylock, эффекты или дополнительные палубы в этой ситуации. - + Audio Latency Overload Indicator Аудио задержка индикатор перегрузки @@ -11245,279 +11416,279 @@ Fully right: end of the effect period Отображает текущий музыкальный ключ загруженного трека после тангажа ветра. - + Sends the selected channel's audio to the headphone output, Отправляет выбранный канал аудио выход для наушников, - + selected in Preferences -> Sound Hardware. выбран в настройках-> звук оборудования. - + Fast Rewind Перемотка - + Fast rewind through the track. Перемотка через трек. - + Fast Forward Быстрая перемотка вперед - + Fast forward through the track. Быстрая перемотка вперед через трек. - + Jumps to the end of the track. Переход к концу трека. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. Задает поле ключ, который позволяет гармоничный переход от другой трек. Требуется ключ обнаруженных на обеих участвующих палубах. - - - + + + Pitch Control Тангажу - + Pitch Rate Скорость тангажа - + Displays the current playback rate of the track. Отображает текущий темп воспроизведения трека. - + Repeat Повторите - + When active the track will repeat if you go past the end or reverse before the start. Когда активная трек будет повторяться, если вы идете мимо конце или обратить вспять до начала. - + Eject Извлечь - + Ejects track from the player. Извлечение трек от игрока. - + Hotcue Hotcue - + If hotcue is set, jumps to the hotcue. Если установлен hotcue, переход к hotcue. - + If hotcue is not set, sets the hotcue to the current play position. Если hotcue не задано, задает hotcue к текущей позиции воспроизведения. - + If hotcue is set, clears the hotcue. Если установлен hotcue, очищает hotcue. - + Vinyl Control Mode Режим контроля виниловый - + Absolute mode - track position equals needle position and speed. Абсолютный режим - трек позиции равен положение иглы и скорость. - + Relative mode - track speed equals needle speed regardless of needle position. Относительный режим - трек скорость равна скорость иглы независимо от положения иглы. - + Constant mode - track speed equals last known-steady speed regardless of needle input. Постоянный режим - трек скорость равна Последний известный устойчивый скорость независимо от ввода иглы. - + Vinyl Status Винил статус - + Provides visual feedback for vinyl control status: Обеспечивает визуальную обратную связь для Винил управления статуса: - + Green for control enabled. Зеленый для элемента управления включено. - + Blinking yellow for when the needle reaches the end of the record. Мигающий желтый для когда игла достигает конца записи. - + Loop-In Marker Loop в маркер - + Loop-Out Marker Loop-Out маркер - + Loop Halve Сократить цикл - + Halves the current loop's length by moving the end marker. Половины длины текущего цикла, перемещая маркер конца. - + Deck immediately loops if past the new endpoint. Палуба немедленно петли Если мимо новой конечной точки. - + Loop Double Двойная петля - + Doubles the current loop's length by moving the end marker. Удваивает Длина текущего цикла, перемещая маркер конца. - + Beatloop Beatloop - + Toggles the current loop on or off. Включает и выключает текущего цикла. - + Works only if Loop-In and Loop-Out marker are set. Работает только если в цикле и маркер Loop-Out устанавливаются. - + Hint: Change the default cue mode in Preferences -> Interface. Подсказка: Измените режим Кия по умолчанию в настройках-> интерфейс. - + Vinyl Cueing Mode Винил намекать режим - + Determines how cue points are treated in vinyl control Relative mode: Определяет, как обрабатываются ключевых точек в режиме относительного Винил управления: - + Off - Cue points ignored. -Ключевые точки игнорируются. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. Один Cue - если игла удаляется после ключевой точки, трек будет стремиться к этой ключевой точки. - + Hot Cue - Track will seek to nearest previous hot cue point. Меток - трек будет стремиться к ближайшей предыдущих меток точки. - + Track Time Отслеживание времени - + Track Duration Продолжительность пути - + Displays the duration of the loaded track. Отображает продолжительность загруженного трека. - + Information is loaded from the track's metadata tags. Информация загружается из тегов метаданных трек. - + Track Artist Художник трек - + Displays the artist of the loaded track. Отображает художник загруженного трека. - + Track Title Название трека - + Displays the title of the loaded track. Отображает название загруженного трека. - + Track Album Трек-альбом - + Displays the album name of the loaded track. Отображает имя альбома загруженного трека. - + Track Artist/Title Художник/название дорожки - + Displays the artist and title of the loaded track. Отображается исполнитель и название загруженного трека. @@ -11639,34 +11810,6 @@ Fully right: end of the effect period Произошла ошибка при загрузке библиотеки трактор. Некоторые из ваших треков трактор или плейлисты могут не загружен. - - Ui - - - Mixxx %1 Development Team - Команда разработчиков Mixxx %1 - - - - With contributions from: - С взносы: - - - - And special thanks to: - И особую благодарность: - - - - Past Developers - В прошлом разработчиков - - - - Past Contributors - Последние участники - - VSyncThread @@ -11762,12 +11905,18 @@ Fully right: end of the effect period WEffect - + + %1: %2 + %1 = effect name; %2 = effect description + %1: %2 + + + None Нет - + No effect loaded. Никакого эффекта загружен. @@ -11906,317 +12055,333 @@ Fully right: end of the effect period & Посмотреть - + May not be supported on all skins. Могут поддерживаться не все скины. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + Ctrl + 1 + + + Show Microphone Section Показать раздел микрофон - + Show the microphone section of the Mixxx interface. Показать раздел микрофон Mixxx интерфейса. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl + 2 - + Show Vinyl Control Section Показать раздел контроля виниловый - + Show the vinyl control section of the Mixxx interface. Показать Секции управления Винил Mixxx интерфейса. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl + 3 - + Show Preview Deck Показать предварительный просмотр палубы - + Show the preview deck in the Mixxx interface. Показать предварительный просмотр палубы в интерфейсе Mixxx. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl + 4 - + Show Cover Art Показать обложку - + Show cover art in the Mixxx interface. Показать обложку в интерфейсе Mixxx. - + Ctrl+6 Menubar|View|Show Cover Art CTRL + 6 - + Maximize Library Максимизировать Библиотека - + Maximize the track library to take up all the available screen space. Максимизируйте библиотеке трек, чтобы занять все пространство экрана. - + Space Menubar|View|Maximize Library Пространство - + &Full Screen & Полный экран - + Display Mixxx using the full screen Отображение Mixxx, используя полный экран - + &Options & Опции - + &Vinyl Control & Виниловый контроль - + Use timecoded vinyls on external turntables to control Mixxx Использование покадровой винилы на внешние вертушки для управления Mixxx - + Enable Vinyl Control &%1 Включение контроля виниловый & %1 - + &Record Mix & Записать микс - + Record your mix to a file Запишите ваш микс в файл - + Ctrl+R Ctrl + R - + Enable Live &Broadcasting Включить живой & вещания - + Stream your mixes to a shoutcast or icecast server Поток ваши миксы на сервер shoutcast и icecast - + Ctrl+L Ctrl + L - + Enable &Keyboard Shortcuts Включить & сочетания клавиш - + Toggles keyboard shortcuts on or off Включение и Отключение сочетаний клавиш или отключение - + Ctrl+` CTRL +' - + &Preferences & Предпочтения - + Change Mixxx settings (e.g. playback, MIDI, controls) Изменить параметры Mixxx (например, элементы управления воспроизведением, MIDI) - + &Developer & Разработчик - + &Reload Skin & Перезагрузить кожи - + Reload the skin Перезагрузить кожи - + Ctrl+Shift+R Ctrl + Shift + R - + Developer &Tools & Инструменты разработчика - + Opens the developer tools dialog Открывает диалоговое окно инструменты разработчика - + Ctrl+Shift+T Ctrl + Shift + T - + Stats: &Experiment Bucket Статистика: & эксперимент ведро - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. Позволяет экспериментировать режим. Собирает статистику в ведро отслеживания эксперимента. - + Ctrl+Shift+E Ctrl + Shift + E - + Stats: &Base Bucket Статистика: & базы ведро - + Enables base mode. Collects stats in the BASE tracking bucket. Обеспечивает базовый режим. Собирает статистику в базе отслеживания ведро. - + Ctrl+Shift+B Ctrl + Shift + B - + Deb&ugger Enabled Deb & ugger включено - + Enables the debugger during skin parsing Позволяет отладчику при разборе кожи - + Ctrl+Shift+D Ctrl + Shift + D - + &Help & Помощь - + &Community Support & Сообщество поддержки - + Get help with Mixxx Получить помощь с Mixxx - + &User Manual & Руководство пользователя - + Read the Mixxx user manual. Прочтите руководство пользователя Mixxx. - + &Keyboard Shortcuts & Сочетания клавиш - + Speed up your workflow with keyboard shortcuts. Скорость вверх ваш рабочий процесс с помощью сочетаний клавиш. - + Send Us &Feedback Отправить нам & обратной связи - + Send feedback to the Mixxx team. Отправьте отзыв группе Mixxx. - + &Translate This Application & Перевести это приложение - + Help translate this application into your language. Помогите перевести это приложение на ваш язык. - + &About & Около - + About the application О приложении @@ -12233,9 +12398,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source Загрузка трека... @@ -12317,10 +12480,16 @@ Text on waveform overview when file is cached from source Add to Playlist Добавить в плейлист + + + Reset + Reset metadata in right click track context menu in library + Сбросить + Cover Art - Обложка игры + Обложка @@ -12329,58 +12498,68 @@ Text on waveform overview when file is cached from source ESC - + Remove Удалить - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library Скрыть из библиотеки - + Unhide from Library Отобразить из библиотеки - + Purge from Library Удалить из библиотеки - + Properties Свойства - + Open in File Browser Открыть в браузере файл - + 4/3 BPM 4/3 BPM - + 3/2 BPM 3/2 BPM - - + + Create New Playlist - Создать новый плейлист + Создать новый список воспроизведения - + Create New Crate Создать новый ящик - + Enter name for new playlist: Введите имя для нового списка воспроизведения: @@ -12410,152 +12589,146 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - Ясно - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck Предварительный просмотр палубы - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues Hotcues - + Loop - + ReplayGain Выравнивание громкости - + Waveform - + All Все - + Deck %1 Палуба %1 - + New Playlist Новый список воспроизведения - - - + + + Playlist Creation Failed - Ошибка создания плейлиста + Не удалось создать список воспроизведения - + A playlist by that name already exists. - Плейлист с таким именем уже существует. + Список воспроизведения с таким именем уже существует. - + A playlist cannot have a blank name. - Список воспроизведения не может иметь пустое имя. + Имя списка воспроизведения не может быть пустым. - + An unknown error occurred while creating playlist: Произошла неизвестная ошибка при создании списка воспроизведения: - + Lock BPM Блокировка BPM - + Unlock BPM Разблокировать BPM - + Double BPM Двойной BPM - + Halve BPM Сократить вдвое BPM - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + Sampler %1 - Сборники %1 + Сэмплер %1 @@ -12569,12 +12742,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) (GLSL) - + (GL) (GL) diff --git a/res/translations/mixxx_si.ts b/res/translations/mixxx_si.ts index 51f828b5d954..884eb8d5653a 100644 --- a/res/translations/mixxx_si.ts +++ b/res/translations/mixxx_si.ts @@ -1,4 +1,4 @@ - + : @@ -386,22 +386,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error - + <b>Error with settings for '%1':</b><br> @@ -695,8 +695,8 @@ - - + + Deck %1 @@ -787,13 +787,13 @@ - + Set to full volume - + Set to zero volume @@ -818,13 +818,13 @@ - + Headphone listen button - + Mute button @@ -840,25 +840,25 @@ - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -934,229 +934,224 @@ - - One-time beat sync (tempo and phase) - - - - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode - + Equalizers - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Beat-Looping - + Create %1-beat loop - + Create temporary %1-beat loop roll - + Library @@ -1287,20 +1282,20 @@ + - Volume Fader - + Full Volume - + Zero Volume @@ -1316,7 +1311,7 @@ - + Mute @@ -1327,7 +1322,7 @@ - + Headphone Listen @@ -1348,25 +1343,25 @@ - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1471,11 +1466,6 @@ Sync Mode - - - Tap to sync, hold to enable sync mode - - Internal Sync Master @@ -1523,527 +1513,521 @@ - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Speed (Pitch/Tempo) - + Keylock Mode - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original - + High EQ - + Mid EQ - + Low EQ - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) ස්වයංක්‍රීය DJ පේලියට එක් කරන්න - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) ස්වයංක්‍රීය DJ පේලියෙහි (උඩටම) එක් කරන්න - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Track Load and Play - + Load selected track and play - + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - + Quick Effect - + Clear effect rack - + Clear Effect Rack - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain + - + - + - + - Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect + - Parameter Value + - Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Cover Art Show/Hide - + Show/hide cover art - + Waveform Zoom Out - + Toggle Effect Unit @@ -2068,546 +2052,566 @@ - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - - + + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) + - Adjust %1 + - Kill %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ ස්වයංක්‍රීය DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Microphone Show/Hide - + Show/hide the microphone section - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out @@ -2917,6 +2921,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + + + + + With contributions from: + + + + + And special thanks to: + + + + + Past Developers + + + + + Past Contributors + + + DlgAboutDlg @@ -3561,102 +3593,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Automatic - + Mono - + Stereo - - - - + + + + Action failed - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3669,27 +3701,27 @@ Two source connections to the same server can't have the same mountpoint. - + Mixxx Icecast Testing - + Public stream - + http://www.mixxx.org - + Stream name - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. @@ -3724,189 +3756,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. - + + ICQ + + + + + AIM + + + + Website - + Live mix - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre වර්ගය - + Use UTF-8 encoding for metadata. - + Description - + Encoding - + Bitrate මාත්‍රා අනුපාතිකය - - + + Format - + Channels - + Server connection - + Type මාදිලිය - + Host - + Login - + Mount - + Port - + Password - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4664,15 +4711,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected කිසිවක් නැත @@ -4799,32 +4842,32 @@ Displayed when no effect is selected - + Effect Info - + Version: - + Description: විස්තරය: - + Author: - + Name: - + Type: @@ -5061,6 +5104,19 @@ and allows you to pitch adjust them for harmonic mixing. + + DlgPrefLV2Dlg + + + Equalizer Preferences + + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5882,11 +5938,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds @@ -6126,17 +6178,17 @@ milliseconds - + OpenGL not available - + dropped frames - + Cached waveforms occupy %1 MiB on disk. @@ -6174,28 +6226,28 @@ milliseconds - + Default zoom level Waveform zoom - + Displays the actual frame rate. - + Visual gain of the middle frequencies - + End of track warning - + OpenGL status @@ -6210,105 +6262,124 @@ milliseconds - + Low - + Middle - + Global - + Visual gain of the high frequencies - + Visual gain of the low frequencies - + High - + Waveform type - + Global visual gain - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. - + Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms @@ -6316,83 +6387,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library - + Interface - + Waveforms - + Auto DJ ස්වයංක්‍රීය DJ - + Equalizers - + Decks - + Crossfader - + + Effects + + + + + LV2 Plugins + + + + Recording - + Beat Detection - + Key Detection - + Normalization - - + + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -6909,7 +6990,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject @@ -6923,40 +7004,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h + + EffectSettingsModel + + + Visible + + + + + Name + + + + + Type + මාදිලිය + + EffectsManager - + Flanger - + BitCrusher - + Filter - + Reverb - + Echo - + AutoPan - + Tremolo @@ -7127,39 +7226,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes - - + + Select your iTunes library - + (loading) iTunes - + Use Default Library - + Choose Library... - + Error Loading iTunes Library - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. @@ -7396,52 +7495,52 @@ support. MixxxMainWindow - + Choose music library directory - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7449,147 +7548,139 @@ Click OK to exit. - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. - - + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? - - NativeBackend - - - Native - - - ParserCsv @@ -7968,563 +8059,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo - - + + Time - - + + Ping Pong - - - - + + + + Send - + How much of the signal to send into the delay buffer - - - - + + + + Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth - - + + Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM BPM - + Set the beats per minute value of the click sound - + Sync - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low - - - + + + Gain for Low Filter - + Kill Low - + Kill the Low Filter - + Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8534,58 +8625,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8650,47 +8741,47 @@ Higher values result in less attenuation of high frequencies. - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8700,60 +8791,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix @@ -8786,45 +8877,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8832,172 +8923,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9034,22 +9146,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9185,132 +9307,147 @@ Fully right: end of the effect period - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. - + Error setting bitrate - + Error: unknown server protocol! - + Error: libshout only supports Shoutcast with MP3 format! - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -9728,7 +9865,7 @@ Fully right: end of the effect period - + Cover Art @@ -9990,7 +10127,6 @@ Fully right: end of the effect period Key - The musical key of a track යතුර @@ -10065,563 +10201,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - - - - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10643,123 +10815,123 @@ Fully right: end of the effect period - + If quantize is enabled, snaps to the nearest beat. - + Quantize - + Toggles quantization. - + Loops and cues snap to the nearest beat when quantization is enabled. - + Reverse - + Reverses track playback during regular playback. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause - + Jumps to the beginning of the track. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -10904,255 +11076,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. - + Jumps to the beginning of the track and stops. - + Plays or pauses the track. - + (while playing) - + (while stopped) - + Cue - + Headphone - + Mute - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. - + If no deck is playing, syncs to the first deck that has a BPM. - + Decks can't sync to samplers and samplers can only sync to decks. - + Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key - The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11217,279 +11388,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. - + Fast Rewind - + Fast rewind through the track. - + Fast Forward - + Fast forward through the track. - + Jumps to the end of the track. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control - + Pitch Rate - + Displays the current playback rate of the track. - + Repeat - + When active the track will repeat if you go past the end or reverse before the start. - + Eject - + Ejects track from the player. - + Hotcue - + If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. - + If hotcue is set, clears the hotcue. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album ඇල්බමය - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -11611,34 +11782,6 @@ Fully right: end of the effect period - - Ui - - - Mixxx %1 Development Team - - - - - With contributions from: - - - - - And special thanks to: - - - - - Past Developers - - - - - Past Contributors - - - VSyncThread @@ -11734,12 +11877,18 @@ Fully right: end of the effect period WEffect - + + %1: %2 + %1 = effect name; %2 = effect description + + + + None කිසිවක් නැත - + No effect loaded. @@ -11878,317 +12027,333 @@ Fully right: end of the effect period - + May not be supported on all skins. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + + + + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback - + Send feedback to the Mixxx team. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -12205,9 +12370,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source @@ -12289,6 +12452,12 @@ Text on waveform overview when file is cached from source Add to Playlist + + + Reset + Reset metadata in right click track context menu in library + + Cover Art @@ -12301,58 +12470,68 @@ Text on waveform overview when file is cached from source - + Remove ඉවත් කරන්න - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library - + Unhide from Library - + Purge from Library - + Properties - + Open in File Browser - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist - + Create New Crate - + Enter name for new playlist: @@ -12382,150 +12561,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues - + Loop - + ReplayGain - + Waveform - + All සියළුම - + Deck %1 - + New Playlist නව වාදන ලැයිස්තුව - - - + + + Playlist Creation Failed වාදන ලැයිස්තුව හරිහැටි සකස් නොවිණි. - + A playlist by that name already exists. එම නමින් වාදන ලැයිස්තුවක් දැනටමත් ඇත. - + A playlist cannot have a blank name. වාදන ලැයිස්තුවක් සඳහා හිස් නමක් තිබිය නොහැක. - + An unknown error occurred while creating playlist: වාදන ලැයිස්තුව නිර්මාණය කරන අතරතුර අඥාත දෝෂයක් හටගත්තා - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + Sampler %1 @@ -12541,12 +12714,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) - + (GL) diff --git a/res/translations/mixxx_sk.ts b/res/translations/mixxx_sk.ts index 036645ea4155..1361370204a7 100644 --- a/res/translations/mixxx_sk.ts +++ b/res/translations/mixxx_sk.ts @@ -1,4 +1,4 @@ - + : @@ -71,7 +71,7 @@ Add to Auto DJ Queue (bottom) - Pridaj na koniec zoznamu Auto DJa + Pridať na koniec zoznamu Auto DJa @@ -386,22 +386,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error - + <b>Error with settings for '%1':</b><br> @@ -695,8 +695,8 @@ - - + + Deck %1 @@ -787,13 +787,13 @@ - + Set to full volume Nastaviť plnú hlasitosť - + Set to zero volume Nastaviť zvuk na 0 hodnotu @@ -818,13 +818,13 @@ - + Headphone listen button - + Mute button Vypnúť zvuk @@ -840,25 +840,25 @@ - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left Nastaviť orientáciu MIXu na ľavo - + Set mix orientation to center Nastaviť orientáciu MIXu na stred - + Set mix orientation to right Nastaviť orientáciu MIXu na pravo @@ -934,229 +934,224 @@ - - One-time beat sync (tempo and phase) - - - - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode - + Equalizers Ekvalizéry - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping Slučka - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Beat-Looping - + Create %1-beat loop - + Create temporary %1-beat loop roll - + Library Knižnica @@ -1287,20 +1282,20 @@ + - Volume Fader - + Full Volume - + Zero Volume @@ -1316,7 +1311,7 @@ - + Mute Vypnúť zvuk @@ -1327,7 +1322,7 @@ - + Headphone Listen @@ -1348,25 +1343,25 @@ - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1471,11 +1466,6 @@ Sync Mode - - - Tap to sync, hold to enable sync mode - - Internal Sync Master @@ -1523,527 +1513,521 @@ - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Speed (Pitch/Tempo) - + Keylock Mode - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original - + High EQ - + Mid EQ - + Low EQ - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) - Pridaj na koniec zoznamu Auto DJa + Pridať na koniec zoznamu Auto DJa - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) Pridaj na začiatok zoznamu Auto DJa - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Track Load and Play - + Load selected track and play - + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - + Quick Effect - + Clear effect rack - + Clear Effect Rack - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain + - + - + - + - Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect + - Parameter Value + - Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Cover Art Show/Hide - + Show/hide cover art - + Waveform Zoom Out - + Toggle Effect Unit @@ -2068,546 +2052,566 @@ - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - - + + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) + - Adjust %1 + - Kill %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Auto DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Microphone Show/Hide - + Show/hide the microphone section - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out @@ -2917,6 +2921,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + + + + + With contributions from: + + + + + And special thanks to: + + + + + Past Developers + + + + + Past Contributors + + + DlgAboutDlg @@ -3561,102 +3593,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Automatic - + Mono - + Stereo - - - - + + + + Action failed - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3669,27 +3701,27 @@ Two source connections to the same server can't have the same mountpoint. - + Mixxx Icecast Testing - + Public stream - + http://www.mixxx.org - + Stream name - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. @@ -3724,189 +3756,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. - + + ICQ + + + + + AIM + + + + Website - + Live mix - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre Žáner - + Use UTF-8 encoding for metadata. - + Description Popis - + Encoding - + Bitrate Dátový tok - - + + Format - + Channels - + Server connection - + Type Typ: - + Host - + Login - + Mount - + Port - + Password - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4664,15 +4711,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected @@ -4799,32 +4842,32 @@ Displayed when no effect is selected - + Effect Info - + Version: - + Description: - + Author: - + Name: - + Type: @@ -5061,6 +5104,19 @@ and allows you to pitch adjust them for harmonic mixing. + + DlgPrefLV2Dlg + + + Equalizer Preferences + + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5882,11 +5938,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds @@ -6126,17 +6178,17 @@ milliseconds - + OpenGL not available - + dropped frames - + Cached waveforms occupy %1 MiB on disk. @@ -6174,28 +6226,28 @@ milliseconds - + Default zoom level Waveform zoom - + Displays the actual frame rate. - + Visual gain of the middle frequencies - + End of track warning - + OpenGL status @@ -6210,105 +6262,124 @@ milliseconds - + Low - + Middle - + Global - + Visual gain of the high frequencies - + Visual gain of the low frequencies - + High - + Waveform type - + Global visual gain - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. - + Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms @@ -6316,83 +6387,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library Knižnica - + Interface - + Waveforms - + Auto DJ Auto DJ - + Equalizers Ekvalizéry - + Decks - + Crossfader - + + Effects + + + + + LV2 Plugins + + + + Recording - + Beat Detection - + Key Detection - + Normalization - - + + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -6909,7 +6990,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject @@ -6923,40 +7004,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h + + EffectSettingsModel + + + Visible + + + + + Name + + + + + Type + Typ: + + EffectsManager - + Flanger - + BitCrusher - + Filter - + Reverb - + Echo - + AutoPan - + Tremolo @@ -7127,39 +7226,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes - - + + Select your iTunes library - + (loading) iTunes - + Use Default Library - + Choose Library... - + Error Loading iTunes Library - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. @@ -7396,52 +7495,52 @@ support. MixxxMainWindow - + Choose music library directory - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7449,147 +7548,139 @@ Click OK to exit. - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. - - + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? - - NativeBackend - - - Native - - - ParserCsv @@ -7968,563 +8059,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo - - + + Time - - + + Ping Pong - - - - + + + + Send - + How much of the signal to send into the delay buffer - - - - + + + + Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth - - + + Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM BPM - + Set the beats per minute value of the click sound - + Sync Synchronizovať - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low - - - + + + Gain for Low Filter - + Kill Low - + Kill the Low Filter - + Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8534,58 +8625,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8650,47 +8741,47 @@ Higher values result in less attenuation of high frequencies. - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8700,60 +8791,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix @@ -8786,45 +8877,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8832,178 +8923,199 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet - - - QtSimpleWaveformWidget - - Simple + + Built-in + Used for effects that are built into Mixxx + + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + + + + QtSimpleWaveformWidget + + + Simple @@ -9034,22 +9146,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9185,132 +9307,147 @@ Fully right: end of the effect period - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. - + Error setting bitrate - + Error: unknown server protocol! - + Error: libshout only supports Shoutcast with MP3 format! - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -9728,7 +9865,7 @@ Fully right: end of the effect period - + Cover Art @@ -9990,7 +10127,6 @@ Fully right: end of the effect period Key - The musical key of a track Master Tempo @@ -10065,563 +10201,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play Spustiť - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - - - - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10643,123 +10815,123 @@ Fully right: end of the effect period - + If quantize is enabled, snaps to the nearest beat. - + Quantize - + Toggles quantization. - + Loops and cues snap to the nearest beat when quantization is enabled. - + Reverse - + Reverses track playback during regular playback. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause - + Jumps to the beginning of the track. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -10904,255 +11076,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. - + Jumps to the beginning of the track and stops. - + Plays or pauses the track. - + (while playing) - + (while stopped) - + Cue - + Headphone - + Mute Vypnúť zvuk - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. - + If no deck is playing, syncs to the first deck that has a BPM. - + Decks can't sync to samplers and samplers can only sync to decks. - + Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key - The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11217,279 +11388,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. - + Fast Rewind - + Fast rewind through the track. - + Fast Forward - + Fast forward through the track. - + Jumps to the end of the track. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control - + Pitch Rate - + Displays the current playback rate of the track. - + Repeat - + When active the track will repeat if you go past the end or reverse before the start. - + Eject - + Ejects track from the player. - + Hotcue - + If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. - + If hotcue is set, clears the hotcue. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Album - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -11611,34 +11782,6 @@ Fully right: end of the effect period - - Ui - - - Mixxx %1 Development Team - - - - - With contributions from: - - - - - And special thanks to: - - - - - Past Developers - - - - - Past Contributors - - - VSyncThread @@ -11734,12 +11877,18 @@ Fully right: end of the effect period WEffect - - None + + %1: %2 + %1 = effect name; %2 = effect description + None + + + + No effect loaded. @@ -11878,317 +12027,333 @@ Fully right: end of the effect period - + May not be supported on all skins. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + + + + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback - + Send feedback to the Mixxx team. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -12205,9 +12370,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source @@ -12289,6 +12452,12 @@ Text on waveform overview when file is cached from source Add to Playlist + + + Reset + Reset metadata in right click track context menu in library + + Cover Art @@ -12301,58 +12470,68 @@ Text on waveform overview when file is cached from source - + Remove Odobrať - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library - + Unhide from Library - + Purge from Library - + Properties - + Open in File Browser - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist Vytvoriť nový playlist - + Create New Crate - + Enter name for new playlist: Zadajte meno pre nový playlist @@ -12382,150 +12561,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues - + Loop - + ReplayGain - + Waveform - + All - + Deck %1 - + New Playlist Nový playlist - - - + + + Playlist Creation Failed Chyba pri vytváraní zoznamu skladieb - + A playlist by that name already exists. Tento názov playlistu už existuje! - + A playlist cannot have a blank name. Playlist nemôže byť bez názvu! - + An unknown error occurred while creating playlist: Vyskytla sa neznáma chyba pri tvorbe playlistu. - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + Sampler %1 @@ -12541,12 +12714,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) - + (GL) diff --git a/res/translations/mixxx_sl.ts b/res/translations/mixxx_sl.ts index ea8fd2c51883..85326a7582f5 100644 --- a/res/translations/mixxx_sl.ts +++ b/res/translations/mixxx_sl.ts @@ -1,4 +1,4 @@ - + : @@ -386,22 +386,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error - + <b>Error with settings for '%1':</b><br> @@ -695,8 +695,8 @@ - - + + Deck %1 @@ -787,13 +787,13 @@ - + Set to full volume Nastavi glasnost na najvišjo vrednost. - + Set to zero volume Nastavi glasnost na nič. @@ -818,13 +818,13 @@ - + Headphone listen button - + Mute button Gumb: tiho @@ -840,25 +840,25 @@ - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -934,229 +934,224 @@ - - One-time beat sync (tempo and phase) - - - - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode - + Equalizers - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Beat-Looping - + Create %1-beat loop - + Create temporary %1-beat loop roll - + Library Knjižnica @@ -1287,20 +1282,20 @@ + - Volume Fader - + Full Volume Najvišja glasnost - + Zero Volume @@ -1316,7 +1311,7 @@ - + Mute Tiho @@ -1327,7 +1322,7 @@ - + Headphone Listen @@ -1348,25 +1343,25 @@ - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1471,11 +1466,6 @@ Sync Mode - - - Tap to sync, hold to enable sync mode - - Internal Sync Master @@ -1523,527 +1513,521 @@ - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Speed (Pitch/Tempo) - + Keylock Mode - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original - + High EQ - + Mid EQ - + Low EQ - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) Dodaj v vrsto Auto DJ (na dno) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) Dodaj v vrsto Auto DJ (na vrh) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track Naloži označeno skladbo - + Track Load and Play - + Load selected track and play Naloži označeno skladbo in predvajaj - + Record Mix - + Toggle mix recording - + Effects Efekti - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - + Quick Effect - + Clear effect rack - + Clear Effect Rack - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain + - + - + - + - Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect + - Parameter Value + - Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Cover Art Show/Hide - + Show/hide cover art - + Waveform Zoom Out - + Toggle Effect Unit @@ -2068,546 +2052,566 @@ - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - - + + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) + - Adjust %1 + - Kill %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off Vključi/izključi mikrofon - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Avtomatski DJ (Auto DJ) - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Microphone Show/Hide - + Show/hide the microphone section - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out @@ -2917,6 +2921,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + + + + + With contributions from: + + + + + And special thanks to: + + + + + Past Developers + + + + + Past Contributors + + + DlgAboutDlg @@ -3561,102 +3593,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Automatic - + Mono - + Stereo Stereo - - - - + + + + Action failed - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3669,27 +3701,27 @@ Two source connections to the same server can't have the same mountpoint. - + Mixxx Icecast Testing - + Public stream - + http://www.mixxx.org - + Stream name - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. @@ -3724,189 +3756,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. - + + ICQ + + + + + AIM + + + + Website - + Live mix - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre Zvrst - + Use UTF-8 encoding for metadata. - + Description Opis - + Encoding - + Bitrate Vzorčenje - - + + Format - + Channels - + Server connection Povezava s strežnikom - + Type Vrsta - + Host Gostitelj - + Login Uporabniško ime - + Mount - + Port Vrata - + Password Geslo - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4664,15 +4711,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected @@ -4799,32 +4842,32 @@ Displayed when no effect is selected - + Effect Info - + Version: - + Description: - + Author: - + Name: - + Type: @@ -5061,6 +5104,19 @@ and allows you to pitch adjust them for harmonic mixing. + + DlgPrefLV2Dlg + + + Equalizer Preferences + + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5882,11 +5938,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds @@ -6126,17 +6178,17 @@ milliseconds - + OpenGL not available - + dropped frames - + Cached waveforms occupy %1 MiB on disk. @@ -6174,28 +6226,28 @@ milliseconds - + Default zoom level Waveform zoom - + Displays the actual frame rate. - + Visual gain of the middle frequencies - + End of track warning - + OpenGL status @@ -6210,105 +6262,124 @@ milliseconds - + Low - + Middle - + Global - + Visual gain of the high frequencies - + Visual gain of the low frequencies - + High - + Waveform type - + Global visual gain - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. - + Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms @@ -6316,83 +6387,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library Knjižnica - + Interface - + Waveforms - + Auto DJ Avtomatski DJ (Auto DJ) - + Equalizers - + Decks - + Crossfader - + + Effects + Efekti + + + + LV2 Plugins + + + + Recording - + Beat Detection - + Key Detection - + Normalization - - + + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -6909,7 +6990,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject @@ -6923,40 +7004,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h + + EffectSettingsModel + + + Visible + + + + + Name + Ime + + + + Type + Vrsta + + EffectsManager - + Flanger - + BitCrusher - + Filter - + Reverb - + Echo Odmev - + AutoPan - + Tremolo @@ -7127,39 +7226,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes - - + + Select your iTunes library - + (loading) iTunes - + Use Default Library - + Choose Library... Izberi knjižnico... - + Error Loading iTunes Library - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. @@ -7396,52 +7495,52 @@ support. MixxxMainWindow - + Choose music library directory - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry Poskusi znova - + Cannot open database Ni možno odpreti baze podatkov. - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7449,147 +7548,139 @@ Click OK to exit. - - + + Reconfigure Ponastavi - + Help Pomoč - - + + Exit Izhod - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? Ali ste prepričani, da želite naložiti novo skladbo? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. - - + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? - - NativeBackend - - - Native - - - ParserCsv @@ -7968,563 +8059,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo Odmev - - + + Time - - + + Ping Pong - - - - + + + + Send Pošlji - + How much of the signal to send into the delay buffer - - - - + + + + Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth - - + + Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM BPM - + Set the beats per minute value of the click sound - + Sync - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low - - - + + + Gain for Low Filter - + Kill Low - + Kill the Low Filter - + Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8534,58 +8625,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo Stereo - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8650,47 +8741,47 @@ Higher values result in less attenuation of high frequencies. - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8700,60 +8791,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix @@ -8786,45 +8877,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8832,172 +8923,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9034,22 +9146,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9185,132 +9307,147 @@ Fully right: end of the effect period - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. - + Error setting bitrate - + Error: unknown server protocol! - + Error: libshout only supports Shoutcast with MP3 format! - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -9728,7 +9865,7 @@ Fully right: end of the effect period - + Cover Art @@ -9990,7 +10127,6 @@ Fully right: end of the effect period Key - The musical key of a track Tonaliteta @@ -10065,563 +10201,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - - - - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10643,123 +10815,123 @@ Fully right: end of the effect period - + If quantize is enabled, snaps to the nearest beat. - + Quantize - + Toggles quantization. - + Loops and cues snap to the nearest beat when quantization is enabled. - + Reverse Vzvratno - + Reverses track playback during regular playback. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause Predvajaj/Pavza - + Jumps to the beginning of the track. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -10904,255 +11076,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. - + Jumps to the beginning of the track and stops. - + Plays or pauses the track. - + (while playing) - + (while stopped) - + Cue - + Headphone - + Mute Tiho - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. - + If no deck is playing, syncs to the first deck that has a BPM. - + Decks can't sync to samplers and samplers can only sync to decks. - + Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key - The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11217,279 +11388,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. - + Fast Rewind - + Fast rewind through the track. - + Fast Forward - + Fast forward through the track. - + Jumps to the end of the track. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control - + Pitch Rate - + Displays the current playback rate of the track. - + Repeat - + When active the track will repeat if you go past the end or reverse before the start. - + Eject Izvrzi - + Ejects track from the player. - + Hotcue - + If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. - + If hotcue is set, clears the hotcue. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. - + Track Time - + Track Duration Dolžina skladbe - + Displays the duration of the loaded track. Prikaže dolžino naložene skladbe. - + Information is loaded from the track's metadata tags. - + Track Artist Izvajalec skladbe - + Displays the artist of the loaded track. Prikaže izvajalca naložene skladbe. - + Track Title Naslov skladbe - + Displays the title of the loaded track. Prikaže naslov naložene skladbe. - + Track Album Album skladbe - + Displays the album name of the loaded track. Prikaže album naložene skladbe. - + Track Artist/Title Izvajalec/Naslov skladbe - + Displays the artist and title of the loaded track. Prikaže izvajalca in naslov naložene skladbe. @@ -11611,34 +11782,6 @@ Fully right: end of the effect period - - Ui - - - Mixxx %1 Development Team - - - - - With contributions from: - - - - - And special thanks to: - - - - - Past Developers - - - - - Past Contributors - - - VSyncThread @@ -11734,12 +11877,18 @@ Fully right: end of the effect period WEffect - - None + + %1: %2 + %1 = effect name; %2 = effect description + None + + + + No effect loaded. @@ -11878,317 +12027,333 @@ Fully right: end of the effect period - + May not be supported on all skins. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + + + + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback - + Send feedback to the Mixxx team. - + &Translate This Application - + Help translate this application into your language. Pomagajte prevesti ta program v svoj jezik. - + &About - + About the application O programu @@ -12205,9 +12370,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source @@ -12289,6 +12452,12 @@ Text on waveform overview when file is cached from source Add to Playlist Dodaj v seznam predvajanja + + + Reset + Reset metadata in right click track context menu in library + + Cover Art @@ -12301,58 +12470,68 @@ Text on waveform overview when file is cached from source - + Remove Odstrani - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library - + Unhide from Library - + Purge from Library - + Properties Lastnosti - + Open in File Browser - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist Ustvari nov seznam predvajanja - + Create New Crate Ustvari nov zaboj - + Enter name for new playlist: Vnesi ime seznama predvajanja: @@ -12382,150 +12561,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues - + Loop - + ReplayGain - + Waveform - + All - + Deck %1 - + New Playlist Nov seznam predvajanja - - - + + + Playlist Creation Failed Ustvarjanje seznama predvajanja spodletelo - + A playlist by that name already exists. Seznam predvajanja s tem imenom že obstaja. - + A playlist cannot have a blank name. Seznam predvajanja ne more biti brez imena. - + An unknown error occurred while creating playlist: Neznana napaka pri kreiranju novega seznama predvajanja: - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + Sampler %1 @@ -12541,12 +12714,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) - + (GL) diff --git a/res/translations/mixxx_sn.ts b/res/translations/mixxx_sn.ts index 3cb3e1c45b4a..a723ec5535d8 100644 --- a/res/translations/mixxx_sn.ts +++ b/res/translations/mixxx_sn.ts @@ -1,4 +1,4 @@ - + : @@ -388,22 +388,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error MaSettings aramba kuita - + <b>Error with settings for '%1':</b><br> @@ -697,8 +697,8 @@ - - + + Deck %1 Mupaka %1 @@ -789,13 +789,13 @@ - + Set to full volume Isa vhoriume kumusoro - + Set to zero volume Nyararidza vhoriume @@ -820,13 +820,13 @@ Bhatani rekudzora kumashure uchiridza (kusensa) - + Headphone listen button Bhatani rekudzwisa kumaHeadphone - + Mute button Bhatani rekunyararidza @@ -842,25 +842,25 @@ - + Mix orientation (e.g. left, right, center) KwekuMixira (sekuti Roboshwe, Kurudyi, Pakati) - + Set mix orientation to left Mixira kuruboshwe - + Set mix orientation to center Mixira pakati - + Set mix orientation to right Mixira kurudyi @@ -936,229 +936,224 @@ Shandura rudzi rwesync pane 3 aripo (DZIMA, TEDZERA, TEDZERWA) - - One-time beat sync (tempo and phase) - Sync yemutinhimira (kufambisa nekuenderana) - - - + One-time beat sync (tempo only) Sync yemutinhimira (kufambisa chete) - + One-time beat sync (phase only) Sync yemutinhimira (kuenderana chete) - + Toggle keylock mode Batidza keylock - + Equalizers MaEqualizer - + Vinyl Control Shandisa marekodhi - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Batidza mashandisiro epekutandira parekodhi (DZIMA/KAMWECHETE/PEKUJAMBIRA) - + Toggle vinyl-control mode (ABS/REL/CONST) Batidza mashandisiro emarekodhi (CHAIZVO/ZVINOENDERANA/ZVINOTIENDERANEIWO) - + Pass through external audio into the internal mixer Shandisa mixa yepano kuridza zvekumamwe masource - + Cues Pekutangira kuridza rwiyo - + Cue button Bhatani repekutangira kuridza - + Set cue point Ita pekutangira kuridza - + Go to cue point Enda pekutangira kuridza - + Go to cue point and play Enda pekutangira kuridza uridze - + Go to cue point and stop Enda pekutangira kuridza asi usaridze - + Preview from cue point Teerera kubva pekutangira kuridza - + Cue button (CDJ mode) Bhatani repekutangira kuridza (SeCDJ) - + Stutter cue Pekusikiza kutangira kuridza - + Hotcues Pekujambira uchiridza - + Set, preview from or jump to hotcue %1 Isa, jambira kanakuti teerera kubva pekujambira %1 - + Clear hotcue %1 Dzima pekujambira %1 - + Set hotcue %1 Ita pekujambira %1 - + Jump to hotcue %1 Jambira pekujambira %1 - + Jump to hotcue %1 and stop Jambira pekujambira %1 asi usaridze - + Jump to hotcue %1 and play Jambira pekujambira %1 uridze - + Preview from hotcue %1 Teerera kubva pekujambira %1 - - + + Hotcue %1 Pekujambira %1 - + Looping Kanzwimbo kekudzokorora - + Loop In button Bhatani repekutangira kuridza uchidzokorora - + Loop Out button Bhatani repekugumira kuridza uchidzokorora - + Loop Exit button Bhatani repekuregera kuridza uchidzokorora - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Fambisa dzokororo pamberi ne %1 mabeat - + Move loop backward by %1 beats Dzora dzokororo shure ne %1 mabeat - + Beat-Looping Dzokororo inotedzera beat - + Create %1-beat loop Gadzira dzokororo inotedzera %1-beat - + Create temporary %1-beat loop roll Gadzira dzokororo inotedzera %1-beat zveparizvino - + Library Laibhurari @@ -1289,20 +1284,20 @@ + - Volume Fader Pekuwedzera nekudzora vhoriume - + Full Volume Vhoriume yakaguma - + Zero Volume Vhoriume yakanyarara @@ -1318,7 +1313,7 @@ - + Mute Nyararidza @@ -1329,7 +1324,7 @@ - + Headphone Listen Teerero yekumaHeadphone @@ -1350,25 +1345,25 @@ - + Orientation Nangiso - + Orient Left Nangisa kuruboshwe - + Orient Center Nangisa pakati - + Orient Right Nangisa kurudyi @@ -1473,11 +1468,6 @@ Sync Mode Rudzi rweSync - - - Tap to sync, hold to enable sync mode - Tinya uise Sync, ramba wakabata kubatidza rudzi rweSync - Internal Sync Master @@ -1525,527 +1515,521 @@ Synca one-shot pabeat - + Sync Tempo One-Shot Synca one-shot patempo - + Sync Phase One-Shot Synca kuenderana paone-shot - + Speed (Pitch/Tempo) Kufambisa (Pitch/Tempo) - + Keylock Mode Rudzi rweKeylock - + Pitch control (does not affect tempo), center is original pitch Pitch control (haishandure tempo), pakati nepakati ndipo pane yechokwadi - + Pitch Adjust Shandura Pitch - + Adjust pitch from speed slider pitch Shandura pitch kubva pane slider yepitch - + Match musical key Nanganisa key yenziyo - + Match Key Fananidza Key - + Reset Key Gadzirisa Key - + Resets key to original Rinoshandura Key uenda payatangira - + High EQ Matwita - + Mid EQ Mid - + Low EQ Bass - + Toggle Vinyl Control Batidza kana Kudzima shandiso yemarekodhi - + Toggle Vinyl Control (ON/OFF) Batidza kana Kudzima shandiso yemarekodhi (ON/OFF) - + Vinyl Control Mode Kamushandisiro kemarekodhi - + Vinyl Control Cueing Mode Mateererero uchishandisa marekodhi - + Vinyl Control Passthrough Ridza kubva kumarekodhi chaiwo - + Vinyl Control Next Deck Shandisa marekodhi padeck rinotevera - + Single deck mode - Switch vinyl control to next deck Shandiso yerekodhi rimwe - Shandisa rekodhi padeck rinotevera - + Cue Bata - + Set Cue Ita pekutangira kuridza - + Go-To Cue Endapo wobata - + Go-To Cue And Play Enda pawabata uridze - + Go-To Cue And Stop Enda pawabata asi usaridze - + Preview Cue Teerera pawabata - + Cue (CDJ Mode) Bata (seCDJ) - + Stutter Cue Sikiza kuridza - + Go to cue point and play after release Enda pekutangira kuridza uridze ndaregedzera - + Clear Hotcue %1 Dzima pekujambira %1 - + Set Hotcue %1 Ita pekujambira %1 - + Jump To Hotcue %1 Jambira pekujambira %1 - + Jump To Hotcue %1 And Stop Jambira pekujambira %1 asi usaridze - + Jump To Hotcue %1 And Play Jambira pekujambira %1 uridze - + Preview Hotcue %1 Teerera kubva pekujambira %1 - + Loop In Pekutangira kuridza uchidzokorora - + Loop Out Pekugumira kuridza uchidzokorora - + Loop Exit Pekuregera kuridza uchidzokorora - + Reloop/Exit Loop Dzokorora/Rekedza Dzokororo - + Loop Halve Dimura dzokororo nepakati - + Loop Double Wedzera dzokororo zvakaenzana - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Fambisa dzokororo ne +%1 mabeat - + Move Loop -%1 Beats Fambisa dzokororo ne -%1 mabeat - + Loop %1 Beats Dzokorora %1 Beats - + Loop Roll %1 Beats Dzokorora Roll %1 Beats - + Add to Auto DJ Queue (bottom) Wedzera pamutsetse wekuzviridza wega (kuzasi) - + Append the selected track to the Auto DJ Queue Isa rwiyo rwakasarudzwa kuBumbiro rekuzviridza rega - + Add to Auto DJ Queue (top) Wedzera pamutsetse wekuzviridza wega (kumusoro) - + Prepend selected track to the Auto DJ Queue Isa rwiyo rwakasarudzwa kuBumbiro rekuzviridza rega pekutanga - + Load Track Isa rwiyo - + Load selected track Isa rwiyo rwakasaruwa - + Track Load and Play Isa rwiyo nokuridza - + Load selected track and play Isa rwiyo rwakasaruwa nekuridza - + Record Mix Rekodha mix - + Toggle mix recording Batidza zvekurekodha mix - + Effects Maeffect - + Quick Effects Maeffects epedo - + Deck %1 Quick Effect Super Knob Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) Quick Effect Super Knob (shandura maparamita akananganiswa) - + Quick Effect Quick Effect - + Clear effect rack Bvisa zvose paEffect rack - + Clear Effect Rack Bvisa zvose paEffect Rack - + Clear Unit Dzima zvose zviri paUnit - + Clear effect unit Dzima zvose paEffect Unit - + Toggle Unit Batidza / Dzima Unit - + Dry/Wet Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. Gadzirisa kuenzana pakati perwiyo rusati rwabatwa-batwa (sezvariri) nerusati (rwaiswa maeffect). - + Super Knob Super Knob - - - Insert/Send Toggle - Insert/Send Toggle - - - + Next Chain Next Chain + - + - + - + - Assign Isa - + Clear Dzima - + Clear the current effect Dzima effect riripo - + Toggle Batidza / Dzima - + Toggle the current effect Batidza / Dzima effect iri - + Next Zvinotevera - + Switch to next effect Enda paEffect rinotevera - + Previous Zvapfuura - + Switch to the previous effect Enda kune effect rapfuura - + Next or Previous Zvinotevera kana Zvabva - + Switch to either next or previous effect Enda kune effect rabva kana kuti rinotevera + - Parameter Value Value reParamita + - Microphone Ducking Strength Udzamu hwekuitira Microphone - + Microphone Ducking Mode Rudzi rwehudzamu hwekuitira Microphone - + Gain Udzamu - + Gain knob Knob reudzamu - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle Batidza / Dzima kuzviridza wega - + Toggle Auto DJ On/Off Zviridze wega On/Off - + Library Maximize/Restore Zadzisa / Dzora Bumbiro - + Maximize the track library to take up all the available screen space. Zadzisa bumbiro kuti rivharise pose panokwanisika pascreen. - + Effect Rack Show/Hide Ratidza/Viga maEffect - + Show/hide the effect rack Ratidza/Viga effect rack - + Cover Art Show/Hide Ratidza/Viga mifananidzo webhama - + Show/hide cover art Ratidza/Viga mifananidzo webhama - + Waveform Zoom Out Dzikisa muonero weWaveform - + Toggle Effect Unit Batidza / Dzima effect unit @@ -2070,546 +2054,566 @@ Udzamu hwekumaHeadphone - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed Mamhanyiro ekuridza - + Playback speed control (Vinyl "Pitch" slider) Chekushangura mamhanyiro ekuridza (Pitch slider yemarekodhi) - + Pitch (Musical key) Pitch (Musical key) - + Increase Speed Wedzera kumhanya - + Adjust speed faster (coarse) Wedzera kumhanya (zvakangodaro) - - + + Increase Speed (Fine) Wedzera kumhanya (zvakatsetseka) - + Adjust speed faster (fine) Wedzera kumhanya (zvakatsetseka) - + Decrease Speed Dzora kumhanya - + Adjust speed slower (coarse) Dzora kumhanya (zvakadaro) - + Adjust speed slower (fine) Dzora kumhanya (zvakatsetseka) - + Temporarily Increase Speed Wedzera kumhanya mbichana - + Temporarily increase speed (coarse) Wedzera kumhanya mbichana (zvakadaro) - + Temporarily Increase Speed (Fine) Wedzera kumhanya (zvakatsetseka) - + Temporarily increase speed (fine) Wedzera kumhanya (zvakatsetseka) - + Temporarily Decrease Speed Dzora kumhanya - + Temporarily decrease speed (coarse) Dzora kumhanya (zvakadaro) - + Temporarily Decrease Speed (Fine) Dzora kumhanya (zvakatsetseka) - + Temporarily decrease speed (fine) Dzora kumhanya (zvakatsetseka) + - Adjust %1 Gadzirisa %1 + - Kill %1 Dzima %1 - + CUP (Cue + Play) CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up Kwidza - + Equivalent to pressing the UP key on the keyboard Zvakango fanana nekubaya bhatani rekukwidza paKeyboard - + Move down Dzikisa - + Equivalent to pressing the DOWN key on the keyboard Zvakango fanana nekubaya bhatani rekudzika paKeyboard - + Move up/down Kwidza/Dzikisa - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys Kwidza kana kudzikisa uchishandisa ka knob sekunge ukudzvanya UP/DOWN pa keyboard - + Scroll Up Verenga uchikwidza - + Equivalent to pressing the PAGE UP key on the keyboard Zvakafanana nekudzvanya bhatani re PAGE UP pa keyboard - + Scroll Down Verenga uchidzika - + Equivalent to pressing the PAGE DOWN key on the keyboard Zvakafanana nekudzvanya bhatani re PAGE DOWN pa keyboard - + Scroll up/down Verenga uchikwidza/kudzika - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys Verenga uchikwidza kana kudzikisa uchishandisa ka knob sekunge ukudzvanya UP/DOWN pa keyboard - + Move left Enda kuruboshwe - + Equivalent to pressing the LEFT key on the keyboard Zvakango fanana nekubaya bhatani rekuenda ruboshwe paKeyboard - + Move right Enda kurudyi - + Equivalent to pressing the RIGHT key on the keyboard Zvakango fanana nekubaya bhatani rekuenda kurudyi paKeyboard - + Move left/right Enda kuruboshwe/rudyi - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys Enda rudyi kana ruboshwe uchishandisa ka knob sekunge ukudzvanya LEFT/RIGHT pa keyboard - + Move focus to right pane Shandira necheku rudyi - + Equivalent to pressing the TAB key on the keyboard Zvakango fanana nekubaya bhatani rekuenda kurudyi paKeyboard - + Move focus to left pane Shandira necheku ruboshwe - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing Batika kana kudzima maeffect - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset Next chain preset - + Previous Chain Maeffects abva - + Previous chain preset Maeffects abva agerere aripo - + Next/Previous Chain Maeffects Abva/Anotevera - + Next or previous chain preset Maeffect abva kana anotevera + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary Maikrophone / Auxilari - + Microphone On/Off Maikrophone Dzima/Batidza - + Microphone on/off Maikrophone dzima/batidza - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Batidza maikrophone ducking mode (Dzima, Auto, Zviitire) - + Auxiliary On/Off Auxilari Batidza/Dzima - + Auxiliary on/off Auxilari dzima/batidza - + Auto DJ Zviridze wega - + Auto DJ Shuffle Zviridze Madiro - + Auto DJ Skip Next Rinotevera paKuzviridza Wega - + Auto DJ Fade To Next Pinda murwiyo rwuri kutevera - + Trigger the transition to the next track Ita kuti rwiyo runotevera ririre - + User Interface Pekushandira - + Samplers Show/Hide Ratidza/Viga maSampler - + Show/hide the sampler section Ratidza/Dzima panowanikwa maSampler - + Microphone Show/Hide Ratidza/Dzima Maikrophone - + Show/hide the microphone section Ratidza/Viga panowanikwa maikrophone - + Vinyl Control Show/Hide Ratidza/Viga pekushandisa Marekodhi - + Show/hide the vinyl control section Ratidza/Viga panowanikwa pekushandisa Marekodhi - + Preview Deck Show/Hide Ratidza/Viga peNzwisa - + Show/hide the preview deck Ratidza/Viga panowanikwa Nzwisa - + Vinyl Spinner Show/Hide Ratidza/Viga Rekodhi richispina - + Show/hide spinning vinyl widget Ratidza/Viga panowanikwa rekodhi richispina - + Waveform zoom Zooma weveform - + Waveform Zoom Kwidza Waveform - + Zoom waveform in Pekukwidza waveform uchipinda - + Waveform Zoom In Kwidza muonero weWaveform - + Zoom waveform out Dzikisa muonero weWaveform @@ -2919,6 +2923,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + + + + + With contributions from: + + + + + And special thanks to: + + + + + Past Developers + + + + + Past Contributors + + + DlgAboutDlg @@ -3563,102 +3595,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Automatic - + Mono - + Stereo - - - - + + + + Action failed Zvaramba kuita - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3671,27 +3703,27 @@ Two source connections to the same server can't have the same mountpoint.Mamiriro ezveKushamarara - + Mixxx Icecast Testing - + Public stream - + http://www.mixxx.org - + Stream name - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. @@ -3726,189 +3758,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. - + + ICQ + + + + + AIM + + + + Website - + Live mix - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre Rudzi - + Use UTF-8 encoding for metadata. - + Description Dudziro - + Encoding - + Bitrate Bitrate - - + + Format - + Channels - + Server connection - + Type Rudzi - + Host - + Login - + Mount - + Port - + Password - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4666,15 +4713,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected @@ -4801,32 +4844,32 @@ Displayed when no effect is selected - + Effect Info - + Version: - + Description: - + Author: - + Name: - + Type: @@ -5063,6 +5106,19 @@ and allows you to pitch adjust them for harmonic mixing. + + DlgPrefLV2Dlg + + + Equalizer Preferences + Mamiriro eEqualizer + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5884,11 +5940,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds @@ -6128,17 +6180,17 @@ milliseconds RGB - + OpenGL not available - + dropped frames - + Cached waveforms occupy %1 MiB on disk. @@ -6176,28 +6228,28 @@ milliseconds - + Default zoom level Waveform zoom - + Displays the actual frame rate. - + Visual gain of the middle frequencies - + End of track warning - + OpenGL status @@ -6212,105 +6264,124 @@ milliseconds - + Low - + Middle - + Global - + Visual gain of the high frequencies - + Visual gain of the low frequencies - + High - + Waveform type - + Global visual gain - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. - + Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms @@ -6318,83 +6389,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware Zvekuridzisa - + Controllers - + Library Laibhurari - + Interface - + Waveforms - + Auto DJ Zviridze wega - + Equalizers MaEqualizer - + Decks - + Crossfader Krosfedha - + + Effects + Maeffect + + + + LV2 Plugins + + + + Recording - + Beat Detection - + Key Detection - + Normalization - - + + Vinyl Control Shandisa marekodhi - + Live Broadcasting - + Modplug Decoder @@ -6911,7 +6992,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject @@ -6925,40 +7006,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h + + EffectSettingsModel + + + Visible + + + + + Name + Zita + + + + Type + Rudzi + + EffectsManager - + Flanger - + BitCrusher - + Filter - + Reverb - + Echo - + AutoPan - + Tremolo @@ -7129,39 +7228,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes - - + + Select your iTunes library - + (loading) iTunes - + Use Default Library - + Choose Library... - + Error Loading iTunes Library - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. @@ -7398,52 +7497,52 @@ support. MixxxMainWindow - + Choose music library directory - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7451,150 +7550,142 @@ Click OK to exit. - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. Hapana chakasarudzwa pane zvinounza signal rekushandisa marekodhi. Tanga wasarudza zvinounza signal rekushandisa marekodhi kuridza kuneMamiriro eZvekuridzisa. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. Hapana chakasarudzwa pane zvekuti ushandise passthough kontrol. Tanga wasarudza zvinounza mumanzi wacho kuneMamiriro eZvekuridzisa. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. Hapana chakasarudzwa pane zvekuti ushandise microphone. Tanga wasarudza zvinounza signal rekushandisa microphone kuneMamiriro eZvekuridzisa. - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. - - + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? - - NativeBackend - - - Native - - - ParserCsv @@ -7973,563 +8064,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo - - + + Time - - + + Ping Pong - - - - + + + + Send - + How much of the signal to send into the delay buffer - - - - + + + + Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth - - + + Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM Mutinhimira - + Set the beats per minute value of the click sound - + Sync Sync - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low - - - + + + Gain for Low Filter - + Kill Low - + Kill the Low Filter - + Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8539,58 +8630,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8655,47 +8746,47 @@ Higher values result in less attenuation of high frequencies. - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8705,60 +8796,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix @@ -8791,45 +8882,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8837,172 +8928,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9039,22 +9151,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9190,132 +9312,147 @@ Fully right: end of the effect period - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. - + Error setting bitrate - + Error: unknown server protocol! - + Error: libshout only supports Shoutcast with MP3 format! - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -9733,7 +9870,7 @@ Fully right: end of the effect period - + Cover Art Mufananidzo webhama @@ -9995,7 +10132,6 @@ Fully right: end of the effect period Key - The musical key of a track Key @@ -10070,563 +10206,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play Ridza - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - Dry/Wet - - - + Super Knob Super Knob - - - Insert/Send Toggle - Insert/Send Toggle - - - + Next Chain Next Chain - + Previous Chain Maeffects abva - + Next/Previous Chain Maeffects Abva/Anotevera - + Clear Dzima - + Clear the current effect. - + Toggle Batidza / Dzima - + Toggle the current effect. - + Next Zvinotevera - + Clear Unit Dzima zvose zviri paUnit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit Batidza / Dzima Unit - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous Zvapfuura - + Switch to the previous effect. - + Next or Previous Zvinotevera kana Zvabva - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10648,123 +10820,123 @@ Fully right: end of the effect period Gadzirisa beatgrid kufananidza nerwiyo ririkurira. - + If quantize is enabled, snaps to the nearest beat. - + Quantize - + Toggles quantization. - + Loops and cues snap to the nearest beat when quantization is enabled. - + Reverse - + Reverses track playback during regular playback. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause - + Jumps to the beginning of the track. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -10909,255 +11081,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. - + Jumps to the beginning of the track and stops. - + Plays or pauses the track. - + (while playing) - + (while stopped) - + Cue Bata - + Headphone - + Mute Nyararidza - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. - + If no deck is playing, syncs to the first deck that has a BPM. - + Decks can't sync to samplers and samplers can only sync to decks. - + Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust Shandura Pitch - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix Rekodha mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit Pekuregera kuridza uchidzokorora - + Turns the current loop off. - + Slip Mode Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key - The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11222,279 +11393,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. zvakasarudzwa muneMamiriro eZvinhu -> Zvekuridza - + Fast Rewind Dzora shure nekukurumidza - + Fast rewind through the track. - + Fast Forward Mhanyisa mberi - + Fast forward through the track. - + Jumps to the end of the track. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control - + Pitch Rate - + Displays the current playback rate of the track. - + Repeat - + When active the track will repeat if you go past the end or reverse before the start. - + Eject Bvisa - + Ejects track from the player. - + Hotcue - + If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. - + If hotcue is set, clears the hotcue. - + Vinyl Control Mode Kamushandisiro kemarekodhi - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve Dimura dzokororo nepakati - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double Wedzera dzokororo zvakaenzana - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -11616,34 +11787,6 @@ Fully right: end of the effect period - - Ui - - - Mixxx %1 Development Team - - - - - With contributions from: - - - - - And special thanks to: - - - - - Past Developers - - - - - Past Contributors - - - VSyncThread @@ -11739,12 +11882,18 @@ Fully right: end of the effect period WEffect - - None + + %1: %2 + %1 = effect name; %2 = effect description + None + + + + No effect loaded. @@ -11883,317 +12032,333 @@ Fully right: end of the effect period - + May not be supported on all skins. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + + + + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. Zadzisa bumbiro kuti rivharise pose panokwanisika pascreen. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback - + Send feedback to the Mixxx team. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -12210,9 +12375,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source @@ -12294,6 +12457,12 @@ Text on waveform overview when file is cached from source Add to Playlist + + + Reset + Reset metadata in right click track context menu in library + + Cover Art @@ -12306,58 +12475,68 @@ Text on waveform overview when file is cached from source - + Remove Bvisa - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library - + Unhide from Library - + Purge from Library - + Properties - + Open in File Browser - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist Gadzira mutsetse mutsva wekuridza - + Create New Crate Gadzira Homwe Itsva - + Enter name for new playlist: Ipa zita kumutsetse mutsva: @@ -12387,150 +12566,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - Dzima - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues Pekujambira uchiridza - + Loop - + ReplayGain Hudzamu Hwerwiyo - + Waveform - + All - + Deck %1 Mupaka %1 - + New Playlist Mutsetse mutsva wekuridza - - - + + + Playlist Creation Failed Tatadza kugadzira mutsetse wekuridza - + A playlist by that name already exists. Pane mumwe mutsetse une zita rakadaro. - + A playlist cannot have a blank name. Mutsetse haukwanise kushaya zita. - + An unknown error occurred while creating playlist: Hameno zvisina kuitika mushe pakugadzira mutsetse wekuridza: - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + Sampler %1 Sampler %1 @@ -12546,12 +12719,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) - + (GL) diff --git a/res/translations/mixxx_sq-AL.ts b/res/translations/mixxx_sq-AL.ts index dc1a1e72ed23..9059e91744cc 100644 --- a/res/translations/mixxx_sq-AL.ts +++ b/res/translations/mixxx_sq-AL.ts @@ -1,4 +1,4 @@ - + : @@ -386,22 +386,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error - + <b>Error with settings for '%1':</b><br> @@ -579,7 +579,7 @@ Type - Lloj + Lloji @@ -594,8 +594,7 @@ Location - Vendndodhja - + Vendndodhja @@ -696,8 +695,8 @@ - - + + Deck %1 Kuverta %1 @@ -788,13 +787,13 @@ - + Set to full volume Ngrije Volumin të Plotë - + Set to zero volume Ule Volumin në Zero @@ -819,13 +818,13 @@ - + Headphone listen button Butoni të Dëgjosh me Kufje - + Mute button Butoni i Heshtjes @@ -841,25 +840,25 @@ - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -935,229 +934,224 @@ - - One-time beat sync (tempo and phase) - - - - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode - + Equalizers Barazuesit - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues Shenjat - + Cue button Butoni i Shenjës - + Set cue point Vë Pikën e Shenjës - + Go to cue point Shko tek Pika e Shenjës - + Go to cue point and play Shko tek Pika e Shenjës edhe Luaje - + Go to cue point and stop Shko tek Pika e Shenjës edhe Ndalo - + Preview from cue point Inspekto nga Pika e Shenjës - + Cue button (CDJ mode) Butoni i Shenjës (Moda CDJ) - + Stutter cue Belbëzo Shenjën - + Hotcues Shenjat e Shpejta - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 Zbraz Shenjën e Shpejte %1 - + Set hotcue %1 Vë Shenjën e Shpejte %1 - + Jump to hotcue %1 Kërce tek Shenja e Shpejtë %1 - + Jump to hotcue %1 and stop Kërce tek Shenja e Shpejte %1 edhe Ndalo - + Jump to hotcue %1 and play Kërce tek Shenja e Shpejtë %1 edhe Luaje - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Beat-Looping - + Create %1-beat loop - + Create temporary %1-beat loop roll - + Library @@ -1288,20 +1282,20 @@ + - Volume Fader - + Full Volume - + Zero Volume @@ -1317,7 +1311,7 @@ - + Mute @@ -1328,7 +1322,7 @@ - + Headphone Listen @@ -1349,25 +1343,25 @@ - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1472,11 +1466,6 @@ Sync Mode - - - Tap to sync, hold to enable sync mode - - Internal Sync Master @@ -1524,527 +1513,521 @@ - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Speed (Pitch/Tempo) - + Keylock Mode - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original - + High EQ - + Mid EQ - + Low EQ - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Track Load and Play - + Load selected track and play - + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - + Quick Effect - + Clear effect rack - + Clear Effect Rack - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain + - + - + - + - Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect + - Parameter Value + - Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Cover Art Show/Hide - + Show/hide cover art - + Waveform Zoom Out - + Toggle Effect Unit @@ -2069,546 +2052,566 @@ - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - - + + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) + - Adjust %1 + - Kill %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ DJ Automatik - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Microphone Show/Hide - + Show/hide the microphone section - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out @@ -2918,6 +2921,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + + + + + With contributions from: + + + + + And special thanks to: + + + + + Past Developers + + + + + Past Contributors + + + DlgAboutDlg @@ -3562,102 +3593,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Automatic - + Mono - + Stereo - - - - + + + + Action failed - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3670,27 +3701,27 @@ Two source connections to the same server can't have the same mountpoint. - + Mixxx Icecast Testing - + Public stream - + http://www.mixxx.org - + Stream name - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. @@ -3725,189 +3756,204 @@ Two source connections to the same server can't have the same mountpoint. - - Settings for %1 + + Settings for %1 + + + + + Dynamically update Ogg Vorbis metadata. + + + + + ICQ - - Dynamically update Ogg Vorbis metadata. + + AIM - + Website - + Live mix - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre Xhanrë - + Use UTF-8 encoding for metadata. - + Description Përshkrimi - + Encoding - + Bitrate Bitrate - - + + Format - + Channels - + Server connection - + Type - Lloj + Lloji - + Host - + Login - + Mount - + Port - + Password - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4665,15 +4711,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected @@ -4800,32 +4842,32 @@ Displayed when no effect is selected - + Effect Info - + Version: - + Description: - + Author: - + Name: - + Type: @@ -5062,6 +5104,19 @@ and allows you to pitch adjust them for harmonic mixing. + + DlgPrefLV2Dlg + + + Equalizer Preferences + + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5883,11 +5938,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds @@ -6127,17 +6178,17 @@ milliseconds - + OpenGL not available - + dropped frames - + Cached waveforms occupy %1 MiB on disk. @@ -6175,28 +6226,28 @@ milliseconds - + Default zoom level Waveform zoom - + Displays the actual frame rate. - + Visual gain of the middle frequencies - + End of track warning - + OpenGL status @@ -6211,105 +6262,124 @@ milliseconds - + Low - + Middle - + Global - + Visual gain of the high frequencies - + Visual gain of the low frequencies - + High - + Waveform type - + Global visual gain - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. - + Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms @@ -6317,83 +6387,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library - + Interface - + Waveforms - + Auto DJ DJ Automatik - + Equalizers Barazuesit - + Decks - + Crossfader Kryqzbehësi - + + Effects + + + + + LV2 Plugins + + + + Recording - + Beat Detection - + Key Detection - + Normalization - - + + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -6910,7 +6990,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject @@ -6924,40 +7004,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h + + EffectSettingsModel + + + Visible + + + + + Name + + + + + Type + Lloji + + EffectsManager - + Flanger - + BitCrusher - + Filter - + Reverb - + Echo - + AutoPan - + Tremolo @@ -7128,39 +7226,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes - - + + Select your iTunes library - + (loading) iTunes - + Use Default Library - + Choose Library... - + Error Loading iTunes Library - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. @@ -7397,52 +7495,52 @@ support. MixxxMainWindow - + Choose music library directory - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7450,154 +7548,145 @@ Click OK to exit. - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. - - + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? - - NativeBackend - - - Native - - - ParserCsv Location - Vendndodhja - + Vendndodhja @@ -7970,563 +8059,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo - - + + Time - - + + Ping Pong - - - - + + + + Send - + How much of the signal to send into the delay buffer - - - - + + + + Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth - - + + Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM BPM - + Set the beats per minute value of the click sound - + Sync - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low - - - + + + Gain for Low Filter - + Kill Low - + Kill the Low Filter - + Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8536,58 +8625,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8652,47 +8741,47 @@ Higher values result in less attenuation of high frequencies. - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8702,60 +8791,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix @@ -8788,45 +8877,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8834,172 +8923,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9036,22 +9146,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9187,132 +9307,147 @@ Fully right: end of the effect period - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. - + Error setting bitrate - + Error: unknown server protocol! - + Error: libshout only supports Shoutcast with MP3 format! - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -9369,7 +9504,7 @@ Fully right: end of the effect period Type - Lloj + Lloji @@ -9730,7 +9865,7 @@ Fully right: end of the effect period - + Cover Art Arti i Kopertinës @@ -9992,7 +10127,6 @@ Fully right: end of the effect period Key - The musical key of a track Celësi @@ -10067,563 +10201,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - - - - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10645,123 +10815,123 @@ Fully right: end of the effect period - + If quantize is enabled, snaps to the nearest beat. - + Quantize - + Toggles quantization. - + Loops and cues snap to the nearest beat when quantization is enabled. - + Reverse - + Reverses track playback during regular playback. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause - + Jumps to the beginning of the track. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -10906,255 +11076,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. - + Jumps to the beginning of the track and stops. - + Plays or pauses the track. - + (while playing) - + (while stopped) - + Cue - + Headphone - + Mute - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. - + If no deck is playing, syncs to the first deck that has a BPM. - + Decks can't sync to samplers and samplers can only sync to decks. - + Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key - The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11219,279 +11388,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. - + Fast Rewind - + Fast rewind through the track. - + Fast Forward - + Fast forward through the track. - + Jumps to the end of the track. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control - + Pitch Rate - + Displays the current playback rate of the track. - + Repeat - + When active the track will repeat if you go past the end or reverse before the start. - + Eject - + Ejects track from the player. - + Hotcue - + If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. - + If hotcue is set, clears the hotcue. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -11613,34 +11782,6 @@ Fully right: end of the effect period - - Ui - - - Mixxx %1 Development Team - - - - - With contributions from: - - - - - And special thanks to: - - - - - Past Developers - - - - - Past Contributors - - - VSyncThread @@ -11736,12 +11877,18 @@ Fully right: end of the effect period WEffect - - None + + %1: %2 + %1 = effect name; %2 = effect description + None + + + + No effect loaded. @@ -11880,317 +12027,333 @@ Fully right: end of the effect period - + May not be supported on all skins. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + + + + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback - + Send feedback to the Mixxx team. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -12207,9 +12370,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source @@ -12291,6 +12452,12 @@ Text on waveform overview when file is cached from source Add to Playlist + + + Reset + Reset metadata in right click track context menu in library + + Cover Art @@ -12303,58 +12470,68 @@ Text on waveform overview when file is cached from source - + Remove Hiq - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library - + Unhide from Library - + Purge from Library - + Properties - + Open in File Browser - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist Krijo Listë të Re - + Create New Crate - + Enter name for new playlist: Zgjidh Emrin e Listës së Re @@ -12384,150 +12561,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues Shenjat e Shpejta - + Loop - + ReplayGain ReplayGain - + Waveform - + All - + Deck %1 Kuverta %1 - + New Playlist Listë e Re - - - + + + Playlist Creation Failed Krijimi i Lisës Dështoi - + A playlist by that name already exists. - Një Listë me atë Emër Ekziston + Lista me atë Emër Ekziston - + A playlist cannot have a blank name. Lista Nuk Mund të Ketë Emër Bosh - + An unknown error occurred while creating playlist: Një Gabim i Panjohur Ndodhi Ndërsa po Krijohej Lista - + Lock BPM Mbyllni BPM - + Unlock BPM Rihape BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + Sampler %1 @@ -12543,12 +12714,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) - + (GL) diff --git a/res/translations/mixxx_sr.ts b/res/translations/mixxx_sr.ts index 6d51f6f1e739..7014dab7fd39 100644 --- a/res/translations/mixxx_sr.ts +++ b/res/translations/mixxx_sr.ts @@ -1,4 +1,4 @@ - + : @@ -26,7 +26,7 @@ Remove Crate as Track Source - Уклони сандук из извора + Уклони гајбицу из извора @@ -377,35 +377,38 @@ Action failed - + Операција неуспешна Please enable at least one connection to use Live Broadcasting. - + Бар једна веза мора бити активна +за емитовање уживо. BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Немогућност коришћења складишта лозинки: +приступ привеску није могућ. - + Secure password retrieval unsuccessful: keychain access failed. - + Немогуће је учитати лозинке +из складишта: привезак није доступан. - + Settings error - + Подешавања нису ваљана - + <b>Error with settings for '%1':</b><br> - + <b>Погрешна поставка за '%1':</b><br> @@ -418,37 +421,37 @@ Name - + Назив Status - + Стање Disconnected - + Ван мреже Connecting... - + Повезивање... Connected - + Умрежен Failed - + Неуспешно Unknown - + Непознато @@ -647,7 +650,7 @@ Script: %1(%2) - + Скрипта: %1(%2) @@ -697,8 +700,8 @@ - - + + Deck %1 Палуба %1 @@ -789,13 +792,13 @@ - + Set to full volume Макс. ниво - + Set to zero volume Мин. ниво @@ -807,7 +810,7 @@ Jump to start of track and play - + Скочи на почетак и пусти @@ -820,13 +823,13 @@ Цензура - + Headphone listen button Дугме за слушање слушалицама - + Mute button Пригуши @@ -842,25 +845,25 @@ - + Mix orientation (e.g. left, right, center) Усмерење мешача (тј. лево, десно, на средини) - + Set mix orientation to left Микс на лево - + Set mix orientation to center Микс пола-пола - + Set mix orientation to right Микс на десно @@ -936,229 +939,224 @@ 3-струки режим качења (БЕЗ, ПРАТИ, ВОДИ) - - One-time beat sync (tempo and phase) - Моментално укачи темпо (и фазу) - - - + One-time beat sync (tempo only) Моментално укачи (само) темпо - + One-time beat sync (phase only) Моментално укачи (само) фазу - + Toggle keylock mode Промените режим закључавања тастера - + Equalizers Уједначавачи - + Vinyl Control Управљање плочом - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Окини режим наговештаја управљања плочом (ИСКЉ./ЈЕДАН/БИТАН) - + Toggle vinyl-control mode (ABS/REL/CONST) Окини режим управљања плочом (АБС/РЕЛ/КОНСТ) - + Pass through external audio into the internal mixer Екстерни сигнал у миксер - + Cues Наговештаји - + Cue button Дугме наговештаја - + Set cue point Подеси тачку наговештаја - + Go to cue point Скочи на маркер - + Go to cue point and play Пусти од маркера - + Go to cue point and stop Иди до тачке наговештаја и стани - + Preview from cue point Преслушај од маркера - + Cue button (CDJ mode) Маркер-дугме (ЦДЈ) - + Stutter cue "Муцајући" маркер - + Hotcues Битни наговештаји - + Set, preview from or jump to hotcue %1 Забележи/преслушај/скочи на брзи маркер %1 - + Clear hotcue %1 Очисти битни наговештај %1 - + Set hotcue %1 Забележи брзи маркер %1 - + Jump to hotcue %1 Скочи до битног наговештаја %1 - + Jump to hotcue %1 and stop Скочи до битног наговештаја „%1“ и стани - + Jump to hotcue %1 and play Пусти од брзог маркера %1 - + Preview from hotcue %1 Преслушај од брзог маркера %1 - - + + Hotcue %1 Битни наговештај %1 - + Looping Упетљавање - + Loop In button Дугме за упетљавање - + Loop Out button Дугме за распетљавање - + Loop Exit button Дугме за напуштање петље - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Помакни сегмент унапред за %1 - + Move loop backward by %1 beats Помакни сегмент уназад за %1 - + Beat-Looping Упетљавање такта - + Create %1-beat loop Направи %1-тактну петљу - + Create temporary %1-beat loop roll Направи привремено %1-тактно правило петље - + Library Библиотека @@ -1180,7 +1178,7 @@ Master Balance - + Панорама @@ -1289,20 +1287,20 @@ + - Volume Fader Клизач нивоа - + Full Volume Макс. ниво - + Zero Volume Мин. ниво @@ -1318,7 +1316,7 @@ - + Mute Пригуши @@ -1329,7 +1327,7 @@ - + Headphone Listen Усмери у слушалице @@ -1350,25 +1348,25 @@ - + Orientation Панорама - + Orient Left Баци на лево - + Orient Center Стави у центар - + Orient Right Баци на десно @@ -1400,42 +1398,42 @@ Adjust Beatgrid Faster +.01 - + Подеси Битгрид на брже +.01 Increase track's average BPM by 0.01 - + Увећај просечни BPM за 0.01 Adjust Beatgrid Slower -.01 - + Подеси Битгрид на спорије -.01 Decrease track's average BPM by 0.01 - + Умањи просечни BPM за 0.01 Move Beatgrid Earlier - + Помери Битгрид да рани Adjust the beatgrid to the left - + Намести Битгрид ка лево Move Beatgrid Later - + Помери Битгрид да касни Adjust the beatgrid to the right - + Намести Битгрид ка десно @@ -1445,1173 +1443,1210 @@ Align beatgrid to current position - + Уклопи Битгрид са тренутном позицијом Adjust Beatgrid - Match Alignment - + Намести Битгрид - усклади позицију Adjust beatgrid to match another playing deck. - + Намести Битгрид да прати други дек Quantize Mode - + Магнетни режим Sync - + Синхро Sync Mode - - - - - Tap to sync, hold to enable sync mode - + Синхро режим Internal Sync Master - + Унутарњи синхронизер Toggle Internal Sync Master - + Унутарњи синхронизер активан Internal Master BPM - + Унутарњи темпо Internal Master BPM +1 - + Унутарњи темпо +1 Internal Master BPM -1 - + Унутарњи темпо -1 Internal Master BPM +0.1 - + Унутарњи темпо +0.1 Internal Master BPM -0.1 - + Унутарњи темпо -0.1 Sync Master - + Тип синхронизера Beat Sync One-Shot - + Синхро. ритма моментално - + Sync Tempo One-Shot - + Синхро. темпа моментално - + Sync Phase One-Shot - + Синхро. фазе моментално - + Speed (Pitch/Tempo) - + Брзина (фрекв./темпо) - + Keylock Mode - + Тонални режим - + Pitch control (does not affect tempo), center is original pitch - + Контрола фреквенције (без темпа), +центар = оригинал - + Pitch Adjust - + Подеси фреквенцију - + Adjust pitch from speed slider pitch - + Фреквенција по клизачу за брзину - + Match musical key - + Паметно усклади тоналитет - + Match Key - + Усклади тоналитет - + Reset Key - + Основни тоналитет - + Resets key to original - + = Оригинални тоналитет - + High EQ Уједначавач високих - + Mid EQ Уједначавач средњих - + Low EQ Уједначавач ниских - + Toggle Vinyl Control - + Активна аналогна контрола - + Toggle Vinyl Control (ON/OFF) - + Прекидач аналогне контроле (укљ.-искљ.) - + Vinyl Control Mode Режим управљања плочом - + Vinyl Control Cueing Mode - + Режим аналогне припреме - + Vinyl Control Passthrough - + Бајпас аналогне контроле - + Vinyl Control Next Deck - + Аналогна контрола сл. дек - + Single deck mode - Switch vinyl control to next deck - + Јединствени дек - пребаци аналогну +контролу на сл. дек - + Cue Наговештај - + Set Cue - + Маркер припреме - + Go-To Cue - + Иди на маркер - + Go-To Cue And Play - + Иди на маркер и пусти - + Go-To Cue And Stop - + Иди на маркер и стани - + Preview Cue - + Провери маркер - + Cue (CDJ Mode) - + Припрема (CDJ режим) - + Stutter Cue - + Go to cue point and play after release - + Иди на маркер и пусти по отпуштању - + Clear Hotcue %1 - + Ослободи брзи маркер %1 - + Set Hotcue %1 - + Постави брзи маркер %1 - + Jump To Hotcue %1 - + Скочи на брзи маркер %1 - + Jump To Hotcue %1 And Stop - + Скочи на брзи маркер %1 и стани - + Jump To Hotcue %1 And Play - + Скочи на брзи маркер %1 и пусти - + Preview Hotcue %1 - + Провери брзи маркер %1 - + Loop In - + Почетак понављања - + Loop Out - + Крај понављања - + Loop Exit Напусти петљу - + Reloop/Exit Loop - + Понављај/Настави - + Loop Halve Преполовљавање петље - + Loop Double Удвостручавање петље - + 1/32 - + 1/32 - + 1/16 - + 1/16 - + 1/8 - + 1/8 - + 1/4 - + 1/4 - + Move Loop +%1 Beats - + Макни понављ. +%1 откуцај/а - + Move Loop -%1 Beats - + Макни понављ. -%1 откуцај/а - + Loop %1 Beats - + Понављај %1 откуцај/а - + Loop Roll %1 Beats - + Клизно понављ. %1 откуцај/а - + Add to Auto DJ Queue (bottom) Додајте у ред самосталног диџеја (доле) - + Append the selected track to the Auto DJ Queue - + Додај одабир на крај +Ауто-Диџеј листе - + Add to Auto DJ Queue (top) Додајте у ред самосталног диџеја (горе) - + Prepend selected track to the Auto DJ Queue - + Додај одабир на почетак Ауто-Диџеј +листе - + Load Track - + Учитај одабир - + Load selected track Учитајте изабрану нумеру - + Track Load and Play - + Учитај и пусти - + Load selected track and play Учитајте изабрану нумеру и пустите је - + Record Mix - + Снимај микс - + Toggle mix recording - + Снимање микса активно - + Effects Дејства - + Quick Effects - + Једноставни ефекти - + Deck %1 Quick Effect Super Knob - + Дек %1 - гл. пот. за ефекте - + Quick Effect Super Knob (control linked effect parameters) - + Главни потенциометар за ефекте +(контрола повезаних параметара) - + Quick Effect - + Једноставан ефекат - + Clear effect rack - + Ослободи модул ефекта - + Clear Effect Rack - + Ослободи модул ефекта - + Clear Unit - + Уклони процесор - + Clear effect unit - + Уклони процесор из модула - + Toggle Unit - + Процесор активан - + Dry/Wet - + Суво-Ефекат - + Adjust the balance between the original (dry) and processed (wet) signal. - + Постави однос јачине сувог +(чистог) сигнала и обрађеног +сигнала (ефекта) - + Super Knob - + Гл. потенциометар - - - Insert/Send Toggle - - - - + Next Chain - + Сл. ланац + - + - + - + - Assign - + Додели - + Clear - + Уклони - + Clear the current effect - + Уклони одабрани ефекат - + Toggle - + Активација - + Toggle the current effect - + Прекидач за одабрани ефекат - + Next - + Даље - + Switch to next effect - + Одабери сл. ефекат у низу - + Previous - + Претходно - + Switch to the previous effect - + Одабери претх. ефекат у низу - + Next or Previous - + Следећи/претходни - + Switch to either next or previous effect - + Одабери или сл или претходни +ефекат у низу + - Parameter Value - + Вредност параметра + - Microphone Ducking Strength - + Јачина компресије микрофона - + Microphone Ducking Mode - + Режим компресије микрофона - + Gain Појачање - + Gain knob Дугменце појачања - + Shuffle the content of the Auto DJ queue - + Промешај листу Ауто-Диџеј-а - + Skip the next track in the Auto DJ queue - + Прескочи следећу нумеру у Ауто-Диџеј +листи - + Auto DJ Toggle - + Ауто ДиЏеј активан - + Toggle Auto DJ On/Off - + Прекидач Ауто-Диџеј-а, укљ./искљ. - + Library Maximize/Restore - + Увећај/смањи бирач нумера - + Maximize the track library to take up all the available screen space. - + Користи цео екран за одабир нумера - + Effect Rack Show/Hide - + Приказ ланца ефеката - + Show/hide the effect rack - + Прикажи или сакриј модул за ефекте - + Cover Art Show/Hide - + Приказ омота - + Show/hide cover art - + Прикажи или сакриј омоте албума - + Waveform Zoom Out - + Рашири осцилоскоп - + Toggle Effect Unit - + Ефекат активан Master Gain - + Појачање Master gain - + Гл. јачина Headphone Gain - + Појачање (слушалице) Headphone gain + Појачање слушалица + + + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - - Playback Speed + + One-time beat sync tempo (and phase with quantize enabled) - + + Playback Speed + Брзина репродукције + + + Playback speed control (Vinyl "Pitch" slider) - + Контрола брзине пуштања (аналогни +"Pitch" клизач) - + Pitch (Musical key) - + Фрекв. (музикално) - + Increase Speed - + Увећај брзину - + Adjust speed faster (coarse) - + Подеси на брже (грубо) - - + + Increase Speed (Fine) - + Убрзај (фино) - + Adjust speed faster (fine) - + Подеси на брже (фино) - + Decrease Speed - + Смањи брзину - + Adjust speed slower (coarse) - + Подеси на спорије (грубо) - + Adjust speed slower (fine) - + Подеси на спорије (фино) - + Temporarily Increase Speed - + Моментално убрзање - + Temporarily increase speed (coarse) - + Моментално убрзање (грубо) - + Temporarily Increase Speed (Fine) - + Моментално убрзање (фино) - + Temporarily increase speed (fine) - + Моментално убрзање (фино) - + Temporarily Decrease Speed - + Моментално успорење - + Temporarily decrease speed (coarse) - + Моментално успорење (грубо) - + Temporarily Decrease Speed (Fine) - + Моментално успорење (фино) - + Temporarily decrease speed (fine) - + Моментално успорење (фино) + - Adjust %1 - + Подеси %1 + - Kill %1 - + Избаци %1 - + CUP (Cue + Play) - + CUP (Скочи и пусти) - + Loop Selected Beats - + Понављај одабране откуцаје - + Create a beat loop of selected beat size - + Активирај понављање са одређеним +бројем откуцаја - + Loop Roll Selected Beats - + Клизно понављање одабраних откуцаја - + Create a rolling beat loop of selected beat size - + Активирај клизно понављање са +одређеним бројем откуцаја - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Укљ./искљ. понављање и врати +на почетак понављања ако је прошао - + Reloop And Stop - + Понови па стани - + Enable loop, jump to Loop In point, and stop - + Активирај понављање, скочи на почетак +понављања и заустави - + Halve the loop length - + Преполови дужину понављања - + Double the loop length - + Удвостручи дужину понављања - + Beat Jump / Loop Move - + Скок на откуцај / помак понављања - + Jump / Move Loop Forward %1 Beats - + Скочи / макни понављ. напред за %1 откуцај/а - + Jump / Move Loop Backward %1 Beats - + Скочи / макни понављ. назад за %1 откуцај/а - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Скочи унапред %1 откуцај/а, или у случају понављања, помакни унапред %1 откуцај/а - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Скочи уназад %1 откуцај/а, или у случају понављања, помакни уназад %1 откуцај/а - + Beat Jump / Loop Move Forward Selected Beats - + Прескочи откуцаје / помакни понављање +одабиром - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Прескочи број откуцаја у одабиру, или у случају понављања, помакни унапред исти број откуцаја - + Beat Jump / Loop Move Backward Selected Beats - + Врати уназад / помакни понављање по одабиру - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Скочи на откуцај, или у случају понављања, помакни уназад, по дужини одабира - + Move up - + Нагоре - + Equivalent to pressing the UP key on the keyboard - + Исто што и тастер стрелице на горе - + Move down - + Надоле - + Equivalent to pressing the DOWN key on the keyboard - + Исто што и тастер стрелице на доле - + Move up/down - + Горе/доле - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Вертикално померање потенциометра, +као са тастерима стрелица - + Scroll Up - + Претходна страна - + Equivalent to pressing the PAGE UP key on the keyboard - + Исто што и тастер PAGE UP - + Scroll Down - + Следећа страна - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Исто што и тастер PAGE DOWN - + Scroll up/down - + Навигација по странама - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Груба навигација горе/доле +употребом пот-а, исто се постиже +тастерима PG UP/PG DN - + Move left - + Налево - + Equivalent to pressing the LEFT key on the keyboard - + Исто што и тастер стрелице на лево - + Move right - + Надесно - + Equivalent to pressing the RIGHT key on the keyboard - + Исто што и тастер стрелице на десно - + Move left/right - + Лево/десно - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Померање лево/десно помоћу пот-а, +исто се постиже тастерима стрелица +лево/десно - + Move focus to right pane - + Пребаци се на десни сегмент - + Equivalent to pressing the TAB key on the keyboard - + Исто што и тастер TAB - + Move focus to left pane - + Пребаци се на леви сегмент - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Исто што и комбинација Shift+TAB - + Move focus to right/left pane - + Навигација кроз сегменте - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Померање лево/десно кроз сегменте +прозора помоћу пот-а, исто се постиже +тастерима ТАВ/Shift+TAB - + Go to the currently selected item - + Скочи на одабрану ставку - + Choose the currently selected item and advance forward one pane if appropriate - + Маркирај одабрану ставку и +пређи на одговарајући +сегмент - + Add to Auto DJ Queue (replace) - + Додај на Ауто-Диџеј листу (рокада) - + Replace Auto DJ Queue with selected tracks - + Нова Ауто-Диџеј листа од одабраних +нумера - + Enable or disable effect processing - + Укључи/искључи обраду сигнала - + Super Knob (control effects' Meta Knobs) + Главни пот (контролише +подесиве пот-е ефеката) + + + + Mix Mode Toggle - - Next chain preset + + Toggle effect unit between D/W and D+W modes - + + Next chain preset + Сл. меморисани ланац + + + Previous Chain - + Претходни ланац - + Previous chain preset - + Претходни меморисани ланац - + Next/Previous Chain - + Сл./претх. меморисани ланац - + Next or previous chain preset - + Следећи или претходни меморисани ланац процесора + - Show Effect Parameters - + Приказ параметара ефекта - + Meta Knob - + Подесиви пот. - + Effect Meta Knob (control linked effect parameters) - + Подесиви пот. ефекта (за везивање +параметара више ефеката) - + Meta Knob Mode - + Режим подесивог пот-а - + Set how linked effect parameters change when turning the Meta Knob. - + Подешавање реакције везаних пот-а - + Meta Knob Mode Invert - + Обрни ефекат подесивог пот-а - + Invert how linked effect parameters change when turning the Meta Knob. - + Наопако реаговање везаних пот-а - + Microphone / Auxiliary - + Микрофон / Екстерно - + Microphone On/Off - + Укљ/искљ микрофон - + Microphone on/off Микрофон укљ./искљ. - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Одабир режима компресије микрофона +(искљ., аутоматски, ручно) - + Auxiliary On/Off - + Укљ. искљ. екстерно - + Auxiliary on/off - + Активација екстерног сигнала - + Auto DJ Самостални Диџеј - + Auto DJ Shuffle - + Ауто-Диџеј "шафл" - + Auto DJ Skip Next - + Ауто-Диџеј - прескочи следеће - + Auto DJ Fade To Next - + Ауто-Диџеј - постепено пређи на сл. - + Trigger the transition to the next track Окините прелаз на следећу нумеру - + User Interface Корисничко сучеље - + Samplers Show/Hide - + Приказ семплера - + Show/hide the sampler section Прикажи/сакриј одељак узорчника - + Microphone Show/Hide - + Приказ микрофона - + Show/hide the microphone section Прикажи/сакриј одељак микрофона - + Vinyl Control Show/Hide - + Приказ аналогне контроле - + Show/hide the vinyl control section Прикажи/сакриј одељак управљања плочом - + Preview Deck Show/Hide - + Приказ припремног дека - + Show/hide the preview deck Прикажи/сакриј дек прегледа - + Vinyl Spinner Show/Hide - + Приказ индикатора аналогне контроле - + Show/hide spinning vinyl widget Прикажи/сакриј елемент окретања плоче - + Waveform zoom - + Ширина осцилоскопа - + Waveform Zoom - + Ширина приказа звука - + Zoom waveform in - + Сузи осцилоскоп - + Waveform Zoom In - + Фокусирај осцилоскоп на мањи сегмент - + Zoom waveform out - + Фокусирај осцилоскоп на шири сегмент @@ -2639,17 +2674,19 @@ The script code needs to be fixed. - + Изворни код садржи грешке. For now, you can: Ignore this error for this session but you may experience erratic behavior. - + Ово је упозорење: можете да наставите, али може доћи до +нелогичног понашања програма. Try to recover by resetting your controller. - + Покушајте да средите проблем +ресетовањем контролера @@ -2657,27 +2694,27 @@ Channel - + Канал Opcode - + Инструкција Control - + Елемент Options - + Параметри Action - + Акција @@ -2690,42 +2727,42 @@ Channel - + Канал Opcode - + Инструкција Control - + Елемент On Value - + Вредност "On" Off Value - + Вредност "off" Action - + Акција On Range Min - + Опсег мин. "On" On Range Max - + Опсег макс. "On" @@ -2744,7 +2781,7 @@ Create New Crate - + Нова гајбица @@ -2770,17 +2807,17 @@ Analyze entire Crate - + Анализирај целу гајбицу Auto DJ Track Source - + Селекција за Ауто-Диџеј-а Enter new name for crate: - + Унесите назив нове гајбице: @@ -2824,7 +2861,7 @@ Crate Creation Failed - + Креирање гајбице неуспешно @@ -2867,13 +2904,13 @@ Create New Crate - + Нова гајбица Enter name for new crate: - + Унесите назив нове гајбице: @@ -2904,7 +2941,7 @@ copy [noun] - + умножи @@ -2916,7 +2953,35 @@ Duplicating Crate Failed - + Креирање копије гајбице неуспешно + + + + DlgAbout + + + Mixxx %1 Development Team + Развојна екипа Миксикса %1 + + + + With contributions from: + Уз допринос: + + + + And special thanks to: + Посебно се захваљујемо: + + + + Past Developers + Претходни програмери + + + + Past Contributors + Претходни доприносиоци @@ -2929,12 +2994,12 @@ Credits - + Заслуге License - + Лиценца @@ -2989,7 +3054,10 @@ Runs beatgrid, key, and ReplayGain detection on the selected tracks. Does not generate waveforms for the selected tracks to save disk space. - + Врши поставку Битгрид-а, детекцију +тоналитета и гласноће одабраних +нумера. Приказ звука неће бити +снимљен ради уштеде простора. @@ -3007,12 +3075,14 @@ One deck must be stopped to enable Auto DJ mode. - + Један од декова мора бити заустављен +да би се омогућио рад Ауто-Диџеј-а Decks 3 and 4 must be stopped to enable Auto DJ mode. - + Декови 3 и 4 морају бити заустављени +да би се омогућио рад Ауто-Диџеј-а. @@ -3023,7 +3093,8 @@ Displays the duration and number of selected tracks. - + Приказује укупну дужину и количину +одабраних нумера. @@ -3040,23 +3111,29 @@ Add Random - + Додај насумице Shuffle the content of the Auto DJ queue. - + Промешај садржај Ауто-Диџеј +листе. Adds a random track from track sources (crates) to the Auto DJ queue. If no track sources are configured, the track is added from the library instead. - + Додаје произвољну нумеру из +селекције (гајбице) на крај +Ауто-Диџеј листе. У недостатку +селекције, нумера се вуче из +главне дискотеке. Skip the next track in the Auto DJ queue. - + Прескочи следећу нумеру на Ауто-Диџеј +листи. @@ -3140,22 +3217,22 @@ by analyzing the beats to discard outliers. Beat Detection Preferences - + Избори за детекцију откуцаја Choose Analyzer - + Одабир детектора Beat Analyzer: - + Детектор откуцаја: Analyzer Settings - + Параметри детектора @@ -3167,7 +3244,13 @@ by analyzing the beats to discard outliers. Converts beats detected by the analyzer into a fixed-tempo beatgrid. Use this setting if your tracks have a constant tempo (e.g. most electronic music). Often results in higher quality beatgrids, but will not do well on tracks that have tempo shifts. - + Откуцаји који се детектују биће +претворени у "метар" фиксног темпа. +Овај избор је погодан ако углавном +пуштате нумере са "равним" темпом +(нпр. већина техно-музике). Постиже +боље резултате, али не воли промене +темпа. @@ -3183,12 +3266,16 @@ Often results in higher quality beatgrids, but will not do well on tracks that h e.g. from 3rd-party programs or Mixxx versions before 1.11. (Not checked: Analyze only, if no beats exist.) - + нпр. програми 3-ћих лица, или +верзије Миксиксикса < 1.11 (ако нема +откуцаја, врши анализу) Re-analyze beats when settings change or beat detection data is outdated - + Изврши ре-анализу када се +промене избори корисника или +детекција више не одговара нумери @@ -3216,22 +3303,26 @@ Often results in higher quality beatgrids, but will not do well on tracks that h Learn - + Научи Close - + Затвори Choose Control... - + Одаберите елемент... Hints: If you're mapping a button or switch, only press or flip it once. For knobs and sliders, move the control in both directions for best results. Make sure to touch one control at a time. - + Савет: Када мапирате дугме или прекидач, +померите/притисните га само једном. +Код пот-а и клизача, најбоље је померити их +у оба смера. Не дирајте више контрола +одједном. @@ -3241,47 +3332,55 @@ Often results in higher quality beatgrids, but will not do well on tracks that h Advanced MIDI Options - + Додатни избори за MIDI Switch mode interprets all messages for the control as button presses. - + Режим скретнице сматра све поруке +прекидачима. Switch Mode - + Режим скретнице Ignores slider or knob movements until they are close to the internal value. This helps prevent unwanted extreme changes while mixing but can accidentally ignore intentional rapid movements. - + Чека да се контрола приближи +вредности у радној меморији, па +тек онда реагује. Ово спречава +неприродне скокове при миксовању, +али понекад ће пропустити екстремне +покрете. Soft Takeover - + Софтверска предност Reverses the direction of the control. - + Обрће смер контролног елемента. Invert - + Наопачке For jog wheels or infinite-scroll knobs. Interprets incoming messages in two's complement. - + За пот-е са федерима, или пот-е без +граничника. Интерпретира поруке у +режиму бинарног одузимања. Jog Wheel / Select Knob - + "Jog"-пот / изборни пот @@ -3291,7 +3390,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h Learn Another - + Научи још @@ -3301,57 +3400,72 @@ Often results in higher quality beatgrids, but will not do well on tracks that h Click anywhere in Mixxx or choose a control to learn - + Одаберите елемент мишем или +наведите експлицитно You can click on any button, slider, or knob in Mixxx to teach it that control. You can also type in the box to search for a control by name, or click the Choose Control button to select from a list. - + Можете мишем одабрати било који +елемент главног Микс прозора, да би +мапирали контролу. Користите поље за +претрагу да пронађете елемент по имену, +или користите дугме Одабир Елемента да +добијете листу свих елемената. Now test it out! - + Испробајте! If you manipulate the control, you should see the Mixxx user interface respond the way you expect. - + Када померите управљач на хардверу, +требало би да видите одговарајућу +реакцију у програму. Not quite right? - + Нешто не ваља? If the mapping is not working try enabling an advanced option below and then try the control again. Or click Retry to redetect the midi control. - + Ако научена контрола не реагује, +покушајте да активирате неки од +избора испод, па пробајте опет. +Можете такође пробати поновну +детекцију дугметом "Покушај опет" Didn't get any midi messages. Please try again. - + Нема порука на видику. Покушајте опет. Unable to detect a mapping -- please try again. Be sure to only touch one control at once. - + Не могу да препознам поруку - покушајте +опет. Да ли можда дирате више контрола +одједном? Successfully mapped control: - + Успешно научена контрола: <i>Ready to learn %1</i> - + <i>Позорност за %1</i> Learning: %1. Now move a control on your controller. - + Учим: %1. Сада померите елемент +на хардверу. @@ -3359,7 +3473,11 @@ Often results in higher quality beatgrids, but will not do well on tracks that h This could be because you are using an old skin and this control is no longer supported. You tried to learn: %1,%2 - + Овај елемент Микса нажалост није +могуће мапирати. Ово је можда због +тога што је тема застарела, а елемент +је избачен из програма. +Покушали сте да мапирате: %1, %2 @@ -3367,7 +3485,7 @@ You tried to learn: %1,%2 Developer Tools - + Алатке за пројектанте @@ -3377,27 +3495,29 @@ You tried to learn: %1,%2 Dumps all ControlObject values to a csv-file saved in the settings path (e.g. ~/.mixxx) - + Избацује све вредности за "ControlObject" +у csv фајл наведен у изборима путања. +(обично ~/.mixxx) Dump to csv - + Избаци у цсв Log - + Записник Search - + Нађи Stats - + Статистика @@ -3491,37 +3611,41 @@ You tried to learn: %1,%2 Re-queue tracks after playback - + Рециклирај репродуковане нумере Duration after which a track is eligible for selection by Auto DJ again - + Обавезни период пре рециклаже нумере +- Ауто-Диџеј hh:mm - + hh:mm Minimum available tracks in Track Source - + Минимална селекција за Ауто-Диџеја Auto DJ Preferences - + Избори за Ауто-Диџеј-а Add a track to the end of the Auto DJ queue once it is played, instead of removing it. - + Уместо уклањања, пребаци репродуковану +нумеру на крај Ауто-Диџеј листе. This percentage of tracks are always available for selecting, regardless of when they were last played. - + Минимални проценат нумера у селекцији, +без обзира на то кад су пуштене последњи +пут. @@ -3531,140 +3655,150 @@ You tried to learn: %1,%2 Uncheck, to ignore all played tracks. - + Укључно са пуштеним нумерама. Suspend track in Track Source from re-queue - + Спречи рециклажу одабране нумере. Suspension period for track selection - + Период суспензије рециклаже Enable random track addition to queue - + Омогући додавање насумичних нумера +на листу Add random tracks from Track Source if the specified minimum tracks remain - + Додај нумере насумице из селекције +када се приближи крај листе Minimum allowed tracks before addition - + Минимум преосталих нумера пре +додавања Minimum number of tracks after which random tracks may be added - + Минимални број преосталих нумера +на листи испод којег се активира насумично +додавање DlgPrefBroadcast - + Icecast 2 Ајскаст 2 - + Shoutcast 1 - + Шауткест 1 - + Icecast 1 Ајскаст 1 - + MP3 МП3 - + Ogg Vorbis Огг Ворбис - + Automatic - + Аутоматски - + Mono - + Моно - + Stereo Стерео - - - - + + + + Action failed - + Операција неуспешна - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + Монтажни чвор "%1" се подудара са +"%2". Није могуће отворити више +од једне везе по чвору. - + You can't create more than %1 source connections. - + Није дозвољено креирати више од +%1 мрежних извора. - + Source connection %1 - + Мрежни извор %1 - + At least one source connection is required. - + Треба да постоји бар један мрежни извор. - + Are you sure you want to disconnect every active source connection? - + Да ли заиста желите да развежете све +активне мрежне изворе? - + Confirmation required - + Потврдите још једном - + Are you sure you want to delete '%1'? - + Да ли заиста желите да уклоните "%1"? - + Renaming '%1' - + Мењам назив "%1" - + New name for '%1': - + Нови назив за "%1": - + Can't rename '%1' to '%2': name already in use - + Покушали сте да преименујете "%1" у +"%2": то име је већ у употреби @@ -3672,249 +3806,274 @@ Two source connections to the same server can't have the same mountpoint. Live Broadcasting Preferences - + Избори за емитовање уживо - + Mixxx Icecast Testing Миксиксово испробавање Ајскаста - + Public stream Јавни ток - + http://www.mixxx.org http://www.mixxx.org - + Stream name Назив тока - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. - + Због пропуста у неким програмима за +пријем емитовања, ажурирање мета- +-података за Ог Ворбис у току +емитовања може довести до прекида +у звуку или вези. +Омогући уживо ажурирање мета-података Live Broadcasting source connections - + Изворне мрежне везе за емитовање Delete selected - + Уклони одабрано Create new connection - + Креирај нову везу Rename selected - + Промени назив одабира Disconnect all - + Развежи све Turn on Live Broadcasting when applying these settings - + Активирај емитовање уживо по +активацији изабраних параметара - + Settings for %1 - + Параметри за %1 - + Dynamically update Ogg Vorbis metadata. + Уживо ажирурирање Ог Ворбис +мета-података. + + + + ICQ + + + + + AIM - + Website Веб страница - + Live mix Мешање уживо - - Select a source connection above to edit its settings here + + IRC - + + Select a source connection above to edit its settings here + Следећи параметри се односе на одабрану +изворну тачку изнад + + + Password storage - + Складиште лозинки - + Plain text - + Чист текст - + Secure storage (OS keychain) - + Шифровано (системски привезак) - + Genre Жанр - + Use UTF-8 encoding for metadata. Користите кодирање УТФ-8 за мета податке. - + Description Опис - + Encoding Кодирање - + Bitrate Проток - - + + Format Облик - + Channels Број канала - + Server connection Веза сервера - + Type Врста - + Host Домаћин - + Login Пријава - + Mount Прикачи - + Port Прикључник - + Password Лозинка - + Stream info - + Подаци емитовања - + Metadata - + Мета-подаци - + Use static artist and title. - + Користи ручно име и наслов. - + Static title - + Наслов - ручно: - + Static artist - + Име - ручно: - + Automatic reconnect - + Ауто-повезивање - + Time to wait before the first reconnection attempt is made. - + Период чекања пре поновног +повезивања. - - + + seconds - + сек. - + Wait until first attempt - + Сачекај - први пут. - + Reconnect period - + Период ауто-повезивања - + Time to wait between two reconnection attempts. - + Период чекања између два аутоматска +повезивања. - + Limit number of reconnection attempts - + Граница броја покушаја повезивања - + Maximum retries - + Макс. покушаја - + Reconnect if the connection to the streaming server is lost. - + Сам успостави изгубљену везу. - + Enable automatic reconnect - + Укључи аутоматско повезивање @@ -3944,7 +4103,7 @@ Apply settings and continue? No Name - + Без назива @@ -3954,12 +4113,12 @@ Apply settings and continue? No Author - + Непознати аутор Troubleshooting - + Решавање проблема @@ -3969,7 +4128,7 @@ Apply settings and continue? Function Prefix - + Префикс функције @@ -3979,43 +4138,46 @@ Apply settings and continue? Clear Input Mappings - + Уклони мапиране контроле Are you sure you want to clear all input mappings? - + Да ли заиста желите да уклоните +све мапиране контроле? Clear Output Mappings - + Обриши мапиране контроле Are you sure you want to clear all output mappings? - + Да ли заисте желите да обришете +све мапиране контроле? Add Script - + Додај код Controller Script Files (*.js) - + Фајлови са кодом за контролер (*.js) Could not add script file: '%s' - + Неуспешно убацивање кода: "%s" Please select a script from the list to open. - + Одаберите скрипту из листе да бисте +учитали код. @@ -4023,7 +4185,7 @@ Apply settings and continue? (device category goes here) - + (категорија хардвера иде овде) @@ -4053,12 +4215,12 @@ Apply settings and continue? Preset Info - + Подаци конфигурације Input Mappings - + Мапирање улаза @@ -4082,22 +4244,22 @@ Apply settings and continue? Controller Preferences - + Избори за контролере Controller Setup - + Поставке контролера Author: - + Аутор: Name: - + Назив: @@ -4113,17 +4275,17 @@ Apply settings and continue? Output Mappings - + Мапирање излаза Scripts - + Скрипта Open Selected File - + Учитај изабрани фајл @@ -4131,7 +4293,7 @@ Apply settings and continue? Controller Preferences - + Избори за контролере @@ -4141,57 +4303,81 @@ Apply settings and continue? Mixxx did not detect any controllers. If you connected the controller while Mixxx was running you must restart Mixxx first. - + Микс није детектовао контролни хардвер. +Ако сте повезали уређај док је Микс радио, +пробајте да ре-стартујете Микс. Presets - + Колекције Open User Preset Folder - + Отвори фолдер колекција Resources - + Ресурси Controllers are physical devices that send MIDI or HID signals to your computer over a USB connection. These allow you to control Mixxx in a more hands-on way than a keyboard and mouse. Attached controllers that Mixxx recognizes are shown in the "Controllers" section in the sidebar. - + "Контролери" су физички уређаји који +одашиљу MIDI или HID сигнале вашем +рачунару преко УСБ везе. На овај начин +можете управљати Миксиксиксом много +"природније" него са мишем и тастатуром. +Повезани контролери које Микс препозна +појавиће се у листи "Контролери" са стране. Mixxx uses "presets" to connect messages from your controller to controls in Mixxx. If you do not see a preset for your controller in the "Load Preset" menu when you click on your controller on the left sidebar, you may be able to download one online from the <a href="http://www.mixxx.org/forums/viewforum.php?f=7">Mixxx Forum</a>. Place the XML (.xml) and Javascript (.js) file(s) in the "User Preset Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Preset Folder" then restart Mixxx: - + Миксиксикс може учитати меморисане +колекције мапирања између уређаја +и програма. Ако не видите снимљену +мапу у листи "Учитај мапу" са леве стране, +можда можете наћи неку на Интернету, +тј. на <a href="http://www.mixxx.org/forums/viewforum.php?f=7"> Mixxx Forum</a>-у. Сместите +Икс-ем-ел(.xml) и ЈаваСкрипт(.js) фајл(ове) у +фолдер "Корисничке колекције" па поново +покрените Микс. Ако сте преузели ZIP фајл, +распакујте фајл(ове) у исти фолдер, па покрените +Микс поново. You can create your own mapping by using the MIDI Learning Wizard when you select your controller in the sidebar. You can edit mappings by selecting the "Input Mappings" and "Output Mappings" tabs in the preference page for your controller. See the Resources below for more details on making mappings. - + Можете креирати сопствену мапу +контрола помоћу Чаробњака за +MIDI учење, за одабрани контролер. +Можете преуредити мапирање одабиром +језичка "Мапирање улаза" или "Мапирање излаза" +у конфигурационом окну за ваш контролер. +Види Ресурсе / литературу за детаље. <a href="http://mixxx.org/wiki/doku.php/hardware_compatibility">Mixxx DJ Hardware Guide</a> - + <a href="http://mixxx.org/wiki/doku.php/hardware_compatibility">Mixxx DJ Hardware Guide</a> <a href="http://www.mixxx.org/forums/viewforum.php?f=7">Mixxx Controller Forums</a> - + <a href="http://www.mixxx.org/forums/viewforum.php?f=7">Mixxx Controller Forums</a> <a href="http://mixxx.org/wiki/doku.php/midi_controller_mapping_file_format">MIDI Preset File Format</a> - + <a href="http://mixxx.org/wiki/doku.php/midi_controller_mapping_file_format">MIDI Preset File Format</a> <a href="http://mixxx.org/wiki/doku.php/midi_scripting">MIDI Scripting with Javascript</a> - + <a href="http://mixxx.org/wiki/doku.php/midi_scripting">MIDI Scripting with Javascript</a> @@ -4209,17 +4395,19 @@ Apply settings and continue? Select from different color schemes of a skin if available. - + Одабир из селекције боја за ваш стил, +ако постоји Color scheme - + Палета боја Locales determine country and language specific settings. - + Регија одређује вашу земљу и +скуп језичких својствености. @@ -4229,67 +4417,68 @@ Apply settings and continue? Interface Preferences - + Избори управљачке апаратуре Interface options - + Избори HiDPI / Retina scaling - + Увећање за високе резолуције Change the size of text, buttons, and other items. - + Мења величину текста, дугмади и осталих +елемената. Adopt scale factor from the operating system - + Користи системско увећање. Auto Scaling - + Аутоматско увећање Effect options - + Избори за ефекте Load behavior - + Режим учитавања Keep metaknob position - + Памти вредност подесивог пот-а Reset metaknob to effect default - + Врати подесиви пот. на основну вредност Screen saver - + Штедња екрана Start in full-screen mode - + Лансирај у режиму испуњеног екрана Full-screen mode - + Режим испуњеног екрана @@ -4299,12 +4488,12 @@ Apply settings and continue? Library only - + Само у бирачу нумера Library and Skin - + Бирач нумера и главна апаратура @@ -4312,7 +4501,7 @@ Apply settings and continue? Crossfader Preferences - + Избори за унакрсни клизач @@ -4352,7 +4541,7 @@ Apply settings and continue? Reverse crossfader (Hamster Style) - + Обрни смер ("Хемстер" режим) @@ -4360,42 +4549,42 @@ Apply settings and continue? Mixxx mode - + Режим Миксиксикса Mixxx mode (no blinking) - + Режим Миксиксикса (без блинкања) Pioneer mode - + Пионир Denon mode - + Денон Numark mode - + Нумарк CUP mode - + CUP 4% - + 4% 6% (semitone) - + 6% (полустепен) @@ -4410,12 +4599,12 @@ Apply settings and continue? 16% - + 16% 24% - + 24% @@ -4433,17 +4622,17 @@ Apply settings and continue? Deck Preferences - + Избори за декове Deck options - + Избори Cue mode - + Режим припреме @@ -4466,17 +4655,35 @@ CUP mode: - Cue button while pause not at cue point = set cue point and play after release - Cue button while playing = go to cue point and play after release - + Миксиксикс: +- притисак на паузи на маркеру = провера +- притисак на паузи ван маркера = постави маркер +- притисак при репродукцији = паузирај код маркера +Миксиксикс (без блинкања): +- Исто као Миксиксикс режим, али без индикатора +Пионир: +- Исто као Миксиксикс режим, али "Плеј" трепће +Денон: +- притисак на маркеру = провера +- притисак ван маркера = паузирај на маркеру +- "Плеј" = постави маркер +Нумарк +- Исто као Денон, али "Плеј" не трепће +CUP +- притисак на паузи на маркеру = пусти након отпуштања +- притисак на паузи ван маркера = постави маркер и пусти након отпуштања +- притисак при репродукцији = скочи на маркер и пусти након отпуштања + Track time display - + Приказ времена нумере Elapsed - + Од почетка @@ -4486,38 +4693,40 @@ CUP mode: Elapsed and Remaining - + Од почетка и до краја Auto cue - + Ауто-припрема Automatically seeks to the first saved cue point on track load. If none exists, seeks to the beginning of the track. - + Аутоматски скаче на први снимљени маркер при учитавању. +Ако нема маркера, скаче на почетак нумере. Jump to main cue point on track load - + Скочи на главни маркер при учитавању Playing track protection - + Заштита од случајног пуштања Do not load tracks into playing decks - + Не учитавај нумере у декове који репродукују Speed (Tempo) and Key (Pitch) options - + Избори за Темпо (брзину) и Тоналитет +(фреквенцију) @@ -4540,12 +4749,12 @@ CUP mode: Reset on track load - + Поништи при учитавању Current key - + Текућа фрекв. @@ -4555,7 +4764,7 @@ CUP mode: Permanent - + Запамти @@ -4565,27 +4774,27 @@ CUP mode: Temporary - + Привремено Keylock mode - + Режим односа Ramping sensitivity - + Осетљивост ублажавања Pitch bend behavior - + Режим клизача фрекв-е Original key - + Основни тоналитет @@ -4595,91 +4804,91 @@ CUP mode: Speed/Tempo - + Брзина/темпо Key/Pitch - + Тоналитет/Фрекв. Adjustment buttons: - + Моментална дугмад: Coarse - + Грубо Fine - + Фино Make the speed sliders work like those on DJ turntables and CDJs where moving downward increases the speed - + Обрни логику клизача, као +на професионалним уређајима +(на доле повећава) Down increases speed - + Обрни клизач темпа Slider range - + Опсег клизача Adjusts the range of the speed (Vinyl "Pitch") slider. - + Подешава опсег клизача (аналогне +контроле) фреквенције. Abrupt jump - + Режим скока Smoothly adjusts deck speed when temporary change buttons are held down - + Прави градацију промене када +се моментална дугмад држи притиснуто Smooth ramping - + Градациони режим Keyunlock mode - + Режим откључавања тоналитета Reset key - + Врати на основни тон-тет Keep key - + Задржи тон-тет DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected Ништа @@ -4688,52 +4897,56 @@ Displayed when no effect is selected Equalizer Preferences - + Избори за еквилајзер Reset equalizers on track load - + Поништи поставке при учитавању нумере Resets the equalizers to their default values when loading a track. - + Враћа параметре еквилајзера на основне +вредности кад учитавате нумеру. Equalizer Rack - + Модул са еквилајзером Only allow EQ knobs to control EQ-specific effects - + Пот-и еквилајзера имају ефекат само +на параметре филтара. Uncheck to allow any effect to be loaded into the EQ knobs. - + Скините штиклић да би дозволили +да било који ефекат замени еквилајзер. Use the same EQ filter for all decks - + Користи један еквилајзер за све декове. Uncheck to allow different decks to use different EQ effects. - + Скините штиклић да би дозволили +посебан еквилајзер за сваки дек. Equalizer Plugin - + Екстерни еквилајзер Quick Effect - + Једноставан ефекат @@ -4749,12 +4962,12 @@ Displayed when no effect is selected Master EQ - + Главни еквилајзер Reset Parameter - + Поништи вредност @@ -4764,22 +4977,25 @@ Displayed when no effect is selected Resets the deck gain to unity when loading a track. - + Враћа главно појачање на нулу +при учитавању нумере. Reset gain on track load - + Поништи појачање при учитавању нумере Bypass EQ effect processing - + Заобиђи еквилајзер When checked, EQs are not processed, improving performance on slower computers. - + Кад је активно, еквилајзери немају +ефекта, што је погодно за слабије +рачунаре. @@ -4798,42 +5014,42 @@ Displayed when no effect is selected Effects Preferences - + Поставке за ефекте Available Effects - + Селекција ефеката - + Effect Info - + Детаљи ефекта - + Version: - + Верзија: - + Description: Опис: - + Author: - + Аутор: - + Name: - + Назив: - + Type: - + Класа: @@ -4841,27 +5057,29 @@ Displayed when no effect is selected The minimum size of the selected skin is bigger than your screen resolution. - + Овај дизајн захтева резолуцију +екрана која је већа од тренутне. Allow screensaver to run - + Дозволи штедњу екрана при раду Prevent screensaver from running - + Спречи штедњу екрана Prevent screensaver while playing - + Спречи гашење екрана при репродукцији This skin does not support color schemes - + Овај дизајн не подржава промену палете +боја @@ -4871,7 +5089,8 @@ Displayed when no effect is selected Mixxx must be restarted before the new locale setting will take effect. - + Миксиксикс ће активирати регионалне +поставке тек након следећег покретања. @@ -4879,38 +5098,42 @@ Displayed when no effect is selected Key Notation Format Settings - + Поставке индикатора тоналитета When key detection is enabled, Mixxx detects the musical key of your tracks and allows you to pitch adjust them for harmonic mixing. - + Када је детекција тоналитета активна, +Миксиксикс ће препознати музички +тоналитет нумера, а ви га можете дотерати +када желите да миксујете тонално. Enable Key Detection - + Активирај препознавање тоналитета Choose Analyzer - + Одабир детектора Key Analyzer: - + Детектор тоналитета: Choose between different algorithms to detect keys. - + Постоји неколико алгоритама за +препознавање тоналитета. Analyzer Settings - + Параметри детектора @@ -4920,151 +5143,166 @@ and allows you to pitch adjust them for harmonic mixing. Re-analyze keys when settings change or 3rd-party keys are present - + Поново анализирај тоналитете када +се избори промене или су подаци убачени +од стране 3-ег лица Key Notation - + Нотација тоналитета Lancelot - + Ланселот OpenKey - + ОупенКи Traditional - + Школски Custom - + Прилагођено A - + А-dur Bb - + B-dur B - + H-dur C - + C-dur Db - + Des-dur D - + D-dur Eb - + Es-dur E - + E-dur F - + F-dur F# - + Fis-dur G - + G-dur Ab - + As-dur Am - + A-mol Bbm - + B-mol Bm - + H-mol Cm - + C-mol C#m - + Cis-mol Dm - + D-mol Ebm - + Es-mol Em - + E-mol Fm - + F-mol F#m - + Fis-mol Gm - + G-mol G#m + Gis-mol + + + + DlgPrefLV2Dlg + + + Equalizer Preferences + Избори за еквилајзер + + + + Discovered LV2 effects @@ -5088,47 +5326,63 @@ and allows you to pitch adjust them for harmonic mixing. Choose a music directory - + Одаберите фолдер са музиком Confirm Directory Removal - + Потврди уклањање фолдера Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Миксиксикс више неће пратити овај +фолдер и његове измене. Шта тачно +желите да урадите у вези са нумерама +из овог фолдера и његових подфолдера?<ul> +<li>Сакриј све нумере из фолдера.</li><li>Уклони +мета-податке ових нумера неповратно.</li><li>Задржи +ове нумере у дискотеци.</li></ul>Сакривање +нумера ће сачувати мета-податке за када их поново +будете уврстили у дискотеку. Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Мета-подаци се односе на све +детаље о нумери (извођач, назив, +број пуштања, итд.) као и на +детектоване откуцаје, брзе маркере +и сегменте који се понављају. Овај +избор се односи само на Микс-ову +дискотеку. Сами фајлови се неће +мењати или брисати. Hide Tracks - + Сакриј нумере Delete Track Metadata - + Уклони мета-податке нумере Leave Tracks Unchanged - + Не мењај ништа Relink music directory to new location - + Пребаците извор Микс-ове дискотеке +на неки други фолдер Select Library Font - + Стила текста бирача нумера @@ -5141,12 +5395,13 @@ and allows you to pitch adjust them for harmonic mixing. Music Directories: - + Фолдери с музиком: If removed, Mixxx will no longer watch this directory and its subdirectories for new tracks. - + Када уклоните овај фолдер, Микс више неће +пратити додавање нових нумера у исти. @@ -5156,7 +5411,7 @@ and allows you to pitch adjust them for harmonic mixing. Add a directory where your music is stored. Mixxx will watch this directory and its subdirectories for new tracks. - + Додајте локацију у којој држите музику. Микс ће пратити додавање нових нумера у овај фолдер и подфолдере @@ -5166,13 +5421,19 @@ and allows you to pitch adjust them for harmonic mixing. If an existing music directory is moved, Mixxx doesn't know where to find the audio files in it. Choose Relink to select the music directory in its new location. <br/> This will re-establish the links to the audio files in the Mixxx library. - + Када се промени локација датотека и фолдера +на фајл систему, Микс више није сигуран +где да пронађе нумере. Изаберите "Поновно +везивање" да би назначили нову локацију +већ додатог извора музике.<br/>Ово ће +отклонити забуну, и Микс ће бити у могућности +да пронађе све нумере. Relink This will re-establish the links to the audio files in the Mixxx database if you move an music directory to a new location. - + Поновно везивање @@ -5207,12 +5468,13 @@ and allows you to pitch adjust them for harmonic mixing. Track Metadata Synchronization - + Синхронизуј мета-податке нумера Export: Write modified track metadata from the library into file tags - + Извоз: Испиши кориговане мета-податке +нумера из дискотеке у звучни фајл @@ -5222,12 +5484,12 @@ and allows you to pitch adjust them for harmonic mixing. Library Font: - + Стил текста бирача: Library Row Height: - + "Проред" бирача нумера: @@ -5237,12 +5499,12 @@ and allows you to pitch adjust them for harmonic mixing. Add track to Auto DJ Queue (top) - + Стави на Ауто-Диџеј листу (прво) Add track to Auto DJ Queue (bottom) - + Стави на Ауто-Диџеј листу (последње) @@ -5252,38 +5514,40 @@ and allows you to pitch adjust them for harmonic mixing. ... - + ... px - + px Edit metadata after clicking selected track - + Коригуј мета-податке након одабира +нумере Track Load Action Sets default action when double-clicking a track in the library. - + Операција одабира нумере Load track to next available deck - + Учитај нумеру у први слободни дек External Libraries - + Спољашње дискотеке You will need to restart Mixxx for these settings to take effect. - + Ове поставке ступају на снагу тек +након поновног покретања Микс-а. @@ -5293,7 +5557,7 @@ and allows you to pitch adjust them for harmonic mixing. Show Banshee Library - + Приказ Бенши дискотеке @@ -5308,7 +5572,8 @@ and allows you to pitch adjust them for harmonic mixing. All external libraries shown are write protected. - + Све спољашње дискотеке које видите +су заштићене од измена. @@ -5316,22 +5581,22 @@ and allows you to pitch adjust them for harmonic mixing. Modplug Preferences - + Избори за Modplug All settings take effect on next track load. Currently loaded tracks are not affected. For an explanation of these settings, see the <a href="http://wiki.openmpt.org/Manual:_Setup/Player">OpenMPT manual</a>. - + Поставке ступају на снагу код учитавања нове нумере. Већ учитане нумере не подлежу изменама. За детаљније објашњење поставки, видите <a href="http://wiki.openmpt.org/Manual:_Setup/Player">OpenMPT manual</a>. Maximum Number of Mixing Channels: - + Макс. број сабирних шина: Show Advanced Settings - + Прикажи додатне изборе @@ -5343,7 +5608,7 @@ and allows you to pitch adjust them for harmonic mixing. Reverb Delay: - + Одјек и ехо: @@ -5360,12 +5625,12 @@ and allows you to pitch adjust them for harmonic mixing. Bass Expansion - + Широки басови Bass Range: - + Опсег басова: @@ -5375,122 +5640,127 @@ and allows you to pitch adjust them for harmonic mixing. Front/Rear Delay: - + Синхро. предњих/задњих канала: Pro-Logic Surround - + Вишеканални режим Про-Лоџик Full - + Макс Reverb - + Одјек Stereo separation - + Стерео ширина 10Hz - + 10Hz 10ms - + 10ms 256 - + 256 5ms - + 5ms 100Hz - + 100Hz 250ms - + 250ms 50ms - + 50ms Noise reduction - + Одстрањивање шума Hints - + Савети Module files are decoded at once and kept in RAM to allow for seeking and smooth operation in Mixxx. About 10MB of RAM are required for 1 minute of audio. - + МОД фајлови се одмах декодирају и +чувају у радној меморији за брже скакање. +Отприлике 10 мегабајта меморије је потребно +за минут звука. Decoding options for libmodplug, a software library for loading and rendering module files (MOD music, tracker music). - + Избори за декодер libmodplug, софтверска +библиотека за учитавања и репродукцију +"модул" фајлова (MOD музика, трекер музика). Decoding Options - + Избори за декодер Resampling mode (interpolation) - + Интерполација (resampling) Enable oversampling - + Омогући над-узорковање Nearest (very fast, extremely bad quality) - + Најближе (брзо, лоше звучи) Linear (fast, good quality) - + Линеарно (брзо, добро звучи) Cubic Spline (high quality) - + Кривуља трећег степена (квалитетно) 8-tap FIR (extremely high quality) - + 8-каналлни FIR (висококвалитетно) Memory limit for single track (MB) - + Макс. меморија по нумери (у МБ) @@ -5499,7 +5769,7 @@ and allows you to pitch adjust them for harmonic mixing. Vinyl Control (Disabled) Preferences Using a version with the Vinyl Control feature disabled, an alternative preferences window is displayed. - + Избори аналогне контроле (онемогућено) @@ -5520,7 +5790,7 @@ and allows you to pitch adjust them for harmonic mixing. Recording Preferences - + Избори за снимање @@ -5571,27 +5841,27 @@ and allows you to pitch adjust them for harmonic mixing. Output File Format - + Формат крајњег фајла Compression - + Компресија Lossy - + Деструктивна Compression Level - + Ниво компресије Lossless - + Реверзибилна @@ -5614,7 +5884,7 @@ and allows you to pitch adjust them for harmonic mixing. %1 LUFS (adjust by %2 dB) - + %1 LUFS-а (резол. %2 dB) @@ -5622,104 +5892,124 @@ and allows you to pitch adjust them for harmonic mixing. Normalization Preferences - + Избори за уједначавање ReplayGain Loudness Normalization - + РиплејГејн уједначавање гласноће Apply loudness normalization to loaded tracks. - + Изврши уједначавање гласноће над +учитаним нумерама Apply ReplayGain - + Примени РиплејГејн -30 LUFS - + -30 LUFS -6 LUFS - + -6 LUFS When ReplayGain is enabled, adjust tracks lacking ReplayGain information by this amount. - + Када је активан РиплејГејн, нумере +које немају информацију о гласноћи +ће бити појачане за оволико јединица. Initial boost without ReplayGain data - + Претпојачање без РиплејГејн података For tracks with ReplayGain, adjust the target loudness to this LUFS value (Loudness Units relative to Full Scale). - + За нумере које имају РиплејГејн податак, +подеси циљну гласноћу на одабрану LUFS +вредност ("јединица гласноће - пун опсег") Target loudness - + Циљна гласноћа -12 dB - + -12 dB Analysis - + Анализа ReplayGain 2.0 (ITU-R BS.1770) - + РиплејГејн 2.0 (ITU-R BS.1770) ReplayGain 1.0 - + РиплејГејн 1.0 Disabled - + Неактивно Re-analyze and override an existing value - + Увек анализирај и прегази постојећу +вредност ReplayGain targets a reference loudness of -18 LUFS (Loudness Units relative to Full Scale). You may increase it if you find Mixxx is too quiet or reduce it if you find that your tracks are clipping. You may also want to decrease the volume of unanalyzed tracks if you find they are often louder than ReplayGained tracks. For podcasting a loudness of -16 LUFS is recommended. The loudness target is approximate and assumes track pregain and master output level are unchanged. - + "РиплејГејн" циља референтну гласноћу +од -18 LUFS-a ("jeдиница гласноће - пун опсег"). +Можете је повећати ако вам сам Миксиксикс звучи +превише тихо, или смањити ако вам мерачи иду +у црвено. Такође можете утишати нумере које +нису анализиране, ако чујете да су претежно +гласније од анализираних. За +емитовање подкастова, препоручено је +-16 LUFS-а. +Циљна гласноћа није апсолутна вредност, и подразумева +нула претпојачања и главног појачања. + When an unanalyzed track is playing, Mixxx will avoid an abrupt volume change by not applying a newly calculated ReplayGain value. - + Када се репродукује нумера без познате гласноће, +Микс ће избећи наглу промену гласноће +тако што ће игнорисати новосрачунату +вредност "РиплејГејн"-а. +12 dB - + +12 dB Hints - + Савети @@ -5737,47 +6027,48 @@ The loudness target is approximate and assumes track pregain and master output l Default (long delay) - + Основно (дуги ехо) Experimental (no delay) - + Експериментално (без еха) Disabled (short delay) - + Угашено (кратак ехо) Soundcard Clock - + Клок звучног адаптера Network Clock - + Мрежни клок Master output only - + Само стерео шина Master and booth outputs - + Стерео шина и оба излаза Direct monitor (recording and broadcasting only) - + Директни мониторинг (за +снимање и емитовање) Disabled - + Неактивно @@ -5792,38 +6083,47 @@ The loudness target is approximate and assumes track pregain and master output l Mono - + Моно Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Микрофонски сигнал у емисији +и снимку није усаглашен са оним +што чујете. Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Измери мрежно кашњење и унеси га +заједно са Микрофонском компензацијом +да би усагласили микрофон. Refer to the Mixxx User Manual for details. - + Консултујте Миксиксикс приручник за +више информација. Configured latency has changed. - + Поставка компензације кашњења +захтева корекцију. Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Поново измери мрежно кашњење и +унеси га заједно са Микрофонском +компензацијом да би усагласили +микрофонски сигнал. Realtime scheduling is enabled. - + Активно је мерење у реалном времену. @@ -5841,7 +6141,7 @@ The loudness target is approximate and assumes track pregain and master output l Sound Hardware Preferences - + Избори за звучне адаптере @@ -5851,32 +6151,33 @@ The loudness target is approximate and assumes track pregain and master output l Sample Rate - + Фрекв. узорковања Audio Buffer - + Звучна међу-меморија Engine Clock - + Референтни клок Use soundcard clock for live audience setups and lowest latency.<br>Use network clock for broadcasting without a live audience. - + Користите клок звучног адаптера +за живе ситуације и смањено кашњење.<br>Користите мрежни клок за емитовање без активне публике. Microphone Monitor Mode - + Мониторинг микрофона Microphone Latency Compensation - + Микрофонска компензација @@ -5889,32 +6190,28 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds - + milliseconds + ms Booth Delay - + Компензација вокалог канала Enable Realtime scheduling (currently disabled), see the <a href="http://mixxx.org/wiki/doku.php/adjusting_audio_latency">Mixxx Wiki</a>. - + Укључи мерење у реалном времену (искључено), погледајте <a href="http://mixxx.org/wiki/doku.php/adjusting_audio_latency">Mixxx Wiki</a>. 20 ms - + 20 ms Buffer Underflow Count - + Број пражњења међу-меморије @@ -5929,22 +6226,22 @@ milliseconds Keylock/Pitch-Bending Engine - + Систем променљиве фреквенције Multi-Soundcard Synchronization - + Мулти-адаптерска синхронизација Master Mix - + Главни микс Master Output Mode - + Режим стерео шине @@ -5959,27 +6256,30 @@ milliseconds The <a href="http://mixxx.org/wiki/doku.php/hardware_compatibility">Mixxx DJ Hardware Guide</a> lists sound cards and controllers you may want to consider for using Mixxx. - + <a href="http://mixxx.org/wiki/doku.php/hardware_compatibility">Mixxx DJ Hardware Guide</a> садржи листу звучних адаптера и контролера које препоручујемо уз Миксиксикс. System Reported Latency - + Системско кашњење Enlarge your audio buffer if the underflow counter is increasing or you hear pops during playback. - + Увећајте звучну међу-меморију ако +се бројач пражњења стално увећава, +или чујете "пуцкетање" у репродукцији. Hints and Diagnostics - + Савети и дијагностика Downsize your audio buffer to improve Mixxx's responsiveness. - + Смањите звучну међу-меморију за +бржи одзив Микс-ове апаратуре. @@ -6107,7 +6407,7 @@ milliseconds Hints - + Савети @@ -6133,17 +6433,17 @@ milliseconds - + OpenGL not available ОпенГЛ није доступан - + dropped frames - + Cached waveforms occupy %1 MiB on disk. @@ -6181,28 +6481,28 @@ milliseconds Видно појачање - + Default zoom level Waveform zoom - + Displays the actual frame rate. Прикажите садашњи проток кадрова. - + Visual gain of the middle frequencies Видљиво појачање средњих учесталости - + End of track warning - + OpenGL status @@ -6214,108 +6514,127 @@ milliseconds seconds - + сек. - + Low Низак - + Middle - + Global - + Visual gain of the high frequencies Видљиво појачање високих учесталости - + Visual gain of the low frequencies Видљиво појачање ниских учесталости - + High Висок - + Waveform type - + Global visual gain Опште видно појачање - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. Ускладите ниво увећавања преко свих приказа таласних облика. - + Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - - Generate waveforms when analyzing library - + + Generate waveforms when analyzing library + + + + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + % - - - Beat Grid + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms @@ -6323,83 +6642,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware Звучне компоненте - + Controllers Управљачи - + Library Библиотека - + Interface Сучеље - + Waveforms - + Auto DJ Самостални Диџеј - + Equalizers Уједначавачи - + Decks - + Crossfader Постепени прелаз - + + Effects + Дејства + + + + LV2 Plugins + + + + Recording Снимање - + Beat Detection Откривање такта - + Key Detection - + Normalization Нормализација - - + + Vinyl Control Управљање плочом - + Live Broadcasting Емитовање уживо - + Modplug Decoder @@ -6725,7 +7054,13 @@ Select from different types of displays for the waveform, which differ primarily Converts beats detected by the analyzer into a fixed-tempo beatgrid. Use this setting if your tracks have a constant tempo (e.g. most electronic music). Often results in higher quality beatgrids, but will not do well on tracks that have tempo shifts. - + Откуцаји који се детектују биће +претворени у "метар" фиксног темпа. +Овај избор је погодан ако углавном +пуштате нумере са "равним" темпом +(нпр. већина техно-музике). Постиже +боље резултате, али не воли промене +темпа. @@ -6916,7 +7251,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject @@ -6930,40 +7265,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h + + EffectSettingsModel + + + Visible + + + + + Name + Назив + + + + Type + Врста + + EffectsManager - + Flanger - + BitCrusher - + Filter - + Reverb - + Одјек - + Echo - + AutoPan - + Tremolo @@ -7134,39 +7487,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes ајТјунс - - + + Select your iTunes library Изаберите вашу ајТјунс библиотеку - + (loading) iTunes (учитавам) ајТјунс - + Use Default Library Користи основну библиотеку - + Choose Library... Изабери библиотеку... - + Error Loading iTunes Library Грешка учитавања ајТјунс библиотеке - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. Дошло је до грешке учитавања ваше библиотеке ајТјунса. Неке од ваших нумера ајТјунса или спискови нумера можда нису учитани. @@ -7403,52 +7756,52 @@ support. MixxxMainWindow - + Choose music library directory Изаберите директоријум музичке библиотеке - + Sound Device Busy Звучни уређај је заузет - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Покушајте поново</b> након што затворите други прог или поново прикључите звучни уређај - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Поново подесите</b> подешавања звучног уређаја Миксикса. - - + + Get <b>Help</b> from the Mixxx Wiki. Нађите <b>Помоћ</b> на Викију Миксикса. - - - + + + <b>Exit</b> Mixxx. <b>Изађите</b> из Миксикса. - + Retry Покушај поново - + Cannot open database Не могу да отворим базу података - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7459,147 +7812,139 @@ Click OK to exit. Кликните у реду да изађете. - - + + Reconfigure Поново подеси - + Help Помоћ - - + + Exit Изађи - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices Нема излазних уређаја - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. Миксикс је подешен без иједног излазног звучног уређаја. Обрада звука ће бити онемогућена без подешеног излазног уређаја. - + <b>Continue</b> without any outputs. <b>Наствите</b> без икаквих излаза. - + Continue Настави - + Load track to Deck %1 Учитај нумеру на носач %1 - + Deck %1 is currently playing a track. Носач %1 тренутно пушта нумеру. - + Are you sure you want to load a new track? Да ли сигурно желите да учитате нову нумеру? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file Грешка у датотеци маске - + The selected skin cannot be loaded. Изабрана маска не може бити учитана. - + OpenGL Direct Rendering Посредно исцртавање ОпенГЛ-а - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. Непосредно исцртавање није укључено на вашем рачунару.<br><br>Ово значи да ће приказивање таласног облика бити врло<br><b>споро и да ће преоптеретити ваш процесор</b>. Или ажурирајте ваше<br>подешавање да укључите непосредно исцртавање, или искључите<br>приказивање таласног облика у поставкама Миксикса тако што ћете<br>изабрати „Празно“ као приказ таласног облика у одељку „Сучеље“.<br><br>НАПОМЕНА: Ако користите НВИДИА хардвер,<br>непосредно исцртавање можда није присутно, али ви не бисте требали<br>да искусите умањене перформансе. - - + + Confirm Exit Потврди излаз - + A deck is currently playing. Exit Mixxx? Носач тренутно пушта. Да изађем из Миксикса? - + A sampler is currently playing. Exit Mixxx? Узорчник тренутно пушта. Да изађем из Миксикса? - + The preferences window is still open. Прозор поставки је још увек отворен. - + Discard any changes and exit Mixxx? Да одбацим могуће измене и да напустим Миксикс? - - NativeBackend - - - Native - - - ParserCsv @@ -7810,7 +8155,7 @@ Do you want to scan your library for cover files now? Invert - + Наопачке @@ -7980,563 +8325,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo - - + + Time - - + + Ping Pong - - - - + + + + Send - + How much of the signal to send into the delay buffer - - - - + + + + Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize Квантизуј - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth - - + + Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM ТУМ - + Set the beats per minute value of the click sound - + Sync - + Синхро - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb - + Одјек - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low Низак - - - + + + Gain for Low Filter - + Kill Low - + Kill the Low Filter - + Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High Висок - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8546,58 +8891,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo Стерео - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8662,47 +9007,47 @@ Higher values result in less attenuation of high frequencies. Ф11 - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8712,60 +9057,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix @@ -8798,45 +9143,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance Равнотежа - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8844,172 +9189,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + Уграђен + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9046,22 +9412,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording Снимање - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9197,132 +9573,147 @@ Fully right: end of the effect period Грешка постављања не-блокирајућег режима: - + Error setting hostname! Грешка постављања назива домаћина! - + Error setting port! Грешка постављања порта! - + Error setting password! Грешка постављања лозинке! - + Error setting mount! Грешка постављања прикачка! - + Error setting username! Грешка постављања имена корисника! - + Error setting stream name! Грешка постављања назива тока! - + Error setting stream description! Грешка постављања описа тока! - + Error setting stream genre! Грешка постављања жанра тока! - + Error setting stream url! Грешка постављања адресе тока! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. Емитовање на 96kHz са Огг Ворбис-ом тренутно није подржано. Покушајте другачији проток узорка или се пребаците на неко друго кодирање. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. Погледајте „https://bugs.launchpad.net/mixxx/+bug/686212“ за више података. - + Error setting bitrate Грешка постављања протока бита - + Error: unknown server protocol! Грешка: непознат протокол сервера! - + Error: libshout only supports Shoutcast with MP3 format! Грешка: библшоут подржава само Шоуткаст са МП3! - + Error setting protocol! Грешка постављања протокола! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. Молим проверите вашу везу на Интернет и утврдите да ли су ваше корисничко име и лозинка исправни. @@ -9369,7 +9760,7 @@ Fully right: end of the effect period Name - + Назив @@ -9510,17 +9901,17 @@ Fully right: end of the effect period Waveform Zoom Out - + Рашири осцилоскоп Waveform Zoom In - + Фокусирај осцилоскоп на мањи сегмент Waveform Zoom - + Ширина приказа звука @@ -9621,7 +10012,7 @@ Fully right: end of the effect period Master Gain - + Појачање @@ -9671,7 +10062,7 @@ Fully right: end of the effect period Headphone Gain - + Појачање (слушалице) @@ -9740,7 +10131,7 @@ Fully right: end of the effect period - + Cover Art Омот @@ -10002,7 +10393,6 @@ Fully right: end of the effect period Key - The musical key of a track Кључ @@ -10077,563 +10467,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play Пусти - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank Сачувај групу узорака - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank Учитај групу узорака - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Приказ параметара ефекта - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - - - - + Super Knob - + Гл. потенциометар - - - Insert/Send Toggle - - - - + Next Chain - + Сл. ланац - + Previous Chain - + Претходни ланац - + Next/Previous Chain - + Сл./претх. меморисани ланац - + Clear - + Уклони - + Clear the current effect. - + Toggle - + Активација - + Toggle the current effect. - + Next - + Даље - + Clear Unit - + Уклони процесор - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Процесор активан - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Претходно - + Switch to the previous effect. - + Next or Previous - + Следећи/претходни - + Switch to either the next or previous effect. - + Meta Knob - + Подесиви пот. - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10652,126 +11078,126 @@ Fully right: end of the effect period Adjust beatgrid to match another playing deck. - + Намести Битгрид да прати други дек - + If quantize is enabled, snaps to the nearest beat. Ако је омогућено куантизовање, пријања се на најближи такт. - + Quantize Квантизуј - + Toggles quantization. Окините квантизацију. - + Loops and cues snap to the nearest beat when quantization is enabled. Петље и наговештаји пријањају на најближи такт када је укључена квантизација. - + Reverse Уназад - + Reverses track playback during regular playback. Пустите траку уназад за време редовног пуштања. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause Пусти/паузирај - + Jumps to the beginning of the track. Скочите на почетак нумере. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -10903,7 +11329,7 @@ Fully right: end of the effect period Maximize the track library to take up all the available screen space. - + Користи цео екран за одабир нумера @@ -10916,255 +11342,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. - + Jumps to the beginning of the track and stops. - + Plays or pauses the track. Пустите или паузирајте нумеру. - + (while playing) (за време пуштања) - + (while stopped) (док је заустављена) - + Cue Наговештај - + Headphone Слушалице - + Mute Пригуши - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. Ускладите са првим носачем (према бројевима) који пушта нумеру и има ТПМ. - + If no deck is playing, syncs to the first deck that has a BPM. Ако ниједан носач не пушта, ускладите са првим носачем који има ТПМ. - + Decks can't sync to samplers and samplers can only sync to decks. Носачи могу да се усклађују са узорчницима а узорчници могу само да се усклађују са носачима. - + Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust - + Подеси фреквенцију - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix - + Снимај микс - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. Пуштање ће се наставити са места на коме би нумера била да није ушла у петљу. - + Loop Exit Напусти петљу - + Turns the current loop off. Искључите тренутну петљу. - + Slip Mode Режим мировања - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. Када је радан, пуштање се наставља пригушено у позадини током петље, уназад, гребања итд. - + Once disabled, the audible playback will resume where the track would have been. Када га искључите, чујно пуштање ће се наставити са места на коме била нумера. - + Track Key - The musical key of a track - + Displays the musical key of the loaded track. - + Clock Сат - + Displays the current time. Прикажите тренутно време. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11229,279 +11654,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. изабрано у „Поставке —> Звучни хардвер“. - + Fast Rewind Брзо премотај уназад - + Fast rewind through the track. Брзо премотавајте уназад по нумери. - + Fast Forward Брзо премотај унапред - + Fast forward through the track. Брзо премотавајте унапред по нумери. - + Jumps to the end of the track. Скочите на крај нумере. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control Управљање тоном - + Pitch Rate Проток тона - + Displays the current playback rate of the track. Прикажите текући проток пуштања нумере. - + Repeat Понови - + When active the track will repeat if you go past the end or reverse before the start. Када ће активна нумера бити поновљена ако прођете крај или вратите уназад пре почетка. - + Eject Избаци - + Ejects track from the player. Избаците нумеру из програма. - + Hotcue Битан наговештај - + If hotcue is set, jumps to the hotcue. Ако је постављен битан наговештај, скочите на битни наговештај. - + If hotcue is not set, sets the hotcue to the current play position. Ако битан наговештај није подешен, поставите битан наговештај на тренутни положај пуштања. - + If hotcue is set, clears the hotcue. Ако је постављен битан наговештај, очистите битан наговештај. - + Vinyl Control Mode Режим управљања плочом - + Absolute mode - track position equals needle position and speed. Режим апсолутности — положај нумере изједначава положај и брзину игле. - + Relative mode - track speed equals needle speed regardless of needle position. Режим релативности — брзина нумере изједначава брзину игле без обзира на њен положај. - + Constant mode - track speed equals last known-steady speed regardless of needle input. Режим сталности — брзина нумере изједначава последњу знану стабилну брзину без обзира на улаз игле. - + Vinyl Status Стање плоче - + Provides visual feedback for vinyl control status: Обезбедите видљиве повратне податке за стање управљања плочом: - + Green for control enabled. Зелено за укључено управљање. - + Blinking yellow for when the needle reaches the end of the record. Жуто трепћуће када игла стигне на крај снимка. - + Loop-In Marker Означавач упетљавања - + Loop-Out Marker Означавач отпетљавања - + Loop Halve Преполовљавање петље - + Halves the current loop's length by moving the end marker. Преполовите трајање тренутне петље померањем крајњег означавача. - + Deck immediately loops if past the new endpoint. Носач одмах прави петљу ако је прошао нову крајњу тачку. - + Loop Double Удвостручавање петље - + Doubles the current loop's length by moving the end marker. Удвостручите трајање тренутне петље померањем крајњег означавача. - + Beatloop Тактна петља - + Toggles the current loop on or off. Укључите или искључите тренутну петљу. - + Works only if Loop-In and Loop-Out marker are set. Ради само ако су постављени означавачи за упетљавање и отпетљавање. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode Режим наговештаја плоче - + Determines how cue points are treated in vinyl control Relative mode: Одредите како се поступа са тачкама наговештаја у релативном режиму управљања плочом: - + Off - Cue points ignored. Искљ. — Тачке наговештаја су занемарене. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. Један наговештај — Ако отпустите иглу након тачке наговештаја, нумера ће се премотати до тачке наговештаја. - + Hot Cue - Track will seek to nearest previous hot cue point. Битан наговештај — Нумера ће се премотати до најближе претходне тачке битног наговештаја. - + Track Time Време нумере - + Track Duration Трајање нумере - + Displays the duration of the loaded track. Прикажите трајање учитане нумере. - + Information is loaded from the track's metadata tags. Податак се учитава из ознака метаподатака нумере. - + Track Artist Извођач нумере - + Displays the artist of the loaded track. Прикажите извођача учитане нумере. - + Track Title Наслов нумере - + Displays the title of the loaded track. Прикажите наслов учитане нумере. - + Track Album Албум нумере - + Displays the album name of the loaded track. Прикажите назив албума учитане нумере. - + Track Artist/Title Извођач/Наслов нумере - + Displays the artist and title of the loaded track. Прикажите извођача и наслов учитане нумере. @@ -11623,34 +12048,6 @@ Fully right: end of the effect period Дошло је до грешке учитавања ваше библиотеке Трактора. Неке од ваших нумера Трактора или спискови нумера можда нису учитани. - - Ui - - - Mixxx %1 Development Team - Развојна екипа Миксикса %1 - - - - With contributions from: - Уз допринос: - - - - And special thanks to: - Посебно се захваљујемо: - - - - Past Developers - Претходни програмери - - - - Past Contributors - Претходни доприносиоци - - VSyncThread @@ -11746,12 +12143,18 @@ Fully right: end of the effect period WEffect - + + %1: %2 + %1 = effect name; %2 = effect description + + + + None Ништа - + No effect loaded. @@ -11890,317 +12293,333 @@ Fully right: end of the effect period Пре&глед - + May not be supported on all skins. Не може бити подржано на свим маскама. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + Ктрл+1 + + + Show Microphone Section Прикажи одељак микрофона - + Show the microphone section of the Mixxx interface. Прикажите одељак микрофона у сучељу Миксикса. - + Ctrl+2 Menubar|View|Show Microphone Section Ктрл+2 - + Show Vinyl Control Section Прикажи одељак управљања плочом - + Show the vinyl control section of the Mixxx interface. Прикажите одељак управљања плочом у сучељу Миксикса. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ктрл+3 - + Show Preview Deck Прикажи носач прегледа - + Show the preview deck in the Mixxx interface. Прикажите носач прегледа у сучељу Миксикса. - + Ctrl+4 Menubar|View|Show Preview Deck Ктрл+4 - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Користи цео екран за одабир нумера - + Space Menubar|View|Maximize Library - + &Full Screen &Цео екран - + Display Mixxx using the full screen Прикажите Миксикс користећи цео екран - + &Options &Опције - + &Vinyl Control &Управљање плочом - + Use timecoded vinyls on external turntables to control Mixxx Користите плоче са временским кодирањем на спољним грамофонима да управљате Миксиксом - + Enable Vinyl Control &%1 - + &Record Mix &Сними микс - + Record your mix to a file Снимите ваш микс у датотеку - + Ctrl+R Ктрл+Р - + Enable Live &Broadcasting Укључи емитовање &уживо - + Stream your mixes to a shoutcast or icecast server Пошаљите ток ваших радова на сервер шоуткаста или ајскаста - + Ctrl+L Ктрл+Л - + Enable &Keyboard Shortcuts Укључи пречице на &тастатури - + Toggles keyboard shortcuts on or off Укључите или искључите пречице тастатуре - + Ctrl+` Ктрл+` - + &Preferences &Поставке - + Change Mixxx settings (e.g. playback, MIDI, controls) Измените подешавања Миксикса (нпр. пуштање, МИДИ, управљања) - + &Developer - + &Reload Skin &Поново учитај маску - + Reload the skin Поново учитајте маску - + Ctrl+Shift+R Ктрл+Помак+Р - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help По&моћ - + &Community Support &Подршка заједнице - + Get help with Mixxx Потражите помоћ за Миксикс - + &User Manual &Корисничко упутство - + Read the Mixxx user manual. Прочитајте корисничко упутство Миксикса. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback Пошаљите нам &повратне информације - + Send feedback to the Mixxx team. Пошаљите повратне информације екипи Миксикса. - + &Translate This Application &Преведи овај програм - + Help translate this application into your language. Помозите у превођењу овог програма на наш језик насушни. - + &About &О програму - + About the application О самом програму @@ -12217,9 +12636,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source Учитавам нумеру .. @@ -12254,7 +12671,7 @@ Text on waveform overview when file is cached from source Search noun - + Нађи @@ -12301,6 +12718,12 @@ Text on waveform overview when file is cached from source Add to Playlist Додај на списак нумера + + + Reset + Reset metadata in right click track context menu in library + + Cover Art @@ -12313,58 +12736,68 @@ Text on waveform overview when file is cached from source - + Remove Уклони - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library Сакриј у библиотеци - + Unhide from Library Прикажи у библиотеци - + Purge from Library Избаци из библиотеке - + Properties Својства - + Open in File Browser Отвори у прегледнику датотека - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist Састави листу песама - + Create New Crate - + Нова гајбица - + Enter name for new playlist: Ново име за листу песама: @@ -12394,150 +12827,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck Носач прегледа - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues Битни наговештаји - + Loop - + ReplayGain Ауто-ниво - + Waveform - + All Све - + Deck %1 Палуба %1 - + New Playlist Нови списак нумера - - - + + + Playlist Creation Failed Стварање списка нумера није успело - + A playlist by that name already exists. Већ постоји списак нумера са овим називом. - + A playlist cannot have a blank name. Назив списка нумера не може бити празан. - + An unknown error occurred while creating playlist: Дошло је до непознате грешке приликом стварања списка нумера: - + Lock BPM Закључај ТУМ - + Unlock BPM Откључај ТУМ - + Double BPM Удвостручи ТУМ - + Halve BPM Преполови ТУМ - + 2/3 BPM - + 3/4 BPM - + Sampler %1 Узорник %1 @@ -12553,12 +12980,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) (ГЛСЛ) - + (GL) (ГЛ) diff --git a/res/translations/mixxx_sv.ts b/res/translations/mixxx_sv.ts index 40e66e0c0462..6712429bce8c 100644 --- a/res/translations/mixxx_sv.ts +++ b/res/translations/mixxx_sv.ts @@ -1,4 +1,4 @@ - + : @@ -377,7 +377,7 @@ Action failed - + Åtgärden misslyckades @@ -388,24 +388,24 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error - + Inställningsfel - + <b>Error with settings for '%1':</b><br> - + <b>Fel med inställningarna för '%1': </b> <br> @@ -433,7 +433,7 @@ Connecting... - + Ansluter... @@ -697,8 +697,8 @@ - - + + Deck %1 Tallrik %1 @@ -789,13 +789,13 @@ - + Set to full volume Ställ in full ljudstyrka - + Set to zero volume Ställ ljudstyrkan till noll @@ -820,13 +820,13 @@ Knapp baklänges-slinga (förhandslyssning) - + Headphone listen button Lyssna-knapp hörlur - + Mute button Tysta-knapp @@ -842,25 +842,25 @@ - + Mix orientation (e.g. left, right, center) Mix-balans (t.ex. vänster, höger, i mitten) - + Set mix orientation to left Sätter mix-balansen åt vänster - + Set mix orientation to center Sätter mix-balansen i mitten - + Set mix orientation to right Sätter mix-balansen åt höger @@ -936,229 +936,224 @@ 3-vägsväljare för synroniseringssätt (AV, FÖLJARE, MASTER) - - One-time beat sync (tempo and phase) - Engångs takt-sync (tempo och fas) - - - + One-time beat sync (tempo only) Engångs takt-sync (endast tempo) - + One-time beat sync (phase only) Engångs takt-sync (endast fas) - + Toggle keylock mode Växla sätt för tonhöjdslås - + Equalizers Equalizers - + Vinyl Control Vinylstyrning - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Växla markeringssätt för vinylstyrning (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) Växla vinylstyrningssätt (ABS/REL/CONST) - + Pass through external audio into the internal mixer Passera genom externt ljud till den interna mixern - + Cues Markeringar - + Cue button Markeringsknapp - + Set cue point Ange markeringspunkt - + Go to cue point Hoppa till markeringspunkt - + Go to cue point and play Hoppa till markeringspunkt och spela - + Go to cue point and stop Hoppa till markeringspunkt och stoppa - + Preview from cue point Förhandslyssna från markeringspunkt - + Cue button (CDJ mode) Markeringsknapp (CDJ-metod) - + Stutter cue Ryckvis markering - + Hotcues Snabbmarkeringar - + Set, preview from or jump to hotcue %1 Sätt, förhandslyssna från eller hoppa till snabbmarkering %1 - + Clear hotcue %1 Ta bort snabbmarkering %1 - + Set hotcue %1 Sätt snabbmarkering %1 - + Jump to hotcue %1 Hoppa till snabbmarkering %1 - + Jump to hotcue %1 and stop Hoppa till snabbmarkering %1 och stoppa - + Jump to hotcue %1 and play Hoppa till snabbmarkering %1 och spela - + Preview from hotcue %1 Förhandslyssna från snabbmarkering %1 - - + + Hotcue %1 Snabbmarkering %1 - + Looping Slinga - + Loop In button Slinga in-knapp - + Loop Out button Slinga ut-knapp - + Loop Exit button Upprepa Avsluta-knappen - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Flytta slinga framåt med %1 taktslag - + Move loop backward by %1 beats Flytta slinga bakåt med %1 taktslag - + Beat-Looping Takt-loopning - + Create %1-beat loop Skapa en %1-taktslags-slinga - + Create temporary %1-beat loop roll Skapa en temporär %1-takts rullande slinga - + Library Bibliotek @@ -1289,20 +1284,20 @@ + - Volume Fader Volymfader - + Full Volume Full volym - + Zero Volume Noll volym @@ -1318,7 +1313,7 @@ - + Mute Tysta @@ -1329,7 +1324,7 @@ - + Headphone Listen Hörlurslyssning @@ -1350,25 +1345,25 @@ - + Orientation Balans - + Orient Left Balans till vänster - + Orient Center Balans i mitten - + Orient Right Balans till höger @@ -1473,11 +1468,6 @@ Sync Mode Synkroniseringssätt - - - Tap to sync, hold to enable sync mode - Vidrör för synkronisering, håll ned för att aktivera synkroniseringssätt - Internal Sync Master @@ -1525,527 +1515,521 @@ One-Shot takt-synkning - + Sync Tempo One-Shot One-Shot hastighets-synkning - + Sync Phase One-Shot One-Shot fas-synkning - + Speed (Pitch/Tempo) Hastighet (Pitch/Tempo) - + Keylock Mode Tonhöjdslåssätt - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust Justera hastighet - + Adjust pitch from speed slider pitch - + Match musical key Matcha tonhöjden - + Match Key - + Matcha nyckel - + Reset Key Återställningsnyckel - + Resets key to original Återställ nyckel till original - + High EQ Diskant-EQ - + Mid EQ Mellan-EQ - + Low EQ Bas-EQ - + Toggle Vinyl Control Växla vinylstyrning - + Toggle Vinyl Control (ON/OFF) Växla vinylstyrning (PÅ/AV) - + Vinyl Control Mode Vinylstyrningssätt - + Vinyl Control Cueing Mode Markeringssätt för vinylstyrning - + Vinyl Control Passthrough Vinylstyrning "släpp igenom" - + Vinyl Control Next Deck Vinylstyrning "nästa tallrik" - + Single deck mode - Switch vinyl control to next deck Entallriksmodus - växla vinylstyrning till nästa tallrik - + Cue Markering - + Set Cue Sätt markering - + Go-To Cue Gå till markering - + Go-To Cue And Play Gå till markering och spela - + Go-To Cue And Stop Gå till markering och stoppa - + Preview Cue Förhandslyssna markering - + Cue (CDJ Mode) Markering (CDJ-metod) - + Stutter Cue Ryckvis markering - + Go to cue point and play after release - + Clear Hotcue %1 Ta bort snabbmarkering %1 - + Set Hotcue %1 Sätt snabbmarkering %1 - + Jump To Hotcue %1 Hoppa till snabbmarkering %1 - + Jump To Hotcue %1 And Stop Hoppa till snabbmarkering %1 och stoppa - + Jump To Hotcue %1 And Play Hoppa till snabbmarkering %1 och spela - + Preview Hotcue %1 Förhandslyssna snabbmarkering %1 - + Loop In Slinga in - + Loop Out Slinga ut - + Loop Exit Avsluta slinga - + Reloop/Exit Loop Repetera/avsluta slinga - + Loop Halve Halv slinga - + Loop Double Dubbel slinga - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Förskjut slinga +%1 taktslag - + Move Loop -%1 Beats Förskjut slinga -%1 taktslag - + Loop %1 Beats Kretsa runt %1 taktslag - + Loop Roll %1 Beats Rullande slinga %1 taktslag - + Add to Auto DJ Queue (bottom) Spara till Auto DJ kö (sist) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) Spara till Auto DJ kö (först) - + Prepend selected track to the Auto DJ Queue - + Load Track Ladda låt - + Load selected track Ladda valda låtar - + Track Load and Play Ladda låt och spela - + Load selected track and play Ladda utvald låt och spela - + Record Mix Spela in mix - + Toggle mix recording Mix-inspelning på/av - + Effects Effekter - + Quick Effects Snabbeffekter - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - + Quick Effect Snabbeffekt - + Clear effect rack Nollställ effektracket - + Clear Effect Rack Nollställ effektracket - + Clear Unit Rensa enhet - + Clear effect unit Nollställ effektenheten - + Toggle Unit Växla enhet - + Dry/Wet Torrt/vått - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob Superknapp - - - Insert/Send Toggle - Växla infoga/sänd - - - + Next Chain Nästa kedja + - + - + - + - Assign Tilldela - + Clear Rensa - + Clear the current effect Nollställ aktuell effekt - + Toggle Växla - + Toggle the current effect Slå på/av aktuell effekt - + Next Nästa - + Switch to next effect Växla till nästa effekt - + Previous Bakåt - + Switch to the previous effect Växla till föregående effekt - + Next or Previous Nästa eller föregående - + Switch to either next or previous effect Växla till nästa eller föregående effekt + - Parameter Value Parameter-värde + - Microphone Ducking Strength Styrka mikrofonduckning - + Microphone Ducking Mode Mikrofonducknings-sätt - + Gain Förstärkning - + Gain knob Vred för ökning - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle Växla Auto DJ - + Toggle Auto DJ On/Off Växla Auto DJ på/av - + Library Maximize/Restore Bibliotek maximera/återställ - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide Effektrack visa/dölj - + Show/hide the effect rack Visa/dölj effektracket - + Cover Art Show/Hide Omslagskonst visa/dölj - + Show/hide cover art Visa/dölj omslagsbild - + Waveform Zoom Out Vågform zooma ut - + Toggle Effect Unit Slå på/av effektenheten @@ -2070,546 +2054,566 @@ - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed Uppspelningshastighet - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed Öka hastighet - + Adjust speed faster (coarse) - - + + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed Sänk hastighet - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Öka hastighet temporärt - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Minska hastighet temporärt - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) + - Adjust %1 Justera %1 + - Kill %1 Döda %1 - + CUP (Cue + Play) CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length Halvera looplängden - + Double the loop length Dubbla looplängden - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up Flytta upp - + Equivalent to pressing the UP key on the keyboard - + Move down Flytta ned - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down Flytta upp/ner - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up Scrolla upp - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down Scrolla ner - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down Scrolla upp/ner - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left Flytta vänster - + Equivalent to pressing the LEFT key on the keyboard - + Move right Flytta höger - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right Flytta vänster/höger - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset Nästa kedjeförinställning - + Previous Chain Föregående kedja - + Previous chain preset Föregående kedjeförinställning - + Next/Previous Chain Nästa/föregående kedja - + Next or previous chain preset Nästa eller föregående kedjeförinställning + - Show Effect Parameters Visa effektparametrar - + Meta Knob Meta-ratt - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary Mikrofon / Extraingång - + Microphone On/Off Mikrofon på/av - + Microphone on/off Mikrofon på/av - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Växla mikrofonducknings-sätt (AV, AUTO, MANUELL) - + Auxiliary On/Off Extraingång på/av - + Auxiliary on/off Extraingång på/av - + Auto DJ Auto DJ - + Auto DJ Shuffle Slumpvis Auto DJ - + Auto DJ Skip Next Auto DJ hoppa över nästa - + Auto DJ Fade To Next Auto DJ tona till nästa - + Trigger the transition to the next track Utlös övergången till nästa låt - + User Interface Användargränssnitt - + Samplers Show/Hide Visa/dölj samplare - + Show/hide the sampler section Visa/dölj samplar-delen - + Microphone Show/Hide Visa/dölj mikrofon - + Show/hide the microphone section Visa/dölj mikrofonsektionen - + Vinyl Control Show/Hide Vinylstyrning visa/dölj - + Show/hide the vinyl control section Visa/dölj vinylstyrningssektionen - + Preview Deck Show/Hide Visa/dölj förhandslyssnings-tallrikar - + Show/hide the preview deck Visa/dölj förhandsgranskningstallriken - + Vinyl Spinner Show/Hide Visa/dölj vinyl-snurra - + Show/hide spinning vinyl widget Visa/dölj vinylsnurrorna - + Waveform zoom Vågform zoom - + Waveform Zoom Vågform zoom - + Zoom waveform in Vågform zooma in - + Waveform Zoom In Vågform zooma in - + Zoom waveform out Vågform zooma ut @@ -2919,6 +2923,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + Mixxx %1 Development Team + + + + With contributions from: + Med bidrag från: + + + + And special thanks to: + Och speciellt tack till: + + + + Past Developers + Tidigare utvecklare + + + + Past Contributors + Tidigare bidragsgivare + + DlgAboutDlg @@ -3572,102 +3604,102 @@ Du försökte lära in: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Automatic Automatiskt - + Mono Mono - + Stereo Stereo - - - - + + + + Action failed - + Åtgärden misslyckades - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3680,27 +3712,27 @@ Two source connections to the same server can't have the same mountpoint.Livesändnings-inställningar - + Mixxx Icecast Testing Testa Mixxx Icecast - + Public stream publik strömning - + http://www.mixxx.org http://www.mixxx.org - + Stream name Namn på strömning - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. På grund av brister hos vissa streaming-klienter, kan dynamiska uppdateringar av Ogg Vorbis-metadata orsaka avbrott och urkopplingar. Klicka på denna ruta för att uppdatera metadata i alla fall. @@ -3735,189 +3767,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. Uppdatera Ogg Vorbis metadata dynamiskt. - + + ICQ + + + + + AIM + + + + Website Webbplats - + Live mix Livemix - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text Vanlig text - + Secure storage (OS keychain) - + Genre Genre - + Use UTF-8 encoding for metadata. Använd UTF-8-kodning för metadata. - + Description Beskrivning - + Encoding Kodning - + Bitrate Bithastighet - - + + Format Format - + Channels Kanaler - + Server connection Serveranslutning - + Type Typ - + Host Värdnamn: - + Login Logga in - + Mount Montera - + Port Port - + Password Lösenord - + Stream info Ström-info - + Metadata Metadata - + Use static artist and title. - + Static title Statisk titel - + Static artist Statisk artist - + Automatic reconnect Automatisk återanslutning - + Time to wait before the first reconnection attempt is made. Tid att vänta innan första återanslutningsförsöket görs. - - + + seconds sekunder - + Wait until first attempt Vänta tills första försök - + Reconnect period Återanslutningsperiod - + Time to wait between two reconnection attempts. Tid att vänta mellan två återanslutningsförsök. - + Limit number of reconnection attempts Begränsa antal återanslutningsförsök - + Maximum retries Max antal försök - + Reconnect if the connection to the streaming server is lost. Återanslut om anslutningen till streamingserver förloras. - + Enable automatic reconnect Aktivera automatisk återanslutning @@ -4676,15 +4723,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected Ingen @@ -4811,32 +4854,32 @@ Displayed when no effect is selected Tillgängliga effekter - + Effect Info Effektinfo - + Version: Version: - + Description: Beskrivning: - + Author: Upphovsman: - + Name: Namn: - + Type: Typ: @@ -5074,6 +5117,19 @@ så att du kan justera tonhöjden för harmonisk mixning. g#-moll + + DlgPrefLV2Dlg + + + Equalizer Preferences + Equalizer-inställningar + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5857,7 +5913,7 @@ The loudness target is approximate and assumes track pregain and master output l Sample Rate - + Samplingsfrekvens @@ -5895,11 +5951,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds ms @@ -5920,7 +5972,7 @@ milliseconds Buffer Underflow Count - + Sammanräkning Buffer Underflow @@ -5935,7 +5987,7 @@ milliseconds Keylock/Pitch-Bending Engine - + Tonhöjds/pitch-bend rutin @@ -5970,7 +6022,7 @@ milliseconds System Reported Latency - + Systemets rapporterade latency @@ -6139,17 +6191,17 @@ milliseconds RGB - + OpenGL not available OpenGL är inte tillgängligt - + dropped frames tappade frames - + Cached waveforms occupy %1 MiB on disk. @@ -6187,28 +6239,28 @@ milliseconds Visuell förstärkning - + Default zoom level Waveform zoom Standardzoomläge - + Displays the actual frame rate. Visar den aktuella bildhastigheten. - + Visual gain of the middle frequencies Visuelle förstärkning av mellanfrekvenser - + End of track warning Slut av spår-varning - + OpenGL status OpenGL-status @@ -6223,105 +6275,124 @@ milliseconds sekunder - + Low Låg - + Middle Mitten - + Global Global - + Visual gain of the high frequencies Visuelle förstärkning av höga frekvenser - + Visual gain of the low frequencies Visuell förstärkning av låga frekvenser - + High Hög - + Waveform type Vågformstyp - + Global visual gain Global visuell förstärkning - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. Synkronisera zoom-nivån för alla vågformer. - + Synchronize zoom level across all waveforms Synkronisera zoom-nivån för alla vågformer. - + Caching Cachar - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + % + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms @@ -6329,83 +6400,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware Ljudhårdvara - + Controllers Styrenheter - + Library Bibliotek - + Interface Gränssnitt - + Waveforms Vågformer - + Auto DJ Auto DJ - + Equalizers Equalizers - + Decks - + Crossfader Crossfader - + + Effects + Effekter + + + + LV2 Plugins + + + + Recording Inspelning - + Beat Detection Takthittare - + Key Detection Tonartsfinnare - + Normalization Normalisering - - + + Vinyl Control Vinylstyrning - + Live Broadcasting Livesändning - + Modplug Decoder Modplug-avkodare @@ -6924,7 +7005,7 @@ Leder oftast till taktmönster med högre kvalitet, men fungerar inte så bra f EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject Tom kedja @@ -6938,40 +7019,58 @@ Leder oftast till taktmönster med högre kvalitet, men fungerar inte så bra f Ingen effekt laddad. + + EffectSettingsModel + + + Visible + + + + + Name + Namn + + + + Type + Typ + + EffectsManager - + Flanger Flanger - + BitCrusher BitCrusher - + Filter Filter - + Reverb Reverb - + Echo Eko - + AutoPan AutoPan - + Tremolo Tremolo @@ -7142,39 +7241,39 @@ Leder oftast till taktmönster med högre kvalitet, men fungerar inte så bra f ITunesFeature - - + + iTunes iTunes - - + + Select your iTunes library Välj ut ditt iTunes-bibliotek - + (loading) iTunes (laddar) iTunes - + Use Default Library Använd standardbiblioteket - + Choose Library... Välj bibliotek... - + Error Loading iTunes Library Kunde inte ladda iTunes-bibliotek - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. Det uppstod ett fel när ditt iTunes-bibliotek laddades. Vissa av dina iTunes-låtar eller spellistor kanske inte lästes in. @@ -7413,52 +7512,52 @@ stöd. MixxxMainWindow - + Choose music library directory Välj mapp för musikbibliotek - + Sound Device Busy Ljudenheten är upptagen - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Försök igen</b> efter det andra programmet har stängts eller efter att en ljudenhet åter anslutits - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Konfigurera om</b> Mixxx ljudenhetsinställningar. - - + + Get <b>Help</b> from the Mixxx Wiki. Få <b>Hjälp</b> från Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. <b>Avsluta</b> Mixxx. - + Retry Försök igen - + Cannot open database Kan inte öppna databasen - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7469,150 +7568,142 @@ Mixxx kräver QT med stöd för SQLite. Läs dokumentationen för Qt SQL driver Klicka på OK för att avsluta. - - + + Reconfigure Konfigurera om - + Help Hjälp - - + + Exit Avsluta - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error Ljudenhetsfel - + <b>Retry</b> after fixing an issue - + No Output Devices Inga utenheter - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. Mixxx konfigurerades utan några enheter för ljudåtergivning. All ljudbehandling är deaktiverad när inga ljudutgångar är konfigurerade. - + <b>Continue</b> without any outputs. <b>Fortsätt</b> utan några utgångar. - + Continue Fortsätt - + Load track to Deck %1 Ladda låt till tallrik %1 - + Deck %1 is currently playing a track. Tallrik %1 spelar en låt just nu. - + Are you sure you want to load a new track? Är du säker på att du vill ladda en nytt låt? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. Ingen enhet för ljudingång är utvald för den här vinylstyrningsenheten. Välj först en ingångsenhet i inställningarna för ljudhårdvara. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. Ingen ingångsenhet utvald för den här genomgångsstyrenheten. Välj först ut en ingångsenhet i inställningarna för ljudhårdvara. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. Ingen ingångsenhet utvald för den här mikrofonen. Välj först en ingångsenhet i inställningarna för ljudhårdvara. - + Error in skin file Fel hittat i skinn-filen - + The selected skin cannot be loaded. Kunde inte ladda in det utvalda skinnet. - + OpenGL Direct Rendering OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. Direkt Rendering är inte aktiv på din maskin.<br><br>Detta leder till att vågformsvisningen blir mycket<br><b>långsam och den kan belasta din CPU hårt.</b>. Ändra antingen din<br>konfiguration och aktivera Direkt Rendering, eller stäng av<br>visningen av vågformer i Mixxx inställningar genom att välja<br>"Tom" som vågformsvisning i 'Gränssnitt'-sektionen.<br><br>OBS: om du har ett NVIDIA-grafikkort,<br>är möjligtvis Direkt Rendering inte synligt som alternativ, men du borde<br>ändå inte märka någon minskning av prestandan. - - + + Confirm Exit Bekräfta avsluta - + A deck is currently playing. Exit Mixxx? En tallrik spelar fortfarande. Vill du avsluta Mixxx? - + A sampler is currently playing. Exit Mixxx? En samplare spelar fortfarande. Vill du avsluta Mixxx? - + The preferences window is still open. Inställningsfönstret är fortfarande öppnat. - + Discard any changes and exit Mixxx? Kassera eventuella ändringar och avsluta Mixxx? - - NativeBackend - - - Native - Inbyggt - - ParserCsv @@ -7999,563 +8090,563 @@ För att avbryta denna funktion, klicka på Avbryt i Filfönstret. Du valde fel fil. För att ge Mixxx tillgång, välj filen '%1'. Om du inte vill fortsätta, klicka på Avbryt. - - + + Bit Depth Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling Nedsampling - + Down Ner - + The sample rate to which the signal is downsampled - - + + Echo Eko - - + + Time Tid - - + + Ping Pong - - - - + + + + Send Skicka - + How much of the signal to send into the delay buffer Hur mycket av signalen som skall skickas till fördröjningsbufferten - - - - + + + + Feedback Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops Hur mycket ekot dämpas för varje gång det repeteras - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize Kvantisering - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF LPF - - + + Corner frequency ratio of the low pass filter - + Q Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth Djup - - + + Flanger Flanger - - + + Speed Hastighet - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix Mix - - - - - - + + + + + + Width Bredd - + Metronome Metronom - + Adds a metronome click sound to the stream - + BPM BPM - + Set the beats per minute value of the click sound - + Sync Sync - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb Reverb - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth Bandbredd - + BW - - + + Damping Dämpning - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low Låg - - - + + + Gain for Low Filter Förstärkning för basfilter - + Kill Low Kill Low - + Kill the Low Filter - + Mid Mitten - + Bessel4 LV-Mix Isolator - + Bessel4 ISO Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid Kill Mid - + Kill the Mid Filter - + High Hög - - + + Gain for High Filter Förstärkning för diskantfilter - + Kill High Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer Grafisk Equalizer - + Graphic EQ Grafisk EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter Moogfilter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res Res - - + + Resonance Resonans - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect EQ-effekt - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8565,58 +8656,58 @@ Higher values result in less attenuation of high frequencies. Nätverksström - - + + Phaser Phaser - - + + Stereo Stereo - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range Omfång - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8681,47 +8772,47 @@ Higher values result in less attenuation of high frequencies. F11 - + Bessel8 LV-Mix Isolator Bessel8 LV-Mix Isolator - + Bessel8 ISO Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator LinkwitzRiley8 Isolator - + LR8 ISO LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8731,60 +8822,60 @@ Higher values result in less attenuation of high frequencies. Enhet hittades ej - + Biquad Full Kill Equalizer - + BQ EQ/ISO BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! Denna stream är uppkopplad endast för testning! - + Live Mix Live Mix @@ -8817,45 +8908,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance Balans - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8863,172 +8954,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer Parametrisk Equalizer - + Param EQ Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 Gain 1 - + Gain for Filter 1 Gain för Filter 1 - - + + Q 1 Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 Gain 2 - + Gain for Filter 2 Gain för Filter 2 - - + + Q 2 Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform Vågform - - + + Phase Fas - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + Inbyggd + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9065,22 +9177,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording Inspelning - + Could not create audio file for recording! Kunde inte skapa audiofilen för inspelning! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. Kontrollera att du har tillräckligt med skivutrymme och att du har skrivbehörighet till inspelningsmappen. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9216,132 +9338,147 @@ Fully right: end of the effect period Kunde inte ställa in icke-blockerande modus! - + Error setting hostname! Kunde inte ställa in hostname! - + Error setting port! Kunde inte ställa in port! - + Error setting password! Kunde inte ställa in lösenord! - + Error setting mount! Kunde inte ställa in mount! - + Error setting username! Kunde inte ställa in användarnamn! - + Error setting stream name! Kunde inte ställa in stream-namn! - + Error setting stream description! Kunde inte ställa in stream-beskrivning! - + Error setting stream genre! Kunde inte ställa in stream-genre! - + Error setting stream url! Kunde inte ställa in stream-url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. Utsändning vid 96kHz med Ogg Vorbis är för närvarande inte möjligt. Pröva med en annan sampel-takt eller byt till en annan kodering. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. Se https://bugs.launchpad.net/mixxx/+bug/686212 för mer information. - + Error setting bitrate Bithastighet kunde inte sättas - + Error: unknown server protocol! Fel: okänt serverprotokoll! - + Error: libshout only supports Shoutcast with MP3 format! Fel: libshout kan bara använda Shoutcast med MP3-format! - + Error setting protocol! Kunde inte ställa in protokoll! - + Network cache overflow - + Connection error Anslutningsfel - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. Förlorade anslutning till streamingserver. - + Please check your connection to the Internet. - + Can't connect to streaming server Kan inte ansluta till streaming-server - + Please check your connection to the Internet and verify that your username and password are correct. Var god kontrollera anslutningen till Internet och verifiera att användarnamn och lösenord är korrekta. @@ -9759,7 +9896,7 @@ Fully right: end of the effect period - + Cover Art Album-konst @@ -10021,7 +10158,6 @@ Fully right: end of the effect period Key - The musical key of a track Nyckel @@ -10096,563 +10232,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play Spela - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration Inspelningslängd - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. Klicka för att växla mellan tid förflutet/återstående tid/både. - + + Mix + Mix + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank Spara samplar-uppsättning - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank Ladda in samplar-uppsättning - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters Visa effektparametrar - + Enable Effect Aktivera effekt - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - Torrt/vått - - - + Super Knob Superknapp - - - Insert/Send Toggle - Växla infoga/sänd - - - + Next Chain Nästa kedja - + Previous Chain Föregående kedja - + Next/Previous Chain Nästa/föregående kedja - + Clear Rensa - + Clear the current effect. Rensa nuvarande effekt. - + Toggle Växla - + Toggle the current effect. Växla nuvarande effekt. - + Next Nästa - + Clear Unit Rensa enhet - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit Växla enhet - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. Växla till nästa effekt. - + Previous Bakåt - + Switch to the previous effect. Växla till föregående effekt. - + Next or Previous Nästa eller föregående - + Switch to either the next or previous effect. Växla till antingen nästa eller föregående effekt. - + Meta Knob Meta-ratt - + Controls linked parameters of this effect Kontrollerar länkade parametrar på denna effekt - + Effect Focus Button Effektfokus-knapp - + Focuses this effect. Fokuserar denna effekt. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter Effektparameter - + Adjusts a parameter of the effect. Justerar en parameter av effekten. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter Equalizerparameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10674,123 +10846,123 @@ Fully right: end of the effect period - + If quantize is enabled, snaps to the nearest beat. Hoppar till närmaste taktslag om kvantisering är aktiverad. - + Quantize Kvantisering - + Toggles quantization. Slår på/av kvantisering. - + Loops and cues snap to the nearest beat when quantization is enabled. Slingor och markeringar snäpper till närmaste taktslag när kvantisering är aktiverad. - + Reverse Baklänges - + Reverses track playback during regular playback. Spelar låten baklänges under vanlig uppspelning. - + Puts a track into reverse while being held (Censor). Spelar en låt baklänges så länge knappen trycks ned (censur) - + Playback continues where the track would have been if it had not been temporarily reversed. Uppspelningen fortsätter från den position den skulle varit om inte låten spelats baklänges tillfälligt. - - + + Play/Pause Spela/Paus - + Jumps to the beginning of the track. Hoppar till början av låten. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control Aktivera vinylkontroll - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. Indikerar att ljudbufferten är för liten för att kunna bearbeta allt ljud korrekt. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating Stjärnbetyg - + Assign ratings to individual tracks by clicking the stars. @@ -10935,255 +11107,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. Börjar spela från början av låten. - + Jumps to the beginning of the track and stops. Hoppa till början av låten och stoppa. - + Plays or pauses the track. Spelar eller pausar låten. - + (while playing) (vid uppspelning) - + (while stopped) (medan stoppad) - + Cue Markering - + Headphone Hörlur - + Mute Tysta - + Mutes the selected channel's audio in the master output. Stänger av den valda kanalens ljud i huvudutgången. - + Old Synchronize Äldre synkning - + (This skin should be updated to use Master Sync!) (Det här skinnet borde aktualisieras för att fungera med Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. Synkroniserar till den första tallriken (i nummerordning) som spelar en låt och har BPM-information. - + If no deck is playing, syncs to the first deck that has a BPM. Synkroniserar till tallriken som har en BPM, om någon tallrik spelar. - + Decks can't sync to samplers and samplers can only sync to decks. Tallrikar kan inte synkronisera till samplare och samplare kan endast synkronisera till tallrikar. - + Enable Master Sync Aktivera Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. Trumma för att synka tempot med andra låtar som spelas, eller med huvudtaktgivaren. - + Hold for at least a second to enable sync lock for this deck. Håll ner i minst en sekund för att aktivera Sync Lock för den här tallriken. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. Tallrikar med Sync Lock spelar i samma tempo, och tallrikar som också har aktiverad kvantisering spelas alltid med samtidiga taktslag. - + Resets the key to the original track key. - + Enable Sync Clock Master Aktivera huvudtaktgivare för synkning - + When enabled, this device will serve as the master clock for all other decks. Om aktiverad kommer denna utrustning att agera som huvudklocka för alla andra tallrikar. - + Speed Control Hastighetsstyrning - - - + + + Changes the track pitch independent of the tempo. Ändrar låtens tonhöjd oberoende av tempot. - + Increases the pitch by 10 cents. Ökar pitchen med 10 cents. - + Decreases the pitch by 10 cents. Minskar pitchen med 10 cents. - + Pitch Adjust Justera hastighet - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix Spela in mix - + Toggle mix recording. Växla mixinspelning. - + Enable Live Broadcasting Aktivera livesändning - + Stream your mix over the Internet. Streama din mix över internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. Uppspelningen fortsätter från den position den skulle ha varit om låten inte hade lagts in i slingan. - + Loop Exit Avsluta slinga - + Turns the current loop off. Stänger av aktuell slinga. - + Slip Mode Spela-vidare-sätt - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. Uppspelningen fortsätter tyst samtidigt som du använder slingor, baklängesspelning, scratchning, o.s.v. när denna funktion är aktiverad. - + Once disabled, the audible playback will resume where the track would have been. Vid avstängning fortsätter uppspelningen från det ställe låten skulle ha varit. - + Track Key - The musical key of a track Låttonart - + Displays the musical key of the loaded track. Visar den laddade låtens tonarten. - + Clock Klocka - + Displays the current time. Visar aktuell tid. - + Audio Latency Usage Meter Ljudlatensanvändningsmätare - + Displays the fraction of latency used for audio processing. Visar hur stor del av latensen som används för ljudbehandlingen. - + A high value indicates that audible glitches are likely. Ett högt värde tyder på att hörbara störningar är troliga. - + Do not enable keylock, effects or additional decks in this situation. Aktivera inte tonhöjdslås, effekter eller ytterligare tallrikar i denna situation. - + Audio Latency Overload Indicator Indikator för ljudlatensöverbelastning @@ -11248,279 +11419,279 @@ Fully right: end of the effect period Visar låtens aktuella tonart efter tonhöjdsändring. - + Sends the selected channel's audio to the headphone output, Skickar utvald kanals ljud till hörlursutgången, - + selected in Preferences -> Sound Hardware. utvald i Inställningar -> Ljudhårdvara. - + Fast Rewind Snabbspolning bakåt - + Fast rewind through the track. Spolar låten snabbt bakåt. - + Fast Forward Snabbspolning framåt - + Fast forward through the track. Spolar låten snabbt framåt. - + Jumps to the end of the track. Hoppar till slutet av låten. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control Tonhöjdsstyrning - + Pitch Rate Tonhöjdshastighet - + Displays the current playback rate of the track. Visar uppspelningshastigheten för spåret som spelas upp. - + Repeat Upprepa - + When active the track will repeat if you go past the end or reverse before the start. Om aktiverad repeteras låten om du fortsätter bortom slutet eller backar före början. - + Eject Mata ut - + Ejects track from the player. Matar ut låten från spelaren. - + Hotcue Snabbmarkering - + If hotcue is set, jumps to the hotcue. Hoppar till en snabbmarkering, om den existerar - + If hotcue is not set, sets the hotcue to the current play position. Sätter en snabbmarkering vid aktuell position, om ingen snabbmarkering existerar. - + If hotcue is set, clears the hotcue. Ta bort eventuell snabbmarkering. - + Vinyl Control Mode Vinylstyrningssätt - + Absolute mode - track position equals needle position and speed. Absolut modus - låtpositionen är samma som nålpositionen och -hastigheten. - + Relative mode - track speed equals needle speed regardless of needle position. Relativ modus - låthastigheten är samma som nålhastigheten, oavsett av nålpositionen. - + Constant mode - track speed equals last known-steady speed regardless of needle input. Konstant modus - låthastigheten är samma som den sist använda, jämna hastigheten, oavsett nålinformationen. - + Vinyl Status Vinylstatus - + Provides visual feedback for vinyl control status: Tillhandahåller visuell feed-back av vinylstyrning: - + Green for control enabled. Grönt för aktiverad styrenhet. - + Blinking yellow for when the needle reaches the end of the record. Blinkande gult när nålen når slutet av skivan. - + Loop-In Marker Loop-in-markering - + Loop-Out Marker Loop-out-markering - + Loop Halve Halv slinga - + Halves the current loop's length by moving the end marker. Halverar längden av den aktuella slingan genom att flytta slutmarkeringen. - + Deck immediately loops if past the new endpoint. Om bortom den nya slutpunkten hoppar tallriken genast tillbaks i slingan. - + Loop Double Dubbel slinga - + Doubles the current loop's length by moving the end marker. Dubblar längden av den aktuella slingan genom att flytta slutmarkeringen. - + Beatloop Taktslinga - + Toggles the current loop on or off. Slår på/av aktuell slinga - + Works only if Loop-In and Loop-Out marker are set. Fungerar bara om både loop-in- och loop-out-markeringar har satts. - + Hint: Change the default cue mode in Preferences -> Interface. Ledtråd: Du kan ställa in önskat standardbeteende för markeringar i menyn Inställningar -> Gränssnitt - + Vinyl Cueing Mode Vinylmarkeringssätt - + Determines how cue points are treated in vinyl control Relative mode: Bestämmer hur markeringspunkter behandlas i relativ modus för vinylstyrning: - + Off - Cue points ignored. Av - Markeringspunkter ignoreras. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. Enkelmarkering - om du släpper ner nålen efter markeringen, kommer låten att hoppa till denna markering. - + Hot Cue - Track will seek to nearest previous hot cue point. Snabbmarkering - låten kommer att leta upp närmsta föregående markering. - + Track Time Låtens tidsläge - + Track Duration Låtens speltid - + Displays the duration of the loaded track. Visar speltiden för den laddade låten. - + Information is loaded from the track's metadata tags. Informationen laddas från låtens metadatataggar. - + Track Artist Låtens artist - + Displays the artist of the loaded track. Visar artisten för den laddade låten. - + Track Title Låtens titel - + Displays the title of the loaded track. Visar titeln för den laddade låten. - + Track Album Låtens album - + Displays the album name of the loaded track. Visar albumnamnet för den laddade låten. - + Track Artist/Title Låtens artist/titel - + Displays the artist and title of the loaded track. Visar artisten och titeln för den laddade låten. @@ -11642,34 +11813,6 @@ Fully right: end of the effect period Det uppstod ett fel när ditt Traktor-bibliotek laddades. Vissa av dina Traktor-låtar eller spellistor kanske inte lästes in. - - Ui - - - Mixxx %1 Development Team - Mixxx %1 Development Team - - - - With contributions from: - Med bidrag från: - - - - And special thanks to: - Och speciellt tack till: - - - - Past Developers - Tidigare utvecklare - - - - Past Contributors - Tidigare bidragsgivare - - VSyncThread @@ -11765,12 +11908,18 @@ Fully right: end of the effect period WEffect - + + %1: %2 + %1 = effect name; %2 = effect description + %1: %2 + + + None Ingen - + No effect loaded. Ingen effekt laddad. @@ -11909,317 +12058,333 @@ Fully right: end of the effect period &Vy - + May not be supported on all skins. Fungerar möjligen inte för alla skinn. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + Ctrl+1 + + + Show Microphone Section Visa mikrofonsektionen - + Show the microphone section of the Mixxx interface. Visa Mixxx mikrofonsektion. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section Visa vinylstyrningssektionen - + Show the vinyl control section of the Mixxx interface. Visa Mixxx sektion med vinylstyrning. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck Visa förlyssnings-tallrik - + Show the preview deck in the Mixxx interface. Visa Mixxx sektion med förlyssnings-tallrikar. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art Visa omslagskonst - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library Maximera bibliotek - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library Mellanslag - + &Full Screen &Helskärm - + Display Mixxx using the full screen Visa Mixxx i helskärmsläge - + &Options &Optioner - + &Vinyl Control &Vinylstyrning - + Use timecoded vinyls on external turntables to control Mixxx Använd tidskodade skivor på externa skivspelare för att styra Mixxx. - + Enable Vinyl Control &%1 Aktivera vinylstyrning &%1 - + &Record Mix %Spela in Mix - + Record your mix to a file Spara din mix till en fil - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting Aktivera livesä&ndning - + Stream your mixes to a shoutcast or icecast server Streama dina mixar till en shoutcast- eller icecast-server - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts Aktivera tangentbords&genvägar - + Toggles keyboard shortcuts on or off Slår på/av tangentbordsgenvägar - + Ctrl+` Ctrl+` - + &Preferences &Inställningar - + Change Mixxx settings (e.g. playback, MIDI, controls) Ändra Mixxx inställningar (t.ex. återgivning, MIDI, styrenheter) - + &Developer &Utvecklare - + &Reload Skin &Ladda om skinnet - + Reload the skin Ladda om skinnet - + Ctrl+Shift+R Ctrl+Shift+R - + Developer &Tools Utvecklarverktyg - + Opens the developer tools dialog Öppnar dialogrutan för utvecklingsverktyg - + Ctrl+Shift+T Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D Ctrl+Shift+D - + &Help &Hjälp - + &Community Support Hjälp från andra &användare - + Get help with Mixxx Få hjälp för Mixxx. - + &User Manual Br&uksanvisning - + Read the Mixxx user manual. Läs bruksanvisningen för Mixxx. - + &Keyboard Shortcuts &Tangentbordsgenvägar - + Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback Tala om &för oss vad du tycker! - + Send feedback to the Mixxx team. Skicka feed-back till Mixxx-teamet. - + &Translate This Application Översä&tt denna applikation - + Help translate this application into your language. Hjälp oss att översätta det här programmet till ditt språk. - + &About &Om... - + About the application Om programmet @@ -12236,9 +12401,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source Laddar låt .. @@ -12320,6 +12483,12 @@ Text on waveform overview when file is cached from source Add to Playlist Spara till spellistan. + + + Reset + Reset metadata in right click track context menu in library + Återställ + Cover Art @@ -12332,58 +12501,68 @@ Text on waveform overview when file is cached from source ESC - + Remove Ta bort - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library Dölj från biblioteket - + Unhide from Library Ta fram från biblioteket - + Purge from Library Rensa från biblioteket - + Properties Egenskaper - + Open in File Browser Öppna i filhanteraren - + 4/3 BPM 4/3 BPM - + 3/2 BPM 3/2 BPM - - + + Create New Playlist Skapa ny spellista - + Create New Crate Skapa ny back - + Enter name for new playlist: Mata in ett namn för ny spellista: @@ -12413,150 +12592,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - Rensa - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck Förlyssnings-tallrik - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues Snabbmarkeringar - + Loop - + ReplayGain Förstärkning av uppspelning - + Waveform Vågform - + All Alla - + Deck %1 Tallrik %1 - + New Playlist Ny spellista - - - + + + Playlist Creation Failed Spellistan gick inte att skapa - + A playlist by that name already exists. En spellista med det namnet finns redan. - + A playlist cannot have a blank name. En spellista kan inte vara utan namn. - + An unknown error occurred while creating playlist: Ett okänt fel uppstod när spellistan skapades: - + Lock BPM Lås BPM - + Unlock BPM Lås upp BPM - + Double BPM Dubbel BPM - + Halve BPM Halva BPM - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + Sampler %1 Samplare %1 @@ -12572,12 +12745,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) (GLSL) - + (GL) (GL) diff --git a/res/translations/mixxx_ta.ts b/res/translations/mixxx_ta.ts index d7ab1e8a4040..f6936c8bfcb9 100644 --- a/res/translations/mixxx_ta.ts +++ b/res/translations/mixxx_ta.ts @@ -1,4 +1,4 @@ - + : @@ -386,22 +386,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error - + <b>Error with settings for '%1':</b><br> @@ -695,8 +695,8 @@ - - + + Deck %1 @@ -787,13 +787,13 @@ - + Set to full volume - + Set to zero volume @@ -818,13 +818,13 @@ - + Headphone listen button - + Mute button @@ -840,25 +840,25 @@ - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -934,229 +934,224 @@ - - One-time beat sync (tempo and phase) - - - - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode - + Equalizers - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Beat-Looping - + Create %1-beat loop - + Create temporary %1-beat loop roll - + Library @@ -1287,20 +1282,20 @@ + - Volume Fader - + Full Volume - + Zero Volume @@ -1316,7 +1311,7 @@ - + Mute @@ -1327,7 +1322,7 @@ - + Headphone Listen @@ -1348,25 +1343,25 @@ - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1471,11 +1466,6 @@ Sync Mode - - - Tap to sync, hold to enable sync mode - - Internal Sync Master @@ -1523,527 +1513,521 @@ - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Speed (Pitch/Tempo) - + Keylock Mode - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original - + High EQ - + Mid EQ - + Low EQ - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Track Load and Play - + Load selected track and play - + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - + Quick Effect - + Clear effect rack - + Clear Effect Rack - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain + - + - + - + - Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect + - Parameter Value + - Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Cover Art Show/Hide - + Show/hide cover art - + Waveform Zoom Out - + Toggle Effect Unit @@ -2068,546 +2052,566 @@ - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - - + + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) + - Adjust %1 + - Kill %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Microphone Show/Hide - + Show/hide the microphone section - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out @@ -2917,6 +2921,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + + + + + With contributions from: + + + + + And special thanks to: + + + + + Past Developers + + + + + Past Contributors + + + DlgAboutDlg @@ -3561,102 +3593,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Automatic - + Mono - + Stereo - - - - + + + + Action failed - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3669,27 +3701,27 @@ Two source connections to the same server can't have the same mountpoint. - + Mixxx Icecast Testing - + Public stream - + http://www.mixxx.org - + Stream name - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. @@ -3724,189 +3756,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. - + + ICQ + + + + + AIM + + + + Website - + Live mix - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre - + Use UTF-8 encoding for metadata. - + Description - + Encoding - + Bitrate - - + + Format - + Channels - + Server connection - + Type - + Host - + Login - + Mount - + Port - + Password - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4664,15 +4711,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected @@ -4799,32 +4842,32 @@ Displayed when no effect is selected - + Effect Info - + Version: - + Description: - + Author: - + Name: - + Type: @@ -5061,6 +5104,19 @@ and allows you to pitch adjust them for harmonic mixing. + + DlgPrefLV2Dlg + + + Equalizer Preferences + + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5882,11 +5938,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds @@ -6126,17 +6178,17 @@ milliseconds - + OpenGL not available - + dropped frames - + Cached waveforms occupy %1 MiB on disk. @@ -6174,28 +6226,28 @@ milliseconds - + Default zoom level Waveform zoom - + Displays the actual frame rate. - + Visual gain of the middle frequencies - + End of track warning - + OpenGL status @@ -6210,105 +6262,124 @@ milliseconds - + Low - + Middle - + Global - + Visual gain of the high frequencies - + Visual gain of the low frequencies - + High - + Waveform type - + Global visual gain - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. - + Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms @@ -6316,83 +6387,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library - + Interface - + Waveforms - + Auto DJ - + Equalizers - + Decks - + Crossfader - + + Effects + + + + + LV2 Plugins + + + + Recording - + Beat Detection - + Key Detection - + Normalization - - + + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -6909,7 +6990,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject @@ -6923,40 +7004,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h + + EffectSettingsModel + + + Visible + + + + + Name + + + + + Type + + + EffectsManager - + Flanger - + BitCrusher - + Filter - + Reverb - + Echo - + AutoPan - + Tremolo @@ -7127,39 +7226,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes - - + + Select your iTunes library - + (loading) iTunes - + Use Default Library - + Choose Library... - + Error Loading iTunes Library - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. @@ -7396,52 +7495,52 @@ support. MixxxMainWindow - + Choose music library directory - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7449,147 +7548,139 @@ Click OK to exit. - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. - - + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? - - NativeBackend - - - Native - - - ParserCsv @@ -7968,563 +8059,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo - - + + Time - - + + Ping Pong - - - - + + + + Send - + How much of the signal to send into the delay buffer - - - - + + + + Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth - - + + Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM - + Set the beats per minute value of the click sound - + Sync - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low - - - + + + Gain for Low Filter - + Kill Low - + Kill the Low Filter - + Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8534,58 +8625,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8650,47 +8741,47 @@ Higher values result in less attenuation of high frequencies. - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8700,60 +8791,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix @@ -8786,45 +8877,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8832,172 +8923,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9034,22 +9146,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9185,132 +9307,147 @@ Fully right: end of the effect period - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. - + Error setting bitrate - + Error: unknown server protocol! - + Error: libshout only supports Shoutcast with MP3 format! - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -9728,7 +9865,7 @@ Fully right: end of the effect period - + Cover Art @@ -9990,7 +10127,6 @@ Fully right: end of the effect period Key - The musical key of a track @@ -10065,563 +10201,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - - - - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10643,123 +10815,123 @@ Fully right: end of the effect period - + If quantize is enabled, snaps to the nearest beat. - + Quantize - + Toggles quantization. - + Loops and cues snap to the nearest beat when quantization is enabled. - + Reverse - + Reverses track playback during regular playback. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause - + Jumps to the beginning of the track. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -10904,255 +11076,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. - + Jumps to the beginning of the track and stops. - + Plays or pauses the track. - + (while playing) - + (while stopped) - + Cue - + Headphone - + Mute - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. - + If no deck is playing, syncs to the first deck that has a BPM. - + Decks can't sync to samplers and samplers can only sync to decks. - + Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key - The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11217,279 +11388,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. - + Fast Rewind - + Fast rewind through the track. - + Fast Forward - + Fast forward through the track. - + Jumps to the end of the track. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control - + Pitch Rate - + Displays the current playback rate of the track. - + Repeat - + When active the track will repeat if you go past the end or reverse before the start. - + Eject - + Ejects track from the player. - + Hotcue - + If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. - + If hotcue is set, clears the hotcue. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -11611,34 +11782,6 @@ Fully right: end of the effect period - - Ui - - - Mixxx %1 Development Team - - - - - With contributions from: - - - - - And special thanks to: - - - - - Past Developers - - - - - Past Contributors - - - VSyncThread @@ -11734,12 +11877,18 @@ Fully right: end of the effect period WEffect - - None + + %1: %2 + %1 = effect name; %2 = effect description + None + + + + No effect loaded. @@ -11878,317 +12027,333 @@ Fully right: end of the effect period - + May not be supported on all skins. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + + + + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback - + Send feedback to the Mixxx team. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -12205,9 +12370,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source @@ -12289,6 +12452,12 @@ Text on waveform overview when file is cached from source Add to Playlist + + + Reset + Reset metadata in right click track context menu in library + + Cover Art @@ -12301,58 +12470,68 @@ Text on waveform overview when file is cached from source - + Remove நீக்குக - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library - + Unhide from Library - + Purge from Library - + Properties - + Open in File Browser - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist - + Create New Crate - + Enter name for new playlist: @@ -12382,150 +12561,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues - + Loop - + ReplayGain - + Waveform - + All - + Deck %1 - + New Playlist புதிய இசைப்பட்டியல் - - - + + + Playlist Creation Failed - + A playlist by that name already exists. - + A playlist cannot have a blank name. - + An unknown error occurred while creating playlist: - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + Sampler %1 @@ -12541,12 +12714,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) - + (GL) diff --git a/res/translations/mixxx_te.ts b/res/translations/mixxx_te.ts index 6220c1b28d81..ca440dc2406b 100644 --- a/res/translations/mixxx_te.ts +++ b/res/translations/mixxx_te.ts @@ -1,4 +1,4 @@ - + : @@ -386,22 +386,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error - + <b>Error with settings for '%1':</b><br> @@ -695,8 +695,8 @@ - - + + Deck %1 @@ -787,13 +787,13 @@ - + Set to full volume - + Set to zero volume @@ -818,13 +818,13 @@ - + Headphone listen button - + Mute button @@ -840,25 +840,25 @@ - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -934,229 +934,224 @@ - - One-time beat sync (tempo and phase) - - - - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode - + Equalizers - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Beat-Looping - + Create %1-beat loop - + Create temporary %1-beat loop roll - + Library @@ -1287,20 +1282,20 @@ + - Volume Fader - + Full Volume - + Zero Volume @@ -1316,7 +1311,7 @@ - + Mute @@ -1327,7 +1322,7 @@ - + Headphone Listen @@ -1348,25 +1343,25 @@ - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1471,11 +1466,6 @@ Sync Mode - - - Tap to sync, hold to enable sync mode - - Internal Sync Master @@ -1523,527 +1513,521 @@ - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Speed (Pitch/Tempo) - + Keylock Mode - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original - + High EQ - + Mid EQ - + Low EQ - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Track Load and Play - + Load selected track and play - + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - + Quick Effect - + Clear effect rack - + Clear Effect Rack - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain + - + - + - + - Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect + - Parameter Value + - Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Cover Art Show/Hide - + Show/hide cover art - + Waveform Zoom Out - + Toggle Effect Unit @@ -2068,546 +2052,566 @@ - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - - + + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) + - Adjust %1 + - Kill %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Microphone Show/Hide - + Show/hide the microphone section - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out @@ -2917,6 +2921,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + + + + + With contributions from: + + + + + And special thanks to: + + + + + Past Developers + + + + + Past Contributors + + + DlgAboutDlg @@ -3561,102 +3593,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Automatic - + Mono - + Stereo - - - - + + + + Action failed - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3669,27 +3701,27 @@ Two source connections to the same server can't have the same mountpoint. - + Mixxx Icecast Testing - + Public stream - + http://www.mixxx.org - + Stream name - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. @@ -3724,189 +3756,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. - + + ICQ + + + + + AIM + + + + Website - + Live mix - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre సాహిత్యం - + Use UTF-8 encoding for metadata. - + Description - + Encoding - + Bitrate బిట్‌రేటు - - + + Format - + Channels - + Server connection - + Type రకం - + Host - + Login - + Mount - + Port - + Password - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4664,15 +4711,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected @@ -4799,32 +4842,32 @@ Displayed when no effect is selected - + Effect Info - + Version: - + Description: - + Author: - + Name: - + Type: @@ -5061,6 +5104,19 @@ and allows you to pitch adjust them for harmonic mixing. + + DlgPrefLV2Dlg + + + Equalizer Preferences + + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5882,11 +5938,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds @@ -6126,17 +6178,17 @@ milliseconds - + OpenGL not available - + dropped frames - + Cached waveforms occupy %1 MiB on disk. @@ -6174,28 +6226,28 @@ milliseconds - + Default zoom level Waveform zoom - + Displays the actual frame rate. - + Visual gain of the middle frequencies - + End of track warning - + OpenGL status @@ -6210,105 +6262,124 @@ milliseconds - + Low - + Middle - + Global - + Visual gain of the high frequencies - + Visual gain of the low frequencies - + High - + Waveform type - + Global visual gain - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. - + Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms @@ -6316,83 +6387,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library - + Interface - + Waveforms - + Auto DJ - + Equalizers - + Decks - + Crossfader - + + Effects + + + + + LV2 Plugins + + + + Recording - + Beat Detection - + Key Detection - + Normalization - - + + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -6909,7 +6990,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject @@ -6923,40 +7004,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h + + EffectSettingsModel + + + Visible + + + + + Name + + + + + Type + రకం + + EffectsManager - + Flanger - + BitCrusher - + Filter - + Reverb - + Echo - + AutoPan - + Tremolo @@ -7127,39 +7226,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes - - + + Select your iTunes library - + (loading) iTunes - + Use Default Library - + Choose Library... - + Error Loading iTunes Library - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. @@ -7396,52 +7495,52 @@ support. MixxxMainWindow - + Choose music library directory - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7449,147 +7548,139 @@ Click OK to exit. - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. - - + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? - - NativeBackend - - - Native - - - ParserCsv @@ -7968,563 +8059,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo - - + + Time - - + + Ping Pong - - - - + + + + Send - + How much of the signal to send into the delay buffer - - - - + + + + Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth - - + + Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM బిపియమ్ - + Set the beats per minute value of the click sound - + Sync - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low - - - + + + Gain for Low Filter - + Kill Low - + Kill the Low Filter - + Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8534,58 +8625,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8650,47 +8741,47 @@ Higher values result in less attenuation of high frequencies. - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8700,60 +8791,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix @@ -8786,45 +8877,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8832,172 +8923,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9034,22 +9146,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9185,132 +9307,147 @@ Fully right: end of the effect period - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. - + Error setting bitrate - + Error: unknown server protocol! - + Error: libshout only supports Shoutcast with MP3 format! - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -9728,7 +9865,7 @@ Fully right: end of the effect period - + Cover Art @@ -9990,7 +10127,6 @@ Fully right: end of the effect period Key - The musical key of a track కీ @@ -10065,563 +10201,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - - - - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10643,123 +10815,123 @@ Fully right: end of the effect period - + If quantize is enabled, snaps to the nearest beat. - + Quantize - + Toggles quantization. - + Loops and cues snap to the nearest beat when quantization is enabled. - + Reverse - + Reverses track playback during regular playback. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause - + Jumps to the beginning of the track. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -10904,255 +11076,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. - + Jumps to the beginning of the track and stops. - + Plays or pauses the track. - + (while playing) - + (while stopped) - + Cue - + Headphone - + Mute - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. - + If no deck is playing, syncs to the first deck that has a BPM. - + Decks can't sync to samplers and samplers can only sync to decks. - + Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key - The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11217,279 +11388,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. - + Fast Rewind - + Fast rewind through the track. - + Fast Forward - + Fast forward through the track. - + Jumps to the end of the track. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control - + Pitch Rate - + Displays the current playback rate of the track. - + Repeat - + When active the track will repeat if you go past the end or reverse before the start. - + Eject - + Ejects track from the player. - + Hotcue - + If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. - + If hotcue is set, clears the hotcue. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album ఆల్బమ్ - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -11611,34 +11782,6 @@ Fully right: end of the effect period - - Ui - - - Mixxx %1 Development Team - - - - - With contributions from: - - - - - And special thanks to: - - - - - Past Developers - - - - - Past Contributors - - - VSyncThread @@ -11734,12 +11877,18 @@ Fully right: end of the effect period WEffect - - None + + %1: %2 + %1 = effect name; %2 = effect description + None + + + + No effect loaded. @@ -11878,317 +12027,333 @@ Fully right: end of the effect period - + May not be supported on all skins. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + + + + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback - + Send feedback to the Mixxx team. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -12205,9 +12370,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source @@ -12289,6 +12452,12 @@ Text on waveform overview when file is cached from source Add to Playlist + + + Reset + Reset metadata in right click track context menu in library + + Cover Art @@ -12301,58 +12470,68 @@ Text on waveform overview when file is cached from source - + Remove తీసివేయు - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library - + Unhide from Library - + Purge from Library - + Properties - + Open in File Browser - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist - + Create New Crate - + Enter name for new playlist: @@ -12382,150 +12561,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues - + Loop - + ReplayGain - + Waveform - + All - + Deck %1 - + New Playlist కొత్త పాటలజాబితా - - - + + + Playlist Creation Failed - + A playlist by that name already exists. - + A playlist cannot have a blank name. - + An unknown error occurred while creating playlist: - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + Sampler %1 @@ -12541,12 +12714,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) - + (GL) diff --git a/res/translations/mixxx_tr.ts b/res/translations/mixxx_tr.ts index 8b993c19f153..414102e88fe4 100644 --- a/res/translations/mixxx_tr.ts +++ b/res/translations/mixxx_tr.ts @@ -1,4 +1,4 @@ - + : @@ -83,7 +83,7 @@ Import Playlist - Çalma Listesini Al + Çalma listesini içe aktar @@ -217,7 +217,7 @@ Playlist Creation Failed - Çalma Listesi Oluşturma Başarısız + Çalma Listesi Oluşturulamadı @@ -276,7 +276,7 @@ Grouping - Birleştir + Grupla @@ -286,7 +286,7 @@ Type - Tip + Tür @@ -316,7 +316,7 @@ BPM - BPM (Dakikalık Vuruş Sayısı) + BPM(Dakikalık Vuruş Sayısı) @@ -388,22 +388,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error - + <b>Error with settings for '%1':</b><br> @@ -697,8 +697,8 @@ - - + + Deck %1 Dek %1 @@ -790,13 +790,13 @@ - + Set to full volume Sesi sonuna kadar aç - + Set to zero volume Sesi sonuna kadar kapT @@ -821,13 +821,13 @@ - + Headphone listen button Kulaklıktan dinle düğmesi - + Mute button Ses sıfırlama düğmesi @@ -843,25 +843,25 @@ - + Mix orientation (e.g. left, right, center) Karıştırma yönü (örn. sol, sağ, orta) - + Set mix orientation to left Mix yönünü sol olarak belirle - + Set mix orientation to center Mix yönünü mekez olarak belirle - + Set mix orientation to right Mix yönünü sağ olarak belirle @@ -874,7 +874,7 @@ BPM - BPM(Dakikalık Vurul Sayısı) + BPM(Dakikalık Vuruş Sayısı) @@ -937,229 +937,224 @@ - - One-time beat sync (tempo and phase) - Bir defalık beat senkronizasyonu (tempo ve faz) - - - + One-time beat sync (tempo only) Bir defalık beat senkronizasyonu (sadece tempo) - + One-time beat sync (phase only) Bir defalık beat senkronizasyonu (sadece faz) - + Toggle keylock mode Tuş Kilitleme Moduna Geç - + Equalizers Dengeleyiciler (Ekolayzerler) - + Vinyl Control Vinil Kontrolu - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues İşaretler - + Cue button İşaretleme düğmesi - + Set cue point İşaret noktası koy - + Go to cue point İşaretlenmiş noktaya git - + Go to cue point and play İşaretlenmiş noktaya git ve çal - + Go to cue point and stop İşaretlenmiş noktaya git ve durdur - + Preview from cue point İşaretlenmiş noktadan itibaren önizleme - + Cue button (CDJ mode) İşaretleme düğmesi (CDJ modu) - + Stutter cue Geçici başlama noktasını belirle - + Hotcues Önemli işaretler - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop %1 hotcue git ve durdur - + Jump to hotcue %1 and play - + Preview from hotcue %1 En düşük hotcue %1 önizleme - - + + Hotcue %1 - + Looping Döngü - + Loop In button Döngü giriş düğmesi - + Loop Out button Döngü çıkış düğmesi - + Loop Exit button Döngüden çıkıma düğmesi - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Beat-Looping - + Create %1-beat loop - + Create temporary %1-beat loop roll - + Library Kütüphane @@ -1290,20 +1285,20 @@ + - Volume Fader Ses Düzeyi - + Full Volume Maksimum ses düzeyi - + Zero Volume Sıfır ses düzeyi @@ -1319,7 +1314,7 @@ - + Mute Ses kapatma @@ -1330,7 +1325,7 @@ - + Headphone Listen Kulaklık dinleme @@ -1351,25 +1346,25 @@ - + Orientation Yönelim - + Orient Left Sağ Yönlen - + Orient Center Merkeze Yönlen - + Orient Right Sağ Yönlen @@ -1474,11 +1469,6 @@ Sync Mode Senkronizasyon modu - - - Tap to sync, hold to enable sync mode - Eşitlemek için dokunun, eşitleme modunu aktif hale getirmek için basılı tutun - Internal Sync Master @@ -1526,527 +1516,521 @@ - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Speed (Pitch/Tempo) - + Keylock Mode Perde Kilidi - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original - + High EQ Yüksek EQ - + Mid EQ - + Low EQ - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue Başlangıç noktası - + Set Cue Başlangıç Noktası belirle - + Go-To Cue Başlangıç noktasına git - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) Otomatik DJ kuyruğuna ekle (alta) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) Otomatik DJ kuyruğuna ekle (üste) - + Prepend selected track to the Auto DJ Queue - + Load Track Parçayı yükle - + Load selected track Seçilmiş parçayı yükle - + Track Load and Play Parçayı yükle ve çal - + Load selected track and play Seçilen parçayı yükle ve oynat - + Record Mix Mix kaydet - + Toggle mix recording - + Effects Efektler - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - + Quick Effect - + Clear effect rack Efekt setini temizle - + Clear Effect Rack Efekt Setini Temizle - + Clear Unit Birimi Temizle - + Clear effect unit Efekt birmini temizle - + Toggle Unit - + Dry/Wet Kuru/Islak - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain Sonraki zincir + - + - + - + - Assign Ata - + Clear Temizle - + Clear the current effect - + Toggle - + Toggle the current effect - + Next Sonraki - + Switch to next effect - + Previous Önceki - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect + - Parameter Value Parametre değeri + - Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Cover Art Show/Hide - + Show/hide cover art - + Waveform Zoom Out - + Toggle Effect Unit @@ -2071,546 +2055,566 @@ - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - - - Increase Speed (Fine) + + + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) + - Adjust %1 + - Kill %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off Mikrofonu aç/kapa - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off Auxiliary Aç/Kapa - + Auxiliary on/off Auxiliary aç/kapa - + Auto DJ Otomatik DJ - + Auto DJ Shuffle Oto DJ karıştır - + Auto DJ Skip Next Oto DJ sonrakini atla - + Auto DJ Fade To Next Oto DJ sonrakine geçiş yap - + Trigger the transition to the next track - + User Interface Kullanıcı Arayüzü - + Samplers Show/Hide - + Show/hide the sampler section Oynatıcı Kısımlarını Görüntüle/Gizle - + Microphone Show/Hide Mikrofon Göster/Sakla - + Show/hide the microphone section Mikrofon panelini Göster/Gizle - + Vinyl Control Show/Hide - + Show/hide the vinyl control section Vinyl kontrol seçeneklerini göster/gizle - + Preview Deck Show/Hide - + Show/hide the preview deck - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget Dönen vinyl eklentisini göster/gizle - + Waveform zoom Dalga şekli büyüt - + Waveform Zoom Dalga Şekli Büyüt - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out @@ -2768,7 +2772,7 @@ Duplicate - Kopyala + Çoğalt @@ -2922,6 +2926,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + + + + + With contributions from: + + + + + And special thanks to: + + + + + Past Developers + + + + + Past Contributors + + + DlgAboutDlg @@ -3568,102 +3600,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 MP3 - + Ogg Vorbis - + Automatic - + Mono Mono - + Stereo Stereo - - - - + + + + Action failed - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3676,27 +3708,27 @@ Two source connections to the same server can't have the same mountpoint. - + Mixxx Icecast Testing - + Public stream - + http://www.mixxx.org http://www.Mixxx.org - + Stream name Akış adı - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. @@ -3731,189 +3763,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. - + + ICQ + + + + + AIM + + + + Website Web sitesi - + Live mix Canlı mix - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre Tür - + Use UTF-8 encoding for metadata. - + Description Açıklama - + Encoding Kodlama - + Bitrate Akış Hızı - - + + Format Biçim - + Channels Kanallar - + Server connection Server bağlantısı - + Type Tür - + Host Host - + Login Giriş - + Mount Mount - + Port Port - + Password Şifre - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4672,15 +4719,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected Hiçbiri @@ -4807,32 +4850,32 @@ Displayed when no effect is selected - + Effect Info - + Version: - + Description: Açıklama: - + Author: Yaratıcı: - + Name: Adı: - + Type: @@ -5069,6 +5112,19 @@ and allows you to pitch adjust them for harmonic mixing. + + DlgPrefLV2Dlg + + + Equalizer Preferences + + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5079,7 +5135,7 @@ and allows you to pitch adjust them for harmonic mixing. You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? - Bir veya daha fazla müzük dizini eklediniz. Bu dizinlerdeki parçalar, müzik kitaplığınızı tekrar tarayana kadar çalmaya hazır olmayacaktır. Şimdi taramak istermisiniz ? + Bir veya daha fazla müzik dizini eklediniz. Bu dizinlerdeki parçalar, müzik kitaplığınızı tekrar tarayana kadar çalmaya hazır olmayacaktır. Şimdi taramak istermisiniz ? @@ -5890,11 +5946,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds MS @@ -6134,17 +6186,17 @@ milliseconds - + OpenGL not available OpenGL mevcut değil - + dropped frames - + Cached waveforms occupy %1 MiB on disk. @@ -6182,28 +6234,28 @@ milliseconds - + Default zoom level Waveform zoom - + Displays the actual frame rate. - + Visual gain of the middle frequencies - + End of track warning - + OpenGL status @@ -6218,105 +6270,124 @@ milliseconds - + Low Düşük - + Middle Orta - + Global Global - + Visual gain of the high frequencies - + Visual gain of the low frequencies - + High Yüksek - + Waveform type - + Global visual gain - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. - + Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity - - Show Beat Markers + + Set amount of opacity on beat grid lines. - + + % + % + + + + Play marker position + + + + + Moves the play marker position on the waveforms to the left, right or center (default). + + + + Clear Cached Waveforms @@ -6324,83 +6395,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers Kontroller - + Library Kütüphane - + Interface - + Waveforms - + Auto DJ Otomatik DJ - + Equalizers Dengeleyiciler (Ekolayzerler) - + Decks - + Crossfader Crossfader - + + Effects + Efektler + + + + LV2 Plugins + + + + Recording Kayıtlar - + Beat Detection - + Key Detection - + Normalization Normalleştirme - - + + Vinyl Control Vinil Kontrolu - + Live Broadcasting Canlı yayın - + Modplug Decoder @@ -6634,7 +6715,7 @@ Select from different types of displays for the waveform, which differ primarily BPM - BPM(Dakikalık Vurul Sayısı) + BPM(Dakikalık Vuruş Sayısı) @@ -6917,7 +6998,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject @@ -6931,40 +7012,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h Herhangi bir efekt yüklenmedi. + + EffectSettingsModel + + + Visible + + + + + Name + Adı + + + + Type + Tür + + EffectsManager - + Flanger Flanger - + BitCrusher - + Filter Filtre - + Reverb Yankı - + Echo Yankı - + AutoPan - + Tremolo @@ -7135,39 +7234,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes - - + + Select your iTunes library - + (loading) iTunes - + Use Default Library - + Choose Library... - + Error Loading iTunes Library - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. @@ -7404,52 +7503,52 @@ support. MixxxMainWindow - + Choose music library directory - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry Tekrar dene - + Cannot open database Veritabanı açılamadı - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7460,147 +7559,139 @@ Mixxx SQLite desteği ile QT gerektirir. Nasıl kurulacağını öğrenmek için Çıkmak için Tamam'a tıklayın. - - + + Reconfigure - + Help Yardım - - + + Exit Çıkış - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? Yeni bir parça yüklemek istediğinize eminmisiniz? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. - - + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? - - NativeBackend - - - Native - - - ParserCsv @@ -7979,563 +8070,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo Yankı - - + + Time - - + + Ping Pong - - - - + + + + Send Gönder - + How much of the signal to send into the delay buffer - - - - + + + + Feedback Geri bildirim - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter Filtre - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth Derinlik - - + + Flanger Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM BPM(Dakikalık Vuruş Sayısı) - + Set the beats per minute value of the click sound - + Sync Eşitleme - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period Periyod - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb Yankı - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth Bant genişliği - + BW - - + + Damping Sönüm - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low Düşük - - - + + + Gain for Low Filter - + Kill Low - + Kill the Low Filter - + Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High Yüksek - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8545,58 +8636,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo Stereo - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8661,47 +8752,47 @@ Higher values result in less attenuation of high frequencies. F11 - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8711,60 +8802,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix Canlı Mix @@ -8797,45 +8888,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance Balans - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8843,172 +8934,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + Dahili + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9045,22 +9157,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording Kayıtlar - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9196,132 +9318,147 @@ Fully right: end of the effect period - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. - + Error setting bitrate - + Error: unknown server protocol! - + Error: libshout only supports Shoutcast with MP3 format! - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -9378,7 +9515,7 @@ Fully right: end of the effect period Type - Tip + Tür @@ -9739,7 +9876,7 @@ Fully right: end of the effect period - + Cover Art Albüm kapak resim @@ -10001,7 +10138,6 @@ Fully right: end of the effect period Key - The musical key of a track Anahtar @@ -10076,563 +10212,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play Çal - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - Kuru/Islak - - - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain Sonraki zincir - + Previous Chain - + Next/Previous Chain - + Clear Temizle - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next Sonraki - + Clear Unit Birimi Temizle - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous Önceki - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10654,123 +10826,123 @@ Fully right: end of the effect period - + If quantize is enabled, snaps to the nearest beat. - + Quantize - + Toggles quantization. - + Loops and cues snap to the nearest beat when quantization is enabled. - + Reverse Tersine çal - + Reverses track playback during regular playback. Normal çalma esnasında parçayı tersine çalar. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause Çal/Duraklat - + Jumps to the beginning of the track. Parçanın başına atlar. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -10915,255 +11087,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. Parçanın başından çalmayı başlatır. - + Jumps to the beginning of the track and stops. Parçanın başına atlar ve durdurur. - + Plays or pauses the track. Parçayı başlatır veya duraklatır. - + (while playing) (çalma anında) - + (while stopped) (durma anında) - + Cue Başlangıç noktası - + Headphone Kulaklık - + Mute Ses kapatma - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. - + If no deck is playing, syncs to the first deck that has a BPM. - + Decks can't sync to samplers and samplers can only sync to decks. - + Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control Hız kontrolü - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix Mix kaydet - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key - The musical key of a track - + Displays the musical key of the loaded track. - + Clock Saat - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11228,279 +11399,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. - + Fast Rewind Hızlı geri al - + Fast rewind through the track. Parçayı hızlı geri sar - + Fast Forward Hızlı ileri al - + Fast forward through the track. Parçayı hızlı ileri sar - + Jumps to the end of the track. Parçanın sonuna atlar - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control - + Pitch Rate - + Displays the current playback rate of the track. - + Repeat Tekrarla - + When active the track will repeat if you go past the end or reverse before the start. - + Eject Çıkar - + Ejects track from the player. Parçayı oynatıcıdan çıkarın. - + Hotcue - + If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. - + If hotcue is set, clears the hotcue. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Albüm - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -11622,34 +11793,6 @@ Fully right: end of the effect period - - Ui - - - Mixxx %1 Development Team - - - - - With contributions from: - - - - - And special thanks to: - - - - - Past Developers - - - - - Past Contributors - - - VSyncThread @@ -11745,12 +11888,18 @@ Fully right: end of the effect period WEffect - + + %1: %2 + %1 = effect name; %2 = effect description + + + + None Hiçbiri - + No effect loaded. Herhangi bir efekt yüklenmedi. @@ -11889,317 +12038,333 @@ Fully right: end of the effect period &Görünüm - + May not be supported on all skins. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + Ctrl +1 + + + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl +2 - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl +3 - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl +4 - + Show Cover Art Kapak remini göster - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen &Tam ekran - + Display Mixxx using the full screen - + &Options &Seçenekler - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix &Mix kaydet - + Record your mix to a file - + Ctrl+R Ctrl +R - + Enable Live &Broadcasting &Canlı Yayın'ı aç - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts &Klavye kısayollarını aç - + Toggles keyboard shortcuts on or off - + Ctrl+` Ctrl+` - + &Preferences &Tercihler - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer &Geliştirici - + &Reload Skin &Kaplamayı yeniden yükle - + Reload the skin Kaplamayı yeniden yükle - + Ctrl+Shift+R Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D Ctrl+Shift+D - + &Help &Yardım - + &Community Support &Topluluk Desteği - + Get help with Mixxx Mixxx'ten yardım alın. - + &User Manual &Kullanım Kılavuzu - + Read the Mixxx user manual. Mixxx kullanım kılavuzunu okuyun. - + &Keyboard Shortcuts &Klavye kısayolları - + Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback Bize yazın &Geri bildirim - + Send feedback to the Mixxx team. Mixxx Ekip'ine geri bildirim gönder. - + &Translate This Application &Bu uygulamayı çevir - + Help translate this application into your language. Bu uygulamayı kendi dilinize çevirmeye yardımcı olun. - + &About &Hakkında - + About the application Uygulama Hakkında @@ -12216,9 +12381,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source İz yükleniyor .. @@ -12300,6 +12463,12 @@ Text on waveform overview when file is cached from source Add to Playlist Çalma Listesine Ekle + + + Reset + Reset metadata in right click track context menu in library + Sıfırla + Cover Art @@ -12312,58 +12481,68 @@ Text on waveform overview when file is cached from source ESC - + Remove Kaldır - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library Kütüphane'den gizle - + Unhide from Library Kütüphane'de göster - + Purge from Library Kütüphane'den kaldır - + Properties Özellikler - + Open in File Browser Dosya Tarayıcıda Aç - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist Yeni çalma listesi oluştur - + Create New Crate Yeni kutu oluştur - + Enter name for new playlist: Yeni çalma listesini adlandır @@ -12393,150 +12572,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - Temizle - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues Önemli işaretler - + Loop - + ReplayGain - + Waveform - + All Hepsi - + Deck %1 Dek %1 - + New Playlist Yeni çalma listesi - - - + + + Playlist Creation Failed - Çalma Listesi Oluşturma Başarısız + Çalma Listesi Oluşturulamadı - + A playlist by that name already exists. Bu isimde bir çalma listesi zaten var. - + A playlist cannot have a blank name. Liste ismi boş bırakılamaz - + An unknown error occurred while creating playlist: Çalma listesi oluşturulurken bilinmeyen bir hata oluştu: - + Lock BPM BPM'yi Kilitle - + Unlock BPM BPM Kilidini Aç - + Double BPM BPM'i ikiye katla - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + Sampler %1 Sampler %1 @@ -12552,12 +12725,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) (GLSL) - + (GL) (GL) diff --git a/res/translations/mixxx_uk.ts b/res/translations/mixxx_uk.ts index e576ac614e38..a3805a743024 100644 --- a/res/translations/mixxx_uk.ts +++ b/res/translations/mixxx_uk.ts @@ -1,4 +1,4 @@ - + : @@ -386,22 +386,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error - + <b>Error with settings for '%1':</b><br> @@ -695,8 +695,8 @@ - - + + Deck %1 @@ -787,13 +787,13 @@ - + Set to full volume - + Set to zero volume @@ -818,13 +818,13 @@ - + Headphone listen button - + Mute button @@ -840,25 +840,25 @@ - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -934,229 +934,224 @@ - - One-time beat sync (tempo and phase) - - - - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode - + Equalizers Еквалайзери - + Vinyl Control Контроль вінілу - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Beat-Looping - + Create %1-beat loop - + Create temporary %1-beat loop roll - + Library Бібліотека @@ -1287,20 +1282,20 @@ + - Volume Fader - + Full Volume - + Zero Volume @@ -1316,7 +1311,7 @@ - + Mute @@ -1327,7 +1322,7 @@ - + Headphone Listen @@ -1348,25 +1343,25 @@ - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1471,11 +1466,6 @@ Sync Mode - - - Tap to sync, hold to enable sync mode - - Internal Sync Master @@ -1523,527 +1513,521 @@ - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Speed (Pitch/Tempo) - + Keylock Mode - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original - + High EQ Високі частоти - + Mid EQ - + Low EQ - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) Додати до черги Авто-DJ (знизу) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) Додати до черги Авто-DJ (наверх) - + Prepend selected track to the Auto DJ Queue - + Load Track Завантажити трек - + Load selected track - + Track Load and Play - + Load selected track and play - + Record Mix - + Toggle mix recording - + Effects Ефекти - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - + Quick Effect - + Clear effect rack - + Clear Effect Rack - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain + - + - + - + - Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next Далі - + Switch to next effect - + Previous Попередній - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect + - Parameter Value + - Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Cover Art Show/Hide - + Show/hide cover art - + Waveform Zoom Out - + Toggle Effect Unit @@ -2068,546 +2052,566 @@ - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - - + + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) + - Adjust %1 + - Kill %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off Мікрофон вмк/вимк - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Авто-DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Microphone Show/Hide - + Show/hide the microphone section - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out @@ -2917,6 +2921,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + Mixxx %1 Група розробників + + + + With contributions from: + При сприянні: + + + + And special thanks to: + І особлива подяка: + + + + Past Developers + Попередні розробники + + + + Past Contributors + Попередні автори + + DlgAboutDlg @@ -3561,102 +3593,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Automatic - + Mono - + Stereo Стерео - - - - + + + + Action failed - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3669,27 +3701,27 @@ Two source connections to the same server can't have the same mountpoint. - + Mixxx Icecast Testing Тестування Mixxx Icecast - + Public stream Публічний потік - + http://www.mixxx.org http://www.mixxx.org - + Stream name Назва потоку - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. @@ -3724,189 +3756,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. Динамічно оновлювати мета-дані Ogg Vorbis. - + + ICQ + + + + + AIM + + + + Website Веб-сайт - + Live mix Міксування у прямому ефірі - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre Стиль - + Use UTF-8 encoding for metadata. - + Description Опис - + Encoding Кодування - + Bitrate Бітрейт - - + + Format Формат - + Channels Канали - + Server connection Зв'язок з сервером - + Type Тип - + Host Вузол - + Login Ім’я користувача - + Mount Підключити - + Port Порт - + Password Пароль - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4664,15 +4711,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected Не призначено @@ -4799,32 +4842,32 @@ Displayed when no effect is selected - + Effect Info - + Version: - + Description: Опис: - + Author: - + Name: - + Type: @@ -5061,6 +5104,19 @@ and allows you to pitch adjust them for harmonic mixing. + + DlgPrefLV2Dlg + + + Equalizer Preferences + + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5844,7 +5900,7 @@ The loudness target is approximate and assumes track pregain and master output l Sample Rate - + Частота дискретизації @@ -5882,11 +5938,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds @@ -6126,17 +6178,17 @@ milliseconds - + OpenGL not available OpenGL не доступно - + dropped frames - + Cached waveforms occupy %1 MiB on disk. @@ -6174,28 +6226,28 @@ milliseconds - + Default zoom level Waveform zoom - + Displays the actual frame rate. - + Visual gain of the middle frequencies - + End of track warning - + OpenGL status @@ -6210,105 +6262,124 @@ milliseconds - + Low Низька - + Middle - + Global - + Visual gain of the high frequencies - + Visual gain of the low frequencies - + High Висока - + Waveform type - + Global visual gain - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. - + Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + % + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms @@ -6316,83 +6387,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware Звукове обладнання - + Controllers Контролери - + Library Бібліотека - + Interface Інтерфейс - + Waveforms - + Auto DJ Авто-DJ - + Equalizers Еквалайзери - + Decks - + Crossfader Кроссфейдер - + + Effects + Ефекти + + + + LV2 Plugins + + + + Recording Запис - + Beat Detection - + Key Detection - + Normalization Нормалізація - - + + Vinyl Control Контроль вінілу - + Live Broadcasting Пряма трансляція - + Modplug Decoder @@ -6909,7 +6990,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject @@ -6923,40 +7004,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h + + EffectSettingsModel + + + Visible + + + + + Name + + + + + Type + Тип + + EffectsManager - + Flanger - + BitCrusher - + Filter - + Reverb - + Echo - + AutoPan - + Tremolo @@ -7127,39 +7226,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes iTunes - - + + Select your iTunes library Виберіть свою бібліотеку ITunes - + (loading) iTunes (завантаження) iTunes - + Use Default Library Використовувати бібліотеку за замовчуванням - + Choose Library... Виберіть бібліотеку... - + Error Loading iTunes Library Помилка при завантаженні бібліотеки ITunes - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. Виникла помилка при завантаженні вашої бібліотеки ITunes. Деякі з ваших ITunes треків або плейлистів не можливо завантажити. @@ -7396,52 +7495,52 @@ support. MixxxMainWindow - + Choose music library directory Виберіть каталог музичної бібліотеки - + Sound Device Busy Звуковий пристрій зайнятий - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Спробувати ще</b> після закриття інших програм або повторного підключення звукового пристрою - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Змінити</b> налаштування звукових пристроїв у Mixxx. - - + + Get <b>Help</b> from the Mixxx Wiki. Отримайте<b>Допомогу</b> від Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. <b>Вихід</b> з Mixxx. - + Retry Повторити - + Cannot open database Не вдається відкрити базу даних - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7452,147 +7551,139 @@ Mixxx необхідно QT з підтримкою SQLite. Будь ласка, Натисніть OK для виходу. - - + + Reconfigure Перенастроїти - + Help Допомога - - + + Exit Вихід - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue Продовжити - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. - - + + Confirm Exit Підтвердити Вихід - + A deck is currently playing. Exit Mixxx? Дека в даний час грає. Вийти з Mixxx? - + A sampler is currently playing. Exit Mixxx? Семплер зараз грає. Вийти з Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? - - NativeBackend - - - Native - - - ParserCsv @@ -7973,563 +8064,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo - - + + Time - - + + Ping Pong - - - - + + + + Send - + How much of the signal to send into the delay buffer - - - - + + + + Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth - - + + Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM BPM - + Set the beats per minute value of the click sound - + Sync - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low Низька - - - + + + Gain for Low Filter - + Kill Low - + Kill the Low Filter - + Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High Висока - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8539,58 +8630,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo Стерео - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8655,47 +8746,47 @@ Higher values result in less attenuation of high frequencies. F11 - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8705,60 +8796,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix @@ -8791,45 +8882,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance Баланс - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8837,172 +8928,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + Вбудований + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9039,22 +9151,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording Запис - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9190,132 +9312,147 @@ Fully right: end of the effect period Помилка установки неблокуючого режиму: - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. - + Error setting bitrate - + Error: unknown server protocol! - + Error: libshout only supports Shoutcast with MP3 format! - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. Перевірте підключення до Інтернету і переконайтеся, що ваше ім'я користувача та пароль правильні. @@ -9733,7 +9870,7 @@ Fully right: end of the effect period - + Cover Art Обкладинки @@ -9995,7 +10132,6 @@ Fully right: end of the effect period Key - The musical key of a track Тональність @@ -10070,563 +10206,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play Грати - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank Зберегти банк Семплера - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank Завантажити банк Семплера - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - - - - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next Далі - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous Попередній - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10648,123 +10820,123 @@ Fully right: end of the effect period - + If quantize is enabled, snaps to the nearest beat. - + Quantize - + Toggles quantization. - + Loops and cues snap to the nearest beat when quantization is enabled. - + Reverse У зворотному напрямку - + Reverses track playback during regular playback. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause - + Jumps to the beginning of the track. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -10909,255 +11081,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. - + Jumps to the beginning of the track and stops. - + Plays or pauses the track. - + (while playing) - + (while stopped) - + Cue - + Headphone Навушники - + Mute - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. - + If no deck is playing, syncs to the first deck that has a BPM. - + Decks can't sync to samplers and samplers can only sync to decks. - + Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. Вимикає поточний цикл. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key - The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11222,279 +11393,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. - + Fast Rewind - + Fast rewind through the track. - + Fast Forward - + Fast forward through the track. - + Jumps to the end of the track. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control - + Pitch Rate - + Displays the current playback rate of the track. - + Repeat - + When active the track will repeat if you go past the end or reverse before the start. - + Eject - + Ejects track from the player. - + Hotcue - + If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. - + If hotcue is set, clears the hotcue. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. - + Track Time - + Track Duration Тривалість треку - + Displays the duration of the loaded track. Показує тривалість завантаженого треку. - + Information is loaded from the track's metadata tags. Інформація завантажена з мета-даних треку. - + Track Artist Виконавець треку. - + Displays the artist of the loaded track. Показує виконавеця завантаженого треку. - + Track Title Назва треку - + Displays the title of the loaded track. Показує назву завантаженого треку - + Track Album Альбом треку - + Displays the album name of the loaded track. Показує альбом завантаженого треку - + Track Artist/Title Виконавець/Заголовок треку - + Displays the artist and title of the loaded track. Показує виконавця/заголовок завантаженого треку @@ -11616,34 +11787,6 @@ Fully right: end of the effect period Виникла помилка при завантаженні вашої бібліотеки Traktor. Деякі з ваших треків або плейлисти Traktor не можуть бути завантажені. - - Ui - - - Mixxx %1 Development Team - Mixxx %1 Група розробників - - - - With contributions from: - При сприянні: - - - - And special thanks to: - І особлива подяка: - - - - Past Developers - Попередні розробники - - - - Past Contributors - Попередні автори - - VSyncThread @@ -11739,12 +11882,18 @@ Fully right: end of the effect period WEffect - + + %1: %2 + %1 = effect name; %2 = effect description + + + + None Не призначено - + No effect loaded. @@ -11883,317 +12032,333 @@ Fully right: end of the effect period &Вигляд - + May not be supported on all skins. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + + + + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen &На весь екран - + Display Mixxx using the full screen Відображення Mixxx у повноекранному режимі - + &Options &Опції - + &Vinyl Control &Контроль Вінілу - + Use timecoded vinyls on external turntables to control Mixxx Використання таймкод-платівок на зовнішньому програвачі для контролю Mixxx - + Enable Vinyl Control &%1 - + &Record Mix &Запис Міксу - + Record your mix to a file Записати Ваш мікс у файл - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server Трансляцыя ваших міксів на Shoutcast або Icecast сервер - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences &Параметри - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help &Допомога - + &Community Support &Підтримка співтовариства - + Get help with Mixxx - + &User Manual &Керівництво користувача - + Read the Mixxx user manual. Читати інструкцію по Mixxx. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback Відправте нам &Відгук - + Send feedback to the Mixxx team. Відправити відгук до команди розробників Mixxx. - + &Translate This Application &Перекласти цю програму - + Help translate this application into your language. Домопогти перекладати цю програму на Вашу мову. - + &About &Про - + About the application Про цю програму @@ -12210,9 +12375,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source Завантаження треку .. @@ -12294,6 +12457,12 @@ Text on waveform overview when file is cached from source Add to Playlist Додати до Плейлиста + + + Reset + Reset metadata in right click track context menu in library + Скинути + Cover Art @@ -12306,58 +12475,68 @@ Text on waveform overview when file is cached from source - + Remove Видалити - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library - + Unhide from Library - + Purge from Library - + Properties - + Open in File Browser Відкрити в файловому менеджері - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist Створити новий список відтворення - + Create New Crate - + Enter name for new playlist: Введіть ім'я для нового списку відтворення: @@ -12387,150 +12566,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues - + Loop - + ReplayGain - + Waveform - + All Все - + Deck %1 - + New Playlist Новий Плейлист - - - + + + Playlist Creation Failed Не вдалося створити плейлист - + A playlist by that name already exists. Плейлист з таким ім'ям вже існує. - + A playlist cannot have a blank name. Плейлист не може мати пусте ім'я - + An unknown error occurred while creating playlist: Виникла невідома помилка при створенні плейлиста: - + Lock BPM Замкнути BPM - + Unlock BPM Розімкнути BPM - + Double BPM - + Halve BPM Навпіл BPM - + 2/3 BPM - + 3/4 BPM - + Sampler %1 Семплер %1 @@ -12546,12 +12719,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) - + (GL) diff --git a/res/translations/mixxx_uz.ts b/res/translations/mixxx_uz.ts index ec1c66942176..e1bedbc130bd 100644 --- a/res/translations/mixxx_uz.ts +++ b/res/translations/mixxx_uz.ts @@ -1,4 +1,4 @@ - + : @@ -386,22 +386,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error - + <b>Error with settings for '%1':</b><br> @@ -695,8 +695,8 @@ - - + + Deck %1 @@ -787,13 +787,13 @@ - + Set to full volume - + Set to zero volume @@ -818,13 +818,13 @@ - + Headphone listen button - + Mute button @@ -840,25 +840,25 @@ - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -934,229 +934,224 @@ - - One-time beat sync (tempo and phase) - - - - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode - + Equalizers - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Beat-Looping - + Create %1-beat loop - + Create temporary %1-beat loop roll - + Library @@ -1287,20 +1282,20 @@ + - Volume Fader - + Full Volume - + Zero Volume @@ -1316,7 +1311,7 @@ - + Mute @@ -1327,7 +1322,7 @@ - + Headphone Listen @@ -1348,25 +1343,25 @@ - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1471,11 +1466,6 @@ Sync Mode - - - Tap to sync, hold to enable sync mode - - Internal Sync Master @@ -1523,527 +1513,521 @@ - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Speed (Pitch/Tempo) - + Keylock Mode - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original - + High EQ - + Mid EQ - + Low EQ - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Track Load and Play - + Load selected track and play - + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - + Quick Effect - + Clear effect rack - + Clear Effect Rack - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain + - + - + - + - Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next Кейинги - + Switch to next effect - + Previous Олдинги - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect + - Parameter Value + - Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Cover Art Show/Hide - + Show/hide cover art - + Waveform Zoom Out - + Toggle Effect Unit @@ -2068,546 +2052,566 @@ - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - - + + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) + - Adjust %1 + - Kill %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Авто DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Microphone Show/Hide - + Show/hide the microphone section - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out @@ -2917,6 +2921,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + + + + + With contributions from: + + + + + And special thanks to: + + + + + Past Developers + + + + + Past Contributors + + + DlgAboutDlg @@ -3561,102 +3593,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Automatic - + Mono - + Stereo - - - - + + + + Action failed - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3669,27 +3701,27 @@ Two source connections to the same server can't have the same mountpoint. - + Mixxx Icecast Testing - + Public stream - + http://www.mixxx.org - + Stream name - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. @@ -3724,189 +3756,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. - + + ICQ + + + + + AIM + + + + Website - + Live mix - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre Жанри - + Use UTF-8 encoding for metadata. - + Description - + Encoding - + Bitrate Битрейт - - + + Format - + Channels - + Server connection - + Type Тури - + Host - + Login - + Mount - + Port - + Password - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4664,15 +4711,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected @@ -4799,32 +4842,32 @@ Displayed when no effect is selected - + Effect Info - + Version: - + Description: - + Author: - + Name: - + Type: @@ -5061,6 +5104,19 @@ and allows you to pitch adjust them for harmonic mixing. + + DlgPrefLV2Dlg + + + Equalizer Preferences + + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5882,11 +5938,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds @@ -6126,17 +6178,17 @@ milliseconds - + OpenGL not available - + dropped frames - + Cached waveforms occupy %1 MiB on disk. @@ -6174,28 +6226,28 @@ milliseconds - + Default zoom level Waveform zoom - + Displays the actual frame rate. - + Visual gain of the middle frequencies - + End of track warning - + OpenGL status @@ -6210,105 +6262,124 @@ milliseconds - + Low - + Middle - + Global - + Visual gain of the high frequencies - + Visual gain of the low frequencies - + High - + Waveform type - + Global visual gain - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. - + Synchronize zoom level across all waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms @@ -6316,83 +6387,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library - + Interface - + Waveforms - + Auto DJ Авто DJ - + Equalizers - + Decks - + Crossfader - + + Effects + + + + + LV2 Plugins + + + + Recording - + Beat Detection - + Key Detection - + Normalization - - + + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -6909,7 +6990,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject @@ -6923,40 +7004,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h + + EffectSettingsModel + + + Visible + + + + + Name + + + + + Type + Тури + + EffectsManager - + Flanger - + BitCrusher - + Filter - + Reverb - + Echo - + AutoPan - + Tremolo @@ -7127,39 +7226,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes - - + + Select your iTunes library - + (loading) iTunes - + Use Default Library - + Choose Library... - + Error Loading iTunes Library - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. @@ -7396,52 +7495,52 @@ support. MixxxMainWindow - + Choose music library directory - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7449,147 +7548,139 @@ Click OK to exit. - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. - - + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? - - NativeBackend - - - Native - - - ParserCsv @@ -7968,563 +8059,563 @@ To abort this action, press Cancel on the file dialog. - - + + Bit Depth - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo - - + + Time - - + + Ping Pong - - - - + + + + Send - + How much of the signal to send into the delay buffer - - - - + + + + Feedback - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF - - + + Corner frequency ratio of the low pass filter - + Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF - - + + Corner frequency ratio of the high pass filter - - - - + + + + Depth - - + + Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM BPM - + Set the beats per minute value of the click sound - + Sync - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth - + BW - - + + Damping - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low - - - + + + Gain for Low Filter - + Kill Low - + Kill the Low Filter - + Mid - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid - + Kill the Mid Filter - + High - - + + Gain for High Filter - + Kill High - + Kill the High Filter - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 - + Moog Ladder 4 Filter - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation - + Res - - + + Resonance - + Resonance of the filters. 4 = self oscillating - + Deck %1 EQ Effect - - + + EQ Effect - + Deck 1 EQ Effect - + Gain for Low Filter (neutral at 1.0) @@ -8534,58 +8625,58 @@ Higher values result in less attenuation of high frequencies. - - + + Phaser - - + + Stereo - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8650,47 +8741,47 @@ Higher values result in less attenuation of high frequencies. - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8700,60 +8791,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! - + Live Mix @@ -8786,45 +8877,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8832,172 +8923,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9034,22 +9146,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording - + Could not create audio file for recording! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9185,132 +9307,147 @@ Fully right: end of the effect period - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. - + Error setting bitrate - + Error: unknown server protocol! - + Error: libshout only supports Shoutcast with MP3 format! - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -9728,7 +9865,7 @@ Fully right: end of the effect period - + Cover Art @@ -9990,7 +10127,6 @@ Fully right: end of the effect period Key - The musical key of a track Калит @@ -10065,563 +10201,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - - - - + Super Knob - - - Insert/Send Toggle - - - - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next Кейинги - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous Олдинги - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -10643,123 +10815,123 @@ Fully right: end of the effect period - + If quantize is enabled, snaps to the nearest beat. - + Quantize - + Toggles quantization. - + Loops and cues snap to the nearest beat when quantization is enabled. - + Reverse - + Reverses track playback during regular playback. - + Puts a track into reverse while being held (Censor). - + Playback continues where the track would have been if it had not been temporarily reversed. - - + + Play/Pause - + Jumps to the beginning of the track. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. - + Sync and Reset Key - + Increases the pitch by one semitone. - + Decreases the pitch by one semitone. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -10904,255 +11076,254 @@ Fully right: end of the effect period - + Starts playing from the beginning of the track. - + Jumps to the beginning of the track and stops. - + Plays or pauses the track. - + (while playing) - + (while stopped) - + Cue - + Headphone - + Mute - + Mutes the selected channel's audio in the master output. - + Old Synchronize - + (This skin should be updated to use Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. - + If no deck is playing, syncs to the first deck that has a BPM. - + Decks can't sync to samplers and samplers can only sync to decks. - + Enable Master Sync - + Tap to sync the tempo to other playing tracks or the master clock. - + Hold for at least a second to enable sync lock for this deck. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. - + Resets the key to the original track key. - + Enable Sync Clock Master - + When enabled, this device will serve as the master clock for all other decks. - + Speed Control - - - + + + Changes the track pitch independent of the tempo. - + Increases the pitch by 10 cents. - + Decreases the pitch by 10 cents. - + Pitch Adjust - + Adjust the pitch in addition to the speed slider pitch. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key - The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -11217,279 +11388,279 @@ Fully right: end of the effect period - + Sends the selected channel's audio to the headphone output, - + selected in Preferences -> Sound Hardware. - + Fast Rewind - + Fast rewind through the track. - + Fast Forward - + Fast forward through the track. - + Jumps to the end of the track. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. - - - + + + Pitch Control - + Pitch Rate - + Displays the current playback rate of the track. - + Repeat - + When active the track will repeat if you go past the end or reverse before the start. - + Eject - + Ejects track from the player. - + Hotcue - + If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. - + If hotcue is set, clears the hotcue. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. - + Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Hot Cue - Track will seek to nearest previous hot cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Альбом - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -11611,34 +11782,6 @@ Fully right: end of the effect period - - Ui - - - Mixxx %1 Development Team - - - - - With contributions from: - - - - - And special thanks to: - - - - - Past Developers - - - - - Past Contributors - - - VSyncThread @@ -11734,12 +11877,18 @@ Fully right: end of the effect period WEffect - - None + + %1: %2 + %1 = effect name; %2 = effect description + None + + + + No effect loaded. @@ -11878,317 +12027,333 @@ Fully right: end of the effect period - + May not be supported on all skins. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + + + + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + Send Us &Feedback - + Send feedback to the Mixxx team. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -12205,9 +12370,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source @@ -12289,6 +12452,12 @@ Text on waveform overview when file is cached from source Add to Playlist + + + Reset + Reset metadata in right click track context menu in library + + Cover Art @@ -12301,58 +12470,68 @@ Text on waveform overview when file is cached from source - + Remove Олиб ташлаш - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library - + Unhide from Library - + Purge from Library - + Properties - + Open in File Browser - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist - + Create New Crate - + Enter name for new playlist: @@ -12382,150 +12561,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues - + Loop - + ReplayGain - + Waveform - + All - + Deck %1 - + New Playlist Янги қўшиқ рўйхати - - - + + + Playlist Creation Failed - + A playlist by that name already exists. - + A playlist cannot have a blank name. - + An unknown error occurred while creating playlist: - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + Sampler %1 @@ -12541,12 +12714,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) - + (GL) diff --git a/res/translations/mixxx_vi.ts b/res/translations/mixxx_vi.ts index 71b765c06db2..cdfbdc9205d9 100644 --- a/res/translations/mixxx_vi.ts +++ b/res/translations/mixxx_vi.ts @@ -1,4 +1,4 @@ - + : @@ -388,22 +388,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error - + <b>Error with settings for '%1':</b><br> @@ -697,8 +697,8 @@ - - + + Deck %1 Sàn %1 @@ -789,13 +789,13 @@ - + Set to full volume Thiết lập để khối lượng đầy đủ - + Set to zero volume Thiết lập số không khối lượng @@ -820,13 +820,13 @@ Đảo ngược nút cuộn (kiểm duyệt) - + Headphone listen button Tai nghe nghe nút - + Mute button Nút tắt @@ -842,25 +842,25 @@ - + Mix orientation (e.g. left, right, center) Trộn định hướng (ví dụ: trái, phải, Trung tâm) - + Set mix orientation to left Thiết lập kết hợp định hướng bên trái - + Set mix orientation to center Thiết lập kết hợp định hướng đến Trung tâm - + Set mix orientation to right Thiết lập kết hợp định hướng sang phải @@ -936,229 +936,224 @@ Đồng bộ hóa chế độ 3-nhà nước chuyển đổi (OFF, đi theo, Thạc sĩ) - - One-time beat sync (tempo and phase) - Thời gian đồng bộ đánh bại (tiến độ và giai đoạn) - - - + One-time beat sync (tempo only) Một lần đánh bại đồng bộ (nhịp độ) - + One-time beat sync (phase only) Một lần đánh bại đồng bộ (chỉ giai đoạn) - + Toggle keylock mode Bật tắt chế độ khóa bàn phím - + Equalizers Equalizers - + Vinyl Control Vinyl kiểm soát - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Bật tắt chế độ cueing vinyl kiểm soát (OFF/1/bể) - + Toggle vinyl-control mode (ABS/REL/CONST) Bật tắt chế độ kiểm soát vinyl (ABS/REL/XD) - + Pass through external audio into the internal mixer Đi qua âm thanh bên ngoài vào máy trộn nội bộ - + Cues Tín hiệu - + Cue button Cue nút - + Set cue point Thiết lập cue điểm - + Go to cue point Đi đến cue điểm - + Go to cue point and play Đi đến cue điểm và chơi - + Go to cue point and stop Đi để ghi chú vào điểm và ngừng - + Preview from cue point Xem trước từ cue điểm - + Cue button (CDJ mode) Cue nút (CDJ chế độ) - + Stutter cue Nói lắp cue - + Hotcues Hotcues - + Set, preview from or jump to hotcue %1 Thiết lập, xem trước từ hoặc nhảy để hotcue %1 - + Clear hotcue %1 Rõ ràng hotcue %1 - + Set hotcue %1 Thiết lập hotcue %1 - + Jump to hotcue %1 Chuyển đến hotcue %1 - + Jump to hotcue %1 and stop Chuyển đến hotcue %1 và dừng - + Jump to hotcue %1 and play Chuyển đến hotcue %1 và chơi - + Preview from hotcue %1 Xem trước từ hotcue %1 - - + + Hotcue %1 Hotcue %1 - + Looping Looping - + Loop In button Vòng lặp trong nút - + Loop Out button Vòng lặp trong nút - + Loop Exit button Vòng ra nút - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Di chuyển vòng về phía trước bởi %1 nhịp đập - + Move loop backward by %1 beats Di chuyển vòng quay trở lại bởi nhịp đập %1 - + Beat-Looping Looping đánh bại - + Create %1-beat loop Tạo đánh bại %1 loop - + Create temporary %1-beat loop roll Tạo tạm thời đánh bại %1 vòng cuộn - + Library Thư viện @@ -1289,20 +1284,20 @@ + - Volume Fader Khối lượng đổi - + Full Volume Khối lượng đầy đủ - + Zero Volume Khối lượng không @@ -1318,7 +1313,7 @@ - + Mute Tắt tiếng @@ -1329,7 +1324,7 @@ - + Headphone Listen Tai nghe nghe @@ -1350,25 +1345,25 @@ - + Orientation Định hướng - + Orient Left Định hướng trái - + Orient Center Trung tâm phương đông - + Orient Right Định hướng bên phải @@ -1473,11 +1468,6 @@ Sync Mode Chế độ đồng bộ - - - Tap to sync, hold to enable sync mode - Bấm vào để đồng bộ hóa, tổ chức để kích hoạt chế độ đồng bộ - Internal Sync Master @@ -1525,527 +1515,521 @@ Đánh bại đồng bộ một-shot - + Sync Tempo One-Shot Tiến độ đồng bộ một-shot - + Sync Phase One-Shot Giai đoạn đồng bộ một-shot - + Speed (Pitch/Tempo) Tốc độ (Pitch/Tempo) - + Keylock Mode Chế độ khóa bàn phím - + Pitch control (does not affect tempo), center is original pitch Sân kiểm soát (không ảnh hưởng đến tiến độ), Trung tâm là ban đầu pitch - + Pitch Adjust Điều chỉnh pitch - + Adjust pitch from speed slider pitch Điều chỉnh pitch từ tốc độ trượt Sân - + Match musical key Phù hợp với âm nhạc khóa - + Match Key Phù hợp với phím - + Reset Key Thiết lập lại phím - + Resets key to original Đặt lại chìa khóa để ban đầu - + High EQ Cao EQ - + Mid EQ Giữa EQ - + Low EQ Thấp EQ - + Toggle Vinyl Control Bật tắt Vinyl kiểm soát - + Toggle Vinyl Control (ON/OFF) Bật tắt Vinyl kiểm soát (ON/OFF) - + Vinyl Control Mode Vinyl kiểm soát chế độ - + Vinyl Control Cueing Mode Vinyl kiểm soát Cueing chế độ - + Vinyl Control Passthrough Vinyl kiểm soát Passthrough - + Vinyl Control Next Deck Vinyl kiểm soát tiếp theo sàn - + Single deck mode - Switch vinyl control to next deck Chế độ tầng - chuyển đổi vinyl kiểm soát đến tầng tiếp theo - + Cue Cue - + Set Cue Thiết lập Cue - + Go-To Cue Go To Cue - + Go-To Cue And Play Go To Cue và chơi - + Go-To Cue And Stop Go To Cue và dừng - + Preview Cue Xem trước Cue - + Cue (CDJ Mode) Cue (CDJ chế độ) - + Stutter Cue Nói lắp Cue - + Go to cue point and play after release - + Clear Hotcue %1 Rõ ràng Hotcue %1 - + Set Hotcue %1 Thiết lập Hotcue %1 - + Jump To Hotcue %1 Chuyển đến Hotcue %1 - + Jump To Hotcue %1 And Stop Chuyển đến Hotcue %1 và dừng - + Jump To Hotcue %1 And Play Chuyển đến Hotcue %1 và chơi - + Preview Hotcue %1 Xem trước Hotcue %1 - + Loop In Vòng lặp trong - + Loop Out Vòng lặp trong - + Loop Exit Thoát khỏi vòng lặp - + Reloop/Exit Loop Reloop/thoát khỏi vòng lặp - + Loop Halve Loop giảm một nửa - + Loop Double Vòng lặp đôi - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Di chuyển vòng lặp + %1 nhịp đập - + Move Loop -%1 Beats Di chuyển vòng lặp-nhịp đập %1 - + Loop %1 Beats Nhịp đập vòng %1 - + Loop Roll %1 Beats Loop Roll %1 nhịp đập - + Add to Auto DJ Queue (bottom) Thêm vào hàng đợi DJ tự động (phía dưới) - + Append the selected track to the Auto DJ Queue Gắn tiếp theo dõi được chọn vào xếp hàng DJ tự động - + Add to Auto DJ Queue (top) Thêm vào hàng đợi DJ tự động (top) - + Prepend selected track to the Auto DJ Queue Thêm các ca khúc được chọn để xếp hàng DJ tự động - + Load Track Theo dõi tải - + Load selected track Tải được chọn theo dõi - + Track Load and Play Theo dõi tải và chơi - + Load selected track and play Tải được chọn theo dõi và chơi - + Record Mix Ghi kết hợp - + Toggle mix recording Chuyển đổi kết hợp ghi âm - + Effects Hiệu ứng - + Quick Effects Tác dụng nhanh chóng - + Deck %1 Quick Effect Super Knob Sàn %1 có hiệu lực nhanh chóng siêu Knob - + Quick Effect Super Knob (control linked effect parameters) Nhanh chóng có hiệu lực Super Knob (điều khiển liên kết có hiệu lực tham số) - + Quick Effect Có hiệu lực nhanh chóng - + Clear effect rack Có hiệu lực rõ ràng rack - + Clear Effect Rack Có hiệu lực rõ ràng Rack - + Clear Unit Rõ ràng đơn vị - + Clear effect unit Đơn vị có hiệu lực rõ ràng - + Toggle Unit Chuyển đổi đơn vị - + Dry/Wet Giặt/ướt - + Adjust the balance between the original (dry) and processed (wet) signal. Điều chỉnh sự cân bằng giữa bản gốc (khô) và xử lý tín hiệu (ướt). - + Super Knob Siêu Knob - - - Insert/Send Toggle - Chèn/gửi chuyển đổi - - - + Next Chain Tiếp theo chuỗi + - + - + - + - Assign Chỉ định - + Clear Rõ ràng - + Clear the current effect Rõ ràng các hiệu ứng hiện tại - + Toggle Chuyển đổi - + Toggle the current effect Chuyển đổi có hiệu lực hiện tại - + Next Tiếp theo - + Switch to next effect Chuyển sang kế tiếp có hiệu lực - + Previous Trước đó - + Switch to the previous effect Chuyển đổi để có hiệu lực trước đó - + Next or Previous Kế tiếp hoặc trước đó - + Switch to either next or previous effect Chuyển sang kế tiếp hoặc trước đó có hiệu lực + - Parameter Value Giá trị tham số + - Microphone Ducking Strength Micro Ducking sức mạnh - + Microphone Ducking Mode Micro Ducking chế độ - + Gain Đạt được - + Gain knob Đạt được knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle Tự động bật/tắt DJ - + Toggle Auto DJ On/Off Chuyển đổi tự động DJ On/Off - + Library Maximize/Restore Thư viện tối đa hóa/khôi phục lại - + Maximize the track library to take up all the available screen space. Tối đa hóa thư viện theo dõi để mất tất cả không gian màn hình có sẵn. - + Effect Rack Show/Hide Có hiệu lực Rack Hiển thị/ẩn - + Show/hide the effect rack Hiển thị/ẩn các rack có hiệu lực - + Cover Art Show/Hide Bìa nghệ thuật Hiển thị/ẩn - + Show/hide cover art Hiển thị/ẩn bìa - + Waveform Zoom Out Dạng sóng thu nhỏ - + Toggle Effect Unit Bật/tắt hiệu ứng đơn vị @@ -2070,546 +2054,566 @@ Tai nghe được - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed Tốc độ phát lại - + Playback speed control (Vinyl "Pitch" slider) Kiểm soát tốc độ phát lại (Vinyl "Cắm" trượt) - + Pitch (Musical key) Pitch (âm nhạc phím) - + Increase Speed Tăng tốc độ - + Adjust speed faster (coarse) Điều chỉnh tốc độ nhanh hơn (thô) - - + + Increase Speed (Fine) Tăng tốc độ (Mỹ) - + Adjust speed faster (fine) Điều chỉnh tốc độ nhanh hơn (Mỹ) - + Decrease Speed Giảm tốc độ - + Adjust speed slower (coarse) Điều chỉnh tốc độ chậm hơn (thô) - + Adjust speed slower (fine) Điều chỉnh tốc độ chậm hơn (Mỹ) - + Temporarily Increase Speed Tạm thời tăng tốc độ - + Temporarily increase speed (coarse) Tạm thời tăng tốc độ (thô) - + Temporarily Increase Speed (Fine) Tạm thời tăng tốc độ (Mỹ) - + Temporarily increase speed (fine) Tạm thời tăng tốc độ (Mỹ) - + Temporarily Decrease Speed Tạm thời giảm tốc độ - + Temporarily decrease speed (coarse) Tạm thời giảm tốc độ (thô) - + Temporarily Decrease Speed (Fine) Tạm thời giảm tốc độ (Mỹ) - + Temporarily decrease speed (fine) Tạm thời giảm tốc độ (Mỹ) + - Adjust %1 Điều chỉnh %1 + - Kill %1 Giết %1 - + CUP (Cue + Play) - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Enable or disable effect processing Kích hoạt hoặc vô hiệu hoá hiệu ứng xử lý - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset Tiếp theo chuỗi cài sẵn - + Previous Chain Chuỗi trước - + Previous chain preset Trước chuỗi cài sẵn - + Next/Previous Chain Kế tiếp/trước Chuỗi - + Next or previous chain preset Kế tiếp hoặc trước đó chuỗi cài sẵn + - Show Effect Parameters - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary Micro / phụ trợ - + Microphone On/Off Micro baät/taét - + Microphone on/off Micro baät/taét - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Bật/tắt Micro ducking chế độ (OFF, tự động, hướng dẫn sử dụng) - + Auxiliary On/Off Liên minh baät/taét - + Auxiliary on/off Liên minh baät/taét - + Auto DJ Tự động DJ - + Auto DJ Shuffle Tự động DJ Shuffle - + Auto DJ Skip Next Tự động DJ bỏ qua tiếp theo - + Auto DJ Fade To Next Tự động DJ phai để tiếp theo - + Trigger the transition to the next track Kích hoạt sự chuyển đổi sang bài hát kế tiếp - + User Interface Giao diện người dùng - + Samplers Show/Hide Samplers Hiển thị/ẩn - + Show/hide the sampler section Hiển thị/ẩn phần sampler - + Microphone Show/Hide Micro Hiển thị/ẩn - + Show/hide the microphone section Hiển thị/ẩn phần Micro - + Vinyl Control Show/Hide Vinyl kiểm soát Hiển thị/ẩn - + Show/hide the vinyl control section Hiển thị/ẩn phần kiểm soát vinyl - + Preview Deck Show/Hide Xem trước sàn Hiển thị/ẩn - + Show/hide the preview deck Hiển thị/ẩn tầng xem trước - + Vinyl Spinner Show/Hide Vinyl Spinner Hiển thị/ẩn - + Show/hide spinning vinyl widget Hiển thị/ẩn quay vinyl Tiện ích - + Waveform zoom Thu phóng dạng sóng - + Waveform Zoom Thu phóng dạng sóng - + Zoom waveform in Phóng to dạng sóng - + Waveform Zoom In Dạng sóng phóng to - + Zoom waveform out Thu nhỏ dạng sóng @@ -2919,6 +2923,34 @@ + + DlgAbout + + + Mixxx %1 Development Team + Nhóm phát triển Mixxx %1 + + + + With contributions from: + Với sự đóng góp của: + + + + And special thanks to: + Và đặc biệt nhờ: + + + + Past Developers + Qua nhà phát triển + + + + Past Contributors + Trong quá khứ những người đóng góp + + DlgAboutDlg @@ -3571,102 +3603,102 @@ Bạn đã cố gắng để tìm hiểu: %1, %2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 NPP - + Ogg Vorbis Ogg Vorbis - + Automatic - + Mono Mono - + Stereo Âm thanh nổi - - - - + + + + Action failed - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3679,27 +3711,27 @@ Two source connections to the same server can't have the same mountpoint.Sống phát thanh truyền tuỳ chọn - + Mixxx Icecast Testing Mixxx Icecast thử nghiệm - + Public stream Khu vực stream - + http://www.mixxx.org http://www.Mixxx.org - + Stream name Dòng tên - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. Do sai sót trong một số khách hàng trực tuyến, Cập Nhật Ogg Vorbis siêu dữ liệu tự động có thể gây ra lỗi này nghe và disconnections. Kiểm tra hộp này để cập nhật các siêu dữ liệu anyway. @@ -3734,189 +3766,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. Tự động cập nhật siêu dữ liệu Ogg Vorbis. - + + ICQ + + + + + AIM + + + + Website Trang web - + Live mix Trực tiếp kết hợp - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre Thể loại - + Use UTF-8 encoding for metadata. Sử dụng UTF-8 mã hóa cho siêu dữ liệu. - + Description Mô tả - + Encoding Mã hóa - + Bitrate Bitrate - - + + Format Định dạng - + Channels Kênh - + Server connection Kết nối máy chủ - + Type Loại - + Host Máy chủ lưu trữ - + Login Đăng nhập - + Mount Gắn kết - + Port Cổng - + Password Mật khẩu - + Stream info - + Metadata - + Use static artist and title. - + Static title - + Static artist - + Automatic reconnect - + Time to wait before the first reconnection attempt is made. - - + + seconds giây - + Wait until first attempt - + Reconnect period - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts - + Maximum retries - + Reconnect if the connection to the streaming server is lost. - + Enable automatic reconnect @@ -4675,15 +4722,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected Không có @@ -4810,32 +4853,32 @@ Displayed when no effect is selected Hiệu ứng có sẵn - + Effect Info Thông tin có hiệu lực - + Version: Phiên bản: - + Description: Trò chơi mô tả: - + Author: Tác giả: - + Name: Tên: - + Type: Loại: @@ -5072,6 +5115,19 @@ and allows you to pitch adjust them for harmonic mixing. G #m + + DlgPrefLV2Dlg + + + Equalizer Preferences + Tùy chọn bộ chỉnh âm + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5857,7 +5913,7 @@ Mục tiêu âm sắc là gần đúng và giả định theo dõi sản lượn Sample Rate - + Tốc độ Lấy mẫu @@ -5895,11 +5951,7 @@ Mục tiêu âm sắc là gần đúng và giả định theo dõi sản lượn ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds MS @@ -5920,7 +5972,7 @@ milliseconds Buffer Underflow Count - + Bộ đệm Underflow tính @@ -5935,7 +5987,7 @@ milliseconds Keylock/Pitch-Bending Engine - + Khóa bàn phím/Pitch-uốn động cơ @@ -5970,7 +6022,7 @@ milliseconds System Reported Latency - + Hệ thống báo cáo trễ @@ -6139,17 +6191,17 @@ milliseconds RGB - + OpenGL not available OpenGL không sẵn dùng - + dropped frames bỏ khung - + Cached waveforms occupy %1 MiB on disk. @@ -6187,28 +6239,28 @@ milliseconds Đạt được hình ảnh - + Default zoom level Waveform zoom Mức thu phóng mặc định - + Displays the actual frame rate. Hiển thị tỷ lệ khung hình thực tế. - + Visual gain of the middle frequencies Đạt được hình ảnh của các tần số giữa - + End of track warning Kết thúc theo dõi cảnh báo - + OpenGL status Tình trạng OpenGL @@ -6223,105 +6275,124 @@ milliseconds giây - + Low Thấp - + Middle Trung - + Global Toàn cầu - + Visual gain of the high frequencies Đạt được hình ảnh của tần số cao - + Visual gain of the low frequencies Đạt được hình ảnh của các tần số thấp - + High Cao - + Waveform type - + Global visual gain Toàn cầu tăng thị giác - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. Đồng bộ hóa mức thu phóng trên tất cả dạng sóng Hiển thị. - + Synchronize zoom level across all waveforms Đồng bộ hóa mức thu phóng trên tất cả waveforms - + Caching - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. - + Enable waveform caching - + Generate waveforms when analyzing library - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. - - Show Beat Markers + + % + % + + + + Play marker position - + + Moves the play marker position on the waveforms to the left, right or center (default). + + + + Clear Cached Waveforms @@ -6329,83 +6400,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware Phần cứng âm thanh - + Controllers Bộ điều khiển - + Library Thư viện - + Interface Giao diện - + Waveforms Waveforms - + Auto DJ Tự động DJ - + Equalizers Equalizers - + Decks - + Crossfader Crossfader - + + Effects + Hiệu ứng + + + + LV2 Plugins + + + + Recording Ghi âm - + Beat Detection Đánh bại phát hiện - + Key Detection Phát hiện quan trọng - + Normalization Bình thường hóa - - + + Vinyl Control Vinyl kiểm soát - + Live Broadcasting Sống phát thanh truyền - + Modplug Decoder Bộ giải mã Modplug @@ -6924,7 +7005,7 @@ Thường kết quả trong cao chất lượng beatgrids, nhưng sẽ không t EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject Chuỗi sản phẩm nào @@ -6938,40 +7019,58 @@ Thường kết quả trong cao chất lượng beatgrids, nhưng sẽ không t Không có hiệu lực được nạp. + + EffectSettingsModel + + + Visible + + + + + Name + Tên + + + + Type + Loại + + EffectsManager - + Flanger Flanger - + BitCrusher BitCrusher - + Filter Bộ lọc - + Reverb Reverb - + Echo ECHO - + AutoPan - + Tremolo @@ -7142,39 +7241,39 @@ Thường kết quả trong cao chất lượng beatgrids, nhưng sẽ không t ITunesFeature - - + + iTunes iTunes - - + + Select your iTunes library Chọn thư viện iTunes của bạn - + (loading) iTunes iTunes (tải) - + Use Default Library Sử dụng mặc định thư viện - + Choose Library... Chọn thư viện... - + Error Loading iTunes Library Lỗi tải iTunes thư viện - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. Đã có lỗi khi nạp thư viện iTunes của bạn. Một số bài nhạc iTunes hoặc danh sách phát của bạn không có thể đã nạp. @@ -7412,52 +7511,52 @@ support. MixxxMainWindow - + Choose music library directory Chọn âm nhạc thư viện thư mục - + Sound Device Busy Thiết bị âm thanh bận rộn - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Thử lại</b> sau khi đóng ứng dụng khác hoặc kết nối lại một thiết bị âm thanh - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Cấu hình lại</b> Cài đặt thiết bị âm thanh của Mixxx. - - + + Get <b>Help</b> from the Mixxx Wiki. Nhận được <b>Trợ giúp</b> từ Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. <b>Lối ra</b> Mixxx. - + Retry Thử lại - + Cannot open database Không thể mở cơ sở dữ liệu - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7468,150 +7567,142 @@ Mixxx yêu cầu QT với SQLite hỗ trợ. Xin vui lòng đọc các tài li Nhấp vào OK để thoát. - - + + Reconfigure Cấu hình lại - + Help Trợ giúp - - + + Exit Lối ra - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices Không có thiết bị đầu ra - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. Mixxx được cấu hình mà không có bất kỳ thiết bị âm thanh đầu ra. Âm thanh xử lý sẽ bị vô hiệu hóa mà không có một thiết bị được cấu hình đầu ra. - + <b>Continue</b> without any outputs. <b>Tiếp tục</b> mà không có bất kỳ kết quả đầu ra. - + Continue Tiếp tục - + Load track to Deck %1 Tải ca khúc để boong %1 - + Deck %1 is currently playing a track. Sàn %1 đang phát một ca khúc. - + Are you sure you want to load a new track? Bạn có chắc bạn muốn tải một ca khúc mới không? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. Có là không có thiết bị đầu vào, chọn này kiểm soát vinyl. Xin vui lòng chọn một thiết bị đầu vào trong ưa thích của phần cứng âm thanh đầu tiên. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. Có là không có thiết bị đầu vào, chọn này kiểm soát passthrough. Xin vui lòng chọn một thiết bị đầu vào trong ưa thích của phần cứng âm thanh đầu tiên. - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. Có là không có thiết bị đầu vào, chọn cho Micro này. Xin vui lòng chọn một thiết bị đầu vào trong ưa thích của phần cứng âm thanh đầu tiên. - + Error in skin file Lỗi trong tệp vẻ ngoài - + The selected skin cannot be loaded. Vẻ ngoài đã chọn không thể được nạp. - + OpenGL Direct Rendering Trực tiếp OpenGL Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. Trực tiếp kết xuất không được kích hoạt trên máy tính của bạn. <br><br>, Điều này có nghĩa rằng dạng sóng Hiển thị sẽ là rất <br><b>chậm và có thể thuế CPU của bạn rất nhiều</b>. Hoặc cập nhật của bạn cấu hình <br>để cho phép hiển thị trực tiếp, hoặc vô hiệu hóa <br>dạng sóng Hiển thị trong các ưu đãi Mixxx bằng cách chọn <br>"Rỗng" như màn hình dạng sóng trong 'Giao diện' phần. <br> <br>Lưu ý: nếu bạn sử dụng phần cứng NVIDIA, <br>thể hiện trực tiếp có thể không có mặt, nhưng bạn nên <br>không kinh nghiệm xuống cấp hiệu suất. - - + + Confirm Exit Xác nhận thoát - + A deck is currently playing. Exit Mixxx? Một sân hiện đang phát. Thoát khỏi Mixxx? - + A sampler is currently playing. Exit Mixxx? Một sampler hiện đang phát. Thoát khỏi Mixxx? - + The preferences window is still open. Cửa sổ tùy chọn là vẫn còn mở. - + Discard any changes and exit Mixxx? Loại bỏ bất kỳ thay đổi và thoát Mixxx? - - NativeBackend - - - Native - Nguồn gốc - - ParserCsv @@ -7995,563 +8086,563 @@ To abort this action, press Cancel on the file dialog. Bạn đã chọn các tập tin sai. Để cấp quyền truy cập Mixxx, hãy chọn tệp '%1'. Nếu bạn không muốn tiếp tục, bấm Hủy bỏ. - - + + Bit Depth Độ sâu bit - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling Downsampling - + Down - + The sample rate to which the signal is downsampled - - + + Echo ECHO - - + + Time - - + + Ping Pong - - - - + + + + Send Gửi - + How much of the signal to send into the delay buffer Bao nhiêu tín hiệu để gửi vào bộ đệm chậm trễ - - - - + + + + Feedback Thông tin phản hồi - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops Số tiền phất mất dần mỗi khi nó vòng - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize Quantize - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter Bộ lọc - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF LPF - - + + Corner frequency ratio of the low pass filter Tỷ lệ tần số góc của vùng áp thấp vượt qua bộ lọc - + Q Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF HPF - - + + Corner frequency ratio of the high pass filter Tỷ lệ tần số góc của cao vượt qua bộ lọc - - - - + + + + Depth Chiều sâu - - + + Flanger Flanger - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width - + Metronome - + Adds a metronome click sound to the stream - + BPM BPM - + Set the beats per minute value of the click sound - + Sync Đồng bộ - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period Thời gian - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb Reverb - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth Băng thông - + BW - - + + Damping Dao - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low Thấp - - - + + + Gain for Low Filter Đạt được cho thấp lọc - + Kill Low Giết thấp - + Kill the Low Filter Giết bộ lọc thấp - + Mid Giữa - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid Giết giữa - + Kill the Mid Filter Giết bộ lọc giữa - + High Cao - - + + Gain for High Filter Đạt được cho bộ lọc cao - + Kill High Giết cao - + Kill the High Filter Giết bộ lọc cao - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ Đồ họa EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 Đạt được cho ban nhạc lọc %1 - + Moog Ladder 4 Filter Moog bậc thang 4 lọc - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation Một Moog 4-cực bậc thang bộ lọc, dựa trên việc thực hiện kỹ thuật số tuyến tính phòng không Antti Houvilainen - + Res - - + + Resonance Cộng hưởng - + Resonance of the filters. 4 = self oscillating Cộng hưởng của các bộ lọc. 4 = dao động tự - + Deck %1 EQ Effect Có hiệu lực EQ boong %1 - - + + EQ Effect Có hiệu lực EQ - + Deck 1 EQ Effect Đáp 1 EQ có hiệu lực - + Gain for Low Filter (neutral at 1.0) Đạt được cho thấp lọc (trung lập tại 1.0) @@ -8561,58 +8652,58 @@ Higher values result in less attenuation of high frequencies. Mạng suối - - + + Phaser - - + + Stereo Âm thanh nổi - - + + Stages - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped - - + + Range - + Controls the frequency range across which the notches sweep. - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8677,47 +8768,47 @@ Higher values result in less attenuation of high frequencies. F11 - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8727,60 +8818,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! Dòng này là trực tuyến cho mục đích thử nghiệm! - + Live Mix Sống kết hợp @@ -8813,45 +8904,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance Cân bằng - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8859,172 +8950,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + Built-in + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9061,22 +9173,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording Ghi âm - + Could not create audio file for recording! Không thể tạo các tập tin âm thanh cho ghi âm! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. Đảm bảo đủ không gian đĩa miễn phí và bạn có quyền ghi cho thư mục bản ghi âm. - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9212,132 +9334,147 @@ Fully right: end of the effect period Lỗi cài đặt không chặn chế độ: - + Error setting hostname! Lỗi cài đặt tên miền máy chủ! - + Error setting port! Lỗi cài đặt cổng! - + Error setting password! Lỗi cài đặt mật khẩu! - + Error setting mount! Lỗi cài đặt núi! - + Error setting username! Lỗi cài đặt tên người dùng! - + Error setting stream name! Lỗi thiết lập dòng tên! - + Error setting stream description! Lỗi cài đặt dòng mô tả! - + Error setting stream genre! Lỗi cài đặt stream thể loại! - + Error setting stream url! Lỗi cài đặt stream url! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! Lỗi cài đặt dòng công cộng! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. Phát sóng tại 96kHz với Ogg Vorbis không được hỗ trợ hiện nay. Xin vui lòng thử một tốc độ Lấy mẫu khác nhau hoặc chuyển sang một mã hóa khác nhau. - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. Xem https://bugs.launchpad.net/mixxx/+bug/686212 cho thêm thông tin. - + Error setting bitrate Lỗi cài đặt bitrate - + Error: unknown server protocol! Lỗi: giao thức máy chủ không rõ! - + Error: libshout only supports Shoutcast with MP3 format! Lỗi: libshout chỉ hỗ trợ các Shoutcast với định dạng MP3! - + Error setting protocol! Lỗi cài đặt giao thức! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server Không thể kết nối với máy chủ streaming - + Please check your connection to the Internet and verify that your username and password are correct. Xin vui lòng kiểm tra kết nối Internet của bạn và xác minh rằng tên người dùng và mật khẩu của bạn là chính xác. @@ -9755,7 +9892,7 @@ Fully right: end of the effect period - + Cover Art Bìa @@ -10017,7 +10154,6 @@ Fully right: end of the effect period Key - The musical key of a track Chìa khóa @@ -10092,563 +10228,599 @@ Fully right: end of the effect period - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play Chơi - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank Lưu Sampler ngân hàng - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank Tải Sampler ngân hàng - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - Giặt/ướt - - - + Super Knob Siêu Knob - - - Insert/Send Toggle - Chèn/gửi chuyển đổi - - - + Next Chain Tiếp theo chuỗi - + Previous Chain Chuỗi trước - + Next/Previous Chain Kế tiếp/trước Chuỗi - + Clear Rõ ràng - + Clear the current effect. Rõ ràng các hiệu ứng hiện tại. - + Toggle Chuyển đổi - + Toggle the current effect. Chuyển đổi có hiệu lực hiện tại. - + Next Tiếp theo - + Clear Unit Rõ ràng đơn vị - + Clear effect unit. Đơn vị có hiệu lực rõ ràng. - + Show/hide parameters for effects in this unit. - + Toggle Unit Chuyển đổi đơn vị - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. Chuyển sang kế tiếp có hiệu lực. - + Previous Trước đó - + Switch to the previous effect. Chuyển đổi để có hiệu lực trước đó. - + Next or Previous Kế tiếp hoặc trước đó - + Switch to either the next or previous effect. Chuyển sang một trong hai tác dụng kế tiếp hoặc trước đó. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter Có hiệu lực tham số - + Adjusts a parameter of the effect. Điều chỉnh các thông số của hiệu lực. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill Bộ chỉnh âm tham số giết - - + + Holds the gain of the EQ to zero while active. Tổ chức đạt được của các EQ bằng không trong khi hoạt động. - + Quick Effect Super Knob Hiệu ứng nhanh siêu Knob - + Quick Effect Super Knob (control linked effect parameters). Nhanh chóng có hiệu lực Super Knob (kiểm soát tham số liên kết có hiệu lực). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. Gợi ý: Các thay đổi chế độ có hiệu lực nhanh chóng mặc định trong tuỳ chọn-> Equalizers. - + Equalizer Parameter Bộ chỉnh âm tham số - + Adjusts the gain of the EQ filter. Điều chỉnh độ lợi của các bộ lọc EQ. - + Hint: Change the default EQ mode in Preferences -> Equalizers. Gợi ý: Các thay đổi chế độ EQ mặc định trong tuỳ chọn-> Equalizers. @@ -10670,123 +10842,123 @@ Fully right: end of the effect period Điều chỉnh beatgrid để phù hợp với một sân chơi. - + If quantize is enabled, snaps to the nearest beat. Nếu quantize được kích hoạt, snaps để đánh bại gần nhất. - + Quantize Quantize - + Toggles quantization. Bật tắt sự lượng tử hóa. - + Loops and cues snap to the nearest beat when quantization is enabled. Vòng và tín hiệu snap để đánh bại gần nhất khi sự lượng tử hóa được kích hoạt. - + Reverse Đảo ngược - + Reverses track playback during regular playback. Ảnh theo dõi phát lại trong khi phát lại thường xuyên. - + Puts a track into reverse while being held (Censor). Đặt một ca khúc vào đảo ngược trong khi được tổ chức (kiểm duyệt). - + Playback continues where the track would have been if it had not been temporarily reversed. Phát lại tiếp tục nơi đường sẽ có là nếu nó đã không được tạm thời đảo ngược. - - + + Play/Pause Phát/tạm dừng - + Jumps to the beginning of the track. Nhảy tới bắt đầu theo dõi. - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. Đồng bộ tiến độ (BPM) và các giai đoạn của đường khác, nếu BPM được phát hiện trên cả hai. - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. Đồng bộ tiến độ (BPM) của các ca khúc khác, nếu BPM được phát hiện trên cả hai. - + Sync and Reset Key Đồng bộ và thiết lập lại phím - + Increases the pitch by one semitone. Tăng sân một semitone. - + Decreases the pitch by one semitone. Giảm trong trận đấu bởi một semitone. - + Enable Vinyl Control Cho phép điều khiển Vinyl - + When disabled, the track is controlled by Mixxx playback controls. Khi tắt, theo dõi được điều khiển bởi Mixxx phát lại điều khiển. - + When enabled, the track responds to external vinyl control. Khi kích hoạt, theo dõi phản ứng để kiểm soát bên ngoài nhựa vinyl. - + Enable Passthrough Sử Passthrough - + Indicates that the audio buffer is too small to do all audio processing. Chỉ ra rằng các bộ đệm âm thanh quá nhỏ để làm tất cả âm thanh xử lý. - + Displays cover artwork of the loaded track. Hiển thị bao gồm các tác phẩm nghệ thuật của các ca khúc được nạp. - + Displays options for editing cover artwork. Hiển thị các tùy chọn để chỉnh sửa bìa. - + Star Rating Xếp hạng sao - + Assign ratings to individual tracks by clicking the stars. Gán xếp hạng cho bài hát riêng lẻ bằng cách nhấp vào các ngôi sao. @@ -10931,255 +11103,254 @@ Fully right: end of the effect period Ngăn chặn sân thay đổi khi tốc độ thay đổi. - + Starts playing from the beginning of the track. Bắt đầu phát từ sự khởi đầu của đường đua. - + Jumps to the beginning of the track and stops. Nhảy tới bắt đầu theo dõi và dừng lại. - + Plays or pauses the track. Phát hoặc tạm dừng theo dõi. - + (while playing) (trong khi chơi) - + (while stopped) (trong khi dừng lại) - + Cue Cue - + Headphone Tai nghe - + Mute Tắt tiếng - + Mutes the selected channel's audio in the master output. Tắt tiếng âm thanh kênh được chọn trong sản lượng tổng thể. - + Old Synchronize Old đồng bộ hóa - + (This skin should be updated to use Master Sync!) (Da này nên được Cập Nhật để sử dụng Master Sync!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. Đồng bộ đến tầng đầu tiên (theo thứ tự số) mà đang phát một ca khúc và có một BPM. - + If no deck is playing, syncs to the first deck that has a BPM. Nếu không có Sân chơi, đồng bộ đến tầng đầu tiên có một BPM. - + Decks can't sync to samplers and samplers can only sync to decks. Sàn không thể đồng bộ để lấy mẫu và lấy mẫu có thể chỉ đồng bộ với sàn. - + Enable Master Sync Bật đồng bộ hóa Master - + Tap to sync the tempo to other playing tracks or the master clock. Bấm vào để đồng bộ theo dõi tiến độ để chơi khác hoặc đồng hồ chủ. - + Hold for at least a second to enable sync lock for this deck. Giữ cho một thứ hai để cho phép đồng bộ khóa cho boong này. - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. Sàn với đồng bộ khóa sẽ chơi tất cả ở cùng một tiến độ, và sàn tàu cũng có quantize kích hoạt sẽ luôn luôn có nhịp đập của họ xếp hàng. - + Resets the key to the original track key. Đặt lại chìa khóa đến chính ca khúc ban đầu. - + Enable Sync Clock Master Sử đồng bộ đồng hồ chủ - + When enabled, this device will serve as the master clock for all other decks. Khi kích hoạt, thiết bị này sẽ phục vụ như là đồng hồ tổng thể cho tất cả các sàn. - + Speed Control Kiểm soát tốc độ - - - + + + Changes the track pitch independent of the tempo. Thay đổi sân theo dõi độc lập tiến độ. - + Increases the pitch by 10 cents. Tăng sân 10 cent. - + Decreases the pitch by 10 cents. Làm giảm độ cao thấp của 10 cent. - + Pitch Adjust Điều chỉnh pitch - + Adjust the pitch in addition to the speed slider pitch. Điều chỉnh sân ngoài sân trượt tốc độ. - + Record Mix Ghi kết hợp - + Toggle mix recording. Chuyển đổi kết hợp ghi âm. - + Enable Live Broadcasting Kích hoạt tính năng sống phát sóng - + Stream your mix over the Internet. Dòng hỗn hợp của bạn qua Internet. - + Provides visual feedback for Live Broadcasting status: Cung cấp phản hồi thị giác cho Live phát thanh truyền tình trạng: - + disabled, connecting, connected, failure. vô hiệu hóa, kết nối, kết nối, thất bại. - + When enabled, the deck directly plays the audio arriving on the vinyl input. Khi kích hoạt, tầng trực tiếp phát âm thanh đến ngày vinyl đầu vào. - + Blue for passthrough enabled. Màu xanh cho passthrough được kích hoạt. - + Playback will resume where the track would have been if it had not entered the loop. Phát lại sẽ tiếp tục nơi đường sẽ có là nếu nó đã không nhập vào vòng lặp. - + Loop Exit Thoát khỏi vòng lặp - + Turns the current loop off. Tắt các vòng lặp hiện tại. - + Slip Mode Chế độ chống trượt - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. Khi hoạt động, phát lại tiếp tục tắt trong nền trong một đầu đảo ngược, vòng lặp, vv. - + Once disabled, the audible playback will resume where the track would have been. Sau khi vô hiệu hóa, phát lại âm thanh sẽ tiếp tục nơi đường sẽ có. - + Track Key - The musical key of a track Theo dõi các phím - + Displays the musical key of the loaded track. Hiển thị phím âm nhạc của ca khúc được nạp. - + Clock Đồng hồ - + Displays the current time. Hiển thị thời gian hiện tại. - + Audio Latency Usage Meter Độ trễ âm thanh sử dụng đồng hồ - + Displays the fraction of latency used for audio processing. Hiển thị các phần của độ trễ được sử dụng để xử lý âm thanh. - + A high value indicates that audible glitches are likely. Một giá trị cao cho thấy rằng âm thanh ổn định có khả năng. - + Do not enable keylock, effects or additional decks in this situation. Không cho phép khóa bàn phím, hiệu ứng hoặc bổ sung sàn trong tình huống này. - + Audio Latency Overload Indicator Âm thanh độ trễ quá tải chỉ số @@ -11244,279 +11415,279 @@ Fully right: end of the effect period Hiển thị phím âm nhạc hiện tại theo dõi tải sau Sân chuyển. - + Sends the selected channel's audio to the headphone output, Gửi các kênh được chọn của âm thanh để đầu ra tai nghe, - + selected in Preferences -> Sound Hardware. chọn trong các tùy chọn-> phần cứng âm thanh. - + Fast Rewind Tua nhanh - + Fast rewind through the track. Tua lại nhanh thông qua đường. - + Fast Forward Tua đi - + Fast forward through the track. Nhanh chóng chuyển tiếp thông qua theo dõi. - + Jumps to the end of the track. Nhảy đến cuối đường. - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. Sets sân cho một phím cho phép sự chuyển tiếp điều hòa từ các ca khúc khác. Yêu cầu một khoá được phát hiện trên cả hai sàn tham gia. - - - + + + Pitch Control Kiểm soát Sân - + Pitch Rate Tỷ lệ pitch - + Displays the current playback rate of the track. Hiển thị mức độ phát hiện tại theo dõi. - + Repeat Lặp lại - + When active the track will repeat if you go past the end or reverse before the start. Khi hoạt động theo dõi sẽ lặp lại nếu bạn đi qua cuối cùng hoặc ngược lại trước khi bắt đầu. - + Eject Đẩy ra - + Ejects track from the player. Đẩy ra theo dõi từ người chơi. - + Hotcue Hotcue - + If hotcue is set, jumps to the hotcue. Nếu hotcue được thiết lập, nhảy vào hotcue. - + If hotcue is not set, sets the hotcue to the current play position. Nếu hotcue không được thiết lập, đặt hotcue vị trí chơi hiện tại. - + If hotcue is set, clears the hotcue. Nếu hotcue được thiết lập, xóa hotcue. - + Vinyl Control Mode Vinyl kiểm soát chế độ - + Absolute mode - track position equals needle position and speed. Chế độ tuyệt đối - theo dõi vị trí bằng kim vị trí và tốc độ. - + Relative mode - track speed equals needle speed regardless of needle position. Chế độ tương đối - theo dõi tốc độ bằng kim tốc độ bất kể vị trí kim. - + Constant mode - track speed equals last known-steady speed regardless of needle input. Chế độ liên tục - theo dõi tốc độ bằng cuối cùng được biết đến-tăng tốc độ bất kể kim đầu vào. - + Vinyl Status Tình trạng vinyl - + Provides visual feedback for vinyl control status: Cung cấp phản hồi thị giác cho vinyl kiểm soát tình trạng: - + Green for control enabled. Màu xanh lá cây để kiểm soát được kích hoạt. - + Blinking yellow for when the needle reaches the end of the record. Nhấp nháy màu vàng cho khi kim đạt đến sự kết thúc của kỷ lục. - + Loop-In Marker Vòng lặp trong điểm đánh dấu - + Loop-Out Marker Loop-Out Marker - + Loop Halve Loop giảm một nửa - + Halves the current loop's length by moving the end marker. Halves vòng lặp hiện tại chiều dài bằng cách di chuyển các điểm đánh dấu kết thúc. - + Deck immediately loops if past the new endpoint. Boong ngay lập tức vòng nếu qua điểm cuối mới. - + Loop Double Vòng lặp đôi - + Doubles the current loop's length by moving the end marker. Tăng gấp đôi chiều dài của vòng lặp hiện tại bằng cách di chuyển các điểm đánh dấu kết thúc. - + Beatloop Beatloop - + Toggles the current loop on or off. Bật tắt vòng lặp hiện tại hoặc tắt. - + Works only if Loop-In and Loop-Out marker are set. Chỉ khi vòng lặp trong các công trình và điểm đánh dấu Loop-Out được thiết lập. - + Hint: Change the default cue mode in Preferences -> Interface. Gợi ý: Thay đổi chế độ cue mặc định trong tuỳ chọn-> giao diện. - + Vinyl Cueing Mode Vinyl Cueing chế độ - + Determines how cue points are treated in vinyl control Relative mode: Xác định cách cue điểm được điều trị trong vinyl kiểm soát tương đối chế độ: - + Off - Cue points ignored. Off - Cue điểm bỏ qua. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. Một Cue - nếu kim sẽ bị ngắt sau cue điểm, theo dõi sẽ tìm đến thời điểm cue. - + Hot Cue - Track will seek to nearest previous hot cue point. Cue nóng - theo dõi sẽ tìm cách gần nhất trước nóng cue điểm. - + Track Time Theo dõi thời gian - + Track Duration Theo dõi thời gian - + Displays the duration of the loaded track. Hiển thị thời gian theo dõi được nạp. - + Information is loaded from the track's metadata tags. Thông tin được nạp từ thẻ siêu dữ liệu của con đường mòn. - + Track Artist Nghệ sĩ theo dõi - + Displays the artist of the loaded track. Hiển thị các nghệ sĩ theo dõi nạp. - + Track Title Theo dõi các tiêu đề - + Displays the title of the loaded track. Hiển thị tiêu đề của các ca khúc được nạp. - + Track Album Theo dõi Album - + Displays the album name of the loaded track. Hiển thị tên album theo dõi nạp. - + Track Artist/Title Theo dõi các nghệ sĩ/tiêu đề - + Displays the artist and title of the loaded track. Hiển thị các nghệ sĩ và tiêu đề của các ca khúc được nạp. @@ -11638,34 +11809,6 @@ Fully right: end of the effect period Đã có lỗi khi nạp thư viện Traktor của bạn. Một số bài nhạc Traktor hoặc danh sách phát của bạn không có thể đã nạp. - - Ui - - - Mixxx %1 Development Team - Nhóm phát triển Mixxx %1 - - - - With contributions from: - Với sự đóng góp của: - - - - And special thanks to: - Và đặc biệt nhờ: - - - - Past Developers - Qua nhà phát triển - - - - Past Contributors - Trong quá khứ những người đóng góp - - VSyncThread @@ -11761,12 +11904,18 @@ Fully right: end of the effect period WEffect - + + %1: %2 + %1 = effect name; %2 = effect description + + + + None Không có - + No effect loaded. Không có hiệu lực được nạp. @@ -11905,317 +12054,333 @@ Fully right: end of the effect period & Xem - + May not be supported on all skins. Có thể không được hỗ trợ trên tất cả da. - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + Ctrl + 1 + + + Show Microphone Section Hiển thị Micro phần - + Show the microphone section of the Mixxx interface. Hiển thị phần micro của giao diện Mixxx. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl + 2 - + Show Vinyl Control Section Hiển thị Vinyl kiểm soát phần - + Show the vinyl control section of the Mixxx interface. Hiển thị phần vinyl kiểm soát của giao diện Mixxx. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl + 3 - + Show Preview Deck Hiển thị xem trước sàn - + Show the preview deck in the Mixxx interface. Hiển thị xem trước sàn trong giao diện Mixxx. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl + 4 - + Show Cover Art Bìa đĩa Hiển thị - + Show cover art in the Mixxx interface. Hiển thị nghệ thuật bao gồm trong giao diện Mixxx. - + Ctrl+6 Menubar|View|Show Cover Art Ctrl + 6 - + Maximize Library Tối đa hóa thư viện - + Maximize the track library to take up all the available screen space. Tối đa hóa thư viện theo dõi để mất tất cả không gian màn hình có sẵn. - + Space Menubar|View|Maximize Library Space - + &Full Screen & Toàn màn hình - + Display Mixxx using the full screen Hiển thị Mixxx bằng cách sử dụng toàn màn hình - + &Options & Tùy chọn - + &Vinyl Control & Vinyl kiểm soát - + Use timecoded vinyls on external turntables to control Mixxx Sử dụng timecoded vinyls trên bên ngoài xoay để kiểm soát Mixxx - + Enable Vinyl Control &%1 Kích hoạt tính năng Vinyl kiểm soát & %1 - + &Record Mix & Ghi kết hợp - + Record your mix to a file Ghi lại hỗn hợp của bạn vào một tập tin - + Ctrl+R Ctrl + R - + Enable Live &Broadcasting Sử sống & phát thanh truyền - + Stream your mixes to a shoutcast or icecast server Dòng hỗn hợp của bạn đến một máy chủ shoutcast hoặc icecast - + Ctrl+L Ctrl + L - + Enable &Keyboard Shortcuts Kích hoạt tính năng & phím tắt - + Toggles keyboard shortcuts on or off Chuyển phím tắt Baät hoaëc taét - + Ctrl+` Ctrl +' - + &Preferences & Sở thích - + Change Mixxx settings (e.g. playback, MIDI, controls) Thay đổi cài đặt Mixxx (ví dụ như các điều khiển phát lại, MIDI) - + &Developer & Phát triển - + &Reload Skin & Tải lại da - + Reload the skin Tải lại da - + Ctrl+Shift+R Ctrl + Shift + R - + Developer &Tools Công cụ phát triển & - + Opens the developer tools dialog Mở hộp thoại công cụ phát triển - + Ctrl+Shift+T Ctrl + Shift + T - + Stats: &Experiment Bucket Thống kê: & thử nghiệm Xô - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. Cho phép thử nghiệm chế độ. Thu thập số liệu thống kê trong thử nghiệm theo dõi thùng. - + Ctrl+Shift+E Ctrl + Shift + E - + Stats: &Base Bucket Thống kê: & căn cứ Xô - + Enables base mode. Collects stats in the BASE tracking bucket. Cho phép cơ sở chế độ. Thu thập số liệu thống kê căn cứ theo dõi Xô. - + Ctrl+Shift+B Ctrl + Shift + B - + Deb&ugger Enabled Deb & ugger đã bật - + Enables the debugger during skin parsing Cho phép trình gỡ lỗi trong da phân tích - + Ctrl+Shift+D Ctrl + Shift + D - + &Help & Trợ giúp - + &Community Support & Hỗ trợ cộng đồng - + Get help with Mixxx Nhận trợ giúp với Mixxx - + &User Manual & Hướng dẫn sử dụng - + Read the Mixxx user manual. Đọc hướng dẫn sử dụng Mixxx. - + &Keyboard Shortcuts & Phím tắt - + Speed up your workflow with keyboard shortcuts. Tăng tốc độ công việc của bạn với phím tắt. - + Send Us &Feedback Gửi cho chúng tôi & thông tin phản hồi - + Send feedback to the Mixxx team. Gửi phản hồi cho nhóm Mixxx. - + &Translate This Application & Dịch ứng dụng này - + Help translate this application into your language. Giúp chúng tôi dịch ứng dụng này sang ngôn ngữ của bạn. - + &About & Giới thiệu - + About the application Về ứng dụng @@ -12232,9 +12397,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source Tải ca khúc... @@ -12316,6 +12479,12 @@ Text on waveform overview when file is cached from source Add to Playlist Thêm vào danh sách chơi + + + Reset + Reset metadata in right click track context menu in library + + Cover Art @@ -12328,58 +12497,68 @@ Text on waveform overview when file is cached from source ESC - + Remove Loại bỏ - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library Ẩn từ thư viện - + Unhide from Library Bỏ ẩn từ thư viện - + Purge from Library Xoá khỏi thư viện - + Properties Thuộc tính - + Open in File Browser Mở trong trình duyệt tập tin - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist Tạo danh sách chơi mới - + Create New Crate Tạo mới thùng - + Enter name for new playlist: Nhập tên cho danh sách phát mới: @@ -12409,150 +12588,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - Rõ ràng - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck Xem trước sàn - + BPM and Beatgrid - + Play Count - + Cue Point - + Hotcues Hotcues - + Loop - + ReplayGain - + Waveform - + All Tất cả - + Deck %1 Sàn %1 - + New Playlist Danh sách chơi mới - - - + + + Playlist Creation Failed Sáng tạo danh sách phát đã thất bại - + A playlist by that name already exists. Một danh sách tên đó đã tồn tại. - + A playlist cannot have a blank name. Một danh sách không thể có một tên trống. - + An unknown error occurred while creating playlist: Lỗi không biết xảy ra trong khi tạo danh sách chơi: - + Lock BPM Khóa BPM - + Unlock BPM Mở khóa BPM - + Double BPM Đôi BPM - + Halve BPM Giảm một nửa BPM - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + Sampler %1 Sampler %1 @@ -12568,12 +12741,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) (GLSL) - + (GL) (GL) diff --git a/res/translations/mixxx_zh_CN.ts b/res/translations/mixxx_zh_CN.ts index a22ddefcc51f..ccdb710d4b78 100644 --- a/res/translations/mixxx_zh_CN.ts +++ b/res/translations/mixxx_zh_CN.ts @@ -1,4 +1,4 @@ - + : @@ -386,22 +386,22 @@ BroadcastProfile - + Can't use secure password storage: keychain access failed. 无法使用安全密码存储: 密钥链访问失败。 - + Secure password retrieval unsuccessful: keychain access failed. 安全密码存储提取不成功: 密钥链访问失败。 - + Settings error 设置错误 - + <b>Error with settings for '%1':</b><br> <b>'%1' 的设置出现错误: </b><br> @@ -589,7 +589,7 @@ ReplayGain - 播放增益 + 播放音量增益 @@ -695,15 +695,15 @@ - - + + Deck %1 - 碟机 %1 + 碟盘 %1 Sampler %1 - 采样器 %1 + 采样 %1 @@ -787,13 +787,13 @@ - + Set to full volume 音量全满 - + Set to zero volume 设为音量 0 @@ -818,13 +818,13 @@ 倒带(轨)键 - + Headphone listen button 耳机监听键 - + Mute button 静音按钮 @@ -840,25 +840,25 @@ - + Mix orientation (e.g. left, right, center) 声道选择(例如:左声道、右声道、立体声) - + Set mix orientation to left 设置输出声道为左声道 - + Set mix orientation to center 设置输出声道为立体声 - + Set mix orientation to right 设置输出声道为右声道 @@ -934,231 +934,226 @@ 切换同步模式 3(关闭/从/主) - - One-time beat sync (tempo and phase) - 一次性节拍同步(速度和相位) - - - + One-time beat sync (tempo only) 一次性节拍同步(仅速度) - + One-time beat sync (phase only) 一次性节拍同步(仅相位) - + Toggle keylock mode 切换音调锁模式 - + Equalizers 均衡器 - + Vinyl Control 唱盘控制 - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) 唱盘控制cueing模式(关闭/单一/热切) - + Toggle vinyl-control mode (ABS/REL/CONST) 切换唱盘控制模式(绝对/相对/常量) - + Pass through external audio into the internal mixer 从外部音频传给内部混音器 - + Cues 切入点(Cues) - + Cue button 切入(Cue)键 - + Set cue point 设定Cue点 - + Go to cue point 跳到Cue点 - + Go to cue point and play 跳到Cue点并播放 - + Go to cue point and stop 跳到Cue点并停止 - + Preview from cue point 从Cue点开始预览 - + Cue button (CDJ mode) 切入Cue按钮(CDJ模式) - + Stutter cue Stutter切入 - + Hotcues - 热切点(Hotcues) + 即时切点 - + Set, preview from or jump to hotcue %1 设置、预览或跳转至热切点 %1 - + Clear hotcue %1 清除热切点 %1 - + Set hotcue %1 设置热切点 %1 - + Jump to hotcue %1 跳转到热切点 %1 - + Jump to hotcue %1 and stop 跳转到热切点 %1 并停止 - + Jump to hotcue %1 and play 跳转到热切点 %1 并播放 - + Preview from hotcue %1 从热切点 %1 开始预览 - - + + Hotcue %1 热切点 %1 - + Looping 循环中 - + Loop In button 开始循环按钮 - + Loop Out button 退出循环按钮 - + Loop Exit button 结束循环按钮 - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats 将循环向前移动 %1 拍 - + Move loop backward by %1 beats 将循环向后移动 %1 拍 - + Beat-Looping 循环 - + Create %1-beat loop 创建 %1 拍的循环 - + Create temporary %1-beat loop roll 创建临时的 %1 拍循环滚动 - + Library - 音乐库 + 媒体库 @@ -1183,7 +1178,7 @@ Master Delay - 主延迟 + 总延迟 @@ -1287,20 +1282,20 @@ + - Volume Fader 音量调节 - + Full Volume 满音量 - + Zero Volume 零音量 @@ -1316,7 +1311,7 @@ - + Mute 静音 @@ -1327,7 +1322,7 @@ - + Headphone Listen 耳机监听 @@ -1348,25 +1343,25 @@ - + Orientation 定向 - + Orient Left 向左 - + Orient Center 向中间 - + Orient Right 向右 @@ -1453,7 +1448,7 @@ Adjust beatgrid to match another playing deck. - 调整节拍以匹配另一个碟机。 + 调整节拍样式以匹配另一个正在播放的碟机。 @@ -1471,11 +1466,6 @@ Sync Mode 同步模式 - - - Tap to sync, hold to enable sync mode - 敲击同步,保持以进入同步模式 - Internal Sync Master @@ -1523,527 +1513,521 @@ 单次节拍同步 - + Sync Tempo One-Shot 单次速度同步 - + Sync Phase One-Shot 单次相位同步 - + Speed (Pitch/Tempo) 速率(音高/速度) - + Keylock Mode 音调锁模式 - + Pitch control (does not affect tempo), center is original pitch 音高控制(不影响速度),中间位置代表原始音高 - + Pitch Adjust 调整音高 - + Adjust pitch from speed slider pitch 通过速度滑杆来调整音高 - + Match musical key 匹配音调 - + Match Key 匹配音调 - + Reset Key 匹配音调 - + Resets key to original 重设音调 - + High EQ 高 EQ - + Mid EQ 中 EQ - + Low EQ 低 EQ - + Toggle Vinyl Control 唱盘控制开关 - + Toggle Vinyl Control (ON/OFF) 唱盘控制开关 - + Vinyl Control Mode 唱盘控制模式 - + Vinyl Control Cueing Mode 唱盘控制切入(Cueing)模式 - + Vinyl Control Passthrough 唱盘控制直通 - + Vinyl Control Next Deck 唱盘控制下一碟机 - + Single deck mode - Switch vinyl control to next deck 单碟机模式 - 切换唱盘控制器至下一碟机 - + Cue 切入(Cue) - + Set Cue 设置Cue - + Go-To Cue 跳到Cue - + Go-To Cue And Play 跳到Cue并播放 - + Go-To Cue And Stop 跳到Cue并停止 - + Preview Cue 预览Cue - + Cue (CDJ Mode) 切入Cue (CDJ模式) - + Stutter Cue Stutter 切入 - + Go to cue point and play after release 跳到切入点并在释放后播放 - + Clear Hotcue %1 清除热切点 %1 - + Set Hotcue %1 设置热切点 %1 - + Jump To Hotcue %1 跳转到热切点 %1 - + Jump To Hotcue %1 And Stop 跳转到热切点 %1 并停止 - + Jump To Hotcue %1 And Play 跳转到热切点 %1 并播放 - + Preview Hotcue %1 预览热切点 %1 - + Loop In 循环入 - + Loop Out 退出循环 - + Loop Exit 结束循环 - + Reloop/Exit Loop 重新循环/退出循环 - + Loop Halve 循环减半 - + Loop Double 循环加倍 - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats 移动循环 +%1 拍 - + Move Loop -%1 Beats 移动循环-%1 拍 - + Loop %1 Beats 循环%1 拍 - + Loop Roll %1 Beats 循环滚动 %1 拍 - + Add to Auto DJ Queue (bottom) 添加至自动 Dj 队列(底部) - + Append the selected track to the Auto DJ Queue 将所选音轨追加到自动 Dj 队列 - + Add to Auto DJ Queue (top) 添加至自动 Dj 队列(顶部) - + Prepend selected track to the Auto DJ Queue 将所选音轨前置于自动 Dj 队列 - + Load Track 加载音轨 - + Load selected track 载入选中音轨 - + Track Load and Play 加载和播放音轨 - + Load selected track and play 加载并播放所选音轨 - + Record Mix 录制混音 - + Toggle mix recording 混音录制开关 - + Effects 效果 - + Quick Effects 快捷效果 - + Deck %1 Quick Effect Super Knob 碟机 %1 快捷效果的超级旋钮 - + Quick Effect Super Knob (control linked effect parameters) 快捷效果超级旋钮(控制关联的效果参数) - + Quick Effect 快捷效果 - + Clear effect rack 清除效果器 - + Clear Effect Rack 清除效果器 - + Clear Unit 清除单元 - + Clear effect unit 清除效果单元 - + Toggle Unit 切换单元 - + Dry/Wet 干/湿 - + Adjust the balance between the original (dry) and processed (wet) signal. 调整原始(dry)信号和处理后(wet)信号之间的平衡。 - + Super Knob 超级旋钮 - - - Insert/Send Toggle - 插入/发送切换 - - - + Next Chain 下一效果器链 + - + - + - + - Assign 分配 - + Clear 清除 - + Clear the current effect 清除当前效果 - + Toggle 切换 - + Toggle the current effect 切换当前效果 - + Next 下一首 - + Switch to next effect 切换至下一个效果 - + Previous 上一首 - + Switch to the previous effect 切换至之前的效果 - + Next or Previous 下一个或上一个 - + Switch to either next or previous effect 切换至下一个或上一个效果 + - Parameter Value 参数值 + - Microphone Ducking Strength 麦克风闪避强度 - + Microphone Ducking Mode 麦克风闪避模式 - + Gain 增益 - + Gain knob 增益旋钮 - + Shuffle the content of the Auto DJ queue - + 随机播放自动 DJ 队列内容 - + Skip the next track in the Auto DJ queue - + 跳过自动 DJ 队列的下个音轨 - + Auto DJ Toggle 自动 DJ 切换 - + Toggle Auto DJ On/Off 开启/关闭自动 DJ - + Library Maximize/Restore 音乐库界面最大化/还原 - + Maximize the track library to take up all the available screen space. - 最大化音乐库占用所有可用的屏幕空间。 + 最大化音乐库以占用所有可用的屏幕空间。 - + Effect Rack Show/Hide 效果器 显出/隐藏 - + Show/hide the effect rack 显出/隐藏 效果器 - + Cover Art Show/Hide 封面图片 显出/隐藏 - + Show/hide cover art 显出/隐藏 封面图片 - + Waveform Zoom Out 缩小波形 - + Toggle Effect Unit 切换效果单元 @@ -2068,546 +2052,566 @@ 耳机增益 - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed 回放速度 - + Playback speed control (Vinyl "Pitch" slider) 回放速度控制(唱盘音高滑块) - + Pitch (Musical key) 音高 - + Increase Speed 增加速度 - + Adjust speed faster (coarse) 加快速度(粗调) - - + + Increase Speed (Fine) 增加速度 (仔细) - + Adjust speed faster (fine) 加快速度(细调) - + Decrease Speed 降低速度 - + Adjust speed slower (coarse) 减慢速度(粗调) - + Adjust speed slower (fine) 减慢速度(细调) - + Temporarily Increase Speed 暂时增加速度 - + Temporarily increase speed (coarse) 暂时增加速度(粗调) - + Temporarily Increase Speed (Fine) 暂时增加速度(细调) - + Temporarily increase speed (fine) 暂时增加速度(细调) - + Temporarily Decrease Speed 暂时降低速度 - + Temporarily decrease speed (coarse) 暂时降低速度(粗调) - + Temporarily Decrease Speed (Fine) 暂时降低速度(细调) - + Temporarily decrease speed (fine) 暂时降低速度(细调) + - Adjust %1 调 %1 + - Kill %1 阻断 %1 - + CUP (Cue + Play) 切入(切入 + 播放) - + Loop Selected Beats 循环选中节奏 - + Create a beat loop of selected beat size 创建所选节奏循环 - + Loop Roll Selected Beats 循环选中节奏 - + Create a rolling beat loop of selected beat size 创建所选节奏循环 - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop 再循环和终止 - + Enable loop, jump to Loop In point, and stop - + Halve the loop length 将当前循环音轨长度折半 - + Double the loop length 将当前循环音轨长度加倍 - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up 向上移动 - + Equivalent to pressing the UP key on the keyboard 此操作的效果与按键盘上的上箭头按键是等效的 - + Move down 向下移动 - + Equivalent to pressing the DOWN key on the keyboard 此操作的效果与按键盘上的下箭头按键是等效的 - + Move up/down 向上/下移动 - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys 使用旋钮上下移动,和按键盘上的上/下箭头效果一致 - + Scroll Up 向上滚动 - + Equivalent to pressing the PAGE UP key on the keyboard 此操作的效果与按键盘上的向上翻页键是等效的 - + Scroll Down 向下滚动 - + Equivalent to pressing the PAGE DOWN key on the keyboard 此操作的效果与按键盘上的向下翻页键是等效的 - + Scroll up/down 向上/下滚动 - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys 使用旋钮上下滚动,和按键盘上的向上/下翻页键效果一致 - + Move left 向左移动 - + Equivalent to pressing the LEFT key on the keyboard 此操作的效果与按键盘上的左箭头按键是等效的 - + Move right 向右移动 - + Equivalent to pressing the RIGHT key on the keyboard 此操作的效果与按键盘上的右箭头按键是等效的 - + Move left/right 向左/右移动 - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys 使用旋钮上下移动,和按键盘上的左/右箭头键效果一致 - + Move focus to right pane 移动焦点到右侧面板 - + Equivalent to pressing the TAB key on the keyboard 此操作的效果与按键盘上的 TAB 键是等效的 - + Move focus to left pane 移动焦点到左侧面板 - + Equivalent to pressing the SHIFT+TAB key on the keyboard 此操作的效果与按键盘上的 SHIFT+TAB 键是等效的 - + Move focus to right/left pane 移动焦点到左/右侧面板 - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys 使用旋钮左右移动焦点,和按键盘上的 TAB/SHIFT+TAB 键效果一致 - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) 添加至自动 DJ 队列(替换) - + Replace Auto DJ Queue with selected tracks 使用选中的轨道替换自动 DJ 队列 - + Enable or disable effect processing 启用/禁用效果 - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset 下一预设效果器链 - + Previous Chain 上一效果器链 - + Previous chain preset 上一预设效果器链 - + Next/Previous Chain 下一个/上一个效果器链 - + Next or previous chain preset 下一个/上一个预设效果器链 + - Show Effect Parameters 显示效果的参数 - + Meta Knob 元旋钮 - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode 元旋钮模式 - + Set how linked effect parameters change when turning the Meta Knob. 设置调节元旋钮时相关参数的改变方式。 - + Meta Knob Mode Invert 元旋钮模式反转 - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary 麦克风/辅助物 - + Microphone On/Off 麦克风 开/关 - + Microphone on/off 麦克风 开/关 - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) 切换麦克风闪避模式(关闭/自动/手动) - + Auxiliary On/Off 辅助物 开/关 - + Auxiliary on/off 辅助物 开/关 - + Auto DJ 自动 DJ - + Auto DJ Shuffle 自动 DJ 随机播放 - + Auto DJ Skip Next 自动 DJ 跳至下一首 - + Auto DJ Fade To Next 自动 Dj 淡出至下一首 - + Trigger the transition to the next track 切换到下一音轨 - + User Interface 用户界面 - + Samplers Show/Hide 显示/隐藏采样器 - + Show/hide the sampler section 显示/隐藏采样器区域 - + Microphone Show/Hide 麦克风 显示/隐藏 - + Show/hide the microphone section 显示/隐藏 麦克风界面 - + Vinyl Control Show/Hide 唱盘控制 显示/隐藏 - + Show/hide the vinyl control section 显示/隐藏 唱盘控制界面 - + Preview Deck Show/Hide 预览用碟机 显示/隐藏 - + Show/hide the preview deck 显示/隐藏 预览用碟机 - + Vinyl Spinner Show/Hide 唱盘控制 显示/隐藏 - + Show/hide spinning vinyl widget 显示/隐藏 唱盘控制器 - + Waveform zoom 波形缩放 - + Waveform Zoom 波形缩放 - + Zoom waveform in 放大波形 - + Waveform Zoom In 放大波形 - + Zoom waveform out 缩小波形 @@ -2847,7 +2851,7 @@ A crate cannot have a blank name. - 分类列表不能命名为空。 + 分类列表名不能命名为空。 @@ -2917,6 +2921,34 @@ 复制分类列表失败 + + DlgAbout + + + Mixxx %1 Development Team + Mixxx %1 开发团队 + + + + With contributions from: + 贡献人员名单: + + + + And special thanks to: + 特别致谢: + + + + Past Developers + 早期开发者 + + + + Past Contributors + 早期贡献者 + + DlgAboutDlg @@ -3571,102 +3603,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Automatic 自动 - + Mono 启用 - + Stereo 立体声 - - - - + + + + Action failed 操作失败 - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' 重命名 '%1' - + New name for '%1': '%1' 的新名称: - + Can't rename '%1' to '%2': name already in use 无法将 '%1' 重命名为 '%2':名称已被使用 @@ -3679,27 +3711,27 @@ Two source connections to the same server can't have the same mountpoint.实况直播选项 - + Mixxx Icecast Testing Mixxx Icecast 测试 - + Public stream 公共流 - + http://www.mixxx.org http://www.mixxx.org - + Stream name 流名称 - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. 由于部分流客户端的软件缺陷,动态更新 Ogg Vorbis 元数据可能导致听众无法正常收听和连接。若确定更新,请勾选此框。 @@ -3734,189 +3766,204 @@ Two source connections to the same server can't have the same mountpoint.当应用这些设置时开启实况直播 - + Settings for %1 %1 的设置 - + Dynamically update Ogg Vorbis metadata. 动态更新 Ogg Vorbis 元数据。 - + + ICQ + + + + + AIM + + + + Website 主页 - + Live mix 现场混音 - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage 密码存储方式 - + Plain text 明文 - + Secure storage (OS keychain) 安全存储区(系统钥匙链) - + Genre 流派 - + Use UTF-8 encoding for metadata. 对元数据使用 UTF-8编码。 - + Description 描述 - + Encoding 编码 - + Bitrate 比特率 - - + + Format 格式 - + Channels 通道 - + Server connection 服务器链接 - + Type 类型 - + Host 主机 - + Login 用户名 - + Mount 挂载 - + Port 端口 - + Password 密码 - + Stream info 流信息 - + Metadata 元数据 - + Use static artist and title. 使用静态的艺术家名称和标题 - + Static title 静态标题 - + Static artist 静态艺术家名称 - + Automatic reconnect 自动断线重连 - + Time to wait before the first reconnection attempt is made. 两次重新连接间的等待时间间隔 - - + + seconds - + Wait until first attempt 等到首次尝试 - + Reconnect period 重试时长 - + Time to wait between two reconnection attempts. 两次重新连接间的等待时间间隔 - + Limit number of reconnection attempts 限制重新连接的尝试次数 - + Maximum retries 最大重试次数 - + Reconnect if the connection to the streaming server is lost. 如果到流服务器的连接意外断开则自动重新连接 - + Enable automatic reconnect 启用自动断线重连 @@ -4693,15 +4740,11 @@ Numark 模式: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected @@ -4828,32 +4871,32 @@ Displayed when no effect is selected 可用效果器 - + Effect Info 效果器信息 - + Version: 版本: - + Description: 描述: - + Author: 作者: - + Name: 名称: - + Type: 类型: @@ -5091,6 +5134,19 @@ and allows you to pitch adjust them for harmonic mixing. G#m + + DlgPrefLV2Dlg + + + Equalizer Preferences + 均衡器首选项 + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5884,7 +5940,7 @@ The loudness target is approximate and assumes track pregain and master output l Sample Rate - + 采样率 @@ -5922,11 +5978,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds ms @@ -5947,7 +5999,7 @@ milliseconds Buffer Underflow Count - + 缓冲区下溢计数 @@ -5962,7 +6014,7 @@ milliseconds Keylock/Pitch-Bending Engine - + 键盘锁 / 滑音引擎 @@ -6166,17 +6218,17 @@ milliseconds RGB - + OpenGL not available OpenGL不可用 - + dropped frames 丢帧 - + Cached waveforms occupy %1 MiB on disk. 缓存的波形占用了 %1 MB 磁盘空间。 @@ -6214,28 +6266,28 @@ milliseconds 视觉增益 - + Default zoom level Waveform zoom 默认缩放比例 - + Displays the actual frame rate. 显示实际帧率。 - + Visual gain of the middle frequencies 中频段的视觉增益 - + End of track warning 音轨结束警告 - + OpenGL status OpenGL 状态 @@ -6250,105 +6302,124 @@ milliseconds - + Low - + Middle - + Global 全局 - + Visual gain of the high frequencies 高频段的视觉增益 - + Visual gain of the low frequencies 低频段的视觉增益 - + High - + Waveform type 波形类别 - + Global visual gain 全局视觉增益 - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. 同步所有波形显示的缩放比例。 - + Synchronize zoom level across all waveforms 同步所有波形的缩放比例 - + Caching 缓存 - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. Mixxx 会在第一次载入音轨时在磁盘上缓存其波形。这将会减少实时播放时的 CPU 负荷,但需要额外的磁盘空间。 - + Enable waveform caching 启用波形缓存 - + Generate waveforms when analyzing library 分析库时生成波形 - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + % + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms 清除波形缓存 @@ -6356,83 +6427,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware 声音硬件 - + Controllers 控制器 - + Library - 音乐库 + 媒体库 - + Interface 界面 - + Waveforms 波形 - + Auto DJ - Auto DJ + 自动 DJ - + Equalizers 均衡器 - + Decks - + Crossfader 平滑转换器 - + + Effects + 效果 + + + + LV2 Plugins + + + + Recording 录制 - + Beat Detection 节拍检测 - + Key Detection 音调检测 - + Normalization 归一化 - - + + Vinyl Control 唱盘控制 - + Live Broadcasting 在线广播 - + Modplug Decoder Modplug 解码器 @@ -6770,12 +6851,12 @@ Often results in higher quality beatgrids, but will not do well on tracks that h Double BPM - BPM 加倍 + 拍速倍增 Halve BPM - BPM 减半 + 拍速倍减 @@ -6951,7 +7032,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject 效果器链为空 @@ -6965,40 +7046,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h 未加载效果器。 + + EffectSettingsModel + + + Visible + + + + + Name + 名称 + + + + Type + 类型 + + EffectsManager - + Flanger 镶边 - + BitCrusher 降比特率(BitCrusher) - + Filter 过滤器 - + Reverb 混响 - + Echo 回声 - + AutoPan - 自动声场(AutoPan) + 自动声场 - + Tremolo @@ -7169,39 +7268,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes iTunes - - + + Select your iTunes library 选择你的 iTunes 音乐库 - + (loading) iTunes (加载)iTunes - + Use Default Library 使用默认音乐库 - + Choose Library... 选择音乐库... - + Error Loading iTunes Library 加载iTunes音乐库时发生错误 - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. 在加载您的iTunes音乐库时发生了错误。部分歌曲或播放列表可能没有加载成功。 @@ -7424,12 +7523,12 @@ support. Missing Tracks - 缺失的音轨 + 缺少音轨 Hidden Tracks - 隐藏的音轨 + 隐藏音轨 @@ -7440,52 +7539,52 @@ support. MixxxMainWindow - + Choose music library directory 选择音乐库目录 - + Sound Device Busy 声音设备正忙 - + <b>Retry</b> after closing the other application or reconnecting a sound device 请关闭其他应用程序,或重新连接设备后<b>重试</b> - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>重新配置</b> Mixxx 声音设备。 - - + + Get <b>Help</b> from the Mixxx Wiki. 从 Mixxx Wiki 中获取<b>帮助</b>。 - - - + + + <b>Exit</b> Mixxx. <b>退出</b> Mixxx。 - + Retry 重试 - + Cannot open database 无法打开数据库 - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7496,111 +7595,111 @@ Mixxx 需要 QT 支持 SQLite。请阅读 Qt SQL 驱动文档以了解相关构 点击 OK 退出。 - - + + Reconfigure 重新配置 - + Help 帮助 - - + + Exit 退出 - - + + Mixxx was unable to open all the configured sound devices. Mixxx 无法打开所有要打开的音频设备 - + Sound Device Error 音频设备错误 - + <b>Retry</b> after fixing an issue 修正错误后 <b> 重试 </b> - + No Output Devices 没有输出设备 - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. Mixxx 的配置中没有任何输出设备,将会禁用音频处理操作。 - + <b>Continue</b> without any outputs. 确定在没有任何输出的情况下<b>继续</b>。 - + Continue 继续 - + Load track to Deck %1 加载音轨到碟机 %1 - + Deck %1 is currently playing a track. 碟机 %1 当前正在播放。 - + Are you sure you want to load a new track? 您确定要加载新音轨吗? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. 尚未选择用于唱盘控制的输入设备。 请在声音硬件的首选项中选择一个输入设备。 - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. 尚未选择用于唱盘控制的输入设备。 请在声音硬件的首选项中选择一个输入设备。 - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. 尚未选择用于麦克风控制的输入设备。 请在声音硬件的首选项中选择一个输入设备。 - + Error in skin file 皮肤文件错误 - + The selected skin cannot be loaded. 无法加载所选皮肤。 - + OpenGL Direct Rendering OpenGL 直接渲染 - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. 您的系统未启用直接渲染功能。<br><br> 这意味着波形显示的速度将会<b>很慢,且消耗更多的<br> @@ -7611,41 +7710,33 @@ CPU 资源</b>。<br> 直接渲染的选项,但您也不应遇到降低性能的问题。 - - + + Confirm Exit 确认退出 - + A deck is currently playing. Exit Mixxx? 有唱机正在播放。确定退出 Mixxx 吗? - + A sampler is currently playing. Exit Mixxx? 有采样器正在播放。确定退出 Mixxx 吗? - + The preferences window is still open. 首选项窗口尚未关闭。 - + Discard any changes and exit Mixxx? 取消所作更改并退出 Mixxx 吗? - - NativeBackend - - - Native - 原生 - - ParserCsv @@ -7962,7 +8053,7 @@ Do you want to scan your library for cover files now? Deck - 碟机 + 碟盘 @@ -8033,563 +8124,563 @@ To abort this action, press Cancel on the file dialog. 您选择了错误的文件。为了使 Mixxx 能正确访问,请选择文件“%1”。若您不希望继续,请选择“取消”。 - - + + Bit Depth 位深 - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling 向下采样 - + Down - + The sample rate to which the signal is downsampled - - + + Echo 回声 - - + + Time - - + + Ping Pong - - - - + + + + Send 发送 - + How much of the signal to send into the delay buffer 发送至延迟缓冲区的信号数量 - - - - + + + + Feedback 回馈 - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops 每个回声循环中,回声的衰减量 - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize 量化模式 - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter 过滤器 - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF LPF - - + + Corner frequency ratio of the low pass filter 低通滤波器的角频率比 - + Q Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF HPF - - + + Corner frequency ratio of the high pass filter 高通滤波器的角频率比 - - - - + + + + Depth 深度 - - + + Flanger 镶边 - - + + Speed - - + + Manual 用户手册 - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width 宽度 - + Metronome - + Adds a metronome click sound to the stream - + BPM BPM - + Set the beats per minute value of the click sound - + Sync 同步 - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period 周期 - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing 平滑 - + Smooth 平滑 - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb 混响 - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay 衰减 - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth 带宽 - + BW BW - - + + Damping 衰减 - + Higher damping values cause high frequencies to decay more quickly than low frequencies. 衰减值越大,高频的信号会比低频衰减更快。 - - How much of the signal to send to the effect - 发送至效果器的信号数量 - - - - - + + + Low - - - + + + Gain for Low Filter 低通滤波器增益 - + Kill Low 阻断低通 - + Kill the Low Filter 阻断低通滤波器 - + Mid 中通 - + Bessel4 LV-Mix Isolator Bessel4 LV-混音隔离 - + Bessel4 ISO Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). 使用 Lipshitz 和 Vanderkooy 混音器的 Bessel 四阶滤波隔离器(比特完美统一,滚降为 -24 分贝/八度音)。 - + Gain for Mid Filter 中通滤波器增益 - + Kill Mid 阻断中通 - + Kill the Mid Filter 阻断中通滤波器 - + High - - + + Gain for High Filter 高通滤波器增益 - + Kill High 阻断高通 - + Kill the High Filter 阻断高通滤波器 - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer 图形化均衡器 - + Graphic EQ 图形化均衡器 - + An 8-band graphic equalizer based on biquad filters 基于双二阶滤波器的八频段图形化滤波器 - + Gain for Band Filter %1 带通滤波器 %1 增益 - + Moog Ladder 4 Filter Moog Ladder 四阶滤波器 - + Moog Filter Moog 滤波器 - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation 四极 Moog 阶梯滤波器,基于 Antti Houvilainen 的非线性数字滤波器 - + Res 共鸣 - - + + Resonance 共振 - + Resonance of the filters. 4 = self oscillating 滤波器的共振值。-4 表示自振荡 - + Deck %1 EQ Effect 碟机 %1 的均衡器效果 - - + + EQ Effect 均衡器效果 - + Deck 1 EQ Effect 碟机 1 的均衡器效果 - + Gain for Low Filter (neutral at 1.0) 低通滤波器增益(1.0 为中性) @@ -8599,58 +8690,58 @@ Higher values result in less attenuation of high frequencies. 网络流 - - + + Phaser 解析器 - - + + Stereo 立体声 - - + + Stages 阶梯 - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped 设置输出信号的循环量 - - + + Range 范围 - + Controls the frequency range across which the notches sweep. 控制缺口扫过的频率范围。 - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8715,47 +8806,47 @@ Higher values result in less attenuation of high frequencies. F11 - + Bessel8 LV-Mix Isolator Bessel8 LV-混音隔离 - + Bessel8 ISO Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). 使用 Lipshitz 和 Vanderkooy 混音器的 Bessel 八阶滤波隔离器(比特完美统一,滚降为 -48 分贝/八度音)。 - + LinkwitzRiley8 Isolator LinkwitzRiley8 隔离器 - + LR8 ISO LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). Linkwitz-Riley 八阶滤波隔离器(优化分频,恒定相移,滚降为 -48 dB /八度音)。若要调整频率架,请参考均衡器选项。 - + Biquad Equalizer 双二阶均衡器 - + BQ EQ BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. 含有两个双二阶钟形滤波器的三频段滤波器,提供架式高通/高阻开关。 @@ -8765,60 +8856,60 @@ Higher values result in less attenuation of high frequencies. 找不到设备 - + Biquad Full Kill Equalizer 双二阶全阻断均衡器 - + BQ EQ/ISO BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. 三频段均衡器,整合了均衡器和隔离器,提供平缓的斜率和完全阻断。 - + Loudness Contour 等响度曲线 - - - + + + Loudness 响度 - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. 增益低响度的高频与低频信号以弥补人耳听力不足 - + Set the gain of the applied loudness contour 调整已应用的等响度曲线的增益值 - - + + Use Gain 使用增益 - + Follow Gain Knob 跟随增益旋钮 - + This stream is online for testing purposes! 此媒体流仅用于线上测试! - + Live Mix 现场混音 @@ -8851,45 +8942,45 @@ Higher values result in less attenuation of high frequencies. 32 位浮点数 - - - + + + Balance 平衡 - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8897,172 +8988,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate 频率 - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform 波形 - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + 内置 + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9099,22 +9211,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording 录制 - + Could not create audio file for recording! 无法创建用于录制的音频文件! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. 请确保磁盘空间充足,并且您有写入录制文件夹的权限。 - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9250,132 +9372,147 @@ Fully right: end of the effect period 设置非阻塞模式时出错: - + Error setting hostname! 设置主机名时出错! - + Error setting port! 设置端口时出错! - + Error setting password! 设置密码时出错! - + Error setting mount! 设置挂载点时出错! - + Error setting username! 设置i用户名时出错! - + Error setting stream name! 设置流的名称时出错! - + Error setting stream description! 设置流的描述时出错! - + Error setting stream genre! 设置流的流派时出错! - + Error setting stream url! 设置流的 URL 时出错! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! 设置公共流错误 - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. 当前不支持广播 96kHz 的 Ogg Vorbis。请使用其他的采样率,或切换至其他编码格式。 - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. 参见 https://bugs.launchpad.net/mixxx/+bug/686212 以获取更多信息。 - + Error setting bitrate 设置比特率时出错 - + Error: unknown server protocol! 错误:服务器协议未知! - + Error: libshout only supports Shoutcast with MP3 format! 错误:libshout 仅支持使用 MP3 格式进行广播! - + Error setting protocol! 设置协议时出错! - + Network cache overflow 网络缓存溢出 - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. 到流服务器的连接中断,且在 %1 次重试之后仍然无法重新连接 - + Lost connection to streaming server. 到流服务器的连接断开 - + Please check your connection to the Internet. 请检查您的互联网连接 - + Can't connect to streaming server 无法连接到流服务器 - + Please check your connection to the Internet and verify that your username and password are correct. 请检查您的互联网连接,并确保用户名和密码正确。 @@ -9764,7 +9901,7 @@ Fully right: end of the effect period Sampler - 采样器 + 采样 @@ -9793,7 +9930,7 @@ Fully right: end of the effect period - + Cover Art 封面图片 @@ -10055,7 +10192,6 @@ Fully right: end of the effect period Key - The musical key of a track 音调 @@ -10130,563 +10266,599 @@ Fully right: end of the effect period 在回放时切换音高锁定可能会导致音频出现瞬间的噪音(glitch)。 - + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + + + + Places a cue point at the current position on the waveform. 在波形的当前位置上设置一个切入点。 - + Stops track at cue point, OR go to cue point and play after release (CUP mode). 在切入点处停止,或跳至切入点并在释放后播放(切播模式下)。 - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). 设置切入点(Pioneer/Mixxx 模式下)并在释放后开始播放(切播模式下),或从切入点出开始预览(Denon 模式下)。 - + Seeks the track to the cue point and stops. 跳至音轨的切入点,然后停止。 - + Play 播放 - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. 改变音轨回放速度(影响速度和音高)。若启用了音高锁,则仅影响速度。 - + Recording Duration 录制时间 - + Displays the duration of the running recording. 显示运行录制的持续时间。 - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. 向前跳 1 拍 - + Move the loop forward by 1 beat. 将循环向前移动 1 拍 - + Beatjump Backward 向后跳拍 - + Jump backward by the set number of beats. 向后跳过指定数量的节拍。 - + Move the loop backward by the set number of beats. 将循环向后移动指定数量的节拍。 - + Jump backward by 1 beat. 向后跳 1 拍 - + Move the loop backward by 1 beat. 将循环向后移动 1 拍 - + Reloop 再循环 - + If the loop is ahead of the current position, looping will start when the loop is reached. 如果在当前播放位置前方有循环节的话,将会在到达循环的时候开始循环。 - + Works only if Loop-In and Loop-Out Marker are set. 仅当设置了循环起始和结束位置时才会有效。 - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. 显示加载跟踪的经过和 (或) 剩余时间。 - + Click to toggle between time elapsed/remaining time/both. 单击可切换时间/剩余时间时间或两者。 - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank 保存采样库 - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank 加载采样库 - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters 显示效果的参数 - + Enable Effect 启用特效 - + Meta Knob Link 元旋钮链接 - + Set how this parameter is linked to the effect's Meta Knob. 设置此参数如何链接到效果的 Meta 旋钮。 - + Meta Knob Link Inversion 元旋钮链接反演 - + Inverts the direction this parameter moves when turning the effect's Meta Knob. 反转此参数时效果的 Meta 旋钮移动的方向。 - - Dry/Wet - 干/湿 - - - + Super Knob 超级旋钮 - - - Insert/Send Toggle - 插入/发送切换 - - - + Next Chain 下一效果器链 - + Previous Chain 上一效果器链 - + Next/Previous Chain 下一个/上一个效果器链 - + Clear 清除 - + Clear the current effect. 清除当前效果。 - + Toggle 切换 - + Toggle the current effect. 切换当前效果。 - + Next 下一首 - + Clear Unit 清除单元 - + Clear effect unit. 清除效果单元。 - + Show/hide parameters for effects in this unit. - + Toggle Unit 切换单元 - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. 切换至下一个效果。 - + Previous 上一首 - + Switch to the previous effect. 切换至之前的效果。 - + Next or Previous 下一个或上一个 - + Switch to either the next or previous effect. 切换至下一个或上一个效果。 - + Meta Knob 元旋钮 - + Controls linked parameters of this effect 这种效应的控制链接的参数 - + Effect Focus Button 影响对焦按钮 - + Focuses this effect. 针对这种效果。 - + Unfocuses this effect. Unfocuses 这种效果。 - + Refer to the web page on the Mixxx wiki for your controller for more information. 您的控制器的详细信息,请参阅 Mixxx wiki 上的 web 页。 - + Effect Parameter 效果器参数 - + Adjusts a parameter of the effect. 调整效果器的参数。 - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill 均衡器参数置零 - - + + Holds the gain of the EQ to zero while active. 启用时,将均衡器的增益设为 0。 - + Quick Effect Super Knob 快捷效果的超级旋钮 - + Quick Effect Super Knob (control linked effect parameters). 快捷效果超级旋钮(控制关联的效果参数)。 - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. 提示:可以在 首选项 -> 均衡器 设置中更改默认的快捷效果模式。 - + Equalizer Parameter 均衡器参数 - + Adjusts the gain of the EQ filter. 调整均衡滤波器的增益。 - + Hint: Change the default EQ mode in Preferences -> Equalizers. 提示:可以在 首选项 -> 均衡器 设置中更改默认的均衡器模式。 @@ -10708,123 +10880,123 @@ Fully right: end of the effect period 调整节拍样式以匹配另一个正在播放的碟机。 - + If quantize is enabled, snaps to the nearest beat. 若启用量化,则对齐到最近的节拍。 - + Quantize 量化模式 - + Toggles quantization. 切换量化模式。 - + Loops and cues snap to the nearest beat when quantization is enabled. 若启用量化,循环和切入点将对齐到最近的节拍。 - + Reverse 反向 - + Reverses track playback during regular playback. 在常规的回放模式中,反向播放音轨。 - + Puts a track into reverse while being held (Censor). 按下时,将音轨反向。 - + Playback continues where the track would have been if it had not been temporarily reversed. 在继续播放的同时,将音轨反转(若之前尚未反转的话)。 - - + + Play/Pause 播放/暂停 - + Jumps to the beginning of the track. 跳至音轨起始点。 - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. 将速度(BPM)和相位与其他音轨同步(若二者的 BPM 均以被获取)。 - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. 将速度(BPM)与其他音轨同步(若二者的 BPM 均以被获取)。 - + Sync and Reset Key 同步并重置音调 - + Increases the pitch by one semitone. 将音高升高半音。 - + Decreases the pitch by one semitone. 将音高降低半音。 - + Enable Vinyl Control 启用唱盘控制 - + When disabled, the track is controlled by Mixxx playback controls. 若禁用,将由 Mixxx 回放控制器来控制音轨。 - + When enabled, the track responds to external vinyl control. 若启用,则由外部唱盘控制器来控制音轨。 - + Enable Passthrough 启用直通 - + Indicates that the audio buffer is too small to do all audio processing. 指示当前音频缓冲区太小,无法进行完整的音频处理。 - + Displays cover artwork of the loaded track. 显示已加载音轨的封面。 - + Displays options for editing cover artwork. 显示用于编辑封面的选项。 - + Star Rating 开始评分 - + Assign ratings to individual tracks by clicking the stars. 通过选择星星数来给每个专辑打分(评级)。 @@ -10951,7 +11123,7 @@ Fully right: end of the effect period Maximize Library - 最大化音乐库 + 最大化音乐库 @@ -10969,255 +11141,254 @@ Fully right: end of the effect period 当速率改变时,防止音高也改变。 - + Starts playing from the beginning of the track. 从音轨起点处开始播放。 - + Jumps to the beginning of the track and stops. 跳至音轨起始点,然后停止。 - + Plays or pauses the track. 播放或暂停音轨。 - + (while playing) (播放时) - + (while stopped) (停止时) - + Cue 切入(Cue) - + Headphone 耳机 - + Mute 静音 - + Mutes the selected channel's audio in the master output. 将主输出中所选通道静音。 - + Old Synchronize 老式同步 - + (This skin should be updated to use Master Sync!) (应当更新此皮肤以使用主同步!) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. 与第一个(按数字顺序)正在播放音轨(且音轨有 BPM 信息)的碟机同步。 - + If no deck is playing, syncs to the first deck that has a BPM. 若没有正在播放的碟机,与第一个有 BPM 信息的碟机同步。 - + Decks can't sync to samplers and samplers can only sync to decks. 无法将碟机与采样器同步,采样器仅能与碟机同步。 - + Enable Master Sync 启用主同步 - + Tap to sync the tempo to other playing tracks or the master clock. 点击以将此碟机的速度与其他碟机(或主时钟)同步。 - + Hold for at least a second to enable sync lock for this deck. 按住一秒钟,可以启用此碟机的同步锁定。 - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. 启用了同步锁定的碟机将会以相同的速度播放;其中启用了量化模式的碟机还会自动同步节拍。 - + Resets the key to the original track key. 重置为音轨的原音调。 - + Enable Sync Clock Master 启用主时钟同步 - + When enabled, this device will serve as the master clock for all other decks. 若启用,此设备将作为其他碟机的主时钟。 - + Speed Control 速度控制 - - - + + + Changes the track pitch independent of the tempo. 保持速度不变的前提下,改变音轨音高。 - + Increases the pitch by 10 cents. 增加 10% 音高。 - + Decreases the pitch by 10 cents. 降低 10% 音高。 - + Pitch Adjust 调整音高 - + Adjust the pitch in addition to the speed slider pitch. 在速度滑块所对应的音高基准上再次调整音高。 - + Record Mix 录制混音 - + Toggle mix recording. 切换混音录制。 - + Enable Live Broadcasting 启用在线广播 - + Stream your mix over the Internet. 将您的混音结果以流的形式发送到互联网。 - + Provides visual feedback for Live Broadcasting status: 为在线广播的状态提供可视化反馈: - + disabled, connecting, connected, failure. 禁用,正在连接,已连接,失败。 - + When enabled, the deck directly plays the audio arriving on the vinyl input. 若启用,碟机将会直接播放来自唱盘的输入信号。 - + Blue for passthrough enabled. 蓝色表示已启用直通。 - + Playback will resume where the track would have been if it had not entered the loop. 若音轨尚未进入循环,则会继续进行回放。 - + Loop Exit 结束循环 - + Turns the current loop off. 关闭当前循环。 - + Slip Mode 滑动模式 - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. 若启用,将会在循环、反向或刮擦的时候将回放信号静音。 - + Once disabled, the audible playback will resume where the track would have been. 禁用之后,将会从音轨即将要播放的地方开始回放。 - + Track Key - The musical key of a track 音轨音调 - + Displays the musical key of the loaded track. 显示已加载音轨的音调。 - + Clock 时钟 - + Displays the current time. 显示当前时间。 - + Audio Latency Usage Meter 音频使用延迟指示器 - + Displays the fraction of latency used for audio processing. 显示用于音频处理的延迟分数。 - + A high value indicates that audible glitches are likely. 值越大,表示越可能出现噪音。 - + Do not enable keylock, effects or additional decks in this situation. 在这个情况不要启用音调锁,效果器或者额外的碟机。 - + Audio Latency Overload Indicator 音频延迟过载指示器 @@ -11282,279 +11453,279 @@ Fully right: end of the effect period 显示已加载的音轨移调后的当前音高。 - + Sends the selected channel's audio to the headphone output, 将所选通道的音频发送到耳机输出, - + selected in Preferences -> Sound Hardware. 可以在 首选项 -> 声音硬件 中进行选择。 - + Fast Rewind 快退 - + Fast rewind through the track. 音轨快退。 - + Fast Forward 快进 - + Fast forward through the track. 音轨快进。 - + Jumps to the end of the track. 跳至音轨结束点。 - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. 选择音调的音高,以便从其他音轨进行和声转换。需要双方碟机均已检测到音调信息。 - - - + + + Pitch Control 音高控制 - + Pitch Rate 音高速率 - + Displays the current playback rate of the track. 显示当前音轨的回放速率。 - + Repeat 重复 - + When active the track will repeat if you go past the end or reverse before the start. 若启用,则会在音轨播放结束或返回音轨起始处时再次播放音轨。 - + Eject 弹出 - + Ejects track from the player. 从播放器中弹出音轨。 - + Hotcue 热切点(Hotcue) - + If hotcue is set, jumps to the hotcue. 若设置了热切,将会跳至热切点。 - + If hotcue is not set, sets the hotcue to the current play position. 若未设置热切,将会在当前播放位置设置一个热切点。 - + If hotcue is set, clears the hotcue. 若设置了热切点,则将其清除。 - + Vinyl Control Mode - 黑胶控制模式 + 唱盘控制模式 - + Absolute mode - track position equals needle position and speed. 绝对模式 - 音轨位置与播放指针的位置和速度一致。 - + Relative mode - track speed equals needle speed regardless of needle position. 相对模式 - 音轨速度与播放指针速度一致(无论指针处于哪个位置) - + Constant mode - track speed equals last known-steady speed regardless of needle input. 常量模式 - 音轨速度等于(最近的)已知的稳定速度(无视指针输入)。 - + Vinyl Status 唱盘状态 - + Provides visual feedback for vinyl control status: 为唱盘控制器的状态提供可视化反馈: - + Green for control enabled. 绿色表示已启用控制。 - + Blinking yellow for when the needle reaches the end of the record. 黄色(闪烁)表示播放指针到达记录结尾。 - + Loop-In Marker 循环起始标记 - + Loop-Out Marker 播放结束标记 - + Loop Halve - 循环一半 + 循环减半 - + Halves the current loop's length by moving the end marker. 移动循环结束标记,使得循环长度减半。 - + Deck immediately loops if past the new endpoint. 在到达新的结束位置后,碟机将会立即循环。 - + Loop Double 循环加倍 - + Doubles the current loop's length by moving the end marker. 移动循环结束标记,使得循环长度加倍。 - + Beatloop 节拍循环 - + Toggles the current loop on or off. 开启或关闭当前循环。 - + Works only if Loop-In and Loop-Out marker are set. 仅当设置了循环起始和结束位置时才会有效。 - + Hint: Change the default cue mode in Preferences -> Interface. 提示:可以在 首选项 -> 界面 中改变默认的切入模式。 - + Vinyl Cueing Mode 唱盘Cueing模式 - + Determines how cue points are treated in vinyl control Relative mode: 设置在唱盘控制的相对模式中,如何处理切入点: - + Off - Cue points ignored. 关闭 - 忽略切入点。 - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. 单次切入 - 若取消了切入点后的播放指针,将会定位到此切入点。 - + Hot Cue - Track will seek to nearest previous hot cue point. 热切 - 将会定位到上一个(最近的)热切入点。 - + Track Time 音轨时间 - + Track Duration 音轨长度 - + Displays the duration of the loaded track. 显示已加载的音轨的长度。 - + Information is loaded from the track's metadata tags. 已从音轨的元数据标签中载入 信息。 - + Track Artist 音轨艺术家 - + Displays the artist of the loaded track. 显示音轨的艺术家。 - + Track Title 音轨标题 - + Displays the title of the loaded track. 显示音轨的标题。 - + Track Album 专辑 - + Displays the album name of the loaded track. 显示音轨的专辑名称。 - + Track Artist/Title 音轨艺术家/标题 - + Displays the artist and title of the loaded track. 显示音轨的艺术家和标题。 @@ -11676,34 +11847,6 @@ Fully right: end of the effect period 在加载您的Traktor音乐库时发生了错误。部分歌曲或播放列表可能没有加载成功。 - - Ui - - - Mixxx %1 Development Team - Mixxx %1 开发团队 - - - - With contributions from: - 贡献人员名单: - - - - And special thanks to: - 特别致谢: - - - - Past Developers - 早期开发者 - - - - Past Contributors - 早期贡献者 - - VSyncThread @@ -11799,12 +11942,18 @@ Fully right: end of the effect period WEffect - + + %1: %2 + %1 = effect name; %2 = effect description + %1: %2 + + + None - + No effect loaded. 未加载效果器。 @@ -11943,317 +12092,333 @@ Fully right: end of the effect period 查看(&V) - + May not be supported on all skins. 并非所有皮肤均支持。 - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + Ctrl+1 + + + Show Microphone Section 显示麦克风界面 - + Show the microphone section of the Mixxx interface. 在 Mixxx 内显示麦克风界面。 - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section 显示唱盘控制界面 - + Show the vinyl control section of the Mixxx interface. 在 Mixxx 内显示唱盘控制界面。 - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck 显示预览用碟机 - + Show the preview deck in the Mixxx interface. 在 Mixxx 内显示显示预览用碟机。 - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art 显示封面 - + Show cover art in the Mixxx interface. 在 Mixxx 内显示封面。 - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library 最大化音乐库 - + Maximize the track library to take up all the available screen space. - 最大化音乐库占用所有可用的屏幕空间。 + 最大化音乐库以占用所有可用的屏幕空间。 - + Space Menubar|View|Maximize Library 空格键 - + &Full Screen 全屏(&F) - + Display Mixxx using the full screen 全屏模式显示 Mixxx - + &Options 选项(&O) - + &Vinyl Control 唱盘控制(&V) - + Use timecoded vinyls on external turntables to control Mixxx 对外部转盘使用时间编码的唱盘控制,以便控制 Mixxx - + Enable Vinyl Control &%1 启用Vinyl控制 &%1 - + &Record Mix 录制混音(&M) - + Record your mix to a file 将混音输出到文件 - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting 启用在线广播(&B) - + Stream your mixes to a shoutcast or icecast server 将混音通过流输出到 shoutcast 或 icecast 服务器 - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts 启用键快捷键(&K) - + Toggles keyboard shortcuts on or off 键盘快捷键开关 - + Ctrl+` Ctrl+` - + &Preferences 首选项(&P) - + Change Mixxx settings (e.g. playback, MIDI, controls) 改变 Mixxx 设定(回放、MIDI、控制器等) - + &Developer 开发者(&D) - + &Reload Skin 重载皮肤(&R) - + Reload the skin 重新载入皮肤 - + Ctrl+Shift+R Ctrl+Shift+R - + Developer &Tools 开发者工具(&T) - + Opens the developer tools dialog 打开开发者工具对话框 - + Ctrl+Shift+T Ctrl+Shift+T - + Stats: &Experiment Bucket 统计:实验桶(&E) - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. 启用实验模式。统计数据将会收集到实验跟踪桶中。 - + Ctrl+Shift+E Ctrl+Shift+E - + Stats: &Base Bucket 统计:基础桶(&B) - + Enables base mode. Collects stats in the BASE tracking bucket. 启用基础模式。统计数据将会收集到基础跟踪桶中。 - + Ctrl+Shift+B Ctrl+Shift+B - + Deb&ugger Enabled 调试器已启用(&U) - + Enables the debugger during skin parsing 在解析皮肤时启用调试器 - + Ctrl+Shift+D Ctrl+Shift+D - + &Help 帮助(&H) - + &Community Support 社区帮助(&C) - + Get help with Mixxx 获取 Mixxx 帮助 - + &User Manual 用户手册(&U) - + Read the Mixxx user manual. 阅读Mixxx用户手册。 - + &Keyboard Shortcuts 键盘快捷键(&K) - + Speed up your workflow with keyboard shortcuts. 使用键盘快捷键提高你的效率。 - + Send Us &Feedback 发送反馈(&F) - + Send feedback to the Mixxx team. 为 Mixxx 团队提供反馈。 - + &Translate This Application 翻译这个程序(&T) - + Help translate this application into your language. 帮助翻译此程序。 - + &About 关于(&A) - + About the application 关于此应用程序 @@ -12270,9 +12435,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source 载入音轨 .. @@ -12354,6 +12517,12 @@ Text on waveform overview when file is cached from source Add to Playlist 添加到播放列表 + + + Reset + Reset metadata in right click track context menu in library + 重设 + Cover Art @@ -12366,58 +12535,68 @@ Text on waveform overview when file is cached from source ESC - + Remove 删除 - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library 在媒体库中隐藏 - + Unhide from Library 在媒体库中显示 - + Purge from Library 从媒体库中清除 - + Properties 属性 - + Open in File Browser 在文件管理器中打开 - + 4/3 BPM 4/3 BPM - + 3/2 BPM 3/2 BPM - - + + Create New Playlist 新建播放列表 - + Create New Crate 新建分类列表 - + Enter name for new playlist: 输入播放列表的新名称: @@ -12447,150 +12626,144 @@ Text on waveform overview when file is cached from source - - Clear - Clear metadata in right click track context menu in library - 清除 - - - + Add to Auto DJ Queue (Bottom) - + Add to Auto DJ Queue (Top) - + Add to Auto DJ Queue (Replace) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags 导出文件属性 - + Preview Deck 预览碟机 - + BPM and Beatgrid 拍速和拍格 - + Play Count - + Cue Point 切点 - + Hotcues 即时切点 - + Loop 循环 - + ReplayGain 播放音量增益 - + Waveform 波形 - + All 全部 - + Deck %1 碟盘 %1 - + New Playlist 新建播放列表 - - - + + + Playlist Creation Failed 播放列表创建失败 - + A playlist by that name already exists. 使用该名称的播放列表已存在。 - + A playlist cannot have a blank name. 播放列表名称不能为空。 - + An unknown error occurred while creating playlist: 创建播放列表时发生未知错误: - + Lock BPM 拍速锁定 - + Unlock BPM 拍速解锁 - + Double BPM 拍速倍增 - + Halve BPM 拍速倍减 - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + Sampler %1 采样 %1 @@ -12606,12 +12779,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) (GLSL) - + (GL) (GL) diff --git a/res/translations/mixxx_zh_TW.Big5.ts b/res/translations/mixxx_zh_TW.Big5.ts new file mode 100644 index 000000000000..a4a590eb31d1 --- /dev/null +++ b/res/translations/mixxx_zh_TW.Big5.ts @@ -0,0 +1,12740 @@ + + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + + + AnalysisFeature + + + Analyze + 分析 + + + + AutoDJFeature + + + Crates + + + + + Remove Crate as Track Source + + + + + Auto DJ + 自動DJ + + + + Add Crate as Track Source + + + + + BansheeFeature + + + + Banshee + + + + + + Error loading Banshee database + + + + + Banshee database file not found at + + + + + + There was an error loading your Banshee database at + + + + + + BaseExternalLibraryFeature + + + Add to Auto DJ Queue (bottom) + 加入自動DJ佇列(底部) + + + + Add to Auto DJ Queue (top) + 加入自動DJ佇列(頂部) + + + + Import Playlist + 匯入播放清單 + + + + Playlist Creation Failed + 建立播放清單失敗 + + + + An unknown error occurred while creating playlist: + 建立播放清單時發生了未知的錯誤: + + + + BasePlaylistFeature + + + New Playlist + 新播放清單 + + + + Add to Auto DJ Queue (bottom) + 加入自動DJ佇列(底部) + + + + + Create New Playlist + 建立播放清單 + + + + Add to Auto DJ Queue (top) + 加入自動DJ佇列(頂部) + + + + Remove + 移除 + + + + Rename + 重新命名 + + + + Lock + 鎖定 + + + + Duplicate + 複製 + + + + + Import Playlist + 匯入播放清單 + + + + Export Track Files + 匯出音軌檔案 + + + + Analyze entire Playlist + 分析整個播放清單 + + + + Enter new name for playlist: + 輸入播放清單的新名稱: + + + + Duplicate Playlist + 複製播放清單 + + + + + Enter name for new playlist: + 輸入新播放清單的名稱: + + + + + Export Playlist + 匯出播放清單 + + + + Rename Playlist + 重新命名播放清單 + + + + + Renaming Playlist Failed + 重新命名播放清單失敗 + + + + + + A playlist by that name already exists. + 已存在該名稱的播放清單。 + + + + + + A playlist cannot have a blank name. + 播放清單名稱不能為空白。 + + + + _copy + [noun] + Appendix to default name when duplicating a playlist + _複製 + + + + + + + + + Playlist Creation Failed + 建立播放清單失敗 + + + + + An unknown error occurred while creating playlist: + 建立播放清單時發生了未知的錯誤: + + + + M3U Playlist (*.m3u) + M3U 播放清單 (*.m3u) + + + + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) + M3U 播放清單 (*.m3u);;M3U8 播放清單 (*.m3u8);;PLS 播放清單 (*.pls);;文字 CSV (*.csv);;純文字 (*.txt) + + + + BaseSqlTableModel + + + Played + 已播放 + + + + Artist + + + + + Title + 標題 + + + + Album + 專輯 + + + + Album Artist + + + + + Genre + 類型 + + + + Composer + 作曲家 + + + + Grouping + 分組 + + + + Year + 年份 + + + + Type + 類型 + + + + Location + 地點 + + + + Comment + 註解 + + + + Duration + 期間 + + + + Rating + 評等 + + + + Bitrate + 位元率 + + + + BPM + + + + + Track # + 軌道 # + + + + Date Added + 日期已添加 + + + + # + # + + + + Timestamp + + + + + Key + + + + + BPM Lock + + + + + Preview + 預覽 + + + + Cover Art + 封面 + + + + ReplayGain + 回放增益 + + + + BaseTrackPlayerImpl + + + Couldn't load track. + 無法載入音軌。 + + + + BroadcastManager + + + Action failed + 動作失敗 + + + + Please enable at least one connection to use Live Broadcasting. + + + + + BroadcastProfile + + + Can't use secure password storage: keychain access failed. + + + + + Secure password retrieval unsuccessful: keychain access failed. + + + + + Settings error + 設定失敗 + + + + <b>Error with settings for '%1':</b><br> + <b>設定 '%1' 時發生錯誤:</b><br> + + + + BroadcastSettingsModel + + + Enabled + 啟用 + + + + Name + 名稱 + + + + Status + 狀態 + + + + Disconnected + 未連接 + + + + Connecting... + 正在連接... + + + + Connected + 已連接 + + + + Failed + 失敗 + + + + Unknown + 未知 + + + + BrowseFeature + + + Add to Quick Links + 加入快速鏈結 + + + + Remove from Quick Links + 從快速鏈結移除 + + + + Add to Library + 加入庫 + + + + Quick Links + 快速鏈結 + + + + + Devices + 裝置 + + + + Removable Devices + 可移除式裝置 + + + + + Computer + 電腦 + + + + Music Directory Added + 已加入音樂目錄 + + + + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? + 您加入了一或多個音樂目錄。直到您重新掃描庫之前,該目錄中的音軌將無法使用。您需要重新掃描嗎? + + + + Scan + 掃描 + + + + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. + "電腦"讓您從硬碟和外部裝置的資料夾瀏覽、檢視、和載入音軌。 + + + + BrowseTableModel + + + Preview + 預覽 + + + + Filename + 檔案名稱 + + + + Artist + + + + + Title + 標題 + + + + Album + 專輯 + + + + Track # + 軌道 # + + + + Year + 年份 + + + + Genre + 類型 + + + + Composer + 作曲家 + + + + Comment + 註解 + + + + Duration + 期間 + + + + BPM + + + + + Key + + + + + Type + 類型 + + + + Bitrate + 位元率 + + + + ReplayGain + 回放增益 + + + + Location + 地點 + + + + Album Artist + + + + + Grouping + 分組 + + + + File Modified + 檔案已更改 + + + + File Created + 檔案已建立 + + + + Mixxx Library + Mixxx 庫 + + + + Could not load the following file because it is in use by Mixxx or another application. + 無法載入以下檔案,因為正在被Mixxx或其他程式使用中 + + + + BulkController + + + USB Controller + USB 控制器 + + + + ControlDelegate + + + No control chosen. + + + + + Script: %1(%2) + 腳本: %1(%2) + + + + ControlModel + + + Group + + + + + Item + 項目 + + + + Value + + + + + Parameter + 參數 + + + + Title + 標題 + + + + Description + 描述 + + + + ControlPickerMenu + + + Master Output + 主要輸出 + + + + Headphone Output + 耳機輸出 + + + + + + Deck %1 + + + + + Sampler %1 + + + + + Preview Deck %1 + + + + + Microphone %1 + 麥克風 %1 + + + + Auxiliary %1 + + + + + Reset to default + 回復預設值 + + + + Effect Rack %1 + + + + + Parameter %1 + + + + + Mixer + 混音器 + + + + Crossfader + 交叉漸變器 + + + + Master balance + 主平衡 + + + + Master delay + 主延遲 + + + + Headphone mix (pre/main) + 耳機混音 (預覽/主要) + + + + Toggle headphone split cueing + + + + + Headphone delay + 耳機延遲 + + + + Transport + 傳輸 + + + + Strip-search through track + + + + + Play button + 播放按鈕 + + + + + Set to full volume + 設為全音量 + + + + + Set to zero volume + 設為零音量 + + + + Stop button + 停止按鈕 + + + + Jump to start of track and play + 跳至音軌前端並播放 + + + + Jump to end of track + 跳至音軌末端 + + + + Reverse roll (Censor) button + + + + + Headphone listen button + 耳機聆聽按鈕 + + + + + Mute button + 靜音按鈕 + + + + Toggle repeat mode + 切換重複模式 + + + + Eject track + + + + + + Mix orientation (e.g. left, right, center) + 混音方向 (例如: 左、右、中央) + + + + + Set mix orientation to left + 將混音方向設為左 + + + + + Set mix orientation to center + 將混音方向設為中央 + + + + + Set mix orientation to right + 將混音方向設為右 + + + + Toggle slip mode + + + + + + BPM + + + + + Increase BPM by 1 + + + + + Decrease BPM by 1 + + + + + Increase BPM by 0.1 + + + + + Decrease BPM by 0.1 + + + + + BPM tap button + + + + + Toggle quantize mode + 切換量化模式 + + + + Increase internal master BPM by 1 + + + + + Decrease internal master BPM by 1 + + + + + Increase internal master BPM by 0.1 + + + + + Decrease internal master BPM by 0.1 + + + + + Toggle sync master + 切換主同步 + + + + Sync mode 3-state toggle (OFF, FOLLOWER, MASTER) + + + + + One-time beat sync (tempo only) + + + + + One-time beat sync (phase only) + + + + + Toggle keylock mode + + + + + Equalizers + 等化器 + + + + Vinyl Control + + + + + Toggle vinyl-control cueing mode (OFF/ONE/HOT) + + + + + Toggle vinyl-control mode (ABS/REL/CONST) + + + + + Pass through external audio into the internal mixer + + + + + Cues + + + + + Cue button + + + + + Set cue point + + + + + Go to cue point + + + + + Go to cue point and play + + + + + Go to cue point and stop + + + + + Preview from cue point + + + + + Cue button (CDJ mode) + + + + + Stutter cue + + + + + Hotcues + + + + + Set, preview from or jump to hotcue %1 + + + + + Clear hotcue %1 + + + + + Set hotcue %1 + + + + + Jump to hotcue %1 + + + + + Jump to hotcue %1 and stop + + + + + Jump to hotcue %1 and play + + + + + Preview from hotcue %1 + + + + + + Hotcue %1 + + + + + Looping + + + + + Loop In button + + + + + Loop Out button + + + + + Loop Exit button + + + + + 1/2 + 1/2 + + + + 1 + 1 + + + + 2 + 2 + + + + 4 + 4 + + + + 8 + 8 + + + + 16 + 16 + + + + 32 + 32 + + + + 64 + 64 + + + + Move loop forward by %1 beats + + + + + Move loop backward by %1 beats + + + + + Beat-Looping + + + + + Create %1-beat loop + + + + + Create temporary %1-beat loop roll + + + + + + Library + + + + + Unit %1 + + + + + Slot %1 + 插槽 %1 + + + + Master crossfader + 主交叉漸變器 + + + + Master Balance + 主平衡 + + + + Master Delay + 主延遲 + + + + Headphone Mix + 耳機混音 + + + + Headphone Split Cue + + + + + Headphone Delay + 耳機延遲 + + + + Play + 播放 + + + + Fast Rewind + 快退 + + + + Fast Rewind button + 快退按鈕 + + + + Fast Forward + 快轉 + + + + Fast Forward button + 快轉按鈕 + + + + Strip Search + + + + + Play Reverse + 反向播放 + + + + Play Reverse button + 反向播放按鈕 + + + + Reverse Roll (Censor) + + + + + Jump To Start + 跳至開始 + + + + Jumps to start of track + 跳至音軌前端 + + + + Play From Start + 從開始處播放 + + + + Stop + 停止 + + + + Stop And Jump To Start + 停止並跳至開始處 + + + + Stop playback and jump to start of track + 停止播放並跳至音軌前端 + + + + Jump To End + 跳至尾端 + + + + Volume + 音量 + + + + + + Volume Fader + + + + + + Full Volume + 全音量 + + + + + Zero Volume + 零音量 + + + + Track Gain + 音軌增益 + + + + Track Gain knob + 音軌增益旋鈕 + + + + + Mute + 靜音 + + + + Eject + + + + + + Headphone Listen + + + + + Headphone listen (pfl) button + + + + + Repeat Mode + 重複模式 + + + + Slip Mode + + + + + + Orientation + 方向 + + + + + Orient Left + + + + + + Orient Center + + + + + + Orient Right + + + + + BPM +1 + + + + + BPM -1 + + + + + BPM +0.1 + + + + + BPM -0.1 + + + + + BPM Tap + + + + + Adjust Beatgrid Faster +.01 + + + + + Increase track's average BPM by 0.01 + + + + + Adjust Beatgrid Slower -.01 + + + + + Decrease track's average BPM by 0.01 + + + + + Move Beatgrid Earlier + + + + + Adjust the beatgrid to the left + + + + + Move Beatgrid Later + + + + + Adjust the beatgrid to the right + + + + + Adjust Beatgrid + + + + + Align beatgrid to current position + + + + + Adjust Beatgrid - Match Alignment + + + + + Adjust beatgrid to match another playing deck. + + + + + Quantize Mode + + + + + Sync + 同步 + + + + + Sync Mode + 同步模式 + + + + Internal Sync Master + 內部主同步 + + + + Toggle Internal Sync Master + 切換內部主同步 + + + + + Internal Master BPM + + + + + Internal Master BPM +1 + + + + + Internal Master BPM -1 + + + + + Internal Master BPM +0.1 + + + + + Internal Master BPM -0.1 + + + + + Sync Master + 主同步 + + + + Beat Sync One-Shot + + + + + Sync Tempo One-Shot + + + + + Sync Phase One-Shot + + + + + Speed (Pitch/Tempo) + 速度 (音高/節奏) + + + + Keylock Mode + + + + + Pitch control (does not affect tempo), center is original pitch + + + + + Pitch Adjust + 調整音高 + + + + Adjust pitch from speed slider pitch + + + + + Match musical key + 符合音樂音調 + + + + Match Key + 符合音高 + + + + Reset Key + 重設音調 + + + + Resets key to original + 重設至原始音調 + + + + High EQ + 高頻等化器 + + + + Mid EQ + 中頻等化器 + + + + Low EQ + 低頻等化器 + + + + Toggle Vinyl Control + 切換唱片控制 + + + + Toggle Vinyl Control (ON/OFF) + 切換唱片控制 (開/關) + + + + Vinyl Control Mode + 唱片控制模式 + + + + Vinyl Control Cueing Mode + + + + + Vinyl Control Passthrough + + + + + Vinyl Control Next Deck + + + + + Single deck mode - Switch vinyl control to next deck + + + + + Cue + + + + + Set Cue + + + + + Go-To Cue + + + + + Go-To Cue And Play + + + + + Go-To Cue And Stop + + + + + Preview Cue + + + + + Cue (CDJ Mode) + + + + + Stutter Cue + + + + + Go to cue point and play after release + + + + + Clear Hotcue %1 + + + + + Set Hotcue %1 + + + + + Jump To Hotcue %1 + + + + + Jump To Hotcue %1 And Stop + + + + + Jump To Hotcue %1 And Play + + + + + Preview Hotcue %1 + + + + + Loop In + + + + + Loop Out + + + + + Loop Exit + + + + + Reloop/Exit Loop + 重複迴圈/離開迴圈 + + + + Loop Halve + + + + + Loop Double + + + + + 1/32 + 1/32 + + + + 1/16 + 1/16 + + + + 1/8 + 1/8 + + + + 1/4 + 1/4 + + + + Move Loop +%1 Beats + 移動迴圈+%1拍 + + + + Move Loop -%1 Beats + 移動迴圈-%1拍 + + + + Loop %1 Beats + + + + + Loop Roll %1 Beats + + + + + Add to Auto DJ Queue (bottom) + 加入自動DJ佇列(底部) + + + + Append the selected track to the Auto DJ Queue + 添加選擇的音軌至自動DJ佇列後方 + + + + Add to Auto DJ Queue (top) + 加入自動DJ佇列(頂部) + + + + Prepend selected track to the Auto DJ Queue + 添加選擇的音軌至自動DJ佇列前方 + + + + Load Track + + + + + Load selected track + 載入選擇的音軌 + + + + Track Load and Play + 音軌載入並播放 + + + + Load selected track and play + 載入選擇的音軌並播放 + + + + Record Mix + 錄製混音 + + + + Toggle mix recording + 切換混音錄製 + + + + Effects + 效果 + + + + Quick Effects + 快速效果 + + + + Deck %1 Quick Effect Super Knob + + + + + Quick Effect Super Knob (control linked effect parameters) + + + + + Quick Effect + 快速效果 + + + + Clear effect rack + 清除效果器 + + + + Clear Effect Rack + 清除效果器 + + + + Clear Unit + + + + + Clear effect unit + + + + + Toggle Unit + + + + + Dry/Wet + 乾/濕 + + + + Adjust the balance between the original (dry) and processed (wet) signal. + 調整原始(乾)和已處理的(濕)信號的平衡 + + + + Super Knob + + + + + Next Chain + + + + + + + + + + + + Assign + 指定 + + + + Clear + 清除 + + + + Clear the current effect + 清除目前效果 + + + + Toggle + 切換 + + + + Toggle the current effect + 切換目前效果 + + + + Next + 下一個 + + + + Switch to next effect + 切換至下一效果 + + + + Previous + 前一個 + + + + Switch to the previous effect + 切換至前一效果 + + + + Next or Previous + 前一或下一個 + + + + Switch to either next or previous effect + 切換至前一或下一效果 + + + + + Parameter Value + 參數值 + + + + + Microphone Ducking Strength + + + + + Microphone Ducking Mode + + + + + Gain + 增益 + + + + Gain knob + 增益旋鈕 + + + + Shuffle the content of the Auto DJ queue + 拖曳內容至自動DJ柱列 + + + + Skip the next track in the Auto DJ queue + 拖曳下一個音軌至自動DJ柱列 + + + + Auto DJ Toggle + 自動DJ切換 + + + + Toggle Auto DJ On/Off + 切換自動DJ開/關 + + + + Library Maximize/Restore + 庫最大化/還原 + + + + Maximize the track library to take up all the available screen space. + 最大化音軌庫以利用所有可利用的螢幕空間 + + + + Effect Rack Show/Hide + 效果旋鈕顯示/隱藏 + + + + Show/hide the effect rack + 顯示/隱藏效果旋鈕 + + + + Cover Art Show/Hide + 封面顯示/隱藏 + + + + Show/hide cover art + 顯示/隱藏封面 + + + + Waveform Zoom Out + 波形縮小 + + + + Toggle Effect Unit + + + + + Master Gain + 主增益 + + + + Master gain + 主增益 + + + + Headphone Gain + 耳機增益 + + + + Headphone gain + 耳機增益 + + + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + + Playback Speed + 回放速度 + + + + Playback speed control (Vinyl "Pitch" slider) + 回放速度控制 (唱片音高滑桿) + + + + Pitch (Musical key) + + + + + Increase Speed + 增加速度 + + + + Adjust speed faster (coarse) + + + + + + Increase Speed (Fine) + + + + + Adjust speed faster (fine) + + + + + Decrease Speed + 降低速度 + + + + Adjust speed slower (coarse) + + + + + Adjust speed slower (fine) + + + + + Temporarily Increase Speed + 暫時增加速度 + + + + Temporarily increase speed (coarse) + 暫時增加速度(粗略) + + + + Temporarily Increase Speed (Fine) + 暫時增加速度(精細) + + + + Temporarily increase speed (fine) + 暫時增加速度(精細) + + + + Temporarily Decrease Speed + 暫時降低速度 + + + + Temporarily decrease speed (coarse) + 暫時降低速度(粗略) + + + + Temporarily Decrease Speed (Fine) + 暫時降低速度(精細) + + + + Temporarily decrease speed (fine) + 暫時降低速度(精細) + + + + + Adjust %1 + 調整%1 + + + + + Kill %1 + + + + + CUP (Cue + Play) + + + + + Loop Selected Beats + 重複選擇的拍子 + + + + Create a beat loop of selected beat size + + + + + Loop Roll Selected Beats + + + + + Create a rolling beat loop of selected beat size + + + + + Toggle loop on/off and jump to Loop In point if loop is behind play position + + + + + Reloop And Stop + + + + + Enable loop, jump to Loop In point, and stop + + + + + Halve the loop length + 減半重複長度 + + + + Double the loop length + 增加重複長度為兩倍 + + + + Beat Jump / Loop Move + + + + + Jump / Move Loop Forward %1 Beats + + + + + Jump / Move Loop Backward %1 Beats + + + + + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats + + + + + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats + + + + + Beat Jump / Loop Move Forward Selected Beats + + + + + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats + + + + + Beat Jump / Loop Move Backward Selected Beats + + + + + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats + + + + + Move up + + + + + Equivalent to pressing the UP key on the keyboard + + + + + Move down + + + + + Equivalent to pressing the DOWN key on the keyboard + + + + + Move up/down + + + + + Move vertically in either direction using a knob, as if pressing UP/DOWN keys + + + + + Scroll Up + + + + + Equivalent to pressing the PAGE UP key on the keyboard + + + + + Scroll Down + + + + + Equivalent to pressing the PAGE DOWN key on the keyboard + + + + + Scroll up/down + + + + + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys + + + + + Move left + 左移 + + + + Equivalent to pressing the LEFT key on the keyboard + + + + + Move right + 右移 + + + + Equivalent to pressing the RIGHT key on the keyboard + + + + + Move left/right + 左/右移 + + + + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys + + + + + Move focus to right pane + + + + + Equivalent to pressing the TAB key on the keyboard + + + + + Move focus to left pane + + + + + Equivalent to pressing the SHIFT+TAB key on the keyboard + + + + + Move focus to right/left pane + + + + + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys + + + + + Go to the currently selected item + 前往現在選擇的項目 + + + + Choose the currently selected item and advance forward one pane if appropriate + + + + + Add to Auto DJ Queue (replace) + 加入自動DJ佇列(取代) + + + + Replace Auto DJ Queue with selected tracks + 以選擇的音軌取代自動DJ佇列 + + + + Enable or disable effect processing + 啟用或禁用音效處理 + + + + Super Knob (control effects' Meta Knobs) + + + + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + + Next chain preset + + + + + Previous Chain + + + + + Previous chain preset + + + + + Next/Previous Chain + + + + + Next or previous chain preset + + + + + + Show Effect Parameters + + + + + Meta Knob + + + + + Effect Meta Knob (control linked effect parameters) + + + + + Meta Knob Mode + + + + + Set how linked effect parameters change when turning the Meta Knob. + + + + + Meta Knob Mode Invert + + + + + Invert how linked effect parameters change when turning the Meta Knob. + + + + + Microphone / Auxiliary + + + + + Microphone On/Off + 麥克風開/關 + + + + Microphone on/off + 麥克風開/關 + + + + Toggle microphone ducking mode (OFF, AUTO, MANUAL) + + + + + Auxiliary On/Off + + + + + Auxiliary on/off + + + + + Auto DJ + 自動DJ + + + + Auto DJ Shuffle + + + + + Auto DJ Skip Next + 自動DJ跳過下一個 + + + + Auto DJ Fade To Next + 自動DJ淡出至下一個 + + + + Trigger the transition to the next track + + + + + User Interface + 使用者介面 + + + + Samplers Show/Hide + + + + + Show/hide the sampler section + + + + + Microphone Show/Hide + 麥克風顯示/隱藏 + + + + Show/hide the microphone section + 顯示/隱藏麥克風區段 + + + + Vinyl Control Show/Hide + 唱片控制顯示/隱藏 + + + + Show/hide the vinyl control section + 顯示/隱藏唱片控制 + + + + Preview Deck Show/Hide + + + + + Show/hide the preview deck + + + + + Vinyl Spinner Show/Hide + + + + + Show/hide spinning vinyl widget + + + + + Waveform zoom + 波形縮放 + + + + Waveform Zoom + 波形縮放 + + + + Zoom waveform in + 放大波形 + + + + Waveform Zoom In + 波形放大 + + + + Zoom waveform out + 縮小波形 + + + + ControllerEngine + + + Uncaught exception at line %1 in file %2: %3 + 未捕捉的例外在檔案 %2 第 %1 行: %3 + + + + Uncaught exception at line %1 in passed code: %2 + + + + + Controller script error + 控制器腳本錯誤 + + + + A control you just used is not working properly. + + + + + The script code needs to be fixed. + 該腳本程式碼需要修復。 + + + + For now, you can: Ignore this error for this session but you may experience erratic behavior. + + + + + Try to recover by resetting your controller. + + + + + ControllerInputMappingTableModel + + + Channel + 通道 + + + + Opcode + + + + + Control + 控制 + + + + Options + 選項 + + + + Action + 動作 + + + + Comment + 註解 + + + + ControllerOutputMappingTableModel + + + Channel + 通道 + + + + Opcode + + + + + Control + 控制 + + + + On Value + + + + + Off Value + + + + + Action + 動作 + + + + On Range Min + + + + + On Range Max + + + + + Comment + 註解 + + + + CrateFeature + + + Remove + 移除 + + + + + Create New Crate + + + + + Rename + 重新命名 + + + + + Lock + 鎖定 + + + + Export Track Files + 匯出音軌檔案 + + + + Duplicate + 複製 + + + + Analyze entire Crate + + + + + Auto DJ Track Source + 自動DJ音軌來源 + + + + Enter new name for crate: + + + + + + Crates + + + + + + Import Crate + + + + + + Export Crate + + + + + Unlock + 解鎖 + + + + An unknown error occurred while creating crate: + + + + + Rename Crate + + + + + + Renaming Crate Failed + + + + + Crate Creation Failed + + + + + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) + M3U 播放清單 (*.m3u);;M3U8 播放清單 (*.m3u8);;PLS 播放清單 (*.pls);;文字 CSV (*.csv);;純文字 (*.txt) + + + + Crates are a great way to help organize the music you want to DJ with. + + + + + Make a crate for your next gig, for your favorite electrohouse tracks, or for your most requested songs. + + + + + Crates let you organize your music however you'd like! + + + + + A crate cannot have a blank name. + + + + + A crate by that name already exists. + + + + + CrateFeatureHelper + + + New Crate + + + + + Create New Crate + + + + + + Enter name for new crate: + + + + + + + Creating Crate Failed + + + + + + A crate cannot have a blank name. + + + + + + A crate by that name already exists. + + + + + + An unknown error occurred while creating crate: + + + + + copy + [noun] + + + + + Duplicate Crate + + + + + + + Duplicating Crate Failed + + + + + DlgAbout + + + Mixxx %1 Development Team + + + + + With contributions from: + + + + + And special thanks to: + + + + + Past Developers + + + + + Past Contributors + + + + + DlgAboutDlg + + + About Mixxx + + + + + Credits + + + + + License + + + + + <a href="http://mixxx.org/">Official Website</a> + + + + + DlgAnalysis + + + + + Analyze + 分析 + + + + Shows tracks added to the library within the last 7 days. + + + + + New + + + + + Shows all tracks in the library. + + + + + All + + + + + Progress + + + + + Selects all tracks in the table below. + + + + + Select All + + + + + Runs beatgrid, key, and ReplayGain detection on the selected tracks. Does not generate waveforms for the selected tracks to save disk space. + + + + + Stop Analysis + + + + + Analyzing %1/%2 %3% + + + + + DlgAutoDJ + + + One deck must be stopped to enable Auto DJ mode. + + + + + Decks 3 and 4 must be stopped to enable Auto DJ mode. + + + + + + Disable Auto DJ + + + + + Displays the duration and number of selected tracks. + + + + + + + Auto DJ + 自動DJ + + + + Shuffle + + + + + Add Random + + + + + Shuffle the content of the Auto DJ queue. + + + + + Adds a random track from track sources (crates) to the Auto DJ queue. +If no track sources are configured, the track is added from the library instead. + + + + + Skip the next track in the Auto DJ queue. + + + + + Skip Track + + + + + Trigger the transition to the next track. + + + + + Fade Now + + + + + Determines the duration of the transition. + + + + + Seconds + "sec." as in seconds + + + + + sec. + + + + + Turn Auto DJ on or off. + + + + + + + Enable Auto DJ + + + + + DlgBeatsDlg + + + When beat detection is enabled, Mixxx detects the beats per minute and beats of your tracks, +automatically shows a beat-grid for them, and allows you to synchronize tracks using their beat information. + + + + + Enable BPM and Beat Detection + + + + + Choose between different algorithms to detect beats. + + + + + Enable fast beat detection. +If activated Mixxx only analyzes the first minute of a track for beat information. +This can speed up beat detection on slower computers but may result in lower quality beatgrids. + + + + + Attempts to correct the phase (first beat) of fixed-tempo beatgrids +by analyzing the beats to discard outliers. + + + + + Beat Detection Preferences + + + + + Choose Analyzer + + + + + Beat Analyzer: + + + + + Analyzer Settings + + + + + Enable Fast Analysis (For slow computers, may be less accurate) + + + + + Converts beats detected by the analyzer into a fixed-tempo beatgrid. +Use this setting if your tracks have a constant tempo (e.g. most electronic music). +Often results in higher quality beatgrids, but will not do well on tracks that have tempo shifts. + + + + + Assume constant tempo (Recommended) + + + + + Enable Offset Correction (Recommended) + + + + + e.g. from 3rd-party programs or Mixxx versions before 1.11. +(Not checked: Analyze only, if no beats exist.) + + + + + Re-analyze beats when settings change or beat detection data is outdated + + + + + BPM Range + + + + + Min: + + + + + Max: + + + + + DlgControllerLearning + + + Controller Learning Wizard + + + + + Learn + + + + + Close + + + + + Choose Control... + + + + + Hints: If you're mapping a button or switch, only press or flip it once. For knobs and sliders, move the control in both directions for best results. Make sure to touch one control at a time. + + + + + Cancel + + + + + Advanced MIDI Options + + + + + Switch mode interprets all messages for the control as button presses. + + + + + Switch Mode + + + + + Ignores slider or knob movements until they are close to the internal value. This helps prevent unwanted extreme changes while mixing but can accidentally ignore intentional rapid movements. + + + + + Soft Takeover + + + + + Reverses the direction of the control. + + + + + Invert + + + + + For jog wheels or infinite-scroll knobs. Interprets incoming messages in two's complement. + + + + + Jog Wheel / Select Knob + + + + + Retry + + + + + Learn Another + + + + + Done + + + + + Click anywhere in Mixxx or choose a control to learn + + + + + You can click on any button, slider, or knob in Mixxx to teach it that control. You can also type in the box to search for a control by name, or click the Choose Control button to select from a list. + + + + + Now test it out! + + + + + If you manipulate the control, you should see the Mixxx user interface respond the way you expect. + + + + + Not quite right? + + + + + If the mapping is not working try enabling an advanced option below and then try the control again. Or click Retry to redetect the midi control. + + + + + Didn't get any midi messages. Please try again. + + + + + Unable to detect a mapping -- please try again. Be sure to only touch one control at once. + + + + + Successfully mapped control: + + + + + <i>Ready to learn %1</i> + + + + + Learning: %1. Now move a control on your controller. + + + + + The control you clicked in Mixxx is not learnable. +This could be because you are using an old skin and this control is no longer supported. + +You tried to learn: %1,%2 + + + + + DlgDeveloperTools + + + Developer Tools + + + + + Controls + + + + + Dumps all ControlObject values to a csv-file saved in the settings path (e.g. ~/.mixxx) + + + + + Dump to csv + + + + + Log + + + + + Search + + + + + Stats + + + + + DlgHidden + + + Hidden Tracks + + + + + Selects all tracks in the table below. + + + + + Select All + + + + + Purge selected tracks from the library. + + + + + Purge + + + + + Unhide selected tracks from the library. + + + + + Unhide + + + + + Ctrl+S + + + + + DlgMissing + + + Missing Tracks + + + + + Selects all tracks in the table below. + + + + + Select All + + + + + Purge selected tracks from the library. + + + + + Purge + + + + + DlgPrefAutoDJ + + + + Off + + + + + + On + + + + + DlgPrefAutoDJDlg + + + Re-queue tracks after playback + + + + + Duration after which a track is eligible for selection by Auto DJ again + + + + + hh:mm + + + + + Minimum available tracks in Track Source + + + + + Auto DJ Preferences + + + + + Add a track to the end of the Auto DJ queue once it is played, instead of removing it. + + + + + This percentage of tracks are always available for selecting, regardless of when they were last played. + + + + + % + + + + + Uncheck, to ignore all played tracks. + + + + + Suspend track in Track Source from re-queue + + + + + Suspension period for track selection + + + + + Enable random track addition to queue + + + + + Add random tracks from Track Source if the specified minimum tracks remain + + + + + Minimum allowed tracks before addition + + + + + Minimum number of tracks after which random tracks may be added + + + + + DlgPrefBroadcast + + + Icecast 2 + + + + + Shoutcast 1 + + + + + Icecast 1 + + + + + MP3 + + + + + Ogg Vorbis + + + + + Automatic + + + + + Mono + + + + + Stereo + + + + + + + + Action failed + 動作失敗 + + + + '%1' has the same Icecast mountpoint as '%2'. +Two source connections to the same server can't have the same mountpoint. + + + + + You can't create more than %1 source connections. + + + + + Source connection %1 + + + + + At least one source connection is required. + + + + + Are you sure you want to disconnect every active source connection? + + + + + + Confirmation required + + + + + Are you sure you want to delete '%1'? + + + + + Renaming '%1' + + + + + New name for '%1': + + + + + Can't rename '%1' to '%2': name already in use + + + + + DlgPrefBroadcastDlg + + + Live Broadcasting Preferences + + + + + Mixxx Icecast Testing + + + + + Public stream + + + + + http://www.mixxx.org + + + + + Stream name + + + + + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. + + + + + Live Broadcasting source connections + + + + + Delete selected + + + + + Create new connection + + + + + Rename selected + + + + + Disconnect all + + + + + Turn on Live Broadcasting when applying these settings + + + + + Settings for %1 + + + + + Dynamically update Ogg Vorbis metadata. + + + + + ICQ + + + + + AIM + + + + + Website + + + + + Live mix + + + + + IRC + + + + + Select a source connection above to edit its settings here + + + + + Password storage + + + + + Plain text + + + + + Secure storage (OS keychain) + + + + + Genre + 類型 + + + + Use UTF-8 encoding for metadata. + + + + + Description + 描述 + + + + Encoding + + + + + Bitrate + 位元率 + + + + + Format + + + + + Channels + + + + + Server connection + + + + + Type + 類型 + + + + Host + + + + + Login + + + + + Mount + + + + + Port + + + + + Password + + + + + Stream info + + + + + Metadata + + + + + Use static artist and title. + + + + + Static title + + + + + Static artist + + + + + Automatic reconnect + + + + + Time to wait before the first reconnection attempt is made. + + + + + + seconds + + + + + Wait until first attempt + + + + + Reconnect period + + + + + Time to wait between two reconnection attempts. + + + + + Limit number of reconnection attempts + + + + + Maximum retries + + + + + Reconnect if the connection to the streaming server is lost. + + + + + Enable automatic reconnect + + + + + DlgPrefController + + + Apply device settings? + + + + + Your settings must be applied before starting the learning wizard. +Apply settings and continue? + + + + + None + + + + + %1 by %2 + + + + + No Name + + + + + No Description + + + + + No Author + + + + + Troubleshooting + + + + + Filename + 檔案名稱 + + + + Function Prefix + + + + + Built-in + + + + + Clear Input Mappings + + + + + Are you sure you want to clear all input mappings? + + + + + Clear Output Mappings + + + + + Are you sure you want to clear all output mappings? + + + + + + Add Script + + + + + Controller Script Files (*.js) + + + + + Could not add script file: '%s' + + + + + Please select a script from the list to open. + + + + + DlgPrefControllerDlg + + + (device category goes here) + + + + + Controller Name + + + + + Enabled + 啟用 + + + + Description: + + + + + Load Preset: + + + + + Support: + + + + + Preset Info + + + + + Input Mappings + + + + + + + Add + + + + + + + Remove + 移除 + + + + Click to start the Controller Learning wizard. + + + + + Controller Preferences + + + + + Controller Setup + + + + + Author: + + + + + Name: + + + + + Learning Wizard (MIDI Only) + + + + + + Clear All + + + + + Output Mappings + + + + + Scripts + + + + + Open Selected File + + + + + DlgPrefControllersDlg + + + Controller Preferences + + + + + Controllers + + + + + Mixxx did not detect any controllers. If you connected the controller while Mixxx was running you must restart Mixxx first. + + + + + Presets + + + + + Open User Preset Folder + + + + + Resources + + + + + Controllers are physical devices that send MIDI or HID signals to your computer over a USB connection. These allow you to control Mixxx in a more hands-on way than a keyboard and mouse. Attached controllers that Mixxx recognizes are shown in the "Controllers" section in the sidebar. + + + + + Mixxx uses "presets" to connect messages from your controller to controls in Mixxx. If you do not see a preset for your controller in the "Load Preset" menu when you click on your controller on the left sidebar, you may be able to download one online from the <a href="http://www.mixxx.org/forums/viewforum.php?f=7">Mixxx Forum</a>. Place the XML (.xml) and Javascript (.js) file(s) in the "User Preset Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Preset Folder" then restart Mixxx: + + + + + You can create your own mapping by using the MIDI Learning Wizard when you select your controller in the sidebar. You can edit mappings by selecting the "Input Mappings" and "Output Mappings" tabs in the preference page for your controller. See the Resources below for more details on making mappings. + + + + + <a href="http://mixxx.org/wiki/doku.php/hardware_compatibility">Mixxx DJ Hardware Guide</a> + + + + + <a href="http://www.mixxx.org/forums/viewforum.php?f=7">Mixxx Controller Forums</a> + + + + + <a href="http://mixxx.org/wiki/doku.php/midi_controller_mapping_file_format">MIDI Preset File Format</a> + + + + + <a href="http://mixxx.org/wiki/doku.php/midi_scripting">MIDI Scripting with Javascript</a> + + + + + DlgPrefControlsDlg + + + Skin + + + + + Tool tips + + + + + Select from different color schemes of a skin if available. + + + + + Color scheme + + + + + Locales determine country and language specific settings. + + + + + Locale + + + + + Interface Preferences + + + + + Interface options + + + + + HiDPI / Retina scaling + + + + + Change the size of text, buttons, and other items. + + + + + Adopt scale factor from the operating system + + + + + Auto Scaling + + + + + Effect options + + + + + Load behavior + + + + + Keep metaknob position + + + + + Reset metaknob to effect default + + + + + Screen saver + + + + + Start in full-screen mode + + + + + Full-screen mode + + + + + Off + + + + + Library only + + + + + Library and Skin + + + + + DlgPrefCrossfaderDlg + + + Crossfader Preferences + + + + + Crossfader Curve + + + + + Slow fade/Fast cut (additive) + + + + + Constant power + + + + + Mixing + + + + + Scratching + + + + + Linear + + + + + Logarithmic + + + + + Reverse crossfader (Hamster Style) + + + + + DlgPrefDeck + + + Mixxx mode + + + + + Mixxx mode (no blinking) + + + + + Pioneer mode + + + + + Denon mode + + + + + Numark mode + + + + + CUP mode + + + + + 4% + + + + + 6% (semitone) + + + + + 8% (Technics SL-1210) + + + + + 10% + + + + + 16% + + + + + 24% + + + + + 50% + + + + + 90% + + + + + DlgPrefDeckDlg + + + Deck Preferences + + + + + Deck options + + + + + Cue mode + + + + + Mixxx mode: +- Cue button while pause at cue point = preview +- Cue button while pause not at cue point = set cue point +- Cue button while playing = pause at cue point +Mixxx mode (no blinking): +- Same as Mixxx mode but with no blinking indicators +Pioneer mode: +- Same as Mixxx mode with a flashing play button +Denon mode: +- Cue button at cue point = preview +- Cue button not at cue point = pause at cue point +- Play = set cue point +Numark mode: +- Same as Denon mode, but without a flashing play button +CUP mode: +- Cue button while pause at cue point = play after release +- Cue button while pause not at cue point = set cue point and play after release +- Cue button while playing = go to cue point and play after release + + + + + + Track time display + + + + + Elapsed + + + + + Remaining + + + + + Elapsed and Remaining + + + + + Auto cue + + + + + Automatically seeks to the first saved cue point on track load. + If none exists, seeks to the beginning of the track. + + + + + Jump to main cue point on track load + + + + + Playing track protection + + + + + Do not load tracks into playing decks + + + + + Speed (Tempo) and Key (Pitch) options + + + + + Permanent rate change when left-clicking + + + + + + + + % + + + + + Permanent rate change when right-clicking + + + + + Reset on track load + + + + + Current key + + + + + Temporary rate change when right-clicking + + + + + Permanent + + + + + Value in milliseconds + + + + + Temporary + + + + + Keylock mode + + + + + Ramping sensitivity + + + + + Pitch bend behavior + + + + + Original key + + + + + Temporary rate change when left-clicking + + + + + Speed/Tempo + + + + + Key/Pitch + + + + + Adjustment buttons: + + + + + Coarse + + + + + Fine + + + + + Make the speed sliders work like those on DJ turntables and CDJs where moving downward increases the speed + + + + + Down increases speed + + + + + Slider range + + + + + Adjusts the range of the speed (Vinyl "Pitch") slider. + + + + + Abrupt jump + + + + + Smoothly adjusts deck speed when temporary change buttons are held down + + + + + Smooth ramping + + + + + Keyunlock mode + + + + + Reset key + + + + + Keep key + + + + + DlgPrefEQ + + + + + None + Displayed when no effect is selected + + + + + DlgPrefEQDlg + + + Equalizer Preferences + + + + + Reset equalizers on track load + + + + + Resets the equalizers to their default values when loading a track. + + + + + Equalizer Rack + + + + + Only allow EQ knobs to control EQ-specific effects + + + + + Uncheck to allow any effect to be loaded into the EQ knobs. + + + + + Use the same EQ filter for all decks + + + + + Uncheck to allow different decks to use different EQ effects. + + + + + Equalizer Plugin + + + + + Quick Effect + 快速效果 + + + + High Shelf EQ + + + + + + 16 Hz + + + + + Master EQ + + + + + Reset Parameter + + + + + Miscellaneous + + + + + Resets the deck gain to unity when loading a track. + + + + + Reset gain on track load + + + + + Bypass EQ effect processing + + + + + When checked, EQs are not processed, improving performance on slower computers. + + + + + + 20.05 kHz + + + + + Low Shelf EQ + + + + + DlgPrefEffectsDlg + + + Effects Preferences + + + + + Available Effects + + + + + Effect Info + + + + + Version: + + + + + Description: + + + + + Author: + + + + + Name: + + + + + Type: + + + + + DlgPrefInterface + + + The minimum size of the selected skin is bigger than your screen resolution. + + + + + Allow screensaver to run + + + + + Prevent screensaver from running + + + + + Prevent screensaver while playing + + + + + This skin does not support color schemes + + + + + Information + + + + + Mixxx must be restarted before the new locale setting will take effect. + + + + + DlgPrefKeyDlg + + + Key Notation Format Settings + + + + + When key detection is enabled, Mixxx detects the musical key of your tracks +and allows you to pitch adjust them for harmonic mixing. + + + + + Enable Key Detection + + + + + Choose Analyzer + + + + + Key Analyzer: + + + + + Choose between different algorithms to detect keys. + + + + + Analyzer Settings + + + + + Enable Fast Analysis (For slow computers, may be less accurate) + + + + + Re-analyze keys when settings change or 3rd-party keys are present + + + + + Key Notation + + + + + Lancelot + + + + + OpenKey + + + + + Traditional + + + + + Custom + + + + + A + + + + + Bb + + + + + B + + + + + C + + + + + Db + + + + + D + + + + + Eb + + + + + E + + + + + F + + + + + F# + + + + + G + + + + + Ab + + + + + Am + + + + + Bbm + + + + + Bm + + + + + Cm + + + + + C#m + + + + + Dm + + + + + Ebm + + + + + Em + + + + + Fm + + + + + F#m + + + + + Gm + + + + + G#m + + + + + DlgPrefLV2Dlg + + + Equalizer Preferences + + + + + Discovered LV2 effects + + + + + DlgPrefLibrary + + + Music Directory Added + 已加入音樂目錄 + + + + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? + 您加入了一或多個音樂目錄。直到您重新掃描庫之前,該目錄中的音軌將無法使用。您需要重新掃描嗎? + + + + Scan + 掃描 + + + + Choose a music directory + + + + + Confirm Directory Removal + + + + + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. + + + + + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. + + + + + Hide Tracks + + + + + Delete Track Metadata + + + + + Leave Tracks Unchanged + + + + + Relink music directory to new location + + + + + Select Library Font + + + + + DlgPrefLibraryDlg + + + Library + + + + + Music Directories: + + + + + If removed, Mixxx will no longer watch this directory and its subdirectories for new tracks. + + + + + Remove + 移除 + + + + Add a directory where your music is stored. Mixxx will watch this directory and its subdirectories for new tracks. + + + + + Add + + + + + If an existing music directory is moved, Mixxx doesn't know where to find the audio files in it. Choose Relink to select the music directory in its new location. <br/> This will re-establish the links to the audio files in the Mixxx library. + + + + + Relink + This will re-establish the links to the audio files in the Mixxx database if you move an music directory to a new location. + + + + + Audio File Formats + + + + + Additional Format Plugins: + + + + + Built-in + + + + + Available Online... + + + + + Loaded Plugins: + + + + + None + + + + + Track Metadata Synchronization + + + + + Export: Write modified track metadata from the library into file tags + + + + + Miscellaneous + + + + + Library Font: + + + + + Library Row Height: + + + + + Rescan library on start-up + + + + + Add track to Auto DJ Queue (top) + + + + + Add track to Auto DJ Queue (bottom) + + + + + Use relative paths for playlist export if possible + + + + + ... + + + + + px + + + + + Edit metadata after clicking selected track + + + + + Track Load Action + Sets default action when double-clicking a track in the library. + + + + + Load track to next available deck + + + + + External Libraries + + + + + You will need to restart Mixxx for these settings to take effect. + + + + + Show Rhythmbox Library + + + + + Show Banshee Library + + + + + Show iTunes Library + + + + + Show Traktor Library + + + + + All external libraries shown are write protected. + + + + + DlgPrefModplug + + + Modplug Preferences + + + + + All settings take effect on next track load. Currently loaded tracks are not affected. For an explanation of these settings, see the <a href="http://wiki.openmpt.org/Manual:_Setup/Player">OpenMPT manual</a>. + + + + + Maximum Number of Mixing Channels: + + + + + Show Advanced Settings + + + + + + + Low + + + + + Reverb Delay: + + + + + + + High + + + + + None + + + + + Bass Expansion + + + + + Bass Range: + + + + + 16 + 16 + + + + Front/Rear Delay: + + + + + Pro-Logic Surround + + + + + Full + + + + + Reverb + + + + + Stereo separation + + + + + 10Hz + + + + + 10ms + + + + + 256 + + + + + 5ms + + + + + 100Hz + + + + + 250ms + + + + + 50ms + + + + + Noise reduction + + + + + Hints + + + + + Module files are decoded at once and kept in RAM to allow for seeking and smooth operation in Mixxx. About 10MB of RAM are required for 1 minute of audio. + + + + + Decoding options for libmodplug, a software library for loading and rendering module files (MOD music, tracker music). + + + + + Decoding Options + + + + + Resampling mode (interpolation) + + + + + Enable oversampling + + + + + Nearest (very fast, extremely bad quality) + + + + + Linear (fast, good quality) + + + + + Cubic Spline (high quality) + + + + + 8-tap FIR (extremely high quality) + + + + + Memory limit for single track (MB) + + + + + DlgPrefNoVinylDlg + + + Vinyl Control (Disabled) Preferences + Using a version with the Vinyl Control feature disabled, an alternative preferences window is displayed. + + + + + <b>This version of Mixxx does not support vinyl control.</b> <br> Please visit <a href="http://mixxx.org">Mixxx.org</a> for more information. + + + + + DlgPrefRecord + + + Choose recordings directory + + + + + DlgPrefRecordDlg + + + Recording Preferences + + + + + Recordings Directory + + + + + Recordings Directory: + + + + + Browse... + + + + + + Quality + + + + + Tags + + + + + Title + 標題 + + + + Author + + + + + Album + 專輯 + + + + Miscellaneous + + + + + Output File Format + + + + + Compression + + + + + Lossy + + + + + Compression Level + + + + + Lossless + + + + + Create a CUE file + + + + + File Splitting + + + + + Split recordings at + + + + + DlgPrefReplayGain + + + %1 LUFS (adjust by %2 dB) + + + + + DlgPrefReplayGainDlg + + + Normalization Preferences + + + + + ReplayGain Loudness Normalization + + + + + Apply loudness normalization to loaded tracks. + + + + + Apply ReplayGain + + + + + -30 LUFS + + + + + -6 LUFS + + + + + When ReplayGain is enabled, adjust tracks lacking ReplayGain information by this amount. + + + + + Initial boost without ReplayGain data + + + + + For tracks with ReplayGain, adjust the target loudness to this LUFS value (Loudness Units relative to Full Scale). + + + + + Target loudness + + + + + -12 dB + + + + + Analysis + + + + + ReplayGain 2.0 (ITU-R BS.1770) + + + + + ReplayGain 1.0 + + + + + Disabled + + + + + Re-analyze and override an existing value + + + + + ReplayGain targets a reference loudness of -18 LUFS (Loudness Units relative to Full Scale). You may increase it if you find Mixxx is too quiet or reduce it if you find that your tracks are clipping. You may also want to decrease the volume of unanalyzed tracks if you find they are often louder than ReplayGained tracks. For podcasting a loudness of -16 LUFS is recommended. + +The loudness target is approximate and assumes track pregain and master output level are unchanged. + + + + + When an unanalyzed track is playing, Mixxx will avoid an abrupt volume change by not applying a newly calculated ReplayGain value. + + + + + +12 dB + + + + + Hints + + + + + DlgPrefSound + + + None + + + + + %1 Hz + + + + + Default (long delay) + + + + + Experimental (no delay) + + + + + Disabled (short delay) + + + + + Soundcard Clock + + + + + Network Clock + + + + + Master output only + + + + + Master and booth outputs + + + + + Direct monitor (recording and broadcasting only) + + + + + Disabled + + + + + Enabled + 啟用 + + + + Stereo + + + + + Mono + + + + + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. + + + + + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. + + + + + + Refer to the Mixxx User Manual for details. + + + + + Configured latency has changed. + + + + + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. + + + + + Realtime scheduling is enabled. + + + + + %1 ms + + + + + Configuration error + + + + + DlgPrefSoundDlg + + + Sound Hardware Preferences + + + + + Sound API + + + + + Sample Rate + + + + + Audio Buffer + + + + + Engine Clock + + + + + Use soundcard clock for live audience setups and lowest latency.<br>Use network clock for broadcasting without a live audience. + + + + + Microphone Monitor Mode + + + + + Microphone Latency Compensation + + + + + Headphone Delay + 耳機延遲 + + + + + + + ms + milliseconds + + + + + Booth Delay + + + + + Enable Realtime scheduling (currently disabled), see the <a href="http://mixxx.org/wiki/doku.php/adjusting_audio_latency">Mixxx Wiki</a>. + + + + + 20 ms + + + + + Buffer Underflow Count + + + + + 0 + + + + + Master Delay + 主延遲 + + + + Keylock/Pitch-Bending Engine + + + + + Multi-Soundcard Synchronization + + + + + Master Mix + + + + + Master Output Mode + + + + + Output + + + + + Input + + + + + The <a href="http://mixxx.org/wiki/doku.php/hardware_compatibility">Mixxx DJ Hardware Guide</a> lists sound cards and controllers you may want to consider for using Mixxx. + + + + + System Reported Latency + + + + + Enlarge your audio buffer if the underflow counter is increasing or you hear pops during playback. + + + + + Hints and Diagnostics + + + + + Downsize your audio buffer to improve Mixxx's responsiveness. + + + + + Query Devices + + + + + DlgPrefSoundItem + + + None + + + + + Channel %1 + + + + + Channels %1 - %2 + + + + + Sound Item Preferences + Constructs new sound items inside the Sound Hardware Preferences, representing an AudioPath and SoundDevice + + + + + Type (#) + + + + + DlgPrefVinylDlg + + + Input + + + + + Vinyl Configuration + + + + + Deck 1 Vinyl Type + + + + + Deck 2 Vinyl Type + + + + + Deck 3 Vinyl Type + + + + + Deck 4 Vinyl Type + + + + + Show Signal Quality in Skin + + + + + + + + seconds + + + + + Vinyl Control Preferences + + + + + + + + Lead-in + + + + + Turntable Input Signal Boost + + + + + 0 dB + + + + + 44 dB + + + + + Signal Quality + + + + + http://www.xwax.co.uk + + + + + Powered by xwax + + + + + Hints + + + + + Select sound devices for Vinyl Control in the Sound Hardware pane. + + + + + DlgPrefWaveform + + + Filtered + + + + + HSV + + + + + RGB + + + + + OpenGL not available + + + + + dropped frames + + + + + Cached waveforms occupy %1 MiB on disk. + + + + + DlgPrefWaveformDlg + + + Waveform Preferences + + + + + Frame rate + + + + + Displays which OpenGL version is supported by the current platform. + + + + + Normalize waveform overview + + + + + Average frame rate + + + + + Visual gain + + + + + Default zoom level + Waveform zoom + + + + + Displays the actual frame rate. + + + + + Visual gain of the middle frequencies + + + + + End of track warning + + + + + OpenGL status + + + + + Highlight the waveforms when the last seconds of a track remains. + + + + + seconds + + + + + Low + + + + + Middle + + + + + Global + + + + + Visual gain of the high frequencies + + + + + Visual gain of the low frequencies + + + + + High + + + + + Waveform type + + + + + Global visual gain + + + + + The waveform overview shows the waveform envelope of the entire track. +Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. + + + + + The waveform shows the waveform envelope of the track near the current playback position. +Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. + + + + + Waveform overview type + + + + + fps + + + + + Synchronize zoom level across all waveform displays. + + + + + Synchronize zoom level across all waveforms + + + + + Caching + + + + + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. + + + + + Enable waveform caching + + + + + Generate waveforms when analyzing library + + + + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + + + + + Play marker position + + + + + Moves the play marker position on the waveforms to the left, right or center (default). + + + + + Clear Cached Waveforms + + + + + DlgPreferences + + + Sound Hardware + + + + + Controllers + + + + + Library + + + + + Interface + + + + + Waveforms + + + + + Auto DJ + 自動DJ + + + + Equalizers + 等化器 + + + + Decks + + + + + Crossfader + 交叉漸變器 + + + + Effects + 效果 + + + + LV2 Plugins + + + + + Recording + + + + + Beat Detection + + + + + Key Detection + + + + + Normalization + + + + + + Vinyl Control + + + + + Live Broadcasting + + + + + Modplug Decoder + + + + + DlgPreferencesDlg + + + Preferences + + + + + 1 + 1 + + + + DlgRecording + + + Recordings + + + + + Status: + + + + + + Start Recording + + + + + Stop Recording + + + + + Recording to file: %1 (%2 MiB written in %3) + + + + + DlgTagFetcher + + + MusicBrainz + + + + + Select best possible match + + + + + + Track + + + + + + Year + 年份 + + + + Title + 標題 + + + + + Artist + + + + + + Album + 專輯 + + + + Fetching track data from the MusicBrainz database + + + + + Mixxx could not find this track in the MusicBrainz database. + + + + + Get API-Key + To be able to submit audio fingerprints to the MusicBrainz database, a free application programming interface key (API key) is required. + + + + + Submit + Submits audio fingerprints to the MusicBrainz database. + + + + + New Column + + + + + New Item + + + + + &Previous + + + + + &Next + + + + + &Apply + + + + + &Close + + + + + Status: %1 + + + + + HTTP Status: %1 + + + + + Mixxx can't connect to %1 for an unknown reason. + + + + + Mixxx can't connect to %1. + + + + + Original tags + + + + + Suggested tags + + + + + DlgTrackExport + + + Export Tracks + + + + + Exporting Tracks + + + + + (status text) + + + + + &Cancel + + + + + DlgTrackInfo + + + Track Editor + + + + + Summary + + + + + Filetype: + + + + + BPM: + + + + + Location: + + + + + Bitrate: + + + + + Comments + + + + + BPM + + + + + Sets the BPM to 75% of the current value. + + + + + 3/4 BPM + + + + + Sets the BPM to 50% of the current value. + + + + + Displays the BPM of the selected track. + + + + + Details + + + + + Track # + 軌道 # + + + + Album Artist + + + + + Composer + 作曲家 + + + + Title + 標題 + + + + Grouping + 分組 + + + + Key + + + + + Year + 年份 + + + + Artist + + + + + Album + 專輯 + + + + Genre + 類型 + + + + File + + + + + ReplayGain: + + + + + Converts beats detected by the analyzer into a fixed-tempo beatgrid. +Use this setting if your tracks have a constant tempo (e.g. most electronic music). +Often results in higher quality beatgrids, but will not do well on tracks that have tempo shifts. + + + + + Sets the BPM to 200% of the current value. + + + + + Double BPM + + + + + Halve BPM + + + + + Clear BPM and Beatgrid + + + + + Cuepoints + + + + + Move to the previous item. + "Previous" button + + + + + &Previous + + + + + Move to the next item. + "Next" button + + + + + &Next + + + + + Duration: + + + + + Import Metadata from MusicBrainz + + + + + Import Metadata from File + + + + + Open in File Browser + + + + + Track BPM: + + + + + Assume constant tempo + + + + + Sets the BPM to 66% of the current value. + + + + + 2/3 BPM + + + + + Sets the BPM to 150% of the current value. + + + + + 3/2 BPM + + + + + Sets the BPM to 133% of the current value. + + + + + 4/3 BPM + + + + + Tap with the beat to set the BPM to the speed you are tapping. + + + + + Tap to Beat + + + + + Hint: Use the Library Analyze view to run BPM detection. + + + + + Cue Id + + + + + Position + + + + + Hotcue + + + + + Label + + + + + Activate Cue + + + + + Save changes and close the window. + "OK" button + + + + + &OK + + + + + Delete Cue + + + + + Discard changes and close the window. + "Cancel" button + + + + + Save changes and keep the window open. + "Apply" button + + + + + &Apply + + + + + &Cancel + + + + + EffectChainSlot + + + Empty Chain + Name for an empty effect chain, that is created after eject + + + + + EffectParameterSlotBase + + + No effect loaded. + + + + + EffectSettingsModel + + + Visible + + + + + Name + 名稱 + + + + Type + 類型 + + + + EffectsManager + + + Flanger + + + + + BitCrusher + + + + + Filter + + + + + Reverb + + + + + Echo + + + + + AutoPan + + + + + Tremolo + + + + + EmptyWaveformWidget + + + Empty + + + + + EngineBuffer + + + Soundtouch (faster) + + + + + Rubberband (better) + + + + + Unknown (bad value) + + + + + ErrorDialogHandler + + + Fatal error + + + + + Critical error + + + + + Warning + + + + + Information + + + + + Question + + + + + GLRGBWaveformWidget + + + RGB + + + + + GLSLFilteredWaveformWidget + + + Filtered + + + + + GLSLRGBWaveformWidget + + + RGB + + + + + GLSimpleWaveformWidget + + + Simple + + + + + GLVSyncTestWidget + + + VSyncTest + + + + + GLWaveformWidget + + + Filtered + + + + + HSVWaveformWidget + + + HSV + + + + + HidController + + + Generic HID Mouse + + + + + Generic HID Joystick + + + + + Generic HID Gamepad + + + + + Generic HID Keyboard + + + + + Generic HID Multiaxis Controller + + + + + Unknown HID Desktop Device + + + + + HID Infrared Control + + + + + Unknown Apple HID Device + + + + + HID Unknown Device + + + + + HID Interface Number + + + + + ITunesFeature + + + + iTunes + + + + + + Select your iTunes library + + + + + (loading) iTunes + + + + + Use Default Library + + + + + Choose Library... + + + + + Error Loading iTunes Library + + + + + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. + + + + + LegacySkinParser + + + Safe Mode Enabled + Shown when Mixxx is running in safe mode. + + + + + No OpenGL +support. + Shown when Spinny can not be displayed. Please keep + unchanged + + + + + activate + + + + + toggle + + + + + right + + + + + left + + + + + right small + + + + + left small + + + + + up + + + + + down + + + + + up small + + + + + down small + + + + + Shortcut + + + + + Library + + + Add Directory to Library + + + + + Could not add the directory to your library. Either this directory is already in your library or you are currently rescanning your library. + + + + + LibraryFeature + + + Import Playlist + 匯入播放清單 + + + + Playlist Files (*.m3u *.m3u8 *.pls *.csv) + + + + + LibraryScannerDlg + + + Library Scanner + + + + + It's taking Mixxx a minute to scan your music library, please wait... + + + + + Cancel + + + + + Scanning: + + + + + Scanning cover art (safe to cancel) + + + + + LibraryTableModel + + + Sort items randomly + + + + + MidiController + + + MIDI Controller + + + + + MixxxControl(s) not found + + + + + One or more MixxxControls specified in the outputs section of the loaded preset were invalid. + + + + + Some LEDs or other feedback may not work correctly. + + + + + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) + + + + + + * Make sure the MixxxControls in question actually exist. Visit this wiki page for a complete list: + + + + + MixxxDb + + + Click OK to exit. + + + + + Cannot upgrade database schema + + + + + Unable to upgrade your database schema to version %1 + + + + + For help with database issues contact: + + + + + Your mixxxdb.sqlite file may be corrupt. + + + + + Try renaming it and restarting Mixxx. + + + + + Your mixxxdb.sqlite file was created by a newer version of Mixxx and is incompatible. + + + + + The database schema file is invalid. + + + + + MixxxLibraryFeature + + + Missing Tracks + + + + + Hidden Tracks + + + + + Tracks + + + + + MixxxMainWindow + + + Choose music library directory + + + + + Sound Device Busy + + + + + <b>Retry</b> after closing the other application or reconnecting a sound device + + + + + + + <b>Reconfigure</b> Mixxx's sound device settings. + + + + + + Get <b>Help</b> from the Mixxx Wiki. + + + + + + + <b>Exit</b> Mixxx. + + + + + Retry + + + + + Cannot open database + + + + + Unable to establish a database connection. +Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. + +Click OK to exit. + + + + + + Reconfigure + + + + + Help + + + + + + Exit + + + + + + Mixxx was unable to open all the configured sound devices. + + + + + Sound Device Error + + + + + <b>Retry</b> after fixing an issue + + + + + No Output Devices + + + + + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. + + + + + <b>Continue</b> without any outputs. + + + + + Continue + + + + + Load track to Deck %1 + + + + + Deck %1 is currently playing a track. + + + + + Are you sure you want to load a new track? + + + + + There is no input device selected for this vinyl control. +Please select an input device in the sound hardware preferences first. + + + + + There is no input device selected for this passthrough control. +Please select an input device in the sound hardware preferences first. + + + + + There is no input device selected for this microphone. +Please select an input device in the sound hardware preferences first. + + + + + Error in skin file + + + + + The selected skin cannot be loaded. + + + + + OpenGL Direct Rendering + + + + + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. + + + + + + + Confirm Exit + + + + + A deck is currently playing. Exit Mixxx? + + + + + A sampler is currently playing. Exit Mixxx? + + + + + The preferences window is still open. + + + + + Discard any changes and exit Mixxx? + + + + + ParserCsv + + + Location + 地點 + + + + Playlist Export Failed + + + + + + Could not create file + + + + + Readable text Export Failed + + + + + ParserM3u + + + + Playlist Export Failed + + + + + File path contains characters, not allowed in m3u playlists. + + + + + + Export a m3u8 playlist instead! + + + + + + Could not create file + + + + + ParserPls + + + Playlist Export Failed + + + + + Could not create file + + + + + PlaylistFeature + + + Lock + 鎖定 + + + + + Playlists + + + + + Unlock + 解鎖 + + + + Playlists are ordered lists of songs that allow you to plan your DJ sets. + + + + + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. + + + + + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. + + + + + It may be necessary to skip some songs in your prepared playlist or add some different songs in order to maintain the energy of your audience. + + + + + Create New Playlist + 建立播放清單 + + + + QMessageBox + + + Upgrading Mixxx + + + + + Mixxx now supports displaying cover art. +Do you want to scan your library for cover files now? + + + + + Scan + 掃描 + + + + Later + + + + + Upgrading Mixxx from v1.9.x/1.10.x. + + + + + Mixxx has a new and improved beat detector. + + + + + When you load tracks, Mixxx can re-analyze them and generate new, more accurate beatgrids. This will make automatic beatsync and looping more reliable. + + + + + This does not affect saved cues, hotcues, playlists, or crates. + + + + + If you do not want Mixxx to re-analyze your tracks, choose "Keep Current Beatgrids". You can change this setting at any time from the "Beat Detection" section of the Preferences. + + + + + Keep Current Beatgrids + + + + + Generate New Beatgrids + + + + + QObject + + + + Invalid + + + + + Note On + + + + + Note Off + + + + + CC + + + + + Pitch Bend + + + + + + Unknown (0x%1) + + + + + Normal + + + + + Invert + + + + + Rot64 + + + + + Rot64Inv + + + + + Rot64Fast + + + + + Diff + + + + + Button + + + + + Switch + + + + + Spread64 + + + + + HercJog + + + + + SelectKnob + + + + + SoftTakeover + + + + + Script + + + + + 14-bit (LSB) + + + + + 14-bit (MSB) + + + + + Master + + + + + Booth + + + + + Headphones + + + + + Left Bus + + + + + Center Bus + + + + + Right Bus + + + + + Invalid Bus + + + + + Deck + + + + + Record/Broadcast + + + + + Vinyl Control + + + + + Microphone + + + + + Auxiliary + + + + + Unknown path type %1 + + + + + + Encoder + + + + + <html>Mixxx cannot record or stream in MP3 without the MP3 encoder &quot;lame&quot;. Due to licensing issues, we cannot include this with Mixxx. To record or stream in MP3, you must download <b>libmp3lame</b> and install it on your system. <p>See <a href='http://mixxx.org/wiki/doku.php/internet_broadcasting#%1'>Mixxx Wiki</a> for more information. </html> + + + + + <html>Mixxx has detected that you use a modified version of libmp3lame. See <a href='http://mixxx.org/wiki/doku.php/internet_broadcasting'>Mixxx Wiki</a> for more information.</html> + + + + + Mixxx Needs Access to: %1 + + + + + Due to Mac Sandboxing, we need your permission to access this file: + +%1 + +After clicking OK, you will see a file picker. To give Mixxx permission, you must select '%2' to proceed. If you do not want to grant Mixxx access click Cancel on the file picker. We're sorry for this inconvenience. + +To abort this action, press Cancel on the file dialog. + + + + + You selected the wrong file. To grant Mixxx access, please select the file '%1'. If you do not want to continue, press Cancel. + + + + + + Bit Depth + + + + + + Bitcrusher + + + + + Adds noise by the reducing the bit depth and sample rate + + + + + The bit depth of the samples + + + + + Downsampling + + + + + Down + + + + + The sample rate to which the signal is downsampled + + + + + + Echo + + + + + + Time + + + + + + Ping Pong + + + + + + + + Send + + + + + How much of the signal to send into the delay buffer + + + + + + + + Feedback + + + + + Stores the input signal in a temporary buffer and outputs it after a short time + + + + + Delay time +1/8 - 2 beats if tempo is detected +1/8 - 2 seconds if no tempo is detected + + + + + Amount the echo fades each time it loops + + + + + How much the echoed sound bounces between the left and right sides of the stereo field + + + + + + + + Quantize + + + + + Round the Time parameter to the nearest 1/4 beat. + + + + + + + + + + + Triplets + + + + + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. + + + + + + Filter + + + + + Allows only high or low frequencies to play. + + + + + Low Pass Filter Cutoff + + + + + + LPF + + + + + + Corner frequency ratio of the low pass filter + + + + + Q + + + + + Resonance of the filters +Default: flat top + + + + + High Pass Filter Cutoff + + + + + + HPF + + + + + + Corner frequency ratio of the high pass filter + + + + + + + + Depth + + + + + + Flanger + + + + + + Speed + + + + + + Manual + + + + + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering + + + + + Speed of the LFO (low frequency oscillator) +32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected +1/32 - 4 Hz if no tempo is detected + + + + + Delay amplitude of the LFO (low frequency oscillator) + + + + + Delay offset of the LFO (low frequency oscillator). +With width at zero, this allows for manually sweeping over the entire delay range. + + + + + Regeneration + + + + + Regen + + + + + How much of the delay output is feed back into the input + + + + + + Intensity of the effect + + + + + + Divide rounded 1/2 beats of the Period parameter by 3. + + + + + + Mix + + + + + + + + + + Width + + + + + Metronome + + + + + Adds a metronome click sound to the stream + + + + + BPM + + + + + Set the beats per minute value of the click sound + + + + + Sync + 同步 + + + + Synchronizes the BPM with the track if it can be retrieved + + + + + + + + Period + + + + + + Autopan + + + + + Bounce the sound left and right across the stereo field + + + + + How fast the sound goes from one side to another +1/4 - 4 beats rounded to 1/2 beat if tempo is detected +1/4 - 4 seconds if no tempo is detected + + + + + Smoothing + + + + + Smooth + + + + + How smoothly the signal goes from one side to the other + + + + + How far the signal goes to each side + + + + + Reverb + + + + + Emulates the sound of the signal bouncing off the walls of a room + + + + + + Decay + + + + + Lower decay values cause reverberations to fade out more quickly. + + + + + Bandwidth of the low pass filter at the input. +Higher values result in less attenuation of high frequencies. + + + + + How much of the signal to send in to the effect + + + + + Bandwidth + + + + + BW + + + + + + Damping + + + + + Higher damping values cause high frequencies to decay more quickly than low frequencies. + + + + + + + Low + + + + + + + Gain for Low Filter + + + + + Kill Low + + + + + Kill the Low Filter + + + + + Mid + + + + + Bessel4 LV-Mix Isolator + + + + + Bessel4 ISO + + + + + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). + + + + + Gain for Mid Filter + + + + + Kill Mid + + + + + Kill the Mid Filter + + + + + High + + + + + + Gain for High Filter + + + + + Kill High + + + + + Kill the High Filter + + + + + To adjust frequency shelves, go to Preferences -> Equalizers. + + + + + Graphic Equalizer + + + + + Graphic EQ + + + + + An 8-band graphic equalizer based on biquad filters + + + + + Gain for Band Filter %1 + + + + + Moog Ladder 4 Filter + + + + + Moog Filter + + + + + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation + + + + + Res + + + + + + Resonance + + + + + Resonance of the filters. 4 = self oscillating + + + + + Deck %1 EQ Effect + + + + + + EQ Effect + + + + + Deck 1 EQ Effect + + + + + Gain for Low Filter (neutral at 1.0) + + + + + Network stream + + + + + + Phaser + + + + + + Stereo + + + + + + Stages + + + + + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering + + + + + Period of the LFO (low frequency oscillator) +1/4 - 4 beats rounded to 1/2 beat if tempo is detected +1/4 - 4 seconds if no tempo is detected + + + + + Controls how much of the output signal is looped + + + + + + Range + + + + + Controls the frequency range across which the notches sweep. + + + + + Number of stages + + + + + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others + + + + + %1 minutes + + + + + %1:%2 + + + + + Ctrl+t + + + + + Ctrl+y + + + + + Ctrl+u + + + + + Ctrl+i + + + + + Ctrl+o + + + + + Ctrl+Shift+O + + + + + Ctrl+, + + + + + Ctrl+P + + + + + Ctrl+Shift+F + + + + + F11 + + + + + Bessel8 LV-Mix Isolator + + + + + Bessel8 ISO + + + + + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). + + + + + LinkwitzRiley8 Isolator + + + + + LR8 ISO + + + + + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). + + + + + Biquad Equalizer + + + + + BQ EQ + + + + + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. + + + + + Device not found + + + + + Biquad Full Kill Equalizer + + + + + BQ EQ/ISO + + + + + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. + + + + + Loudness Contour + + + + + + + Loudness + + + + + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. + + + + + Set the gain of the applied loudness contour + + + + + + Use Gain + + + + + Follow Gain Knob + + + + + This stream is online for testing purposes! + + + + + Live Mix + + + + + + 16 bits + + + + + + 24 bits + + + + + + Bit depth + + + + + Bitrate Mode + + + + + 32 bits float + + + + + + + Balance + + + + + Adjust the left/right balance and stereo width + + + + + Adjust balance between left and right channels + + + + + + Mid/Side + + + + + Bypass Fr. + + + + + Bypass Frequency + + + + + Stereo Balance + + + + + Adjust stereo width by changing balance between middle and side of the signal. +Fully left: mono +Fully right: only side ambiance +Center: does not change the original signal. + + + + + Frequencies below this cutoff are not adjusted in the stereo field + + + + + Parametric Equalizer + + + + + Param EQ + + + + + An gentle 2-band parametric equalizer based on biquad filters. +It is designed as a complement to the steep mixing equalizers. + + + + + + Gain 1 + + + + + Gain for Filter 1 + + + + + + Q 1 + + + + + Controls the bandwidth of Filter 1. +A lower Q affects a wider band of frequencies, +a higher Q affects a narrower band of frequencies. + + + + + + Center 1 + + + + + Center frequency for Filter 1, from 100 Hz to 14 kHz + + + + + + Gain 2 + + + + + Gain for Filter 2 + + + + + + Q 2 + + + + + Controls the bandwidth of Filter 2. +A lower Q affects a wider band of frequencies, +a higher Q affects a narrower band of frequencies. + + + + + + Center 2 + + + + + Center frequency for Filter 2, from 100 Hz to 14 kHz + + + + + + Tremolo + + + + + Cycles the volume up and down + + + + + How much the effect changes the volume + + + + + + Rate + + + + + Rate of the volume changes +4 beats - 1/8 beat if tempo is detected +1/4 Hz - 8 Hz if no tempo is detected + + + + + Width of the volume peak +10% - 90% of the effect period + + + + + Shape of the volume modulation wave +Fully left: Square wave +Fully right: Sine wave + + + + + When the Quantize parameter is enabled, divide the effect period by 3. + + + + + + Waveform + + + + + + Phase + + + + + Shifts the position of the volume peak within the period +Fully left: beginning of the effect period +Fully right: end of the effect period + + + + + Round the Rate parameter to the nearest whole division of a beat. + + + + + Triplet + + + + + Built-in + Used for effects that are built into Mixxx + + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + + + + QtSimpleWaveformWidget + + + Simple + + + + + QtWaveformWidget + + + Filtered + + + + + RGBWaveformWidget + + + RGB + + + + + RecordingFeature + + + Recordings + + + + + RecordingManager + + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + + Recording + + + + + Could not create audio file for recording! + + + + + Ensure there is enough free disk space and you have write permission for the Recordings folder. + + + + + You can change the location of the Recordings folder in Preferences -> Recording. + + + + + RecordingsView + + + + Message shown to user when recording an audio file. %1 is the file path and %2 is the current size of the recording in megabytes (MB) + + + + + RhythmboxFeature + + + + Rhythmbox + + + + + SamplerBank + + + Save Sampler Bank + + + + + + + Mixxx Sampler Banks (*.xml) + + + + + Error Saving Sampler Bank + + + + + Could not write the sampler bank to '%1'. + + + + + Load Sampler Bank + + + + + Error Reading Sampler Bank + + + + + Could not open the sampler bank file '%1'. + + + + + SetlogFeature + + + Join with previous + + + + + Create new history playlist + + + + + + History + + + + + Unlock + 解鎖 + + + + Lock + 鎖定 + + + + The history section automatically keeps a list of tracks you play in your DJ sets. + + + + + This is handy for remembering what worked in your DJ sets, posting set-lists, or reporting your plays to licensing organizations. + + + + + Every time you start Mixxx, a new history section is created. You can export it as a playlist in various formats or play it again with Auto DJ. + + + + + You can join the current history session with a previous one by right-clicking and selecting "Join with previous". + + + + + ShoutConnection + + + + Mixxx encountered a problem + + + + + Could not allocate shout_t + + + + + Could not allocate shout_metadata_t + + + + + Error setting non-blocking mode: + + + + + Error setting hostname! + + + + + Error setting port! + + + + + Error setting password! + + + + + Error setting mount! + + + + + Error setting username! + + + + + Error setting stream name! + + + + + Error setting stream description! + + + + + Error setting stream genre! + + + + + Error setting stream url! + + + + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + + Error setting stream public! + + + + + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. + + + + + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. + + + + + Error setting bitrate + + + + + Error: unknown server protocol! + + + + + Error: libshout only supports Shoutcast with MP3 format! + + + + + Error setting protocol! + + + + + Network cache overflow + + + + + Connection error + + + + + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> + + + + + Connection message + + + + + <b>Message from Live Broadcasting connection '%1':</b><br> + + + + + Lost connection to streaming server and %1 attempts to reconnect have failed. + + + + + Lost connection to streaming server. + + + + + Please check your connection to the Internet. + + + + + Can't connect to streaming server + + + + + Please check your connection to the Internet and verify that your username and password are correct. + + + + + SoftwareWaveformWidget + + + Filtered + + + + + Software + + + + + SoundManager + + + + a device + + + + + An unknown error occurred + + + + + Two outputs cannot share channels on "%1" + + + + + Error opening "%1" + + + + + StatModel + + + Name + 名稱 + + + + Count + + + + + Type + 類型 + + + + Units + + + + + Sum + + + + + Min + + + + + Max + + + + + Mean + + + + + Variance + + + + + Standard Deviation + + + + + TagFetcher + + + Fingerprinting track + + + + + Identifying track + + + + + Downloading Metadata + + + + + Tooltips + + + Reset to default value. + + + + + Left-click + + + + + Right-click + + + + + Scroll-wheel + + + + + loop active + + + + + loop inactive + + + + + Effects within the chain must be enabled to hear them. + + + + + Waveform Overview + + + + + Shows information about the track currently loaded in this channel. + + + + + Use the mouse to scratch, spin-back or throw tracks. + + + + + Waveform Display + + + + + Shows the loaded track's waveform near the playback position. + + + + + Drag with mouse to make temporary pitch adjustments. + + + + + Scroll to change the waveform zoom level. + + + + + Waveform Zoom Out + 波形縮小 + + + + Waveform Zoom In + 波形放大 + + + + Waveform Zoom + 波形縮放 + + + + + Spinning Vinyl + + + + + Rotates during playback and shows the position of a track. + + + + + Right click to show cover art of loaded track. + + + + + Gain + 增益 + + + + Adjusts the pre-fader gain of the track (to avoid clipping). + + + + + (too loud for the hardware and is being distorted). + + + + + Indicates when the signal on the channel is clipping, + + + + + Master Peak Indicator + + + + + Indicates when the signal on the master output is clipping, + + + + + Channel Volume Meter + + + + + Shows the current channel volume. + + + + + Microphone Volume Meter + + + + + Shows the current microphone volume. + + + + + Shows the current master volume for the left channel. + + + + + Master Channel R Volume Meter + + + + + Volume Control + + + + + Adjusts the volume of the selected channel. + + + + + Master Volume + + + + + Adjusts the master output volume. + + + + + Master Gain + 主增益 + + + + Adjusts the master output gain. + + + + + Booth Gain + + + + + Adjusts the booth output gain. + + + + + Crossfader + 交叉漸變器 + + + + Determines the master output by fading between the left and right channels. + + + + + Balance + + + + + Adjusts the left/right channel balance on the master output. + + + + + Headphone Volume + + + + + Adjusts the headphone output volume. + + + + + Headphone Gain + 耳機增益 + + + + Adjusts the headphone output gain. + + + + + Headphone Mix + 耳機混音 + + + + Headphone Split Cue + + + + + If activated, the master signal plays in the right channel, while the cueing signal plays in the left channel. + + + + + Adjust the Headphone Mix so in the left channel is not the pure cueing signal. + + + + + Microphone + + + + + Show/hide the Microphone section. + + + + + Sampler + + + + + Show/hide the Sampler section. + + + + + Vinyl Control + + + + + Show/hide the Vinyl Control section. + + + + + Preview Deck + + + + + Show/hide the Preview deck. + + + + + + Cover Art + 封面 + + + + Show/hide Cover Art. + + + + + Toggle 4 Decks + + + + + Switches between showing 2 decks and 4 decks. + + + + + Show Library + + + + + Show or hide the track library. + + + + + Show Effects + + + + + Show or hide the effects. + + + + + Toggle Mixer + + + + + Show or hide the mixer. + + + + + Microphone Volume + + + + + Adjusts the microphone volume. + + + + + Microphone Gain + + + + + Adjusts the pre-fader microphone gain. + + + + + Microphone Talk-Over + + + + + Hold-to-talk or short click for latching to + + + + + mix microphone input into the master output. + + + + + Microphone Talkover Mode + + + + + Off: Do not reduce music volume + + + + + Auto: Automatically reduce music volume when microphones are in use. Adjust the amount the music volume is reduced with the Strength knob. + + + + + Manual: Reduce music volume by a fixed amount set by the Strength knob. + + + + + Behavior depends on Microphone Talkover Mode: + + + + + Off: Does nothing + + + + + Auto: Sets how much to reduce the music volume when microphones are in use. + + + + + Manual: Sets how much to reduce the music volume, regardless of volume of microphone inputs. + + + + + Raise Pitch + + + + + Sets the pitch higher. + + + + + Sets the pitch higher in small steps. + + + + + Lower Pitch + + + + + Sets the pitch lower. + + + + + Sets the pitch lower in small steps. + + + + + Raise Pitch Temporary (Nudge) + + + + + Holds the pitch higher while active. + + + + + Holds the pitch higher (small amount) while active. + + + + + Lower Pitch Temporary (Nudge) + + + + + Holds the pitch lower while active. + + + + + Holds the pitch lower (small amount) while active. + + + + + Low EQ + 低頻等化器 + + + + Adjusts the gain of the low EQ filter. + + + + + Mid EQ + 中頻等化器 + + + + Adjusts the gain of the mid EQ filter. + + + + + High EQ + 高頻等化器 + + + + Adjusts the gain of the high EQ filter. + + + + + Hold-to-kill or short click for latching. + + + + + High EQ Kill + + + + + Holds the gain of the high EQ to zero while active. + + + + + Mid EQ Kill + + + + + Holds the gain of the mid EQ to zero while active. + + + + + Low EQ Kill + + + + + Holds the gain of the low EQ to zero while active. + + + + + Displays the tempo of the loaded track in BPM (beats per minute). + + + + + Tempo + + + + + Key + + + + + BPM Tap + + + + + + When tapped repeatedly, adjusts the BPM to match the tapped BPM. + + + + + Adjust BPM Down + + + + + When tapped, adjusts the average BPM down by a small amount. + + + + + Adjust BPM Up + + + + + When tapped, adjusts the average BPM up by a small amount. + + + + + Adjust Beats Earlier + + + + + When tapped, moves the beatgrid left by a small amount. + + + + + Adjust Beats Later + + + + + When tapped, moves the beatgrid right by a small amount. + + + + + Tempo and BPM Tap + + + + + Show/hide the spinning vinyl section. + + + + + Keylock + + + + + Toggling keylock during playback may result in a momentary audio glitch. + + + + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + + + + + Places a cue point at the current position on the waveform. + + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). + + + + + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). + + + + + Seeks the track to the cue point and stops. + + + + + Play + 播放 + + + + Plays track from the cue point. + + + + + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. + + + + + Recording Duration + + + + + Displays the duration of the running recording. + + + + + Sets the track Loop-In Marker to the current play position. + + + + + Press and hold to move Loop-In Marker. + + + + + Jump to Loop-In Marker. + + + + + Sets the track Loop-Out Marker to the current play position. + + + + + Press and hold to move Loop-Out Marker. + + + + + Jump to Loop-Out Marker. + + + + + Beatloop Size + + + + + Select the size of the loop in beats to set with the Beatloop button. + + + + + Changing this resizes the loop if the loop already matches this size. + + + + + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. + + + + + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. + + + + + Start a loop over the set number of beats. + + + + + Temporarily enable a rolling loop over the set number of beats. + + + + + Beatjump/Loop Move Size + + + + + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. + + + + + Beatjump Forward + + + + + Jump forward by the set number of beats. + + + + + Move the loop forward by the set number of beats. + + + + + Jump forward by 1 beat. + + + + + Move the loop forward by 1 beat. + + + + + Beatjump Backward + + + + + Jump backward by the set number of beats. + + + + + Move the loop backward by the set number of beats. + + + + + Jump backward by 1 beat. + + + + + Move the loop backward by 1 beat. + + + + + Reloop + + + + + If the loop is ahead of the current position, looping will start when the loop is reached. + + + + + Works only if Loop-In and Loop-Out Marker are set. + + + + + Enable loop, jump to Loop-In Marker, and stop playback. + + + + + Displays the elapsed and/or remaining time of the track loaded. + + + + + Click to toggle between time elapsed/remaining time/both. + + + + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + + Route the left crossfader bus through this effect unit. + + + + + Route the right crossfader bus through this effect unit. + + + + + Right side active: parameter moves with right half of Meta Knob turn + + + + + Skin Settings Menu + + + + + Show/hide skin settings menu + + + + + Save Sampler Bank + + + + + Save the collection of samples loaded in the samplers. + + + + + Load Sampler Bank + + + + + Load a previously saved collection of samples into the samplers. + + + + + Show Effect Parameters + + + + + Enable Effect + + + + + Meta Knob Link + + + + + Set how this parameter is linked to the effect's Meta Knob. + + + + + Meta Knob Link Inversion + + + + + Inverts the direction this parameter moves when turning the effect's Meta Knob. + + + + + Super Knob + + + + + Next Chain + + + + + Previous Chain + + + + + Next/Previous Chain + + + + + Clear + 清除 + + + + Clear the current effect. + + + + + Toggle + 切換 + + + + Toggle the current effect. + + + + + Next + 下一個 + + + + Clear Unit + + + + + Clear effect unit. + + + + + Show/hide parameters for effects in this unit. + + + + + Toggle Unit + + + + + Enable or disable this whole effect unit. + + + + + Controls the Meta Knob of all effects in this unit together. + + + + + Load next effect chain preset into this effect unit. + + + + + Load previous effect chain preset into this effect unit. + + + + + Load next or previous effect chain preset into this effect unit. + + + + + + + + + + + + + Assign Effect Unit + + + + + Assign this effect unit to the channel output. + + + + + Route the headphone channel through this effect unit. + + + + + Route the master mix through this effect unit. + + + + + Route this deck through the indicated effect unit. + + + + + Route this sampler through the indicated effect unit. + + + + + Route this microphone through the indicated effect unit. + + + + + Route this auxiliary input through the indicated effect unit. + + + + + The effect unit must also be assigned to a deck or other sound source to hear the effect. + + + + + Switch to the next effect. + + + + + Previous + 前一個 + + + + Switch to the previous effect. + + + + + Next or Previous + 前一或下一個 + + + + Switch to either the next or previous effect. + + + + + Meta Knob + + + + + Controls linked parameters of this effect + + + + + Effect Focus Button + + + + + Focuses this effect. + + + + + Unfocuses this effect. + + + + + Refer to the web page on the Mixxx wiki for your controller for more information. + + + + + Effect Parameter + + + + + Adjusts a parameter of the effect. + + + + + Inactive: parameter not linked + + + + + Active: parameter moves with Meta Knob + + + + + Left side active: parameter moves with left half of Meta Knob turn + + + + + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half + + + + + + Equalizer Parameter Kill + + + + + + Holds the gain of the EQ to zero while active. + + + + + Quick Effect Super Knob + + + + + Quick Effect Super Knob (control linked effect parameters). + + + + + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. + + + + + Equalizer Parameter + + + + + Adjusts the gain of the EQ filter. + + + + + Hint: Change the default EQ mode in Preferences -> Equalizers. + + + + + + Adjust Beatgrid + + + + + Adjust beatgrid so the closest beat is aligned with the current play position. + + + + + + Adjust beatgrid to match another playing deck. + + + + + If quantize is enabled, snaps to the nearest beat. + + + + + Quantize + + + + + Toggles quantization. + + + + + Loops and cues snap to the nearest beat when quantization is enabled. + + + + + Reverse + + + + + Reverses track playback during regular playback. + + + + + Puts a track into reverse while being held (Censor). + + + + + Playback continues where the track would have been if it had not been temporarily reversed. + + + + + + Play/Pause + + + + + Jumps to the beginning of the track. + + + + + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. + + + + + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. + + + + + Sync and Reset Key + + + + + Increases the pitch by one semitone. + + + + + Decreases the pitch by one semitone. + + + + + Enable Vinyl Control + + + + + When disabled, the track is controlled by Mixxx playback controls. + + + + + When enabled, the track responds to external vinyl control. + + + + + Enable Passthrough + + + + + Indicates that the audio buffer is too small to do all audio processing. + + + + + Displays cover artwork of the loaded track. + + + + + Displays options for editing cover artwork. + + + + + Star Rating + + + + + Assign ratings to individual tracks by clicking the stars. + + + + + Channel Peak Indicator + + + + + Channel L Peak Indicator + + + + + Indicates when the left signal on the channel is clipping, + + + + + Channel R Peak Indicator + + + + + Indicates when the right signal on the channel is clipping, + + + + + Master L Peak Indicator + + + + + Indicates when the left signal on the master output is clipping, + + + + + Master R Peak Indicator + + + + + Indicates when the right signal on the master output is clipping, + + + + + Channel L Volume Meter + + + + + Shows the current channel volume for the left channel. + + + + + Channel R Volume Meter + + + + + Shows the current channel volume for the right channel. + + + + + Microphone Peak Indicator + + + + + Indicates when the signal on the microphone is clipping, + + + + + Sampler Volume Meter + + + + + Shows the current sampler volume. + + + + + Sampler Peak Indicator + + + + + Indicates when the signal on the sampler is clipping, + + + + + Preview Deck Volume Meter + + + + + Shows the current Preview Deck volume. + + + + + Preview Deck Peak Indicator + + + + + Indicates when the signal on the Preview Deck is clipping, + + + + + Master Channel L Volume Meter + + + + + Maximize Library + + + + + Maximize the track library to take up all the available screen space. + 最大化音軌庫以利用所有可利用的螢幕空間 + + + + Microphone Talkover Ducking Strength + + + + + Prevents the pitch from changing when the rate changes. + + + + + Starts playing from the beginning of the track. + + + + + Jumps to the beginning of the track and stops. + + + + + Plays or pauses the track. + + + + + (while playing) + + + + + (while stopped) + + + + + Cue + + + + + Headphone + + + + + Mute + 靜音 + + + + Mutes the selected channel's audio in the master output. + + + + + Old Synchronize + + + + + (This skin should be updated to use Master Sync!) + + + + + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. + + + + + If no deck is playing, syncs to the first deck that has a BPM. + + + + + Decks can't sync to samplers and samplers can only sync to decks. + + + + + Enable Master Sync + + + + + Tap to sync the tempo to other playing tracks or the master clock. + + + + + Hold for at least a second to enable sync lock for this deck. + + + + + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. + + + + + Resets the key to the original track key. + + + + + Enable Sync Clock Master + + + + + When enabled, this device will serve as the master clock for all other decks. + + + + + Speed Control + + + + + + + Changes the track pitch independent of the tempo. + + + + + Increases the pitch by 10 cents. + + + + + Decreases the pitch by 10 cents. + + + + + Pitch Adjust + 調整音高 + + + + Adjust the pitch in addition to the speed slider pitch. + + + + + Record Mix + 錄製混音 + + + + Toggle mix recording. + + + + + Enable Live Broadcasting + + + + + Stream your mix over the Internet. + + + + + Provides visual feedback for Live Broadcasting status: + + + + + disabled, connecting, connected, failure. + + + + + When enabled, the deck directly plays the audio arriving on the vinyl input. + + + + + Blue for passthrough enabled. + + + + + Playback will resume where the track would have been if it had not entered the loop. + + + + + Loop Exit + + + + + Turns the current loop off. + + + + + Slip Mode + + + + + When active, the playback continues muted in the background during a loop, reverse, scratch etc. + + + + + Once disabled, the audible playback will resume where the track would have been. + + + + + Track Key + + + + + Displays the musical key of the loaded track. + + + + + Clock + + + + + Displays the current time. + + + + + Audio Latency Usage Meter + + + + + Displays the fraction of latency used for audio processing. + + + + + A high value indicates that audible glitches are likely. + + + + + Do not enable keylock, effects or additional decks in this situation. + + + + + Audio Latency Overload Indicator + + + + + If Vinyl control is enabled, displays time-coded vinyl signal quality (see Preferences -> Vinyl Control). + + + + + Drop tracks from library, external file manager, or other decks/samplers here. + + + + + Jump around in the track by clicking anywhere on the waveform. + + + + + Shows the current master volume for the right channel. + + + + + Change the crossfader curve in Preferences -> Crossfader + + + + + Crossfades the headphone output between the master mix and cueing (PFL or Pre-Fader Listening) signal. + + + + + Crossfader Orientation + + + + + Set the channel's crossfader orientation. + + + + + Either to the left side of crossfader, to the right side or to the center (unaffected by crossfader) + + + + + Activate Vinyl Control from the Menu -> Options. + + + + + Change the step-size in the Preferences -> Interface menu. + + + + + Displays the current musical key of the loaded track after pitch shifting. + + + + + Sends the selected channel's audio to the headphone output, + + + + + selected in Preferences -> Sound Hardware. + + + + + Fast Rewind + 快退 + + + + Fast rewind through the track. + + + + + Fast Forward + 快轉 + + + + Fast forward through the track. + + + + + Jumps to the end of the track. + + + + + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. + + + + + + + Pitch Control + + + + + Pitch Rate + + + + + Displays the current playback rate of the track. + + + + + Repeat + + + + + When active the track will repeat if you go past the end or reverse before the start. + + + + + Eject + + + + + Ejects track from the player. + + + + + Hotcue + + + + + If hotcue is set, jumps to the hotcue. + + + + + If hotcue is not set, sets the hotcue to the current play position. + + + + + If hotcue is set, clears the hotcue. + + + + + Vinyl Control Mode + 唱片控制模式 + + + + Absolute mode - track position equals needle position and speed. + + + + + Relative mode - track speed equals needle speed regardless of needle position. + + + + + Constant mode - track speed equals last known-steady speed regardless of needle input. + + + + + Vinyl Status + + + + + Provides visual feedback for vinyl control status: + + + + + Green for control enabled. + + + + + Blinking yellow for when the needle reaches the end of the record. + + + + + Loop-In Marker + + + + + Loop-Out Marker + + + + + Loop Halve + + + + + Halves the current loop's length by moving the end marker. + + + + + Deck immediately loops if past the new endpoint. + + + + + Loop Double + + + + + Doubles the current loop's length by moving the end marker. + + + + + Beatloop + + + + + Toggles the current loop on or off. + + + + + Works only if Loop-In and Loop-Out marker are set. + + + + + Hint: Change the default cue mode in Preferences -> Interface. + + + + + Vinyl Cueing Mode + + + + + Determines how cue points are treated in vinyl control Relative mode: + + + + + Off - Cue points ignored. + + + + + One Cue - If needle is dropped after the cue point, track will seek to that cue point. + + + + + Hot Cue - Track will seek to nearest previous hot cue point. + + + + + Track Time + + + + + Track Duration + + + + + Displays the duration of the loaded track. + + + + + Information is loaded from the track's metadata tags. + + + + + Track Artist + + + + + Displays the artist of the loaded track. + + + + + Track Title + + + + + Displays the title of the loaded track. + + + + + Track Album + + + + + Displays the album name of the loaded track. + + + + + Track Artist/Title + + + + + Displays the artist and title of the loaded track. + + + + + TrackCollection + + + Hiding tracks + + + + + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? + + + + + TrackExportDlg + + + Export finished + + + + + Exporting %1 + + + + + Overwrite Existing File? + + + + + "%1" already exists, overwrite? + + + + + &Overwrite + + + + + Over&write All + + + + + &Skip + + + + + Skip &All + + + + + Export Error + + + + + TrackExportWizard + + + Export Track Files To + + + + + TrackExportWorker + + + + Export process was canceled + + + + + Error removing file %1: %2. Stopping. + + + + + Error exporting track %1 to %2: %3. Stopping. + + + + + Error exporting tracks + + + + + TraktorFeature + + + + Traktor + + + + + (loading) Traktor + + + + + Error Loading Traktor Library + + + + + There was an error loading your Traktor library. Some of your Traktor tracks or playlists may not have loaded. + + + + + VSyncThread + + + Timer (Fallback) + + + + + MESA vblank_mode = 1 + + + + + Wait for Video sync + + + + + Sync Control + + + + + Free + 1 ms (for benchmark only) + + + + + WBattery + + + Time until charged unknown. + + + + + Time until charged: %1 + + + + + Time left unknown. + + + + + Time left: %1 + + + + + Battery fully charged. + + + + + Battery status unknown. + + + + + WCoverArtMenu + + + Choose new cover + change cover art location + + + + + Clear cover + clears the set cover art -- does not touch files on disk + + + + + Reload from file/folder + reload cover art from file metadata or folder + + + + + Image Files + + + + + Change Cover Art + + + + + WEffect + + + %1: %2 + %1 = effect name; %2 = effect description + + + + + None + + + + + No effect loaded. + + + + + WEffectChain + + + None + + + + + No effect chain loaded. + + + + + WEffectParameterBase + + + None + + + + + No effect loaded. + + + + + WEffectSelector + + + %1: %2 + %1 = effect name; %2 = effect description + + + + + None + Displayed when no effect is loaded + + + + + No effect loaded. + + + + + WMainMenuBar + + + &File + + + + + Load Track to Deck &%1 + + + + + Loads a track in deck %1 + + + + + Open + + + + + &Exit + + + + + Quits Mixxx + + + + + Ctrl+q + + + + + &Library + + + + + &Rescan Library + + + + + Rescans library folders for changes to tracks. + + + + + Create &New Playlist + + + + + Create a new playlist + + + + + Ctrl+n + + + + + Create New &Crate + + + + + Create a new crate + + + + + Ctrl+Shift+N + + + + + &View + + + + + May not be supported on all skins. + + + + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + + + + + Show Microphone Section + + + + + Show the microphone section of the Mixxx interface. + + + + + Ctrl+2 + Menubar|View|Show Microphone Section + + + + + Show Vinyl Control Section + + + + + Show the vinyl control section of the Mixxx interface. + + + + + Ctrl+3 + Menubar|View|Show Vinyl Control Section + + + + + Show Preview Deck + + + + + Show the preview deck in the Mixxx interface. + + + + + Ctrl+4 + Menubar|View|Show Preview Deck + + + + + Show Cover Art + + + + + Show cover art in the Mixxx interface. + + + + + Ctrl+6 + Menubar|View|Show Cover Art + + + + + Maximize Library + + + + + Maximize the track library to take up all the available screen space. + 最大化音軌庫以利用所有可利用的螢幕空間 + + + + Space + Menubar|View|Maximize Library + + + + + &Full Screen + + + + + Display Mixxx using the full screen + + + + + &Options + + + + + &Vinyl Control + + + + + Use timecoded vinyls on external turntables to control Mixxx + + + + + Enable Vinyl Control &%1 + + + + + &Record Mix + + + + + Record your mix to a file + + + + + Ctrl+R + + + + + Enable Live &Broadcasting + + + + + Stream your mixes to a shoutcast or icecast server + + + + + Ctrl+L + + + + + Enable &Keyboard Shortcuts + + + + + Toggles keyboard shortcuts on or off + + + + + Ctrl+` + + + + + &Preferences + + + + + Change Mixxx settings (e.g. playback, MIDI, controls) + + + + + &Developer + + + + + &Reload Skin + + + + + Reload the skin + + + + + Ctrl+Shift+R + + + + + Developer &Tools + + + + + Opens the developer tools dialog + + + + + Ctrl+Shift+T + + + + + Stats: &Experiment Bucket + + + + + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. + + + + + Ctrl+Shift+E + + + + + Stats: &Base Bucket + + + + + Enables base mode. Collects stats in the BASE tracking bucket. + + + + + Ctrl+Shift+B + + + + + Deb&ugger Enabled + + + + + Enables the debugger during skin parsing + + + + + Ctrl+Shift+D + + + + + &Help + + + + + &Community Support + + + + + Get help with Mixxx + + + + + &User Manual + + + + + Read the Mixxx user manual. + + + + + &Keyboard Shortcuts + + + + + Speed up your workflow with keyboard shortcuts. + + + + + Send Us &Feedback + + + + + Send feedback to the Mixxx team. + + + + + &Translate This Application + + + + + Help translate this application into your language. + + + + + &About + + + + + About the application + + + + + WOverview + + + Ready to play, analyzing .. + Text on waveform overview when file is playable but no waveform is visible + + + + + + Loading track .. + Text on waveform overview when file is cached from source + + + + + Finalizing .. + Text on waveform overview during finalizing of waveform analysis + + + + + WSearchLineEdit + + + + Clear input + Clear the search bar input field + + + + + Ctrl+F + Search|Focus + + + + + Search... + noun + + + + + Search + noun + + + + + Enter a string to search for + + + + + Shortcut + + + + + Ctrl+F + + + + + Focus + Give search bar input focus + + + + + Ctrl+Backspace + + + + + Esc + + + + + Exit search + Exit search bar and leave focus + + + + + WTrackTableView + + + Add to Playlist + + + + + Reset + Reset metadata in right click track context menu in library + + + + + Cover Art + 封面 + + + + ESC + Focus + + + + + Remove + 移除 + + + + Remove from Playlist + + + + + Remove from Crate + + + + + Hide from Library + + + + + Unhide from Library + + + + + Purge from Library + + + + + Properties + + + + + Open in File Browser + + + + + 4/3 BPM + + + + + 3/2 BPM + + + + + + Create New Playlist + 建立播放清單 + + + + Create New Crate + + + + + Enter name for new playlist: + 輸入新播放清單的名稱: + + + + Load to + + + + + Deck + + + + + Sampler + + + + + Crates + + + + + Change BPM + + + + + Add to Auto DJ Queue (Bottom) + + + + + Add to Auto DJ Queue (Top) + + + + + Add to Auto DJ Queue (Replace) + + + + + Import From File Tags + + + + + Import From MusicBrainz + + + + + Export To File Tags + + + + + Preview Deck + + + + + BPM and Beatgrid + + + + + Play Count + + + + + Cue Point + + + + + Hotcues + + + + + Loop + + + + + ReplayGain + 回放增益 + + + + Waveform + + + + + All + + + + + Deck %1 + + + + + New Playlist + 新播放清單 + + + + + + Playlist Creation Failed + 建立播放清單失敗 + + + + A playlist by that name already exists. + 已存在該名稱的播放清單。 + + + + A playlist cannot have a blank name. + 播放清單名稱不能為空白。 + + + + An unknown error occurred while creating playlist: + 建立播放清單時發生了未知的錯誤: + + + + Lock BPM + + + + + Unlock BPM + + + + + Double BPM + + + + + Halve BPM + + + + + 2/3 BPM + + + + + 3/4 BPM + + + + + Sampler %1 + + + + + WTrackTableViewHeader + + + Show or hide columns. + + + + + WaveformWidgetFactory + + + (GLSL) + + + + + (GL) + + + + + mixxx::DlgTrackMetadataExport + + + Export Modified Track Metadata + + + + + Mixxx may wait to modify files until they are not loaded to any decks or samplers. If you do not see changed metadata in other programs immediately, eject the track from all decks and samplers or shutdown Mixxx. + + + + \ No newline at end of file diff --git a/res/translations/mixxx_zh_TW.ts b/res/translations/mixxx_zh_TW.ts index fe0ae877df8a..abaa8a538e9f 100644 --- a/res/translations/mixxx_zh_TW.ts +++ b/res/translations/mixxx_zh_TW.ts @@ -1,4 +1,4 @@ - + : @@ -375,35 +375,35 @@ Action failed - + 行動失敗 Please enable at least one connection to use Live Broadcasting. - + 請啟用至少一個連線以啟用LIVE廣播。 BroadcastProfile - + Can't use secure password storage: keychain access failed. - + Secure password retrieval unsuccessful: keychain access failed. - + Settings error - + 設定錯誤 - + <b>Error with settings for '%1':</b><br> - + <b>設定 '%1' 失敗:</b><br> @@ -421,32 +421,32 @@ Status - + 狀態 Disconnected - + 未連接 Connecting... - + 正在連線... Connected - + 已連線 Failed - + 失敗 Unknown - + 未知 @@ -506,7 +506,7 @@ "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. - "電腦"允許您流覽、 查看和從硬碟和外部設備上的資料夾中載入的軌道。 + @@ -695,8 +695,8 @@ - - + + Deck %1 甲板 %1 @@ -787,13 +787,13 @@ - + Set to full volume 設置為完整卷 - + Set to zero volume 設置為零卷 @@ -818,13 +818,13 @@ 扭轉輥 (檢查員) 按鈕 - + Headphone listen button 耳機聽著按鈕 - + Mute button 靜音按鈕 @@ -840,25 +840,25 @@ - + Mix orientation (e.g. left, right, center) 混合方向 (例如左、 右側、 中心) - + Set mix orientation to left 設置的混合方向向左 - + Set mix orientation to center 設置的混合定位中心 - + Set mix orientation to right 設置的混合定位到右 @@ -934,229 +934,224 @@ 同步模式 3 狀態切換 (OFF,追隨者,碩士) - - One-time beat sync (tempo and phase) - 一次性的節拍同步 (節奏和階段) - - - + One-time beat sync (tempo only) 一次性節拍同步 (只有節奏) - + One-time beat sync (phase only) 一次性節拍同步 (僅階段) - + Toggle keylock mode 切換鍵鎖模式 - + Equalizers 等化器 - + Vinyl Control 乙烯基控制 - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) 切換控制乙烯基線索模式 (OFF/一/熱) - + Toggle vinyl-control mode (ABS/REL/CONST) 切換乙烯控制模式 (ABS/REL/CONST) - + Pass through external audio into the internal mixer 經過外部音訊進入密煉機 - + Cues 線索 - + Cue button 提示按鈕 - + Set cue point 設置提示點 - + Go to cue point 去提示點 - + Go to cue point and play 去提示點和玩 - + Go to cue point and stop 去提示點和停止 - + Preview from cue point 從提示點預覽 - + Cue button (CDJ mode) 提示按鈕 (CDJ 模式) - + Stutter cue 口吃的提示 - + Hotcues Hotcues - + Set, preview from or jump to hotcue %1 設置、 從預覽或跳轉到 hotcue %1 - + Clear hotcue %1 明確 hotcue %1 - + Set hotcue %1 設置 hotcue %1 - + Jump to hotcue %1 跳轉到 hotcue %1 - + Jump to hotcue %1 and stop 跳轉到 hotcue %1 和停止 - + Jump to hotcue %1 and play 跳轉到 hotcue %1 和玩 - + Preview from hotcue %1 從 hotcue %1 預覽 - - + + Hotcue %1 Hotcue %1 - + Looping 迴圈播放 - + Loop In button 迴圈中的按鈕 - + Loop Out button 迴圈退出按鈕 - + Loop Exit button 迴圈退出按鈕 - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats 移動向前迴圈由 %1 跳動 - + Move loop backward by %1 beats 由 %1 節拍移動環落後 - + Beat-Looping 節拍迴圈 - + Create %1-beat loop 創建 %1 節拍迴圈 - + Create temporary %1-beat loop roll 創建臨時的 %1 節拍迴圈卷 - + Library 圖書館 @@ -1287,20 +1282,20 @@ + - Volume Fader 音量推子 - + Full Volume 完整卷 - + Zero Volume 零卷 @@ -1316,7 +1311,7 @@ - + Mute 靜音 @@ -1327,7 +1322,7 @@ - + Headphone Listen 耳機聽 @@ -1348,25 +1343,25 @@ - + Orientation 方向 - + Orient Left 左方向 - + Orient Center 東方中心 - + Orient Right 右方向 @@ -1471,11 +1466,6 @@ Sync Mode 同步模式 - - - Tap to sync, hold to enable sync mode - 點擊同步舉行啟用同步模式 - Internal Sync Master @@ -1523,527 +1513,521 @@ 擊敗一次性同步 - + Sync Tempo One-Shot 一次性同步節奏 - + Sync Phase One-Shot 同步階段一次性 - + Speed (Pitch/Tempo) 速度 (音高節奏) - + Keylock Mode 鑰匙鎖模式 - + Pitch control (does not affect tempo), center is original pitch 樹脂 (不影響節奏) 的控制,中心是原來的音高 - + Pitch Adjust 間距調整 - + Adjust pitch from speed slider pitch 調整速度滑塊瀝青 - + Match musical key 比賽音樂鍵 - + Match Key 與鍵匹配 - + Reset Key 重置金鑰 - + Resets key to original 重置金鑰組原始 - + High EQ 高情商 - + Mid EQ 中期的情商 - + Low EQ 較低的情商 - + Toggle Vinyl Control 切換乙烯基控制項 - + Toggle Vinyl Control (ON/OFF) 切換乙烯控制 (開/關) - + Vinyl Control Mode 乙烯基控制模式 - + Vinyl Control Cueing Mode 乙烯基控制線索模式 - + Vinyl Control Passthrough 乙烯基控制直通 - + Vinyl Control Next Deck 乙烯基控制下甲板 - + Single deck mode - Switch vinyl control to next deck 單甲板模式-開關乙烯控制到下一個甲板 - + Cue 提示 - + Set Cue 設置提示 - + Go-To Cue 走到提示 - + Go-To Cue And Play 走到球杆和戲劇 - + Go-To Cue And Stop 走到球杆和停止 - + Preview Cue 預覽提示 - + Cue (CDJ Mode) 提示 (CDJ 模式) - + Stutter Cue 口吃的提示 - + Go to cue point and play after release 去提示點和發揮後釋放 - + Clear Hotcue %1 明確 Hotcue %1 - + Set Hotcue %1 設置 Hotcue %1 - + Jump To Hotcue %1 跳轉到 Hotcue %1 - + Jump To Hotcue %1 And Stop 跳轉到 Hotcue %1 和停止 - + Jump To Hotcue %1 And Play 跳轉到 Hotcue %1 和戲劇 - + Preview Hotcue %1 預覽 Hotcue %1 - + Loop In 在迴圈 - + Loop Out 圈出 - + Loop Exit 迴圈退出 - + Reloop/Exit Loop Reloop/退出迴圈 - + Loop Halve 回路減半 - + Loop Double 雙迴圈 - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats 移動迴圈 + %1 跳動 - + Move Loop -%1 Beats 移動迴圈-%1 節拍 - + Loop %1 Beats %1 迴圈節拍 - + Loop Roll %1 Beats 迴圈卷 %1 的節拍 - + Add to Auto DJ Queue (bottom) 將添加到自動 DJ 佇列 (底部) - + Append the selected track to the Auto DJ Queue 將選定的軌道追加到汽車 DJ 佇列 - + Add to Auto DJ Queue (top) 將添加到自動 DJ 佇列 (頂部) - + Prepend selected track to the Auto DJ Queue 將選定的軌道,到汽車 DJ 佇列的開頭 - + Load Track 負荷跟蹤 - + Load selected track 載入選定的軌道 - + Track Load and Play 跟蹤負載和戲劇 - + Load selected track and play 載入選定的軌道和戲劇 - + Record Mix 記錄的組合 - + Toggle mix recording 切換混合錄製 - + Effects 影響 - + Quick Effects 快速的影響 - + Deck %1 Quick Effect Super Knob 甲板 %1 見效快超級旋鈕 - + Quick Effect Super Knob (control linked effect parameters) 快速效果超級旋鈕 (控制連結的效果參數) - + Quick Effect 見效快 - + Clear effect rack 明確影響機架 - + Clear Effect Rack 明確影響機架 - + Clear Unit 清除單元 - + Clear effect unit 明確影響單位 - + Toggle Unit 切換單元 - + Dry/Wet 幹/濕 - + Adjust the balance between the original (dry) and processed (wet) signal. 調整原 (幹) 之間的平衡和處理 (濕法) 信號。 - + Super Knob 超級旋鈕 - - - Insert/Send Toggle - 插入/發送切換 - - - + Next Chain 下一個鏈 + - + - + - + - Assign 分配 - + Clear - 明確 + 清除 - + Clear the current effect 清除當前的效果 - + Toggle 切換 - + Toggle the current effect 切換當前效果 - + Next 下一個 - + Switch to next effect 切換到下一個效果 - + Previous 上一頁 - + Switch to the previous effect 切換到上一個效果 - + Next or Previous 下一頁或上一頁 - + Switch to either next or previous effect 切換到下一頁或上一頁的影響 + - Parameter Value 參數值 + - Microphone Ducking Strength 麥克風回避強度 - + Microphone Ducking Mode 麥克風閃避模式 - + Gain 增益 - + Gain knob 增益旋鈕 - + Shuffle the content of the Auto DJ queue - + 拖曳自動 DJ 柱列中的內容 - + Skip the next track in the Auto DJ queue - + 跳過自動 DJ 柱列中的下一首歌 - + Auto DJ Toggle 汽車 DJ 切換 - + Toggle Auto DJ On/Off 打開關閉的自動切換 DJ - + Library Maximize/Restore 圖書館最大化/還原 - + Maximize the track library to take up all the available screen space. 最大限度地跟蹤庫佔用所有可用的螢幕空間。 - + Effect Rack Show/Hide 影響機架顯示/隱藏 - + Show/hide the effect rack 顯示/隱藏效果機架 - + Cover Art Show/Hide 封面藝術顯示/隱藏 - + Show/hide cover art 顯示/隱藏封面 - + Waveform Zoom Out 波形縮小 - + Toggle Effect Unit 單位切換效果 @@ -2068,546 +2052,566 @@ 耳機增益 - + + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync + + + + + One-time beat sync tempo (and phase with quantize enabled) + + + + Playback Speed 播放速度 - + Playback speed control (Vinyl "Pitch" slider) 播放速度控制 (乙烯基"投擲"滑塊) - + Pitch (Musical key) 瀝青 (音樂鍵) - + Increase Speed 提高速度 - + Adjust speed faster (coarse) 調整速度更快 (粗) - - + + Increase Speed (Fine) 增長速度 (罰款) - + Adjust speed faster (fine) 調整的速度更快 (罰款) - + Decrease Speed 降低速度 - + Adjust speed slower (coarse) 調整速度較慢 (粗) - + Adjust speed slower (fine) 調整速度較慢 (罰款) - + Temporarily Increase Speed 暫時增加速度 - + Temporarily increase speed (coarse) 暫時增加速度 (粗) - + Temporarily Increase Speed (Fine) 暫時增加速度 (罰款) - + Temporarily increase speed (fine) 暫時增加速度 (罰款) - + Temporarily Decrease Speed 暫時降低速度 - + Temporarily decrease speed (coarse) 暫時降低速度 (粗) - + Temporarily Decrease Speed (Fine) 暫時降低速度 (罰款) - + Temporarily decrease speed (fine) 暫時降低速度 (罰款) + - Adjust %1 調整 %1 + - Kill %1 Kill %1 - + CUP (Cue + Play) - 杯 (提示 + 玩) + CUP (提示 + 播放) - + Loop Selected Beats 反覆播放選定的節拍 - + Create a beat loop of selected beat size 在一個選定的節拍長度內,新增一個循環節奏 - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + 重複循環並停止 - + Enable loop, jump to Loop In point, and stop 啟動反覆播放,在這點跳到反覆播放,然後停止 - + Halve the loop length 把反覆播放的時間長度減半 - + Double the loop length 把反覆播放的時間長度加倍 - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + 向前跳躍/移動循環 %1 拍 - + Jump / Move Loop Backward %1 Beats - + 向前跳躍/移動循環 %1 拍 - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Move up - 向上移動 + - + Equivalent to pressing the UP key on the keyboard - 相當於按鍵盤上的向上鍵 + - + Move down - 向下移動 + - + Equivalent to pressing the DOWN key on the keyboard - 相當於按鍵盤上的向下鍵 + - + Move up/down - 向上/下移動 + - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - 使用一個旋鈕,任一方向垂直移動,如果按上下鍵 + - + Scroll Up - 向上滾動 + - + Equivalent to pressing the PAGE UP key on the keyboard - 相當於按鍵盤上的 PAGE UP 鍵 + - + Scroll Down - 向下滾動 + - + Equivalent to pressing the PAGE DOWN key on the keyboard - 相當於按鍵盤上的 PAGE DOWN 鍵 + - + Scroll up/down - 上下滾動, + - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - 在使用一個旋鈕,任一方向垂直捲動,好像按 PGUP/PGDOWN 鍵 + - + Move left - 左移 + - + Equivalent to pressing the LEFT key on the keyboard - 相當於按鍵盤上的左邊的鍵 + - + Move right - 向右移動 + - + Equivalent to pressing the RIGHT key on the keyboard - 相當於按鍵盤上的正確的鑰匙 + - + Move left/right - 向左/右移動 + - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - 在使用旋鈕,任一方向水準移動,就好像左/右按鍵 + - + Move focus to right pane - 將焦點移到右側窗格中 + - + Equivalent to pressing the TAB key on the keyboard - 相當於按鍵盤上的 TAB 鍵 + - + Move focus to left pane - 將焦點移到左窗格 + - + Equivalent to pressing the SHIFT+TAB key on the keyboard - 相當於按鍵盤上的 SHIFT + TAB 鍵 + - + Move focus to right/left pane - 將焦點移到右/左窗格 + - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - 向右或向左使用旋鈕,移動焦點一個窗格,好像按 TAB / SHIFT + TAB 鍵 + - + Go to the currently selected item - + 前往目前選擇的項目 - + Choose the currently selected item and advance forward one pane if appropriate - + Add to Auto DJ Queue (replace) - + 加入自動 DJ 柱列 (取代) - + Replace Auto DJ Queue with selected tracks - + 以選擇的曲目取代自動 DJ 柱列 - + Enable or disable effect processing 啟用或禁用效果處理 - + Super Knob (control effects' Meta Knobs) - + + Mix Mode Toggle + + + + + Toggle effect unit between D/W and D+W modes + + + + Next chain preset 下一個鏈預設 - + Previous Chain 以前的鏈 - + Previous chain preset 上一個鏈預置 - + Next/Previous Chain 下一個/上一個鏈 - + Next or previous chain preset 下一個或上一個鏈預設 + - Show Effect Parameters 顯示效果器的參數 - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - + Microphone / Auxiliary 麥克風 / 輔助 - + Microphone On/Off 麥克風打開/關閉 - + Microphone on/off 麥克風打開/關閉 - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) 切換麥克風閃避模式 (關閉、 自動、 手動) - + Auxiliary On/Off 輔助開關 - + Auxiliary on/off 輔助開關 - + Auto DJ - 汽車 DJ + 自動 DJ - + Auto DJ Shuffle 汽車 DJ 洗牌 - + Auto DJ Skip Next 汽車 DJ 跳過下一步 - + Auto DJ Fade To Next 汽車 DJ 褪色的下一步 - + Trigger the transition to the next track 觸發器過渡到下一曲目 - + User Interface 使用者介面 - + Samplers Show/Hide 取樣器顯示/隱藏 - + Show/hide the sampler section 顯示/隱藏取樣器節 - + Microphone Show/Hide 麥克風顯示/隱藏 - + Show/hide the microphone section 顯示/隱藏麥克風部分 - + Vinyl Control Show/Hide 乙烯基控制顯示/隱藏 - + Show/hide the vinyl control section 顯示/隱藏的乙烯基控制部分 - + Preview Deck Show/Hide 預覽甲板上顯示/隱藏 - + Show/hide the preview deck 顯示/隱藏預覽甲板 - + Vinyl Spinner Show/Hide 乙烯基微調框顯示/隱藏 - + Show/hide spinning vinyl widget 顯示/隱藏紡乙烯小部件 - + Waveform zoom 波形縮放 - + Waveform Zoom 波形縮放 - + Zoom waveform in 放大波形 - + Waveform Zoom In 在波形縮放 - + Zoom waveform out 縮小波形 @@ -2784,7 +2788,7 @@ Crates - 板條箱 + 唱片箱 @@ -2902,7 +2906,7 @@ copy [noun] - 副本 + 複製 @@ -2914,7 +2918,35 @@ Duplicating Crate Failed - 複製失敗的板條箱 + 複製音樂箱失敗 + + + + DlgAbout + + + Mixxx %1 Development Team + Mixxx %1 開發團隊 + + + + With contributions from: + 捐款︰ + + + + And special thanks to: + 並特別感謝︰ + + + + Past Developers + 過去的開發人員 + + + + Past Contributors + 過去的貢獻者 @@ -2932,7 +2964,7 @@ License - + 使用許可 @@ -3043,18 +3075,19 @@ Shuffle the content of the Auto DJ queue. - + 拖曳自動 DJ 柱列中的內容 Adds a random track from track sources (crates) to the Auto DJ queue. If no track sources are configured, the track is added from the library instead. - + 從軌道來源(音樂箱)添加隨機軌道新增到自動 DJ 柱列。 +如果軌道來源已被設置,則由音樂庫新增。 Skip the next track in the Auto DJ queue. - + 跳過自動 DJ 庫中的下一個曲目 @@ -3569,102 +3602,102 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg 格式 - + Automatic - 自動 + - + Mono 單聲道 - + Stereo 身歷聲 - - - - + + + + Action failed - + 行動失敗 - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server can't have the same mountpoint. - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - + Confirmation required - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -3677,27 +3710,27 @@ Two source connections to the same server can't have the same mountpoint.直播首選項 - + Mixxx Icecast Testing Mixxx Icecast 測試 - + Public stream 公共流 - + http://www.mixxx.org HTTP://www.mixxx.org - + Stream name 流名稱 - + Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway. 由於在一些流的用戶端中的缺陷,動態更新 Ogg 格式的中繼資料可以導致攔截器故障和斷開。選中此框,反正更新中繼資料。 @@ -3732,189 +3765,204 @@ Two source connections to the same server can't have the same mountpoint. - + Settings for %1 - + Dynamically update Ogg Vorbis metadata. 動態更新 Ogg 格式的中繼資料。 - + + ICQ + + + + + AIM + + + + Website 網站 - + Live mix 現場攪拌 - + + IRC + + + + Select a source connection above to edit its settings here - + Password storage - + Plain text - + Secure storage (OS keychain) - + Genre 體裁 - + Use UTF-8 encoding for metadata. 使用 utf-8 編碼的中繼資料。 - + Description 描述 - + Encoding 編碼 - + Bitrate 位元速率 - - + + Format 格式 - + Channels 電視頻道 - + Server connection 伺服器連接 - + Type 類型 - + Host 主機 - + Login 登錄 - + Mount 裝載 - + Port - + Password 密碼 - + Stream info - 流資訊 + - + Metadata - 中繼資料 + - + Use static artist and title. - 使用靜態的演出者和標題。 + - + Static title - 靜態的標題 + - + Static artist - 靜態的演出者 + - + Automatic reconnect - 自動重新連接 + - + Time to wait before the first reconnection attempt is made. - 作出第一次嘗試無線連接之前要等待的時間。 + - - + + seconds - + Wait until first attempt 等待直到第一個啟動 - + Reconnect period 重新連接的時段 - + Time to wait between two reconnection attempts. - + Limit number of reconnection attempts 限制重新連接的次數 - + Maximum retries 最大的重覆嘗試次數 - + Reconnect if the connection to the streaming server is lost. 假如和串流伺服器的連線遺失,那就重新連接 - + Enable automatic reconnect 啟動自動重新連線 @@ -4674,15 +4722,11 @@ CUP mode: DlgPrefEQ - - - + + + None - Displayed when no effect is selected ----------- -Displayed when no effect is selected ----------- -Displayed when no effect is selected + Displayed when no effect is selected 沒有一個 @@ -4809,32 +4853,32 @@ Displayed when no effect is selected 可用效果 - + Effect Info 影響資訊 - + Version: 版本: - + Description: 描述︰ - + Author: 作者︰ - + Name: 名稱︰ - + Type: 類型︰ @@ -5071,6 +5115,19 @@ and allows you to pitch adjust them for harmonic mixing. G #m + + DlgPrefLV2Dlg + + + Equalizer Preferences + 等化器首選項 + + + + Discovered LV2 effects + + + DlgPrefLibrary @@ -5856,7 +5913,7 @@ The loudness target is approximate and assumes track pregain and master output l Sample Rate - + 採樣速率 @@ -5894,11 +5951,7 @@ The loudness target is approximate and assumes track pregain and master output l ms - milliseconds ----------- -milliseconds ----------- -milliseconds + milliseconds 女士 @@ -5919,7 +5972,7 @@ milliseconds Buffer Underflow Count - + 緩衝區下溢計數 @@ -5934,7 +5987,7 @@ milliseconds Keylock/Pitch-Bending Engine - + 鑰匙鎖/瀝青彎曲的引擎 @@ -5969,7 +6022,7 @@ milliseconds System Reported Latency - + 系統報告延遲 @@ -6138,17 +6191,17 @@ milliseconds RGB - + OpenGL not available OpenGL 不可用 - + dropped frames 丟棄的幀 - + Cached waveforms occupy %1 MiB on disk. 緩存的波形佔據磁片上的 MiB %1。 @@ -6186,28 +6239,28 @@ milliseconds 視覺的增益 - + Default zoom level Waveform zoom 預設縮放級別 - + Displays the actual frame rate. 顯示實際的畫面播放速率。 - + Visual gain of the middle frequencies 視覺的中間頻率增益 - + End of track warning 結束了跟蹤警告 - + OpenGL status OpenGL 狀態 @@ -6222,105 +6275,124 @@ milliseconds - + Low - + Middle 中東 - + Global 全球 - + Visual gain of the high frequencies 視覺的增益的高頻率 - + Visual gain of the low frequencies 視覺的低頻增益 - + High - + Waveform type - + Global visual gain 全球視覺增益 - + The waveform overview shows the waveform envelope of the entire track. Select from different types of displays for the waveform overview, which differ primarily in the level of detail shown in the waveform. - + The waveform shows the waveform envelope of the track near the current playback position. Select from different types of displays for the waveform, which differ primarily in the level of detail shown in the waveform. - + Waveform overview type - + + fps + + + + Synchronize zoom level across all waveform displays. 跨所有波形顯示同步縮放級別。 - + Synchronize zoom level across all waveforms 跨所有波形同步縮放級別 - + Caching 緩存 - + Mixxx caches the waveforms of your tracks on disk the first time you load a track. This reduces CPU usage when you are playing live but requires extra disk space. Mixxx 緩存您軌道在磁片第一次你載入追蹤記錄的波形。這降低了 CPU 使用率,當你玩活的時候,但需要額外的磁碟空間。 - + Enable waveform caching 啟用緩存波形 - + Generate waveforms when analyzing library 在分析圖書館時產生波形 - - - Beat Grid + + Beat grid opacity + + + + + Set amount of opacity on beat grid lines. + + + + + % + % + + + + Play marker position - - Show Beat Markers + + Moves the play marker position on the waveforms to the left, right or center (default). - + Clear Cached Waveforms 清除緩存的波形 @@ -6328,83 +6400,93 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware 聲音硬體 - + Controllers 控制器 - + Library 圖書館 - + Interface 介面 - + Waveforms 波形 - + Auto DJ 汽車 DJ - + Equalizers 等化器 - + Decks - + Crossfader 推杆 - + + Effects + 影響 + + + + LV2 Plugins + + + + Recording 記錄 - + Beat Detection 擊敗檢測 - + Key Detection 關鍵的檢測 - + Normalization 歸一化 - - + + Vinyl Control 乙烯基控制 - + Live Broadcasting 直播 - + Modplug Decoder Modplug 解碼器 @@ -6923,7 +7005,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EffectChainSlot - + Empty Chain Name for an empty effect chain, that is created after eject 空鏈 @@ -6937,40 +7019,58 @@ Often results in higher quality beatgrids, but will not do well on tracks that h 沒有影響載入。 + + EffectSettingsModel + + + Visible + + + + + Name + 名稱 + + + + Type + 類型 + + EffectsManager - + Flanger 鑲邊 - + BitCrusher BitCrusher - + Filter 篩選器 - + Reverb 混響 - + Echo 回聲 - + AutoPan AutoPan - + Tremolo @@ -7141,39 +7241,39 @@ Often results in higher quality beatgrids, but will not do well on tracks that h ITunesFeature - - + + iTunes iTunes - - + + Select your iTunes library 選擇您的 iTunes 圖書館 - + (loading) iTunes (載入) iTunes - + Use Default Library 使用預設庫 - + Choose Library... 選擇庫... - + Error Loading iTunes Library 錯誤載入 iTunes 庫 - + There was an error loading your iTunes library. Some of your iTunes tracks or playlists may not have loaded. 載入您的 iTunes 庫時出錯。一些你的 iTunes 曲目或播放清單可能不載入。 @@ -7410,52 +7510,52 @@ support. MixxxMainWindow - + Choose music library directory 選擇音樂庫目錄 - + Sound Device Busy 聲音設備忙 - + <b>Retry</b> after closing the other application or reconnecting a sound device 關閉其他應用程式或重新連接聲音設備後 <b>重試</b> - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>重新配置</b>Mixxx 的聲音設備設置。 - - + + Get <b>Help</b> from the Mixxx Wiki. 從 Mixxx Wiki 得到 <b>説明</b>。 - - - + + + <b>Exit</b> Mixxx. <b>退出</b>Mixxx。 - + Retry 重試 - + Cannot open database 無法打開資料庫 - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. @@ -7466,150 +7566,142 @@ Mixxx 需要 qt 離散度與 SQLite 支援。請閱讀有關如何構建它的 按一下確定退出。 - - + + Reconfigure 重新配置 - + Help 説明 - - + + Exit 退出 - - + + Mixxx was unable to open all the configured sound devices. Mixxx 無法打開所有設定好的聲音裝置。 - + Sound Device Error 聲音裝置錯誤 - + <b>Retry</b> after fixing an issue - + No Output Devices 沒有輸出裝置 - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. Mixxx 是沒有任何輸出聲音設備配置的。沒有已配置的輸出裝置,將禁用音訊處理。 - + <b>Continue</b> without any outputs. <b>繼續</b> 沒有任何產出。 - + Continue 繼續 - + Load track to Deck %1 負荷跟蹤到甲板 %1 - + Deck %1 is currently playing a track. 甲板 %1 當前播放的曲目。 - + Are you sure you want to load a new track? 你確定你想要載入一個新的軌道? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. 有是沒有為此乙烯基控制項選擇的輸入的設備。 請先在聲音硬體首選項中選擇一種輸入的設備。 - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. 有是沒有為此直通控制項選擇的輸入的設備。 請先在聲音硬體首選項中選擇一種輸入的設備。 - + There is no input device selected for this microphone. Please select an input device in the sound hardware preferences first. 有是沒有選擇這個麥克風的輸入的設備。 請先在聲音硬體首選項中選擇一種輸入的設備。 - + Error in skin file 皮膚檔中的錯誤 - + The selected skin cannot be loaded. 無法載入所選的外觀。 - + OpenGL Direct Rendering OpenGL 直接繪製 - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section.<br><br>NOTE: If you use NVIDIA hardware,<br>direct rendering may not be present, but you should<br>not experience degraded performance. 您的電腦上未啟用直接呈現。這意味著 <br><br>波形顯示將會非常 <br><b>慢和可能徵收重稅的你的 CPU</b>。更新您的 <br>配置,使直接渲染,或通過選擇 <br>"空"作為波形顯示在介面一節中禁用 <br>波形顯示 Mixxx 首選項中的。 <br><br>注意︰ 如果您使用 NVIDIA 硬體,<br>直接渲染可能不存在,但你應該不經驗 <br>降解性能。 - - + + Confirm Exit 確認退出 - + A deck is currently playing. Exit Mixxx? 當前現正播放的甲板。退出 Mixxx 嗎? - + A sampler is currently playing. Exit Mixxx? 當前現正播放採樣器。退出 Mixxx 嗎? - + The preferences window is still open. 首選項視窗是仍處於打開狀態。 - + Discard any changes and exit Mixxx? 放棄所有更改並退出 Mixxx? - - NativeBackend - - - Native - 本機 - - ParserCsv @@ -7991,563 +8083,563 @@ To abort this action, press Cancel on the file dialog. 您選擇了錯誤的檔。要授予 Mixxx 的存取權限,請選擇檔 '%1'。如果你不想要繼續,請按取消。 - - + + Bit Depth 位深度 - - + + Bitcrusher - + Adds noise by the reducing the bit depth and sample rate - + The bit depth of the samples - + Downsampling 縮減圖元採樣 - + Down - + The sample rate to which the signal is downsampled - - + + Echo 回聲 - - + + Time - - + + Ping Pong - - - - + + + + Send 發送 - + How much of the signal to send into the delay buffer 多少的信號送入延遲緩衝 - - - - + + + + Feedback 回饋 - + Stores the input signal in a temporary buffer and outputs it after a short time - + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected - + Amount the echo fades each time it loops 量回聲消失它迴圈每次 - + How much the echoed sound bounces between the left and right sides of the stereo field - - - - + + + + Quantize 量化 - + Round the Time parameter to the nearest 1/4 beat. - - - - - - - + + + + + + + Triplets - + When the Quantize parameter is enabled, divide rounded 1/4 beats of Time parameter by 3. - - + + Filter 篩選器 - + Allows only high or low frequencies to play. - + Low Pass Filter Cutoff - - + + LPF 低通濾波器 - - + + Corner frequency ratio of the low pass filter 角頻率比的低通濾波器 - + Q Q - + Resonance of the filters Default: flat top - + High Pass Filter Cutoff - - + + HPF HPF - - + + Corner frequency ratio of the high pass filter 高角頻率比高通濾波器 - - - - + + + + Depth 深度 - - + + Flanger 鑲邊 - - + + Speed - - + + Manual - + Mixes the input with a delayed, pitch modulated copy of itself to create comb filtering - + Speed of the LFO (low frequency oscillator) 32 - 1/4 beats rounded to 1/2 beat per LFO cycle if tempo is detected 1/32 - 4 Hz if no tempo is detected - + Delay amplitude of the LFO (low frequency oscillator) - + Delay offset of the LFO (low frequency oscillator). With width at zero, this allows for manually sweeping over the entire delay range. - + Regeneration - + Regen - + How much of the delay output is feed back into the input - - + + Intensity of the effect - - + + Divide rounded 1/2 beats of the Period parameter by 3. - - + + Mix - - - - - - + + + + + + Width 寬度 - + Metronome - + Adds a metronome click sound to the stream - + BPM BPM - + Set the beats per minute value of the click sound - + Sync 同步 - + Synchronizes the BPM with the track if it can be retrieved - - - - + + + + Period 期間 - - + + Autopan - + Bounce the sound left and right across the stereo field - + How fast the sound goes from one side to another 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Smoothing 平滑 - + Smooth - + How smoothly the signal goes from one side to the other - + How far the signal goes to each side - + Reverb 混響 - + Emulates the sound of the signal bouncing off the walls of a room - - + + Decay - + Lower decay values cause reverberations to fade out more quickly. - + Bandwidth of the low pass filter at the input. Higher values result in less attenuation of high frequencies. - + + How much of the signal to send in to the effect + + + + Bandwidth 頻寬 - + BW - - + + Damping 阻尼 - + Higher damping values cause high frequencies to decay more quickly than low frequencies. - - How much of the signal to send to the effect - - - - - - + + + Low - - - + + + Gain for Low Filter 低濾波器的增益 - + Kill Low 殺低 - + Kill the Low Filter 殺低的篩選器 - + Mid 中期 - + Bessel4 LV-Mix Isolator - + Bessel4 ISO - + A Bessel 4th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -24 dB/octave). - + Gain for Mid Filter - + Kill Mid 殺了中期 - + Kill the Mid Filter 殺了中期篩選器 - + High - - + + Gain for High Filter 增益高的篩選器 - + Kill High 殺了高 - + Kill the High Filter 殺了高篩檢程式 - + To adjust frequency shelves, go to Preferences -> Equalizers. - + Graphic Equalizer - + Graphic EQ 圖形等化器 - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 增益為帶濾波器 %1 的 - + Moog Ladder 4 Filter 穆格梯形 4 濾波器 - + Moog Filter - + A 4-pole Moog ladder filter, based on Antti Houvilainen's non linear digital implementation 基於安蒂 Houvilainen 非線性數位執行 4 杆 Moog 梯形濾波器 - + Res - - + + Resonance 共振 - + Resonance of the filters. 4 = self oscillating 共振的篩選器。4 = 自振盪 - + Deck %1 EQ Effect 甲板 %1 情商效應 - - + + EQ Effect 情商影響 - + Deck 1 EQ Effect 甲板 1 情商效應 - + Gain for Low Filter (neutral at 1.0) 獲得低濾波器 (中性在 1.0) @@ -8557,58 +8649,58 @@ Higher values result in less attenuation of high frequencies. 網路流 - - + + Phaser 相移器 - - + + Stereo 身歷聲 - - + + Stages 階段 - + Mixes the input signal with a copy passed through a series of all-pass filters to create comb filtering - + Period of the LFO (low frequency oscillator) 1/4 - 4 beats rounded to 1/2 beat if tempo is detected 1/4 - 4 seconds if no tempo is detected - + Controls how much of the output signal is looped 控制環的輸出信號 - - + + Range 範圍 - + Controls the frequency range across which the notches sweep. 控制跨的凹槽掃的頻率範圍。 - + Number of stages - + Sets the LFOs (low frequency oscillators) for the left and right channels out of phase with each others @@ -8673,47 +8765,47 @@ Higher values result in less attenuation of high frequencies. F11 - + Bessel8 LV-Mix Isolator - + Bessel8 ISO - + A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). - + Biquad Equalizer - + BQ EQ - + A 3-band Equalizer with two biquad bell filters, a shelving high pass and kill switches. @@ -8723,60 +8815,60 @@ Higher values result in less attenuation of high frequencies. - + Biquad Full Kill Equalizer - + BQ EQ/ISO - + A 3-band Equalizer that combines an Equalizer and an Isolator circuit to offer gentle slopes and full kill. - + Loudness Contour - - - + + + Loudness - + Amplifies low and high frequencies at low volumes to compensate for reduced sensitivity of the human ear. - + Set the gain of the applied loudness contour - - + + Use Gain - + Follow Gain Knob - + This stream is online for testing purposes! 這條小溪有線上用於測試目的 ! - + Live Mix 現場攪拌 @@ -8809,45 +8901,45 @@ Higher values result in less attenuation of high frequencies. - - - + + + Balance 平衡 - + Adjust the left/right balance and stereo width - + Adjust balance between left and right channels - - + + Mid/Side - + Bypass Fr. - + Bypass Frequency - + Stereo Balance - + Adjust stereo width by changing balance between middle and side of the signal. Fully left: mono Fully right: only side ambiance @@ -8855,172 +8947,193 @@ Center: does not change the original signal. - + Frequencies below this cutoff are not adjusted in the stereo field - + Parametric Equalizer - + Param EQ - + An gentle 2-band parametric equalizer based on biquad filters. It is designed as a complement to the steep mixing equalizers. - - + + Gain 1 - + Gain for Filter 1 - - + + Q 1 - + Controls the bandwidth of Filter 1. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 1 - + Center frequency for Filter 1, from 100 Hz to 14 kHz - - + + Gain 2 - + Gain for Filter 2 - - + + Q 2 - + Controls the bandwidth of Filter 2. A lower Q affects a wider band of frequencies, a higher Q affects a narrower band of frequencies. - - + + Center 2 - + Center frequency for Filter 2, from 100 Hz to 14 kHz - - + + Tremolo - + Cycles the volume up and down - + How much the effect changes the volume - - + + Rate 速率 - + Rate of the volume changes 4 beats - 1/8 beat if tempo is detected 1/4 Hz - 8 Hz if no tempo is detected - + Width of the volume peak 10% - 90% of the effect period - + Shape of the volume modulation wave Fully left: Square wave Fully right: Sine wave - + When the Quantize parameter is enabled, divide the effect period by 3. - - + + Waveform - + 波形 - - + + Phase - + Shifts the position of the volume peak within the period Fully left: beginning of the effect period Fully right: end of the effect period - + Round the Rate parameter to the nearest whole division of a beat. - + Triplet + + + Built-in + Used for effects that are built into Mixxx + 內置 + + + + This plugin does not support stereo samples as input/output + + + + + This plugin has features which are not yet supported + + + + + Unknown status + + QtSimpleWaveformWidget @@ -9057,22 +9170,32 @@ Fully right: end of the effect period RecordingManager - + + Low Disk Space Warning + + + + + There is less than 1 GiB of useable space in the recording folder + + + + Recording 記錄 - + Could not create audio file for recording! 無法創建錄製的音訊檔 ! - + Ensure there is enough free disk space and you have write permission for the Recordings folder. 確保有足夠的可用磁碟空間,並且您具有錄音資料夾的寫入權限。 - + You can change the location of the Recordings folder in Preferences -> Recording. @@ -9208,132 +9331,147 @@ Fully right: end of the effect period 錯誤設置非阻塞模式︰ - + Error setting hostname! 錯誤設置主機名稱 ! - + Error setting port! 設置埠時出錯 ! - + Error setting password! 設置密碼時出錯 ! - + Error setting mount! 設置裝載錯誤 ! - + Error setting username! 錯誤設置使用者名 ! - + Error setting stream name! 錯誤設置流名稱 ! - + Error setting stream description! 錯誤設置流說明 ! - + Error setting stream genre! 錯誤設置流流派 ! - + Error setting stream url! 錯誤設置流 url ! - + + Error setting stream IRC! + + + + + Error setting stream AIM! + + + + + Error setting stream ICQ! + + + + Error setting stream public! 錯誤設置流公共 ! - + Broadcasting at 96kHz with Ogg Vorbis is not currently supported. Please try a different sample-rate or switch to a different encoding. 目前不支援 96 khz 頻率與 Ogg 格式的廣播。請嘗試不同的取樣速率或切換到不同的編碼。 - + See https://bugs.launchpad.net/mixxx/+bug/686212 for more information. 看到 HTTPs://bugs.launchpad.net/mixxx/+bug/686212 的詳細資訊。 - + Error setting bitrate 錯誤設置位元速率 - + Error: unknown server protocol! 錯誤︰ 未知的伺服器協定 ! - + Error: libshout only supports Shoutcast with MP3 format! 錯誤︰ libshout 只支援 Shoutcast MP3 格式 ! - + Error setting protocol! 錯誤設置協定 ! - + Network cache overflow 網路的快取溢出 - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. 請檢你的網際網路連線 - + Can't connect to streaming server 無法連接到流媒體伺服器 - + Please check your connection to the Internet and verify that your username and password are correct. 請檢查您連接到 Internet,請驗證您的使用者名和密碼正確。 @@ -9751,7 +9889,7 @@ Fully right: end of the effect period - + Cover Art 封面 @@ -10013,7 +10151,6 @@ Fully right: end of the effect period Key - The musical key of a track 關鍵 @@ -10088,563 +10225,599 @@ Fully right: end of the effect period 在播放過程中切換鍵鎖可能會導致一個短暫的音訊故障。 - - Places a cue point at the current position on the waveform. + + Toggle displayed hotcue, 4 or 8 + + + + + Toggle visibility of Rate Control + Places a cue point at the current position on the waveform. + + + + Stops track at cue point, OR go to cue point and play after release (CUP mode). - + Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) OR preview from it (Denon mode). - + Seeks the track to the cue point and stops. - + Play 戲劇 - + Plays track from the cue point. - + Changes the track playback speed (affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected. 更改跟蹤重播速度 (影響節奏和音高)。如果啟用了鍵盤鎖,只有節奏受到影響。 - + Recording Duration - + Displays the duration of the running recording. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + + Mix + + + + + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit + + + + + D/W mode: Crossfade between dry and wet + + + + + D+W mode: Add wet to dry + + + + + Mix Mode + + + + + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit + + + + + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet +Use this to change the sound of the track with EQ and filter effects. + + + + + Dry+Wet mode (flat dry line): Mix knob adds wet to dry +Use this to change only the effected (wet) signal with EQ and filter effects. + + + + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank 保存採樣器銀行 - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank 負荷取樣器銀行 - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters 顯示效果器的參數 - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - - Dry/Wet - 幹/濕 - - - + Super Knob 超級旋鈕 - - - Insert/Send Toggle - 插入/發送切換 - - - + Next Chain 下一個鏈 - + Previous Chain 以前的鏈 - + Next/Previous Chain 下一個/上一個鏈 - + Clear - 明確 + 清除 - + Clear the current effect. 清除當前的效果。 - + Toggle 切換 - + Toggle the current effect. 切換當前效果。 - + Next 下一個 - + Clear Unit 清除單元 - + Clear effect unit. 單位明確效果。 - + Show/hide parameters for effects in this unit. - + Toggle Unit 切換單元 - + Enable or disable this whole effect unit. - - Adjust the balance between the original (dry) and processed (wet) signal for the whole effect unit. - - - - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. - - - - - - - - - + + + + + + + + + Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route the master mix through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. 切換到下一個效果。 - + Previous 上一頁 - + Switch to the previous effect. 切換到上一個效果。 - + Next or Previous 下一頁或上一頁 - + Switch to either the next or previous effect. 切換到下一個或上一個效果。 - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter 影響參數 - + Adjusts a parameter of the effect. 調整參數的影響。 - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill 等化器參數殺 - - + + Holds the gain of the EQ to zero while active. 情商的增益堅持零的活躍。 - + Quick Effect Super Knob 見效快超級旋鈕 - + Quick Effect Super Knob (control linked effect parameters). 快速效果超級旋鈕 (控制連結的效果參數)。 - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. 提示︰ 預設見效模式在首選項中更改網站-> 等化器。 - + Equalizer Parameter 等化器參數 - + Adjusts the gain of the EQ filter. 調整 EQ 濾波器的增益。 - + Hint: Change the default EQ mode in Preferences -> Equalizers. 提示︰ 更改預設首選項中的情商模式網站-> 等化器。 @@ -10666,123 +10839,123 @@ Fully right: end of the effect period 調整 beatgrid 以匹配另一個玩甲板。 - + If quantize is enabled, snaps to the nearest beat. 如果量化啟用,將捕捉到的最近的節拍。 - + Quantize 量化 - + Toggles quantization. 切換量化。 - + Loops and cues snap to the nearest beat when quantization is enabled. 迴圈和線索管理單元的最近的節拍,量化啟用時。 - + Reverse 扭轉 - + Reverses track playback during regular playback. 反轉跟蹤定期播放期間播放。 - + Puts a track into reverse while being held (Censor). 被關押 (檢查員) 置於反向的軌道。 - + Playback continues where the track would have been if it had not been temporarily reversed. 重播繼續在軌道本來如果它不暫時扭轉了。 - - + + Play/Pause 播放/暫停 - + Jumps to the beginning of the track. 跳轉到的磁軌起點。 - + Syncs the tempo (BPM) and phase to that of the other track, if BPM is detected on both. 同步的節奏 (BPM) 和相位的另一條鐵軌,如果 BPM 檢測到兩個。 - + Syncs the tempo (BPM) to that of the other track, if BPM is detected on both. 如果 BPM 在兩個上檢測到的另一條鐵軌,同步節奏 (BPM)。 - + Sync and Reset Key 同步和重置金鑰 - + Increases the pitch by one semitone. 增加一個半音的球場。 - + Decreases the pitch by one semitone. 減少一個半音的球場。 - + Enable Vinyl Control 啟用乙烯基控制 - + When disabled, the track is controlled by Mixxx playback controls. 當禁用時,軌道被受 Mixxx 播放控制項。 - + When enabled, the track responds to external vinyl control. 當啟用時,跟蹤回應外部乙烯控制。 - + Enable Passthrough 啟用直通 - + Indicates that the audio buffer is too small to do all audio processing. 指示音訊緩衝區太小,做所有的音訊處理。 - + Displays cover artwork of the loaded track. 顯示覆蓋載入跟蹤的藝術作品。 - + Displays options for editing cover artwork. 顯示用於編輯封面插圖選項。 - + Star Rating 星級 - + Assign ratings to individual tracks by clicking the stars. 通過按一下星星將評級分配到單獨曲目。 @@ -10927,255 +11100,254 @@ Fully right: end of the effect period 防止更改率發生變化時的球場。 - + Starts playing from the beginning of the track. 開始從軌道開始播放。 - + Jumps to the beginning of the track and stops. 跳轉到的磁軌起點和停止。 - + Plays or pauses the track. 播放或暫停的軌道。 - + (while playing) (當演奏) - + (while stopped) (雖然停止) - + Cue 提示 - + Headphone 耳機 - + Mute 靜音 - + Mutes the selected channel's audio in the master output. 使所選的通道中的主輸出音訊靜音。 - + Old Synchronize 老同步 - + (This skin should be updated to use Master Sync!) (這種皮膚應該更新,以使用主同步 !) - + Syncs to the first deck (in numerical order) that is playing a track and has a BPM. 到第一 (按數值順序) 甲板播放的曲目並具有 BPM 同步。 - + If no deck is playing, syncs to the first deck that has a BPM. 如果沒有甲板上現正播放,同步到了 BPM 的第一甲板。 - + Decks can't sync to samplers and samplers can only sync to decks. 甲板不能同步到採樣器,採樣器只可以同步到甲板上。 - + Enable Master Sync 啟用主機同步 - + Tap to sync the tempo to other playing tracks or the master clock. 點擊的同步到其他玩節奏跟蹤或主時鐘。 - + Hold for at least a second to enable sync lock for this deck. 持有至少一秒鐘,使這甲板上的同步鎖。 - + Decks with sync locked will all play at the same tempo, and decks that also have quantize enabled will always have their beats lined up. 甲板與同步鎖定將所有播放相同的節奏,和甲板也有量化啟用的都將總是有他們排隊的節拍。 - + Resets the key to the original track key. 將金鑰重置為原始軌道鍵。 - + Enable Sync Clock Master 啟用同步時鐘碩士 - + When enabled, this device will serve as the master clock for all other decks. 當啟用時,此設備將作為所有其他甲板的主時鐘。 - + Speed Control 速度控制 - - - + + + Changes the track pitch independent of the tempo. 更改跟蹤球場獨立的節奏。 - + Increases the pitch by 10 cents. 增加 10 美分的球場。 - + Decreases the pitch by 10 cents. 減少 10 美分的球場。 - + Pitch Adjust 間距調整 - + Adjust the pitch in addition to the speed slider pitch. 調整除了速度滑塊球場球場。 - + Record Mix 記錄的組合 - + Toggle mix recording. 切換混合錄音。 - + Enable Live Broadcasting 啟用即時廣播 - + Stream your mix over the Internet. 在互聯網上流你的組合。 - + Provides visual feedback for Live Broadcasting status: 提供可視回饋,直播狀態︰ - + disabled, connecting, connected, failure. 禁用,連接,連接,失敗。 - + When enabled, the deck directly plays the audio arriving on the vinyl input. 當啟用時,甲板上直接播放音訊輸入的乙烯基抵達。 - + Blue for passthrough enabled. 藍色的直通啟用。 - + Playback will resume where the track would have been if it had not entered the loop. 播放將恢復在軌道本來如果不進入了迴圈。 - + Loop Exit 迴圈退出 - + Turns the current loop off. 關閉當前的迴圈。 - + Slip Mode 滑模式 - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. 啟動時,播放繼續柔和的背景在迴圈中,反向,劃痕等。 - + Once disabled, the audible playback will resume where the track would have been. 一旦禁用,聲音播放將恢復本來的軌道。 - + Track Key - The musical key of a track 跟蹤關鍵 - + Displays the musical key of the loaded track. 顯示載入跟蹤的音樂金鑰。 - + Clock 時鐘 - + Displays the current time. 顯示目前時間。 - + Audio Latency Usage Meter 音訊延遲用量表 - + Displays the fraction of latency used for audio processing. 顯示延遲用於音訊處理的分數。 - + A high value indicates that audible glitches are likely. 較高的值表明發聲的故障都有可能。 - + Do not enable keylock, effects or additional decks in this situation. 鑰匙鎖、 影響或額外的甲板,在這種情況,請不要啟用。 - + Audio Latency Overload Indicator 音訊延遲超載指示器 @@ -11240,279 +11412,279 @@ Fully right: end of the effect period 顯示載入跟蹤當前音樂鍵後變調。 - + Sends the selected channel's audio to the headphone output, 發送所選的通道的音訊耳機輸出, - + selected in Preferences -> Sound Hardware. 在首選項-> 聲音硬體。 - + Fast Rewind 快退 - + Fast rewind through the track. 通過跟蹤的快速倒帶。 - + Fast Forward 快進 - + Fast forward through the track. 通過跟蹤的快速前進。 - + Jumps to the end of the track. 跳轉到軌道的一端。 - + Sets the pitch to a key that allows a harmonic transition from the other track. Requires a detected key on both involved decks. 將球場設置為允許從另一條鐵軌的諧波過渡的關鍵。要求這兩個涉及的甲板上檢測到的金鑰。 - - - + + + Pitch Control 變槳距控制 - + Pitch Rate 音高率 - + Displays the current playback rate of the track. 顯示當前播放率的軌道。 - + Repeat 重複 - + When active the track will repeat if you go past the end or reverse before the start. 活動時軌道將重複如果你走過結束或之前開始扭轉。 - + Eject 彈出 - + Ejects track from the player. 彈出從球員的軌道。 - + Hotcue Hotcue - + If hotcue is set, jumps to the hotcue. 如果設置了 hotcue,則跳轉到 hotcue。 - + If hotcue is not set, sets the hotcue to the current play position. 如果未設置 hotcue,將 hotcue 設置為當前的播放位置。 - + If hotcue is set, clears the hotcue. 如果設置了 hotcue,清除 hotcue。 - + Vinyl Control Mode 乙烯基控制模式 - + Absolute mode - track position equals needle position and speed. 絕對模式-軌道位置等於針的位置和速度。 - + Relative mode - track speed equals needle speed regardless of needle position. 相對模式-跟蹤速度等於針速度針位置無關。 - + Constant mode - track speed equals last known-steady speed regardless of needle input. 持續模式-跟蹤速度等於針輸入最後一個已知穩定速度。 - + Vinyl Status 乙烯基狀態 - + Provides visual feedback for vinyl control status: 乙烯基控制地位提供可視回饋︰ - + Green for control enabled. 控制項啟用了的綠色。 - + Blinking yellow for when the needle reaches the end of the record. 當針達到記錄末尾為黃色閃爍。 - + Loop-In Marker 迴圈中的標記 - + Loop-Out Marker 圈出標記 - + Loop Halve 回路減半 - + Halves the current loop's length by moving the end marker. 通過移動結束標記減半,電流環的長度。 - + Deck immediately loops if past the new endpoint. 甲板上立即迴圈如果過去新的終結點。 - + Loop Double 雙迴圈 - + Doubles the current loop's length by moving the end marker. 通過移動結束標記雙打電流回路長度。 - + Beatloop Beatloop - + Toggles the current loop on or off. 打開或關閉切換電流環。 - + Works only if Loop-In and Loop-Out marker are set. 只當回路中的作品和迴圈出標記設置。 - + Hint: Change the default cue mode in Preferences -> Interface. 提示︰ 更改首選項-> 介面中的預設提示模式。 - + Vinyl Cueing Mode 乙烯基線索模式 - + Determines how cue points are treated in vinyl control Relative mode: 確定如何將提示點處理在乙烯基控制相對模式下︰ - + Off - Cue points ignored. 關閉-提示點忽略。 - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. 一個提示-如果針下降後提示點,軌道尋求那提示點。 - + Hot Cue - Track will seek to nearest previous hot cue point. 熱點提示-軌道將尋求最近的以前的熱點提示點。 - + Track Time 跟蹤時間 - + Track Duration 跟蹤持續時間 - + Displays the duration of the loaded track. 顯示載入跟蹤的持續時間。 - + Information is loaded from the track's metadata tags. 從軌道的元資料標記載入資訊。 - + Track Artist 曲目演出者 - + Displays the artist of the loaded track. 顯示載入跟蹤的演出者。 - + Track Title 曲目標題 - + Displays the title of the loaded track. 顯示載入跟蹤的標題。 - + Track Album 軌道專輯 - + Displays the album name of the loaded track. 顯示載入跟蹤的專輯名稱。 - + Track Artist/Title 稱號的軌道演出者 - + Displays the artist and title of the loaded track. 顯示的演出者和標題載入跟蹤。 @@ -11634,34 +11806,6 @@ Fully right: end of the effect period 載入您的拖拉機庫時出錯。一些你的拖拉機曲目或播放清單可能不載入。 - - Ui - - - Mixxx %1 Development Team - Mixxx %1 開發團隊 - - - - With contributions from: - 捐款︰ - - - - And special thanks to: - 並特別感謝︰ - - - - Past Developers - 過去的開發人員 - - - - Past Contributors - 過去的貢獻者 - - VSyncThread @@ -11757,12 +11901,18 @@ Fully right: end of the effect period WEffect - + + %1: %2 + %1 = effect name; %2 = effect description + + + + None 沒有一個 - + No effect loaded. 沒有影響載入。 @@ -11901,317 +12051,333 @@ Fully right: end of the effect period 與視圖 - + May not be supported on all skins. 在所有的皮膚上可能不支援。 - + + Show Skin Settings Menu + + + + + Show the Skin Settings Menu of the currently selected Skin + + + + + Ctrl+1 + Menubar|View|Show Skin Settings + Ctrl 1 + + + + Show Microphone Section 顯示麥克風節 - + Show the microphone section of the Mixxx interface. 顯示 Mixxx 介面的麥克風部分。 - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl 2 + - + Show Vinyl Control Section 顯示乙烯控制節 - + Show the vinyl control section of the Mixxx interface. 顯示 Mixxx 介面的乙烯基控制部分。 - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl 3 + - + Show Preview Deck 顯示預覽甲板 - + Show the preview deck in the Mixxx interface. 在 Mixxx 介面中顯示預覽甲板。 - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl 4 + - + Show Cover Art 顯示封面藝術 - + Show cover art in the Mixxx interface. 在 Mixxx 介面中顯示封面藝術。 - + Ctrl+6 Menubar|View|Show Cover Art Ctrl 6 + - + Maximize Library 最大限度地庫 - + Maximize the track library to take up all the available screen space. 最大限度地跟蹤庫佔用所有可用的螢幕空間。 - + Space Menubar|View|Maximize Library 空間 - + &Full Screen 與全螢幕 - + Display Mixxx using the full screen 使用全螢幕的顯示 Mixxx - + &Options 與選項 - + &Vinyl Control 與乙烯基控制 - + Use timecoded vinyls on external turntables to control Mixxx 在外部轉盤控制 Mixxx 上使用時間乙烯基 - + Enable Vinyl Control &%1 啟用乙烯控制 & %1 - + &Record Mix 與記錄組合 - + Record your mix to a file 記錄你組合到一個檔 - + Ctrl+R Ctrl + R - + Enable Live &Broadcasting 啟用即時 & 廣播 - + Stream your mixes to a shoutcast or icecast server 流到 shoutcast 或 icecast 伺服器你混合 - + Ctrl+L 按 Ctrl + L - + Enable &Keyboard Shortcuts 啟用與鍵盤快速鍵 - + Toggles keyboard shortcuts on or off 切換鍵盤快速鍵打開或關閉 - + Ctrl+` 按 Ctrl +' - + &Preferences 與首選項 - + Change Mixxx settings (e.g. playback, MIDI, controls) 改變 Mixxx 的設置 (例如播放 MIDI,控制項) - + &Developer 與開發人員 - + &Reload Skin & 重新載入皮膚 - + Reload the skin 重新載入皮膚 - + Ctrl+Shift+R Ctrl + Shift + R - + Developer &Tools 開發人員與工具 - + Opens the developer tools dialog 打開開發人員工具對話方塊 - + Ctrl+Shift+T Ctrl + Shift + T - + Stats: &Experiment Bucket 統計: & 實驗鬥 - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. 使實驗模式。收集統計實驗跟蹤存儲桶中。 - + Ctrl+Shift+E Ctrl + Shift + E - + Stats: &Base Bucket 統計: & 基地鬥 - + Enables base mode. Collects stats in the BASE tracking bucket. 啟用的基礎模式。收集統計基礎跟蹤桶內。 - + Ctrl+Shift+B Ctrl + Shift + B - + Deb&ugger Enabled Deb & ugger 啟用 - + Enables the debugger during skin parsing 在皮膚分析過程中啟用調試器 - + Ctrl+Shift+D 按 Ctrl + Shift + D - + &Help 與説明 - + &Community Support 與社區的支援 - + Get help with Mixxx 獲得 Mixxx 的説明 - + &User Manual 與使用者手冊 - + Read the Mixxx user manual. 閱讀 Mixxx 使用者手冊。 - + &Keyboard Shortcuts 與鍵盤快速鍵 - + Speed up your workflow with keyboard shortcuts. 加快您的工作流使用鍵盤快速鍵。 - + Send Us &Feedback 發送我們 & 回饋 - + Send feedback to the Mixxx team. 向 Mixxx 小組發送回饋。 - + &Translate This Application & 翻譯此應用程式 - + Help translate this application into your language. 幫忙翻譯成您的語言此應用程式。 - + &About & 約 - + About the application 有關應用程式 @@ -12228,9 +12394,7 @@ Fully right: end of the effect period Loading track .. - Text on waveform overview when file is cached from source ----------- -Text on waveform overview when file is cached from source + Text on waveform overview when file is cached from source 載入跟蹤。 @@ -12312,6 +12476,12 @@ Text on waveform overview when file is cached from source Add to Playlist 添加到播放清單 + + + Reset + Reset metadata in right click track context menu in library + + Cover Art @@ -12324,58 +12494,68 @@ Text on waveform overview when file is cached from source 按 ESC 鍵 - + Remove 刪除 - + + Remove from Playlist + + + + + Remove from Crate + + + + Hide from Library 隱藏從庫 - + Unhide from Library 從圖書館取消隱藏 - + Purge from Library 從庫中清除 - + Properties 屬性 - + Open in File Browser 在檔瀏覽器中打開 - + 4/3 BPM - + 3/2 BPM - - + + Create New Playlist 創建新的播放清單 - + Create New Crate 創建新的板條箱 - + Enter name for new playlist: 輸入新播放清單名稱︰ @@ -12397,158 +12577,152 @@ Text on waveform overview when file is cached from source Crates - 板條箱 + 唱片箱 Change BPM - + 更改 BPM - - Clear - Clear metadata in right click track context menu in library - 明確 - - - + Add to Auto DJ Queue (Bottom) - + 添加到自動 DJ 佇列 (底部) - + Add to Auto DJ Queue (Top) - + 添加到自動 DJ 佇列 (頂部) - + Add to Auto DJ Queue (Replace) - + 添加到自動 DJ 佇列 (底部) - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + Preview Deck 預覽甲板 - + BPM and Beatgrid - + Play Count - + 播放計數 - + Cue Point 播放點 - + Hotcues Hotcues - + Loop - + 循環 - + ReplayGain 重播增益 - + Waveform - + 波形 - + All 所有 - + Deck %1 甲板 %1 - + New Playlist 新的播放清單 - - - + + + Playlist Creation Failed 播放清單創建失敗 - + A playlist by that name already exists. 已存在該名稱的播放清單。 - + A playlist cannot have a blank name. 播放清單不能有空白的名稱。 - + An unknown error occurred while creating playlist: 創建播放清單時發生未知的錯誤︰ - + Lock BPM BPM 鎖 - + Unlock BPM 解鎖 BPM - + Double BPM 雙 BPM - + Halve BPM 減半 BPM - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + Sampler %1 採樣器 %1 @@ -12564,12 +12738,12 @@ Text on waveform overview when file is cached from source WaveformWidgetFactory - + (GLSL) (GLSL) - + (GL) (GL) From b9d326c872c3418402be636725e301ff53616a20 Mon Sep 17 00:00:00 2001 From: RJ Skerry-Ryan Date: Tue, 30 Oct 2018 22:53:23 -0700 Subject: [PATCH 5/8] Run for XX in res/translations/mixxx_*.ts; do lrelease -nounfinished $XX -qm res/translations/${$(basename $XX)%.*}.qm; done --- res/translations/mixxx_ar.qm | Bin 18702 -> 19856 bytes res/translations/mixxx_ast.qm | Bin 30690 -> 31011 bytes res/translations/mixxx_bg.qm | Bin 51265 -> 51724 bytes res/translations/mixxx_bs.qm | Bin 8009 -> 8059 bytes res/translations/mixxx_ca-ES.qm | Bin 342565 -> 349522 bytes res/translations/mixxx_ca.qm | Bin 342541 -> 349698 bytes res/translations/mixxx_cs.qm | Bin 309455 -> 311217 bytes res/translations/mixxx_da.qm | Bin 21587 -> 21707 bytes res/translations/mixxx_de-DE.qm | Bin 0 -> 22668 bytes res/translations/mixxx_de.qm | Bin 341118 -> 340290 bytes res/translations/mixxx_el.qm | Bin 90432 -> 90940 bytes res/translations/mixxx_en.qm | Bin 0 -> 314543 bytes res/translations/mixxx_en_GB.qm | Bin 224079 -> 224343 bytes res/translations/mixxx_eo.qm | Bin 8716 -> 8776 bytes res/translations/mixxx_es-ES.qm | Bin 342496 -> 343614 bytes res/translations/mixxx_es-MX.qm | Bin 0 -> 18014 bytes res/translations/mixxx_es.qm | Bin 342616 -> 343840 bytes res/translations/mixxx_et.qm | Bin 48796 -> 49323 bytes res/translations/mixxx_eu.qm | Bin 47961 -> 48395 bytes res/translations/mixxx_fa.qm | Bin 30873 -> 31185 bytes res/translations/mixxx_fi.qm | Bin 86030 -> 86470 bytes res/translations/mixxx_fr-FR.qm | Bin 0 -> 1180 bytes res/translations/mixxx_fr.qm | Bin 350658 -> 351981 bytes res/translations/mixxx_ga.qm | Bin 4087 -> 4151 bytes res/translations/mixxx_gl.qm | Bin 224271 -> 224585 bytes res/translations/mixxx_he.qm | Bin 32782 -> 43106 bytes res/translations/mixxx_hr.qm | Bin 20230 -> 20292 bytes res/translations/mixxx_hu.qm | Bin 52681 -> 52990 bytes res/translations/mixxx_hy.qm | Bin 9495 -> 9557 bytes res/translations/mixxx_ia.qm | Bin 1338 -> 1398 bytes res/translations/mixxx_id.qm | Bin 41974 -> 42200 bytes res/translations/mixxx_is.qm | Bin 15740 -> 16048 bytes res/translations/mixxx_it.qm | Bin 255082 -> 255348 bytes res/translations/mixxx_ja.qm | Bin 53755 -> 54190 bytes res/translations/mixxx_ko.qm | Bin 48064 -> 48387 bytes res/translations/mixxx_lb.qm | Bin 16457 -> 16638 bytes res/translations/mixxx_lt.qm | Bin 26776 -> 26976 bytes res/translations/mixxx_lv.qm | Bin 23096 -> 23156 bytes res/translations/mixxx_mk.qm | Bin 13419 -> 13477 bytes res/translations/mixxx_ml.qm | Bin 10725 -> 11007 bytes res/translations/mixxx_mn.qm | Bin 3624 -> 3686 bytes res/translations/mixxx_mr.qm | Bin 4459 -> 4523 bytes res/translations/mixxx_ms.qm | Bin 9856 -> 9918 bytes res/translations/mixxx_nb.qm | Bin 45810 -> 48541 bytes res/translations/mixxx_nl.qm | Bin 266111 -> 266483 bytes res/translations/mixxx_nn.qm | Bin 8257 -> 8317 bytes res/translations/mixxx_oc.qm | Bin 15140 -> 15480 bytes res/translations/mixxx_pl.qm | Bin 223371 -> 223501 bytes res/translations/mixxx_pt-PT.qm | Bin 331478 -> 339245 bytes res/translations/mixxx_pt.qm | Bin 115912 -> 116527 bytes res/translations/mixxx_pt_BR.qm | Bin 282322 -> 284082 bytes res/translations/mixxx_ro.qm | Bin 198120 -> 197996 bytes res/translations/mixxx_ru.qm | Bin 269173 -> 269674 bytes res/translations/mixxx_si.qm | Bin 20731 -> 20799 bytes res/translations/mixxx_sk.qm | Bin 20065 -> 20125 bytes res/translations/mixxx_sl.qm | Bin 30291 -> 30473 bytes res/translations/mixxx_sn.qm | Bin 72433 -> 72053 bytes res/translations/mixxx_sq-AL.qm | Bin 15124 -> 15180 bytes res/translations/mixxx_sr.qm | Bin 115839 -> 216291 bytes res/translations/mixxx_sv.qm | Bin 213313 -> 214562 bytes res/translations/mixxx_te.qm | Bin 5908 -> 5966 bytes res/translations/mixxx_tr.qm | Bin 73114 -> 72970 bytes res/translations/mixxx_uk.qm | Bin 52570 -> 52994 bytes res/translations/mixxx_uz.qm | Bin 9010 -> 9070 bytes res/translations/mixxx_vi.qm | Bin 231987 -> 232144 bytes res/translations/mixxx_zh_CN.qm | Bin 193334 -> 193679 bytes res/translations/mixxx_zh_TW.Big5.qm | Bin 0 -> 27721 bytes res/translations/mixxx_zh_TW.qm | Bin 179604 -> 179194 bytes 68 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 res/translations/mixxx_de-DE.qm create mode 100644 res/translations/mixxx_en.qm create mode 100644 res/translations/mixxx_es-MX.qm create mode 100644 res/translations/mixxx_fr-FR.qm create mode 100644 res/translations/mixxx_zh_TW.Big5.qm diff --git a/res/translations/mixxx_ar.qm b/res/translations/mixxx_ar.qm index 66c29dd6635a76d872e5c46a4e99aebc7e84ce08..d8d58c022d1105321c49faee23db4c54ab80c3bf 100644 GIT binary patch delta 2866 zcmb`{dr(x@836EaANTBwW#!GvB9}J{EDKp-S)RMV!a@QPHKTcSrYl^@PL^F<)+os| zo62BGOCIFb1_RM(wCyx6?doU~H6{u*8roP5V-k}|AHEvXHjPQE)=a;qj%9Q?fq%|jnUv7LPoAkx+ekeCP{ zneix@hl@%5ngX&>4shq&0LeH}atXdbvbK$Megv@GhKu5y6{7%+QS@u{j{qxw31Gbp ziY8o>{|d#xvR8p}y%yIGLxiiG1c-YTVw!(PHvEWeyd5}CB|!RWvM!x;W&?M}Zh(9l z>C&Osu)mpfH2`;107wmxS*OX${bXGS>1>YxcXJaC+(q(?bl?E#dF>ToKOVvz)PwH! zm6(#J$P6GIuRv+b1%S*$WYwMEF=ILsR*{QOkoL#P>X%5zL(oxz>*qzbQp33cI;yr{ zdUK(3dIXPp37L75tbBy5xd_V-K7r%zfz_wBqT^)!LAY0!50G+=%(|Q8A0X}1q$7o_ z9fJFY_hbI~?I1`yTy!0F9mAaHY;Z2;2tXktOFxzMEAeR48c5r)Y~RL{0OeEik*_f| zW`q3aAHI(%yda-BiW?}oDZf67wUKv{teWpvFH>~I#!o6v-g07~FDf6~vkM}S@IkBr z8SP~CZ%M}&%8B+vcmb}E^_!GG{r)km_%Fz!U1Up!@(-KK0g7~__aL&JAp;pasp(pp@$=={b_h3I|9XHlG9RV;*NezsAoUEGHejD}Of91xcA~d{9 zmK@iN_KOX@^MGpC>gh$tlPx&naP;CWR|iOzXR3)%X@k^ zfP6h`>&I)BltG$0$eO)uM*j%jlE1SP>+su>U(eo+JdZh7#Iw&9{~lnmmVFia1>Wy7 zD$TQae^bw?Ok3^&&>kRL4ymkX1nis0q7PNgatt78N;UTDXYfd?$*gSElYcvofqh4H zeEKXv{2b|CsxGkn3TtUp?Qyv=m7tEq8rB2qfqDgiu|Pet?MndJbLwsNSXAl9)u)oN z*kC7_`#D*@jI`fU&noa^lYfMC^=ova7cl2L$c*2Rl}b&=c?`Vlx~8)aH^w{2N_Rx# z_x}WQxq@6`C2LbPul3@IRIJmyf65G?Y$VkwWNyE8=@_jT>ow=i|w zRnkyOx;JZg-be$e{7n102XCDs@+vh{V`R=n?VH`7V@({{t^Os<`9wYxw*w(z%^%o{PIt-hkhS5z;cC&wRxK;M%4yz7JDj zd_&*940Es9OEy@^mb>)6)*4LhY5lnKV=VT|G4F?_k@%KA-09+;_2?hcJMIR3G z>v7Z_z6S+>0`WrYw9`vQG~Vnv=g`QM&(273j+csijy+UWGjy8bT(%XiP$ ooA{>7DB2P;qtmW{Oo}Ml)jXvTjct*p|NTW`y(d39(e|M1p9l80c>n+a delta 1996 zcmZwIdrZ?;6bJBcAHQE;wB;$UB2Z8sEfp!H70OFdSOGJgQKoEj6XP__`IwK*#NV7j zQ3*OaA`CT(b1uF{R_B=Ssh~rR8pY{!CQg~U;nXQQH6uIa_@{p~pL>73xjpxubADah zEUT-RN$$3)h|c@#8_vX=4o}{E@VDWBcn3fNVBAR#1qRZ`uVXTq0mLpOGs)AW3y6yc z6r*Tf%4Qal@6mh{`32ca%gwY;EtyE(Ba`X536P4*fxxwZ--ugm{9e|nU~>$>n4f_V z6&rn$b{*kxzheCxA2~6vHXNffGpzY~X$<=W7Ay7)XMn z8PKJn-y{v2-NNQffKcK9!Va)*T35CeFwbFgBgw}!f5PULK{zrM2<>5G9Bf8C>!$r) zd`A13*_as;53-V2R|mweKL)H-(3Os(n=!BvFXvgSVJ+$gqT^V*4J9cDDOFu;gq6*l z!8%s5Srg!~&<~q6th<`cmu|t6)c_3fpuD{r2wu-dzr$usVx7k@wyloVEk(ttCbEsq zwqTNO5S@4~YdXlroMkgxSjRuCYdk8KeNQP+V5< z>OQ*q!IJ#Dt5+yRQ{){-D9{wM{8tYFS8D-Vs!udql(V|3Mily<;vEt=msm; zh+VAX5Sw*Q+4$N4NEi~>KfthFSfDv)D|dUkNBYDb)Il%rKfw z?iLz%%%TnQ*yuhsd$!PA(+H$1*xcWR?W-x^u!lmszlc+=ve_5eoE5@_OJ3@V3gMD# zG_~~vi?)TzZELSf#Gs*bB%us5j!qrlIz(O%a1 zNVBhsZo<~6xpFE6Q07ZKP)DSTBU2eyP1k? zJJ~}1soQcbfZ8#eO?SNXL){M{bOPNOHp!*y?x0jyj_P{eq})f|4yf7rH{C!L8+A8e zkCSS_W(znje@q9wz)J32JSYeWc%Gg|?}1)6b)7zDcN&npQ=eK%sR&QdPal;{IXtib zyx_Y3Pm0a+8j7aTiNa49CdGEq_ZGu-`=@lZr&;wjHs5YcPZvqQX&oHKiV+P6 zgzbcJpOdasvu--|;=kS?XQFS3YNkr&@fvhaU7_efoR}mQiAmn2sdn!~W8^EoX*Krw zJ_!n!c@-gV`C3DIw7$Kub=p@fT$<{6#nV<}y3b`0}C-_iIiIi+gv9|1+a#G>gk m-{X<1Wg0a_U>8S1>swyDTjA|0j`9j+VcyJA$rn|&K=wbmto(xj diff --git a/res/translations/mixxx_ast.qm b/res/translations/mixxx_ast.qm index b8e9bd22499cdb8d2167ea88f0c48957cff0ce02..ad5429ca2cce4a725382785c20969df39c843110 100644 GIT binary patch delta 1337 zcmXZce^69a6bJC{+ugUjJa-|`5J+%QSORmgF+tH)19m}viJq_kOuXLDmvQB@%VMT*uHH9iQxkj-i(xlKEP&0 z>hK{-vy1DypKFZc7VblO))1xon7ivPGWPZZg?HF{vdsaODC8}oOs$D!tiwS!crrz;cr{%ESDBl+B;Z0`e}&#nE~oc~CAr zqUU@w8;}>Q*zK)&=lp4Ef==$@cCH27f>)SPp_e&7V0Oip;91d{kOBnHaC86RIu3Bl zXV|d9EUWHfT2Y@=TrQsZW{_(C1vg`e>qrrYpVrS1$}RqxTV@n*-eNSqPQ0}~4UqS8 zD}7m`7$mc`vE$-qSs~cCXz;OmDNpql0LxD*&tB`GW|&}s%1D8BK&ki1PFD>LQ>S^{ z;X1FdLrOzHPPRHXbqOuMP+en`1KvIA!y|X8N=9}=87;IkQ57xRW=2({@D_8b!i0X- zqB6(kR!U_ve*=!I($Q_y&z2T$fh4tER?s>lxRQxmy-GSYyA;^^nbg@ILp$xm0@Zq1 z&Ix8xN6D=FS)=-8)wdVvl;!ByfI9e~yn%{edPHMh7EVR%)g&DGlNRUV#x-&?@-#`g z)VQTXnx?Z4s1+-@&pyz6_`?LS3!0v2Ix#OPHRG2lxx5C=Z~wn{YG&7L2J|sp!+ouH zVL1?0s|`H2nhwO*R&7MS8}P~08b1FONF30br(1zse{I^^lhlaj0+%c{m6qCzU72>5tGwD#m%69KUgbVq5iPR&$)WC^JqGoEu$O_v delta 1241 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 Mrl0L$DLR+`U!@?ZasU7T diff --git a/res/translations/mixxx_bs.qm b/res/translations/mixxx_bs.qm index fd4ef79ed3c59235c4b80081761022cbd883b5fa..a10ee7f454af52deb042c9cdaf65d0e42d429fe0 100644 GIT binary patch delta 335 zcmX?U_uFoQh@t}n1A{UH17kmsR%Kui@Pg1HQz5kY$%(ppTGEOP48i{x7^FQISWRaG zWv)YLuB{MS$`VSipV%tT+0VfGyNQ88^1#Hk_L`p=JT&(*Fi0F^@IBhfz`#@vq1mM& zv_KJrmeiOm%4p6R!w}64bcJNt>%I3^M$aPs*upu4G;&uEfNk$^o*L4Tu?4*@2{xOHO(~QEFOv UVp(cheo^k^T1mCdw$eN-0LeE~aR2}S delta 189 zcmexuchYWxh@=Gr1A{UH17kmsR%Kui@Pg1HQzx40aY=n=U%?Ap&Qu20-%Sh*lG7$`wdXv^;Gwyffk9&W#J_S(68|R4GMaN5F+_6%4V2WG z9LpHSCH{-0bHfs#lH-&2GKw>nPrk|+&$xcFDU&>>C+ktLv3n=SGKn)DpIpjR&lorP jE0a5;>ttJIX(s8Xll^$rH#agb6Q3-`Dz`abnui4dHViU9 diff --git a/res/translations/mixxx_ca-ES.qm b/res/translations/mixxx_ca-ES.qm index 46ed66fda184709e34db1004713d8381fd592752..45b373006f1ab000cb45466c7af05ba92c9c7d20 100644 GIT binary patch delta 25593 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 z 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 diff --git a/res/translations/mixxx_cs.qm b/res/translations/mixxx_cs.qm index b5c273b22b83d348d2cbee9ee7bdcf97b81a40ad..c1822ffc8f328515ca85d2c21d862ae1867a6425 100644 GIT binary patch delta 20197 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 V^2h)Fo9#?Cy~qPF_E+N4{{rVv8JhqA delta 19460 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 Ciy)Q& literal 0 HcmV?d00001 diff --git a/res/translations/mixxx_de.qm b/res/translations/mixxx_de.qm index 671514530a6dcd327dc4f2bb95c4e201d60c1551..b4adedce6bfabb13918bc9d0b0056a4a5b0d0c42 100644 GIT binary patch delta 19018 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⪼`uTgm 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 diff --git a/res/translations/mixxx_el.qm b/res/translations/mixxx_el.qm index 714cd74f41d9653668436b333168ed2850956e14..774f6e9c05a0ccc68e23c43f7360e94f2174dff6 100644 GIT binary patch delta 7582 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 delta 7684 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 diff --git a/res/translations/mixxx_en.qm b/res/translations/mixxx_en.qm new file mode 100644 index 0000000000000000000000000000000000000000..03263243abc3f958f0bd8541de6c22577bd1cd86 GIT binary patch literal 314543 zcmdSC2UHZ<);7GWPE~d8HjWuFAc%?yGok__Dj+JDMG1`}&?reTprRNNb5_h5!JNgM z6%%H~gjq3X#sBH*8J(H;j(6VwTi?Ide_hUFwSDTGv*WY(Ie4A62bVnYV*ZTN70T}I zy?D<}7os-niKr4$p;bT|;wlcX;IP6n@)ZJrwTM^F2i7LCelUo;v~; z5SM-txCHCy1Y8G91a1VL1nwa&!wPsBqCe!*nnqHGud2Y eZN81cO! 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

Xwj&Wv7xY}?DdL7=$mPu zO6^!dkxdE3Le;1iIz3@_*{hvh^@1;o+|^Cyh4LyfG;uR3lxGe+B2St&M6?1D2!bV= zj>Xi(8OG-k4j-r*zJnV#Ib?uI`O52OWkKH2s>w(nOCP=+L@-tmlh@q>$xR(?rswldB z?`=WP9jE_Y9fd;iX6cE0d2!+M3!#%#({2vZ2(0e9&dSjff@|jN=DBl>FlcpVqKNx= zWr2tnRcwr@qfNW{zG?A!y=ssfpIjNAUM|Yx3Pu!7ZbT|FxX{RvLjAINGN$v#-MtjF z*-9nX{K1{Fa6NWHfK>T>$71cgrgPy?P9ZP@KJ~bh6J^hM(`2t3jSrzC^O`t5-8j`t zB^PVcOs6WeEWLwcfrd4{qi<#5NQW#6DHNqE02dr$XM~@arpncE(o!!D(D;UFeqOx- zp}x~jtaC_}bQ5*&>V*Ew(+FPH(2AA^mlTS(RktoBKc9;iNp=aH1}@`lolx059Io`B zrDBGJ^tUg@#OFB12=nQhO{SBM$BzxFWdFsV*l_Z#FpBi_Z;ueIN4b}mR8fOUT1Blx zZn!$ziDEW0v1FAPk7~56D^`24ItpY3s^sb3E1q8!=}#=FXYqa;IIc9(SXwV4=jc0D zu#P=bVOC`quXlFk>h2i`7~>fovT|o*lvma_qFOU%Tw`u)t7?f8M;v+Qw#tV$EOJT% z94Rqw@ifyV9eYRk_;{o1=BL`#W`%4`HE?SNPym-3Mf^=09G&g$D$uiGhbwaMz}KTk zO1F{gV{5_^FvSH*SN((NyU2O8+Nz`k{4$WMFZE>@gEu7y?u@}7my9bKRArNFCs!ug zhBf<}>&fu{rPXU&QLW{MO`kD`5~yqO*a~kqUKj7=#TznuDJpwX{H@QCnQchLd+EIF0WS-dfxJP zXc+)xe6l>84+eDFt;);4EujlCA_5}kq}*Q0zo853wk+K3es|k+`D)8}kq7~4 z$Vf(R;x=C|j9@E-JBOBi@=%CYH*Ea$&?h^-?`tJNn0`;Frx~GK+FMcUlZG{6SIE9Z zz;HGXLl^|tiKV@V4|NVj4-A3V@EX500A>IbR(eYW+mU6Q_zk-qQw2KG{+>Bwq3So2sbvx zEmf~F$Q%Ts)ltLci|Y5Iy0<$cKZ|$#!aH|<#$8pvJh&iI9eY9o?z9A064LLEEXLK2 zUYNevn!CGLzv2mvm^RUPVARFw3;T__R9)-h^rc~=F4gbw(y$$pZ12VlDrkYZgnI2| z(%^AguRbQYWPZLmLLdetHCYpqlwF{Cp= z$awZVIpZA=?0CW7p0%QRNEv#=lmhH*?ZhG`WrQCcK#mt05o651%=CoA`Zg*F=O6WFt8lKXDFyMa#lo+VAU!j4&#Z72tMt{QgE46$Jox>rAIj%L}$1aoH{jX&sl?hpCd${lWc=aUzr&z_JAZJg;1L*|Pt~Q=_)+X)U z+6b_Dsx?j`nUz*7x{VgqM0+9hW?g1+jV?cY^_`tkh0rZ(Y6C_(K*Ou_ zc&)^3j$JJ(LpHD*dT5$yFka|k`n%LKj#J@dE#v_c*+LA%ozt+;co9o0G8UIQq8Qj- z!&)cxJ;ad+YOo;1!H?ZgVL6KaHf<97@n%7x%b+}Vv%QI_y-D`lu_#nH3x?9qgrGS( zV$qL*y!!pDww1V&$Iwy<6$FNkQehSP84xSya(+(p>mZPHVh|F%M{jm_SDOUF3nD|#H(isVP$5EAFpA}dv_YKt z?k#bD*;^My3zBiH8IgYPIo29(r)br#JYc-2(t*(d!`lmm!L9lwJ({Rpl&hCV7TPPW zTvoq7rSHjRs(p+L-Bt6VG`x{>GRnA9HlR?TO+?3eKXZgi1e}CAX9$rDCF88y_J+7m z17dhrQkPyFOT!YxBYDjV9-T`VgG;@hFSS!xfmO<}ak-TF6a5Nj+^-Hh0)9(Z`<$TLe{UbEht^lS z*UH{L{P4N1b^pEnc;rW4*WP~oqvzTiPEh(!cqD2{P&&G_x22HGSjf0+3OFOnB-P*p zqbdv&kpjQC+!n>?wy;Fh6XCxSX9%T962S<1YnUB5%uPM67?cT0ARwe|KDrPGn}@*2tT2 zb4Ly4tvBld$Q1-lBnX)jTjS^#eYAw#%dPquUMtOTO@KqXkSROPaop#)wno{m`bmaZ z?5ig|BO^CLrkf|`jdM!6kL$g7ZEI)u86D({@&g{LWPe}U?CzS4`m9B*5dEFPn@F?s z6eI3G@v>KLcUv8cce30Yb>83<-|=bhsy*?RwB8<5&&h3T(^J63(xKz74&T;ijC<9` ziBi$(qfZ&L&0@^5YeZ>Gs7lf}=0p*TSh$$t$fJrU+>pXIbiouDcNgI!4JI(|ZhM=- zCw#Yk)ecr#kw*`lF6@#-qao$-p3-%X%QiXR+w05v(KNxBZV-tlSz8ZZTU|HfYTbIr z3zZQ`GOaTz;Z9(0TH}NUk<8~-f;8;t^-VPX#&P>M;;w;+KR!fix*nxt>G5^8x|@wB z8&9Ylp?}2C*Dnr44lzRaH`dhM&M@U2$)0HXkhq@y%_$*R6ZR8~ko-Kkp z;#5|eSP|lNdLCNiH4(jNZ838SqT&^kM@M+?gr13qoej)v;Z(cbJw@S9&`*BI%%5qO zxr?9OdOly0(y~2&R(SF!XiIP6Si_#*kUKctMRL63&`|ze*3UmV~Mulm0RUuxzv7q`8HK=*O zdKjct&IGFE#6(5*-a$UdzHB zfjUlc>~pf4mIY`YlF1W) zI-mTLuF5EG6ps1lncc&6=|W*P-njMB?6R+{bX7o(YpB`#*~YzN5rI)9w0I@o^`gSi zj8oQ3`g=nrbw3K_a_P&4K7(s328xOh>4xG_TBRi^E82dl=$mu_4ab_08P0FlsR`m5 zRu%|;X}!48Y3^CHrKj9q)r$8UKG5vWIEr{{&3{{9+j2HDIJ+o45!kKUds|{H4YR)$ z_dZDci8&@LFpuj##l8dC_xh#{^PZPowaiRH1SGcB0I#|=UJLUR9@()MF?6L%m6h_@ z`(kLYNpzUH)m{&)ak8tO{v+Z!hpq>!4N|C)Yh^NH_FC3WSbA%`hm&e))TXlWd##P- zJteUktZvyKuS*9}_Y~u1XN4tH_rl5rbjlX!DR~JqNq2r-<*uUXcxuWd-IuD9ek8%A z;IKBOi_N~_(slB(a0WG453z* zX73=&%VX4>@=pbJ6K)M~Bt-Jak+w1k!`3UGKh-@LvM+PbB5gsigB`1BWZ8L4pirt+ zz-bW;*c%EsX%E2}i&fDLwE?Nhs?FxI#B@^3F&VmKWIB$}%F7Xy;WX7+>U#Ub9EiK_ zxKscpnaEyPmBOiXO*2QP_r`9*rFWu}geL^?al$%)s_`CQ#laDZ0ToV;2821DBSxHH z)DP7#=B+|AyrWl57(3;*#s%EG3{QG7r=%NtI{kQ2JI9WBazQ;7SD#S%0^Q576-F1xZ?d%7b^YUPl1B8+U(j|%RAw9RnJ@&v+OM&E&j~2Ipn!>gAvoHj;tFjcNm_Ki>m7< zqFQ1MMu4wrl+WNXIwAJDZZ?eY-EF}XOXHf->{n%OGq@V9-gIy9RO_0GBr7n*B4E;Il0@5^ z3YuTD;-i`|lUXitAjf2I{Uf5T(Pcl=qMEkyK^&EdVU zxH%5{t%>)iwl40q?B5^hKRcU!{d=|l*h6`1c1Ju8@5OP85^F0U>TMS(wE&6;G@>TY=>$uRvg!bGw<|FK>IiX?I_!HEf{Qg0

Hwz&no_ENtQH_@4zBe)+ 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 literal 0 HcmV?d00001 diff --git a/res/translations/mixxx_en_GB.qm b/res/translations/mixxx_en_GB.qm index 0335b11696c3d005e60e11783ec8d15673f6706c..583eeaff79c6ec2b6c3d3c3408eb1e0d09c7c550 100644 GIT binary patch delta 15474 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 delta 204 zcmX@%(&I8ggpp&S=z7MYiAUunD;XGqI~W+G{{!iN3=A?F3{0nAGBC(iO#CZv$;QBH zIvXfCoq^To3j+h6EQFR>%)ojem4SgZ6GC&>LujEx5L(86axCL@#&wfTnerK(CNE`D zGm^T&dK6?7e=UTTwt&*dS)Z#;VPIe=h0<3cv{cLFzf9tcOp`^KzcI<2o6O51%_RG3 SvZ1uW<|vj3sm;&il9&M!Avk~l diff --git a/res/translations/mixxx_es-ES.qm b/res/translations/mixxx_es-ES.qm index d2f242ea6a397dd82d282b005764d4081c3622e1..35df1e4b1f0e30e1123519a0b0e83d95a04ee335 100644 GIT binary patch delta 20685 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 sI> delta 19974 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 L0_S8-5k*kK)=>;lIT)y;sEC20D2k|< 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

Uti_WJ-V>d%5l{8DMUQ{AOuoTG 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 diff --git a/res/translations/mixxx_pt-PT.qm b/res/translations/mixxx_pt-PT.qm index 7947c161fb01c50d4941c63da7d6c7b0df53efd1..e050c554bcaae3926be819f046a634a1496c3195 100644 GIT binary patch delta 25922 zcmb5W1yohv+wc3#HRswL28f9msDNU(Vt@exDmEfY3M!z8t!x8KL=kbD*sU0-m>AfB z-HHLWVz=V?viE!b?|beU_l|ML`2GB>wf0_X&3Jmw&8-zS+wa+!TI~-ld;b0Mv`bYg z9v!s$$iwzTUOS1X8d1q@pd+zXIaaPbWTE7n3DzU2(QL3jQJqm1N<$Ze4TxNezt@PU zZV9j%7zVZ@c6l(^p4gQ(pgZ`2$V48*uARY!4#ckG<aGI=LKLGu@(3lUx*hqClaxEQ8GA^xb6-(hPb>OoP_K9!Krw0I5-W@56An( zTwFMU3oFo&{@@z05ZsOil?8W$k>C;V7bb zo&=fb@r8IxJf}wynfP26qMj;Tcx<6?Tn|DZe?pjgoyOb_w{lTsqTajF@@y*?;>E@1 zX(|hOD8AP>hj^z|ME*yJ&pk~vEryu$d}257%o*oNVui#yIgk`Jk|bZq$%R*tzr21V z<;4*Th$miSDoGs{5pUlSLXr+b%Io|??|u>cdkPQ7oc~4ZXB5x<780X0B#rkbv2_{o zvVj(g8;!vnOhXM4J5Cd?w28#N4#ey$fO*92my0T_!CVaq$Pbay_AQE>XNN#qJm`x{=TVgbl{*m0aJkCdw z+_5V$-;x$e_3Dw_xiL|tLl#Q&@B*Ckxqc*jW2jSGSSV`E2cZ$E=PVRX2_*MM$D$rs zc|<0Y<-!kx<$|P(v9jJ~D?JWaDAu+6FTS&K{Y)!21dtq_P2%8Fl4Buo%h5wn)ay_3 z=!KZl^CZt)PrO41l9xb*tHxW%p6{|ydKPLTdASF1@4+OmE+V$L8p#{;Nh))ii3D9y{Wkk5Tj^6#nm9$s8b7lnn= zs3}$^n@*8p!#JWZFG&I6kXBA4rOOTQ3n_o_gi1i*rwHo~*$w@)AnnGoqnouooXvwS7T7nv(!R&7;HA(=FG^EBBpRkJ>Th!K@nuZsv`Dtoa%hg2E8Y8us zxSpiz!>znYR^Ilf78gTF^8Re)!sAw^9kP&zHnei~NNVwt6AiyYtXLV-10jHOP0- zF&LEb|#GIU|#{j6IzaRA&vY8~C>eSP4f@o$w^+Zou|GCt2+H7K@ z&RKcBCiRMxq30#2_scZm?yITK*_*_g{4y+-gz6m#B2W+VCk!<3fno{3$ zCt*!HnW*mtw8*8Kh0@u4>Nj{HanBv(KRAuV$@SzP2_d^PhWv-_A?}w+{+lxKf_CJ8 zGKNIlYwE9cBr0>yO6M>u>y)-ovSU_`s$}Kd^VB~q1L|Cj`j5;bzQXi@`p;NK(x`3} zpg_;g2T(w_OybGqC}8S3;*E|`z_h(^LLDezIwZ5;6b*P{Akm?a2K>ex2YJ!JDkF#; zZAb&#W5gB=qoB`4#D4@)NN^}T;s^@se~Rey017L%GbM3;DVq4GSv0ur66k-2eiW5* zoW%Y~6rGq(Z2uIBKHeH`@;nXS1ee_LGmYtmshKmF#=`SStH#o}Ie$n@nL*>WUL$T> zk;dPshV!;GdFn+Nt{pTrG@GR7xs+IL8cAgbQsUU=#LLy8=?27-$q6)bdJ#!?7Sr4} zIx-2x1WF#AL9AIVD_eY`^qC-x!EcQCl@oBVt!+GNR zbV^TNNEG8iD?9BX?slA3zbz!HxS7`4LFh`m)7r~!By43`m!l!l?x6K;pOJ99P8()O zCgO9lX;b12Vu2~NX-yFc{Vdw@a5r(AskHS0WaHOt$~fmstWI;<5gb80ax(4ge}E{l z1ns;5*~ocGndggrNGk2ykwJWaPuibc9&y1quy|w*bYOZQ(WFE=aJvzNFp3UFd435U|T zSWHQ~{*?O&f#r~Abae`(J}8lH*cXy8q|lAMA4#lQN4J;UCCPa+-KmPG=~;g(KOCb6 z_K=0(z4XL1(Uqua0Og0-6ED4rUJgDIc?v=^`2qM0Ny0XIEH&A&+Ot{r{XV+wj*q(8+k z9u#Mx)S@++{+uWzR(Tf{eTpWUc%T05MdER2A!E^y;&NXYd-Q<#li!Tj4rrj%umQ}S-xGrG^mp~FJSDE24w5E<9v+b2b zY{5oWX2&^VnY&G_tld(CSEE_kk**{e@>%(rg$S+wuqtbvh`R1&)h=UXcIC3_%i@WL zt!6b2;`7Ha8OQICIBR5e`y5B?e}>f^1A6pk^;Ee~<4dgmt2h!9zq2NH5{T~CVNDyv z5v|>5Av@lkHT6Fa=VS_Dt?EEscHC#JHr0h2e#~0!b%G!FVyzzJL46*uR!{9o3ctr% z2dpJ={vT_76p>9}edazho%qpDtb;vl{?bvbV{1%NdL!2HF>-*}D%SC7F{4=55s(dU zFXmUvlW0mJ>$`OvNe7Lr-?s74|C^(jzi(Z{{mCrA|1ODp2U(yEWT3(c7F;)(_`d-x zIQcx$w__~iL=TKmMHXg;T7?{B5uHAhG%}n;tcoMPtSpNX5Yn=>EM%VRSd=3=vTq8D zN^DPJ=~5OmGy_8UiH$hVh}Z1OV$mQIB*1bYwcNtSIbA1_>BPn*Vy^ehWD^Y8#78`5 z6IQ)K!dsF}Sn~>z@)0(%Mo$vkPP6#1KSbwNG1G6PWiuSvPN1z{`;>Lx9{%CcL+G`rPi*`4x;J^R2;okSXad@(z{Y9vYiOW3)OONni1$j&>W z9#Fp$yO4z#F!B=1MPA7~3)$rj&4_NjWLFwrKnk~-U1{k`>`QHS#T0~;X?QJmRjN*6 z*EM!c=}sd36}vY2EU{q+*o|N}#Pt)|jgSnII!Cg*k*UPiIkUS6MydHsb}!wQSk^=K zzzOOYGMwe@mWcb*W-o8q65S4Buj1geUU#$d({c;N^*ZdsvUCzN`!myzFbG*eEc?01 zmH5>z?03Bzu-#wTpM7?y6||A0WDK!=sw6$VN;G!Ar1Wo0v}%~7T(*jMXUJpDK_r`p zB;yeqqN7Kpl4Cy;JC`llu7qV=+)OI_4s%`pu~cIRgtq=W$;HQynC6a^S6iASm&=HL z#~Y;Dx|<}qrAw~A3LsQnEfix%NOeC~B|dnARPPX?;YD4ghA$cs^{XklC3PSX@l|T) z3-xMyRC0eb4R%B+btt(OLF{9x^VFLpjwz)sz1G99HM3CIjg-30Qj=6NLh@S#C-%)0 zF7G64Jo6@g&^Rq|krRhP6$kuwv=0mm@{^ z!=_`rBj?Q^$uCzLQt+LG%WANQ`0;+sFVat zriKO*rYM6nr49VKcq2`F{|RyWJt;xL1F{OGgcDOqtlekj`r}gKE{s(7K!UfVx}hT-8GHK$d3y^M(Gaq$Fn~GF>vIc~3d<0e_`M&0Jv-7f4I% zGwA=TG1AhGn5#Q;r1e9Qt97j_ZLoDmFPMtf7rTd($xnrovVGMyB*XBrEW=g!;^?V+9%yB*7wI7rF_Q} zl7^R+@>{@LrjC>fIwFIy+awhnxq}QTR4Vx5MAC}=(({@KM1saiZx$Gccc~}6SMMci zc|-c?kxsN%Fa4Z(4qEixLiRO4`f0)iDYCWnbG8$5w^h>5V!!{RgY;`$5s99@(yvYB zNLsdA`u#M6_^e4%QAQt1!(2(2!1yY+a`qexz(VGc>7 zr|_B;AVhclx$_H5O~`NV(ma`1p&NHOh1l@*bzZvzicigM@!FrD1*K>6+F$*M&YtA1 z&5=Q6Ea3GROz+|cyg_+PQKw+uXj2C21zmXa2Ahed4m9!RVQ`0bO?k@?wb1edy!8+R zi9IpAO&)rd;?CO@W}y^QfxELnlD<9x<4O7+!rhhaN!qf9d#u<)w4)mD@FinR_MSg**3fUyHVU=Uscla*njIauV@Aga5%^m>%)|akq(wf8_nQK>h4a@&Pp) zk+{E+5A-fYqWWPzC>{18JKoCsV|d6$7^s#JJTwgn%6&f`UOfW_W&sZ$Zii5XPS19puGx*pMxg^f@ z=aU9qfI7|KlS0wcH}>4L4DNNhA2%J#CXrN$n_i?7|9zNGE;|GI{f;M$3PhDQg-_2y z++ZxjXGBy-wX_FMnh9@s#)c;)!yBGD&y#Q7hg&xDh077hjJe9w4i6*~^NQ!`tzHrh z{K(fWgGoI|;)N}tEzNdnL*sW~7|G6tkt!MJ1dxMd}jpV1=JSLu2i=RBLseori=FV7}c)g&s{hfEv|6qR42N27a)YRgVS%J+!s zoe;~dnIjydF_e#5iW-fs5!<_5)R^djsjDq&oGv2KzMXIy1T8X!3um`H#C)xVbEGG6 z-Av&;6?wsg`J%QDrf6UlVXFPD1P*4221Ch?i2Zyrsoyb!H><`TaIJG196Dx{A@ zmnmrR+Zf?pxfJq&)xy{4O(Jr>=oJt5dUTlRHOr0oxdhR>R6L2UV@23OxV0JkOQ^lExq)Lbc!!(5VrWIoPd>p(UA!hAdhq_*Xm5#O+O3`^% zj+-Ttb_A1Ds~gW#^Dsv6orTi6Yhw98 zKjLlbiRFg^F$E4{^;pPS>`Srw7?M-d>ak+YXkX&}Pl|Qpx}s_oCf3hNBepg|tltLx z?)^q=nhoiuuU5Y7WTCkBU2OV-xgI=8Z25vUp3Y0f);QD$Od7E@87Z4>7WjljMiUS| zAtMsZ2bY5d;AQYR^8XzY4!%Kn&VdL-b~F}Si`SWKpMet2BS4OlO9EH|L27fb9Pu)# zpgqoqft7K79IS%#m0)$8zXu(O+f@Rcz%F9z_8!EJg^F!k2VjjUQDg)*!}?F+C9!*W z5K*^PBD391gvm+^#pFbhc?@c{?~mA9HkYJBcf@`jRyNK$ii6wp;5?35C>(sPJkUiP zo&q(kHdP$Stc8($FHZJJCs9TtPOZvDq&ioemEbEX#f$TBa{RK7xNyvLg81H0ais;S zVDrCP$Q|2@YpJos$KDm!@4_%$8zycB_>wfsUECZ1p_*_@+?qTa&g6%c=Ul|C)CAP~ z>x(;B59Br8gYb$qD~tP+o)O#RDIR8GikBCPCyxrSaOEQM`%WaOr?V(9O|M7ve5@!a z=Eqm!#V5>Z_y_U!#zLYG<;1%U@M`;9#D`U`BsrcJA5DQ+%1aR+FTiQppA{dUCX>{= zxA^n|Bj{E|d{!3IEWXyqLRG0#;_Fmo!Bl+{n_Y$JcdsEN znjI5=clU>vE09T78i7bhnY!l_3$>NmKP;CpcUj(?N9@uiS-yzux7G*?dE*AM{0ITX zg!UGSG9P6{9azk?rm|W#ko4J0)>f@ef}&-uH>UQ5qpT;4#A7?T)Hvh`EykHF2U2FZ zY}+{uYPC|fGeg>UJ+@HvH_48jCSd{bm4)I`HMvGSEMvPZa_!5VNgUcK*Xx2*Y-ta< z!A>kNZ7h%*uCqbFF-vZ|*pb-6FLL8uRgkb0%1suohI@{-P?Vb?H|sx6PL*?v&tf^J|wpe?S-K6ne65dFE#>9gN+iZnD z?_F7Ldw2;++EBUe2UJj&-jUmtxJ=UiT5`LGH;9h8%I=}i3jfA($3$n666VMqPxpel zE`A|*x!x8nuPJwVj4xJiHsx5dVLyH5Dv$y48_MWhu z_2pr%;H!`Fu=zbPHRI)B2t*_|S&p8Ck##>W$IjbBWV=v~>-QC_sRns$O$5Em>d9ks zld=9+^P)WdToe+JhZc&dYvl=*Ff`#F^2Fln_bSMfLgD?6)RzmG76xNkbDzv@IzoT|~UEpJruBu!Y>Sg*Y>`)5gfDK1Ia6I>@Q(zK}T0n>hemB4T8}mc~vI}XhlcBeQ{r{TUNVy4UaO2qk#9?Q>4 zV=8*4%P-0aBAvVZ!f_#yeA-Ig7Yn7ecjOmK?1`WLCBM{`M(~*{zfM6iYTEiqe%lt_ zDe1CYsL8-ag!A$TpI!(Sweq(FxXXuijFC!eDhaKWlx2CGMm_`2MXnjStP|=Rj4DPiP`2T)W_E#A}XU$-$MC4rH4X` z%BV?NR8yg^WCN*BSLioPCR(4bC~?t^q!%%YQsoojp5qjyOQVctykX__*9setC&V5c zSJ(vK!d$;s*e*eJ>-!}|<#mwi>QfZe3eeMQZ4}juP50Q!7K%#&is}p26PCRc)zi`N z33H1H{kLnVa4e57x~#pzaTV6(^9vL;EI0PDP+Uq=xQxytF)&f#>YPu~nQTRU|77BH zL(w#;C6?D7DO&ZhCstv;qICdFcq_faZSfl7oAe5Ip9Lf?v{SerFAXiLtLV6J0ZHek zDLO?36O~Q@O*p7QmJ8B^Xho-7oI5O2cqKzU)F%|)jg=@8uT*$%HK2gVEEGkzdsbaV&pHT5wx=lkpTk1_+OFu&Y*FKVrs%%_Lf2@VB5*g{@wnZJfjcnO zGvXA3;G9I|y^0{y;yjXuxF~|LCxa%nR)j>%K*TdZ5!MhPR!W2-!aJLUCSMU*?Dx;@ zQVc0>m`1M{vQG*9ZJ`)u3w8RmKryU7R!VMPQAAxnKy==q7;$GOiBV+~u@GW*VS!>) zGY{frXDdc~w}Us-D#lnWsGY(zZVt9cc$HL4P;jEB?urR21c{p-DNL3AK&a{{CjUm% z>lCh-vJ~aAId+O^cQ-*sI$9`Ny;01V2m{o2jbi51V8jKx6tntCsB+g<%zgsxIW|i% z=YlWsN>>y~9}$dZ7AfYoKsJ4>hLzt(m@Eg9O|W9#Ja<$!j#$V;S1MAsK#0~2S1g=? zxoAB^lB8McykyH zaBih|a}r)Hy`17*`Fx@(#}tJx(UI2!74L6jB;L!4Z?O>7%4Q|MCorWq6 zdkn;S1SpNORU}$*Wr_EXkPG%#mK*AUDtL^tVwyh|7%NyPZkAJ4Tm(y+GEZ6YCW6{E zkCm0&up!~=4`tP9lZmZ-qIB$JDz;E_Z~%9CDOc%q?>N!sz7~oHdzCKJAzW8=%DUIX zh&1t5zFw_tqQQ{n6e*i}24d^QC1tZ^=uz1b%9eElU>UnBTZ=9vN-b8l9{&jooI{oE zm-NFPvG+=M36|ETqS8lUPtw+SWml8`F`_nlWmk}I^-%hmkXZP(SN0r=s+i{oWzXw@ zuvjmYeaawbyZ&6+cWo}Q4$GDOeiRUU{!$r;!i5<6Kp8Y4lf>d8WzbJJpCk8`!Pkb8 z@X#tlTwquFY*vPcW7#gXtup+{IShSc^G7@Aw85w5@Eo)G*%vs9*J||C{LccL1YZJP~2IpJd*~kIzL@` z{sE$3Q;#I&#jGtT2&`9L4#5rnvy@j>1Yz6UFXfG~$s|h7Q{McIO=iz0DQ}Pc0dMwN zdArzl&z_{bQ_Dd7XNdBSPacBQ-O9ZB6^O>XSLWCBB{rq6^5x70#P@tuzMO+(bf1Uv zwb+9cEMNI%o*LEjx5{^~2BZGpUZpH-R)D=*Q?)dzRDOGokjiGA z^2c91u=#D}&*3OW+wN8VDz%5$9i{SD2DWB4c2@qYSDkpBE6RU;f{Aa8SFwW-+CS+k zJ`l0ujVe~&`exyrhXx@N?lZTh+vs+w*P z7Qa|ktx@H%C#t05d; zVxbgKOVvcPj_AZgRkLH8=OfNF=ISx?)P&M5)}kEzyQ{s&=NDm=llfs&*jH z>a21%4}9Z>TjD}QWMbq>Uq%nMyro+UkCC%&jW&%)x}UZnDUkU{KZfvQ^& zUQ~CAs{4iz2;&NszmE;k^-NVjlTk$ZdsKnndSS!DA61BRI<(@qDzYU?GEQw&rePD& zlip8MQCnfVk6l(p*FjYJ;Ja#gYmP{$ooeLKLXztAR>dhXrwyvACZ2$LHY-$3EP!d9 z)Iv4+4}`JQY}J&ht|UT3R8x!h`N-K;ZXK(dnsJSIt!UM>;c~g*{Cwr?>#&V2=MztWjki>CPEx3n>$LW}A!H;Uh`gT;Mb=^y1do@+s2w1!p z3sp;J#BBZu_HOLx@vztJjk}R>cCS!_;HQu zz#BxdO;S|{YZeh-@=SHeCYo4uDb>+Z*o4|GQFV07Zd5oHs?L8aj{-%Im1omb7i_R! zfU>P@S;s;~{uWB%Yg88+L0kI8sxEYNL;OF#tLj2H=3eYjUAR7gc;FQa#ltnKi$l;L z-EY;!bEgo3`Kd0xLzo^t+{!WARhM`s(V89>il$MjOYx_Wdi7LYbIn1`*G_ex>Re9xp5)1sKder_Y_5lQ`o|Mdk>FpA#dS2lM(c~1>7eY_%#;Lyjj3;r# zSM|H!LgEkasQzqAhwUDr`kR?cQu%hOzrWK-EEubnnq;F8(L&7!Af~&wMa|>vvAHZ* zt#m40=`5+%&U}VAUu&h~L1a(R5f@16A)TLUP;B*eVsqNas-7YAluCN~?=jW=f zxYGcGlc25?6;0B|+iLr;9mHa4tE<`ClXUu;y4uIT5XM>-iW?i$)u*CoD;BD&F9<_@ zFIim!%kI*WtLj>9tD`7gRqf;nVVpGDLTPYab?s9+Ecxox4NMOp9QDtrn+DlJEyk#u z*`vIc`BUAjvYPm?UFzl|))M=WrEb0lg@{E?YPasLB-F3f?GPdHMN`%8@t@(ODycgq zAHWuij%u$__C#rGEfmh4YOe=q(3f>;pTUT%YPYhG`JGbx+{SbCMQT&ml2D7$4b|Ox z1(T=-PKH7G^;O-yu^Z}i-_?Ci>5awSP}Y?SQxHz*)!#euk=p2_rIm zusZngAVj%c)FE%45pU^kp{VMn9^4=IuluKt$cI{9@U>7%y{;bOEr{+OG+7SBv}pB^ zDKMGY-PA)D_a&b9Qawx!8R#@iJ#5%UgiH^utd(b>G_|if`gjrXi$-;9Pw?^!^~e$M z_bHpzaeWLVjcBZnyXFRA_EC@fpu`rggX-}GcZhs{sZINRNpw7`Hr9#tPg$hJ zPN)pL9*5Ra;Dq43_LPEOVnn-{O1zvd@VlUC~GrPmN$d!t@as~j=Y@FnUM zePB?ub=2wSl8J9=uU>To(tdS;desjZHr-XdIvyssU!H~hX@q+9p910@P1S2#*ppZi ztKO{4CpIQTy{8P+YF3(hZ^~~HN7t+Oy*r3#cZK?3Xbwr0= zeB;z7&trvh$w>9d7s=Qp`dfY42?4@JH}z>xeF6OqiuE6XDh)Ze>|%`KPehs z?W6kQ0}OHQB=zN*Xn6hy^_8+6aKDZEYUpcX)70v#G0EuZO7+zdJBSyyR^MJ)3I)y* z>bn=52=RU~;r~@3)(iDks_)|iam7>pDES#l`>v^<%?(Gam#===^A8G<<*j^rS^aXj zBT<4%{c-}f(^N@Nzgn3=lGhFO>j!Iz=BKLP4o39bq=c3C?A0GRe1OYG^|$MV*uL9a z{c9iA9rwRe|4ud`E+0Ke{X1(X_*nh>(kKj3u=;PW&&1B=s{aPKVUI^?bx{ni$L>@A zyW0sS_=5W1GnrWJLJhTmr5pBJLz$S8N}V-K=S#fgA&qpXF;P~gMmmgh<1Gy@a6+lJ zfku3vKvKhN8dXREGN$qxl?eyzS%OAayAd`NAJFJs;AR8bYK$+6u%pRKQ>sR3l1l8; zRM1Bg-`Pb|>7y%gMI%j(+e1jYC2MN7gF8*HsB!6yDG5?&>U4tEv~90(-CqP5Xrrmy z85Z{32u zd^jncrpqp@hzv;6_=Li)M0MBr#^;h$xss+^T?p^8i6%|2&}?Fg-J1Tbp^py>Gyw-u zweEaH6Z{_6b0kejA77GYa!qI}8`$!0RyrQD^2s18^UHvU2Rfb7gdL~|S=ni2{$NeS zm|-N!9o9s=1|5Sm5kJ18;xf`gKG+nYiM;<2mCo^+VOKe}*;d!YI2RHRZlxK$6F;Zf z(_Aw;2g_@%<22(A93>VJpc$WmeLk6sG*eeclk{bkW@>I6gwbC!^&#}R>^M!raFk~3 zK4=n_LFgtw*38rwBEpK*%-Q)FcEg~VyLc~t{qj&V?=wO^liy2C+IkPnMPJQgLwl0u z&j1ldYjEzloUm)i$}y!ii?73Qc*a^N4IX15KfFb=q@OQ|5IfD169SdZ8de&2S}5*j zXqMcKMrHM>W@!neYW;#WORIWf^{l)m{T6=zL5E&z(!a^r*Skcsas~AL=O)dncIm`- zw9~9Aj0GoaR?|n~HIIRx5X;$VR)-=U*gi(H=9e9@@YkC40mW0aL9@{xYeh;A&8EW$ z>7u+eTPwz4^=p%6YwIUOVJ$V=?5Yqu`dYKCHMHaMK+VqFo6y6R?wVZ@nONyqpxLz( zVX{|8&7K`_Di0TE_BUyV{W=#k2d*J4?-FOBxDly2)EWDNF1G^5p)&H`N@bpvb(1yO z{t&*3%QeStq78&~047NO}i{`BP z6w=}t&AG*{L=`le^OKRwnXYIq{+xzr_^#$MO0S|ulIDuXEKJQS&9(8c>8C1dZeT4~ z_~vSE%*OfYNX^X;nDg2lH23{bDVbVIlXnsw@{H0vzFU=qcNfhQGt}NMLi5UWY!~rK zewsJl8N}ZNYu=YzM{L7x&Byz2$ET-hzUI6_PB%#NQ$|AvyJ`N0L+CQUX#Pdw1^u!$ z|8ig_YF5_D?N=l4c&e3GVJeb8XcbY}7?@33^%s24rn*+|3n6W{NLzX;CvkJL*7o^3 zBqFD@rm`h_V2`G+w*2iP;tA8Wm8U`&=VfRe5*J`Cr=qsj)e|J_A8G3hgS6ILudOpJ z88Klct?O(zlGIMxx;AiDELhv{0d~u@SgCC$4iO*PN!v>K0Hqp@)~!!6iNHSEwolzq zpm5i=TbWBdx|Fv4tq?3&>@ismq)c0F$1m~34?oj(o-vZ>n?dUphRCS*D{Ytluw))x zwLaxXM@Ds2dkeXt(0Xa_EzLzZeoFhm$pr5->A3d6 zf)wKMTeT0i!P3Py(dNm4#4D?`k2HlOI+W2qDz11=sjYo>`UcUb&)T>BU>|C<)4u;O zilpBuifRBuu%gvn%H0&K3%LCtbz;o)E&9x+;}nPlD>{svbpwW8Yp~)#GMj`|If(*Ox>M z`Mu6mYup#4LXUJVQabSsmvt`Zi->;+)VcgMAl56bbG=Xw+i=2kt_A0aXXoqc{}QnI zb#x794n$q>imu7~t3(lgx>j|4iT|0UYg6e4?86#ed;FG+4!5*WL~Yl(7uk}iH(l4k z7FyM-maan_WMpg;ldfY$ghp;3b)EY6#oX@Ebz1NR3y^LWvbc5@N-jTiUjFDo_1!wJ zWgc)o*L2=FSFxP_SLb7kIUU+W=j(ieczq9Dx8eZi#sZyRZv>zAb#;CTC_)`H>w4_S zCTX%t*So?DR9Fji{{DHyZ<%6s{>N4$zyAfUfwOSc1rB*{h0yzXH*~>Yz~mRYkQEP*nqAa|*%u*iDA0v<%O?J6qHb`)ZUmt(bPSk^$M5Z*v%9`VJ zv+tpS0Uva8`eeZWJL~4Q2tmTKSeHBl*K2y}7QS2x{r|p4mu5sZJJMOVXf1^3uA7Bo z>Tlgrh6bEZ(Jj4=aJ<7$-O`5#P;h9YTb5m&#HnSv zTcygt-mzu6wa?Sg!xY`d?I|d1zSM25;)awhPPg?Z+nNGSRO>#&Y+D&)-qJ%QLy)GvoCiKQc-AM^DQu?}u{O}M9#kHNf zGeK|Qe9r04Rd*#;GE8^A<5!}wp}O-v#`I2X4 zX}XUl9Pk$}bsqzvJ{gB}AJ@R(w3Kz9Zo?FN|Iz)b=SK9bz{-zZb-yeR*rEG98}2wN zRnOegi4Q-lmy!`|#`n=nTY3|3-c>K6@!|p9^=hLli3Wf4>W;9mwg2kXKhf~{rSzH& z*NMfM^d`*@6c(;&^d$#I5>u|z+bV*QL{`11Npud@ zH%YQVu_<5Q93>e3HCf-PSqN54pX*y6#z@rvqxa|s6T4#>h%Fa89)n*=>~sXbVKZ83 zun6Zvz<)UJq4)5IOzkx7z=6QQ7k!6K@g$;N>pLd8k<>Fp-|?%Nq{s>S&V|^7f){#r zJxQdowNSd#&_Z#2irzCQ9Pz<2y|+6W8hb$RqgzV!`o7-hab=QDOw{|jM8gX<)BDaq zC>I*1?>1)|Nue(K?)E6E5N;#`7z~)%Pn}haV2^&<8BW z18U{y12H91y?go~c{8!0we`XMs$!ubLLWX3bDdpHA8CAoVDqUyvSSOBR`c~kR+WNx zU9BJLluPt-ygqu=3zFnr`q&wHB%C+u$C~l`e_ByPKVjcr*zf|qX`KP?a;<)HWw_a8 zpY;g^z8LZp3q{j4`suw&qVjoDKRs&&NxvfWv%1;A?e^8rJ=_l+D5IZyb1%{K1NxM< zc|^(<7K+^E`USeDSnY17Pu&LEN9vap`wZV9`lXZXq5pq|=r`SHPhxFD{pRtQBkd>s zHYd#S$q@avYqN=OZ=}zd>_V*Yp?+7&KVp%M^aoZ!kHfd?4-QR770am4Zhs037&r7s zcc&m?x~)IfrV;VQ2ldCMH6}jJMSpU!Em5~0`ZJxE64Q|WtWk$0+)DZj-A(w-*TN_I z+a4I=0fY2+mlhI#H%gzElR=W}7yTmxhAJyi|HPphZuHkb*? z;!tk0(Z30`#e$`q{&Uyk#3whF742NEviT&y`lbFNyG=9ar%F1 z#F|P^{XbLj!R4n0DiuiLTq%P>3)_GBf}5w3(z0s|=0<5mx73G}MS}2^q3A)Er$2KgDQna86oF z6q{hETk<;g2bc{F-UO1g-e52_%79)sIcsQAfVtng(9m);+~b}CLu((5$jRG=*06YD za~VUM#)q(=@XgTH%a!<=_6Co^$cU;|F?1ZX6$=C^ z#c2lb@opr1ZW_9_h2hDmZ0LI66w>b4a*vZg;J8XT;J%)fgkbZA(!=QXmH0X;VWY`Vl2Q>|$#SL)(Y#2NOl@iC{ zhGB0K;U&KrCOpX{zPy=XQi%*=^+p(`uxyepl`>2{VIW@c+c3?94(&5tHzbUkMPlhE zLt--o3T46#iQU%1tzIz9+JGh1-8Bqz(z3CqLo&?yh#2q0G(+m`ToUt-8x|kH^_jVb zrO8<+SlSzw7NA~m@ReZ&{-6op_Q|kjZxHm`!LYVdBuOrF4C{XMB)&eyu&FdgxWBVu z+Xe`^DSfbEXDR{^({{tICVNn3yK30G8HVDzuOaJBG)eq};eh-FKUWAf9BLF#(tz)V zBgY_|&lVf93y_E;oH88!3MqfN({Rk_PPA~pg~I8Z;WW~C`d-;^c8VPgR9nNjDbE;H z=LJZ~_RKK+dVr}oRL$_aC>Qbn`~bt>btn*o{;`n1Vuqqa5>_rp8~#-Q_g*mkI|!-W z@)Un4z#St{*C;hEO>EsYqqGx-M?5ylO>>Ci&l;6p#oKI(jH)xRh&LV@HT&)ok9lX* z@&?46t{b%)#E7+S8MUY>F_*bUU4bc)By)SC{xIBZh{34;{E=w&ZKJXHe9$Ee`HN-7 z5>XiPp5KinYeOBwHXBO@AbxMW(`Yjr4Q#l zt0Ll8jvFf_=V5Vsv9ZdSWa6o_jgI~!kW02R)-WB!!I09%T6U1qZaQP_F_7|YXN|6( zld*p%)L3^tLZ$HX#(GZ8Nm^IiSbrMq#o@Ka2B>25?FGihz3{pBT4R%1sG4njV{G~e z(eyBlv3X5<5`&b+7PVqACC7~|BNMPyW0SGv^kk%RxfZhKYNM(60&98G*d`U~MlFr) zC+|U}a)Pn1dm1tIQDdkk8bRn&V`!^#B%Ld73_H<=q^t;IkRx@a8o9tKS}$T+moNG#_qHpa-%vh+E|7?ky;wv~)A)x1f#-Z2^DmLi91xxqLt z1#{Bsjd8;AHJB2!al)QxY{%JRoT9+c_aAPYGf+#?q6A}-h$rE$F{aFUMUu0ZaS;rX z7&OOdW(T3ZI^z=C14Qiy8COioAQ8RXn0|T`(aL?smGLkqKlU3}M~uZn$86)e#9pYJ znid$>=hjEd4;eS^izX>?n=#`fZrHrsxFZ)s&MO#qW@qCkR(*{-Z@LjL>Sx^jBoirG zCu1fO3-)lFac_&yShnkKJlIqqJ~(PT{0+YY%AH`$UZ}>N&rQaot}skKZ;VIph7sMI zZ9Mu7&t1LNcybD+$TWeBCl{TE$&5Ch9)dZ&(9C$QLNZD7T3aaA7FfC7{=fL$cwt~S zVk2i6FP6$B>0h+*+5l`s$eU)o7J?pk+he>L5Qxp{kBv89^(0zx$9ShSv_rSt$~PN~ z_o_nu@|}ziDli(vLmwOSz9WRv+8Q4ZLQnr>7@yz|#0Xx>n4kHXSos8FK?D3!$zN%F zbM!3<$<6p}LofV#y{(1(rHApyK)74S@5Vnv3lV(oG8PRECb6b5D$P#=GFy1+Me2ZY z70n-9BpdVLKf*56)Lomp#HU5^)ztSsYt6kk@DizQdTCPU`87)|@SV&WrGD&N-`qwi zJK@wJ^GVk}?EiX%+kf3&KU3rPT=73{$@J;ht*m*#4%Rev{qQoG_eQ+cutllu;!B(F zUEcg@we0 zg*rsWg+)08MTa^Bg^mu24heGzkBJ=<6dURg6CLI-JP7|phC2ieA08VsJT@{YE_K)1 zikTngOe)X)$kV)&FbC%{+H`tRZ#K9+CPcFO8*}>o1imnd__(x{{$7F9!<7zi}96oS9ub zrOLLo&{ziw$K{chqvG+7GI#Y7m3tPC^Dygoi@#4!|LISQuF+w2;v%EM9D>7w;v7bf ziw<$Xunv!Ls8u|&!y|$){$nEJA{<7H3W|=493SQo79A8kEG#s&%3J%)sgLX&%)w^S zB=h0FKPvXr{O_z}XYN&<+n62K2%GFFq5LGnvGhaO~#{7@dE*C`C|8ctF zg6RG~PCs4{y^a65mvJarpt;0h*4XUPk{#$%g505ruOK7E`Wr(d|I;_6du&)}WZXz4 z?$G}4cY~Hk7|0tpgjkdX%KYCqc}IqXMUM>2dfAf2*qJNaN{_Qz_GEE2S#R^s39P62 zVmxbVem{wo%<`JZ>Xx-p;7qP6qY8ZPi57PM&kMMxdw0v{ zmQVc1{eOJo=We~T*)sOKLh9u3>RJ7=Se;6G2kJ`0VROEsxg%3YEUTn6bg)dAx$q{d zku~!Mo6Yo1Fvb5Zh+UI-xq4CfejF|aV_f1WpJM*=t}d2T*0SLQ!=>AhouLLna!L8I~I?sw41W4Bm;=IBL! zcvU3SpmzuRnJ z&C<^3(r3)wC#Th8`l(EjBD1m(5%Mu>kG=xRB*mQJSpH{5JF) zGq0~G*<_iWq~09+d;Zg^tRJ-{Pe~t09sWxK;TO!^moU4ML71}77WE6U7_yL5-HA$O zuK=z|9X~)<+oc0!(=r61L2*G2LE&*>u?``_B148oMi2gPhY=SW6f)G@y`EGdt6g0w zN%?=g`%V*SiqYI=Ft21zYYlHav!k@fERW*$S^uk(s|}8-yuy3$`|c(rBqZ5gl0d@V z03iuNAoAJBS3)(kNFgK;)G2t~kL1Sva_??Ju$WL8?TAF}H5{>05(b1HrG;vHQAeq^ zoz_vOL|g4J(pF){c3R{^iqju0J?FjqkzklYe}vq<``&lYd!F;0^PDqbH#NyG+=USq zKqE4Y;7TA0LkBP^U)e1$hpT^)ieP8ITmtj@WvzILh%)@5BLt8#E_$1M4s(}EGmMKL zjVml{q_JuleXsH&CviB2pGr)o5Q^9m(2&oay-{IKj6&E}W2;TW z+O`HU)kSHG2Gt%Vq{bdZHzvb5j8#><*R6K>vCxKarBw%m{y=<|64Tl{;z|VFj`B=O)aI2qGVjOsa^0?znlku1Nk3?je=z{bP_oT)d6^%$QeA5vpj8b4jsg(xpYt-o;7h4)#&p^ z6DXHhvo4ru*TOms9h6JVw+_i4N!L{Zv7z~g!}1^9kR{ve%#UA}mq}7J46owT;0MfJ z2ETn-E`pAe@|Uozicd59ejz_9LxaQaH9LMOznKkte#Is`oFcs$741$VD?ak&%zUJ^ zhW)}Z2`h#Bqm0A(Dn1_e1(^c7Ld+%2fx!^-$XXcQz~7(;*$MMZhy|)V z-$CZ<7_S6hD3cfPRhYsRcD%xzn^k-ZOA{`OCGkU{iAyMP#j$u%(5Lh!t)zEIQqXFm z;v8J3;+gR}ed0S>J2YL1A|#*|$gXec7{Y#37iuUPL{6x>qJ^W0_#7;__>26K)x7qB zPAv1H0B*gZ-IfY&2uMz-evFTIQ!qS)IhanUiXcQYU^rWLuGR5&6z#>No3u2OZ04u! z)4~dBG9`f7BN0Q>x;r#)hoZ*(N;nc%dN6qPL^K+S#m%`02Fsn1G!4>XN-Gl0I_& zhA@_^?y#cAaVs5ee~ul2W5;*_EX}d!nO{D~E@ss&!Ghc+VkB8I(Cl?+V?vY&MeI#1 z`z-0_5Y#=%-Nh5{j&v(nB_32-Ft_=YHZ>N;ObqW0vQ5ohwpF%Ia388^VSJ8UVx`AA zylTQvYfRrEOf&l@&@-Cg?l#;(#4N51L+=dyGP`#0Y>m(mUokI_rzMr$_OQn|$ z&v)J6zJgVtXf-REMy-HXm{0A&NE+0j<@8R-INs;1Afg0CLbN)e>I_M+NKoavRD>CJ z-5FL0ktiE?@4XGa&V(LEN!=~H=!^9z)q*57imtVX)gWOI(zc>V5d8zWx*Nl@+Tu`p z6~aPqWkfR!ALCB*Kfh!1BStADISuhjd8U9=R~{S zXS+SnKSg#J-+QS5YA>^W16B6v=7r0wNro+(xC1*oGTrJh>hVf7Dw>_kuRn?^RwZ4L z=5tA^wWwDbeCTs@H5O>J9n|T3;snuVW;TbxFPOVLlNu=>Wt=PWuW=mQRaMluP{UHM ztc*o;J)ruiRkWHKatw8e-F^$Rh5uxC2-Wwf$nF^gUj6_TnSCKBq7S=`%B6p<)IbK_NWR1vJam-Sb^C{7i z7$Paw9uW_Z9U`OrYOA&7*ft0j&}@RrBy~h&0!=HdZG(7^RI)X{AdyNOLy1A08rLb( z9CFOq{?g>S>gz&MunN~x5^ctR>58-r?MVrTdJ`AC_XN-D-TC!c&uwi8C;_2V2ZE>^ z$@io~YU&l58i>wA_4%+Mq=C=bAZ8~>Lkt8jCc<_<>KL4$WcY^Uti}h@WE63IXR|;x zpan_D`2!5wS$O6i?&_6RjDa4t!#75cvbz@#l(20>$58#%ZwWh^XKceg$l*{tNpdYs zrLi$Wc9b1s0ti?j^_vR4fs*DnKPNc<}s(qZQQ=5m+0<4*3i8e@qZTIJ2qMTaDh;#9cq-i#ky-WdO8jaud)) z^aEauG)SSkJcH`O7Q|4bh_PV|;@AQ)PKu{dSpNNCer{&45d~2yF;X(LjOxG`jAJxf z(w9nFO2Jdq(dchJ{*ba%Y>U%H&66Cd`81t+QvBSGNZgz7&r;@7uelg5?m`d_9N|Uq zf=jA|?8E$rrLAKcfB_9_m$G8m9AysJcE6Ml1-oPi{?ACo)`})<9nlU{BtN!``XDW+ z#jyblDC^a@A3{g@B=g0?e6JlIJuFYWzGv$>iuKM_Cap0~9p%FktF<+N`n>GiO~N%UW-cqzU0%xnLr(YvEa2ULEI}UJv z{B%xzz4$0fbuBoSQLxXBqsY>gHU4lSmG{P&^5bGS{s|KOtqc6u`Np*M2chN~e+}?E zR2%~y`#Z3}#hPKZ!|pPhB>OzcxX?NkCd`r?=AdjZbhs5UPNRUMhJhS~0SBiRNbd24 z>-`~|c?kXwykoD(qrqExrEzUji978m*NC;?aoDFCt@>>EQ??z6dkwiHrf>tp_EPhU JZ2MXJe*tIxuEPKT delta 20961 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 delta 7801 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%0DTexLX6&P^{rn#9&oG@N5$A(^NqX;1BFN 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 P<|i3NW_%B+EdT!i<32Yq diff --git a/res/translations/mixxx_ro.qm b/res/translations/mixxx_ro.qm index 6b63e8d0e487d8fce62e2da4e8ed1b5de1b8e529..72d6e5272edde6527368e711798a7829cd55ed36 100644 GIT binary patch delta 13962 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 delta 14100 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 diff --git a/res/translations/mixxx_ru.qm b/res/translations/mixxx_ru.qm index fb7118fb975fab47790d7587a8ed52e803800cb1..191cbc1847675800b60d4b35e7097dfb075c9389 100644 GIT binary patch delta 17613 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 M>gVjPB%NmeA1^IAnE(I) delta 18071 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 aMp0fpFI-HjpgIdLyFSC&%`PqFvHu0$iDbF} diff --git a/res/translations/mixxx_si.qm b/res/translations/mixxx_si.qm index 480de93ad113da26604cac85c4eaaa2f9e3eca2a..e74dadee7179279ad749c6df91333ab273ae74b2 100644 GIT binary patch delta 283 zcmeypka7Pa#t9;f6DEr43%+7t@X%pk(3ODD9(EH$U_FouRNT2)m$8nK$pq;M#giKby=@7KAz0VCeJu;vMQTBXCc3VrX>S|bI0UdHWS9a x$uEs{HlJhL=QR1Vx3Y+^Yg$@ra!GJ%Nl9j2da-YQN@~vJi=5$`?|I6y0{~rAPSgMZ delta 203 zcmdnLi1GJA#t9;f9TP?M1=le!c<3-N=t@9n52lHs@{IKpOZ7R87+6hbGcdSZow(Lb z%Jnt_YnUqogPS0f_JPvmixwp#fa4&t!lyIFn}y9uQf2j%OX zB9qhFS>L48V#Q6A0~f@>!5^Sp{P?cV=~2(atJiyq9UrsZYWAkt6qeFLiuD~B*#ZIy z!(YQ)ZPPXU4c>JG_z39@9kAIgk-=-gOhVtjFr-^%!Ve(V!bX`(mA01tGr$I0NxB`&7JIkUYlFUQ8-EyrBh@pX`rXlMLk-y q;mij;)O_1WXLe_GRVWryr;;OTGMQM2FZVA_t8>&-9MQ+ZWkvr1!gN0X delta 339 zcmbO`m+|2o#t9;fHztbeGiFS5)fZgLz!2QQz~E#Gr2hfwn2D|GfkzlvO=mMOIG$u+ zwb;eLV78Zm)jSSP0(u2^>G7PLU>lhfs1R%8KehBSo zGV!mtVlM;hfm8+tA)p|Lmbwd}EhHecQ}bq9#`BDf?vr_$(;0OpmolqssD4Pjm%H#!3 s8k3dSLngoC=AQgjIb!ooc0m~sXY*HO6{X1m0xpxC-9M+Dc|Adkz`;|b*HIQk}r>m*ZQ zu^TM@5KwXjEM*(D7zWFV2ZGIlcBh~-94zNJu<)Va`Y*sd!=$kYY}0-qZ9CZE4AOps zw@5~5BCh3}MDRs9>cN(t)QCkJ$Jc3@EqUJgEEpzf6J|>0L z#6R(|w66EaMLX%M@~867Picxd>4JtEg4Q8Hn?Zi(6eYb{FCSP-UO6h|_pC!S{dU2; z8TrI6QX#1XqpX77V0mEAEKTv2JoPrEY|a#n9g!clRv-ngHu=xCMxgdK^UWdI<|!7q z{!|b zi|-4TD%jNtPDizyO(f+4a-X2*1e-{W2TZ@SpC>7x(j@*W3zM$#E|w=9=abABRk%ZW zbihK{btu2qZKGF@DZhQ4?jsi{FZ27vI_1~|rBuI_M=C8*8-i4^SKWa6q+ryzDowW0 zvdpT|6+uA2MwRP_dZ4P5w#A63oHKQvW?I`{GfF3NikGVsv;_-&>&FLamzsE= z+Mt>7?Tmhz9=iB>^$Nq-IZ7*Q#&^1eY?-g}OMezjKYD}fG{%UUWWT1DsGPsZuk&Ma zD_}@4MCbQmIBBZr;C4+|z-8UMxo0U_yDs!(44LyTZ_ya6k95|&uK;hq&hFO>M5}cB zmj42b_W?NvNRdZNeAt zd=CT{31{A=hTDz`KbDSAww=@ZeSI+re9Iq?Me1CupP+?uz=zV@e-(`|98mEtzXaRWxgM@>ZtL+Of7v}gB86U&nUv6ow=lO|RL1E$;3ufJ13x!r7=Dr(dggP$dS0U}rbChbn42-p&AiF3t4waC?`c|& z&^dE&*6h(ygq3?W9Xm5A%3aJ^9Xqe2O{)l@;R1_RSx9AOy<`pQxFA_uewUIe?$p-& z6#=ZVa&1}K`ub0Rc>!Fv5pLpdY+4;41TklgU7M`?sNy0}9?KduA-a@Shq|#r`XJn3 z{TdhTIfu3-Z_;+Xz^-Z5*k^O89j-sS-;iQhE_!d?1G9y02_{Dsa}ukrPnIiTn*W1x8jkbIcM z=q#SLe~q;R8I;MWao`6Uj_NX=3#BME_iAb4tAqP>PvQrM(t|}dS>`_2n8Q5&2fJB{ A`v3p{ diff --git a/res/translations/mixxx_sn.qm b/res/translations/mixxx_sn.qm index 56a60d8bbd7dc31f48d7d9b77177bc825329b449..87f273b2702ff1aa72c78d1658f8e20ae575158a 100644 GIT binary patch delta 4877 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 RX!X{ca&ACgdn@jS@IO_B5TyVB delta 5120 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 Zrrx&`eP`;!=WMiU%h?xAw&Qe?{{!YfLk|D| diff --git a/res/translations/mixxx_sq-AL.qm b/res/translations/mixxx_sq-AL.qm index d665fa90dae66def612c202f088873be91597454..d84b8c8e82dad59a279dd3f9b8caa7c64b3a0b42 100644 GIT binary patch delta 676 zcmXBRT}YE*6bJDCv%ODl%emGzhcg`(x(|Ifzh37}*@xywn1mOii-hbol(3>@5ZHwf zXlb-gf)ZUQSyB|i2qUPZ^dhh@!bsTPF(`F{bYj%8<~e((1Dy8*0aV2 z_p$03Hd>Q>>$Qd;{|*D{f#h$$a};Iu=@DGhZ14gV2(PmPO`+#N_$pi4K@Gw$21ytG zqG`mp76ab1Y-pSf8?5S}SrM}yGmXTr0o9*qU33?{P(~l$0ZKnBb5~vixX70H*vcU3 zrda1oId*Uf2oC|*v6Tj0HV4E`dT91KH!a%YE+9Y5hFfUW+%1+! zQ|iPVomU!*vTTzdX42QVZ<~6hr2nz7S#xalZu+Kp#S_|4qSoWtizWl8SR+*y`Xc4_ z=C(zk@~Azz_d8$)TYiIdxyMxDqgffq?RU(+s{jh?9nWIv{<5nty>y(6vS7-#rO!<{ zE|m;lZtAJeDrm%AkouZ`XnQ80RW&aak8CQLhuhWA+pG5^+Vw=DZ{Xy)*3&2SQ`A<~ bo~cj0uk!q_C7~@)kENd`YCWl@nq}o52rIft delta 788 zcmaLUT}YEr7zgnG`|dsN!!7e`Yg#SQ+}>?E-F!18Q$x}sjVOaOP@_RgY9D447$k&Q z_OXtE5(U}!g&B-43XQ@E3E9Px-H6>4lys36l_hlOfx7GB;m6@Q=lOHadDYq9c{xRT z8A^4k@jzuYkUIkGm;}rVWXc}WJ4^aTLP2NKPB877*gOq3cnVnlo^;KVxu?ON2Z3cn zWa5uRWI;WbYzw|94rqAjl6Vrgckqk^4 zv`8k9?k3$;d{);Wjq?(vRJzN%lu9Er4ZIlwd`I|{VzXOJH)0IPS};9{z5vpSNdFnW zr1;9+=7{_S$bVptaz9`#vAFk!frL5BmhB>4c}C_el76oxRQ49ofy~>-TiHfA?;{^( zPHS<(o!9xm>WYM?g^IXPT{ED0_%E+3oD|obVqbyX2%-)9|5Us109w!lQ}{}nCRq*G zhJ$EFi$Qz=;zTLCP8{N&?djpgbS=sFw;wLf&0@SiQ1hROKLQ@<-wE#1qRAUjBjV<; RM&vZ(C^|3~Hm@sVzX3Ai&DQ_` diff --git a/res/translations/mixxx_sr.qm b/res/translations/mixxx_sr.qm index a28ef9eb46436fe17d60b266703133eec8907ba0..df72d055ad09905753508dfc452afa5e9aafd6a7 100644 GIT binary patch literal 216291 zcmdSC2Y6J~^FBWJZtwJ7mL6I{CsG0-^cs20tWzL)_@60*d?#;vs2Yz~P z@!=X(-W&VkyXQI)wfLThY7v!u9JCH8HGh-z!S4iBtG*7}gj8EHXj7twvjtV_?g4E^ z)aW2+3!=te&`8j1&}dR#tqaqajKs+@cVG#>A7fci*z0N*z(Li;_4j2UQuAn1djGeKvd{nnr}(OxF#lX#Es8lOjh ztw2|S9tC|J{VJeaKu3YT3;HhTVLbN*=sAodiO4h>eArK9d7soym~*`t%s&cr3Mn7< z1RLC-Ihb}$@Z&4c+8AdvDEN2(HqbD9qAzcddB=HDJFX;4 z!%s<#E=896j$=I!lV!@ML?a`~^6Y4$UpA7X7xqla?DY(LFNWM?&!tLTrjdHCJ$avxC$;krROg|^M6c`+RQ;wh)!k|&rOka5 z)&g>QXDfxZhCJT6Kn+;Ve(OmMKB)sbl^U=-{q`F*#QLdWsggDrObxf5C;I76YIt-X zsee2}jXHlzRCl(ZO5gF+cz-ieaxy7=c>+;}hniG)lW3itn!N`7G-3udC+MdqPf!c) z|D>5(%mQ6nfm#ZE_7t_`{c-X=YBO~Wsbk)iG%i}wg!$CwP$KsKI!Pnr{PY(|r!hsZT=%ucb z);%Jq(sq=fYSSd@`^@{;htsL=%Kk8AsnpN375jFVq`&40s#a=5u|xNe>iI#^N^unX z{yb7IO{LhMmyt5WM+2t3Lu&I}8t~>kQc65R1Mh`gw_ig8?|YS$D__$f_lHCeO{PI9 zgGh2au!HEQRFa_T$QNnE zD;Ov2?}$BVq+Ym6BOP_HKSoO$mMdw)s)8y%ZWC0k-%HXKf73|c2BHx&X_Oh`SnZ=x zGgd?Y&ZAK?q4yj1qfw81Ms&0rjj1t-lx4qC+;!;Vw?|S!d?IxDVe*aqi0J%C^6`Eu z*^kCWEF-mIbDFr|15*E4NU5_|kn;2vO8uZcDUA{-{gtm^>IYNKVDRU@(=_F8$aC~8 z%6;N5QZL`4`#-G(x|62QID~z9jAkV6A~pSGnq6@wDL<8`zIF zeumba1z(TSYB z>=daKPhZsB1^)gb>6!I(wi@_2@+y5jH5|S{C;I*)@OMgW&~J%y+;nxot3*%CrK|Vf zfu4PvuD(;6)Cup=uaib%AA0CUR$rp;KcU|)93o|FclzBGMd~R#{l)DL|3pyL(}Mo` z@ER%BT6E{vRLrL`{j(kZ)ib$@q3LK+qfCk+YYV9@Usp_FZlc7higjWQQlEHBacqY# zF;7zU$b7}!5a0i~zT*B0{6E}PDLZ&KDU&)XjoWqxI)LS{HA-yTvb&B45f-B4=0 zR3ARXB&F_7yicj8H2mNTGT5G1B8GkdSFouPkptRshtkA)1oC)VX?i(})bGkEt-hE= z^wB}3b+as@XPy#NdG;@*^@sz|SKXC%jdzjSb-L1SdwuBR7^U6W^N^P(m3H4$Bem94 zrTwUv$l&-{Y5yMVP;@gTX3h#ySFKaJRD-;=i&eU|2VWPwsC4~mE79~^rRz6LzgPNA z!n!qCs0;|}fpyrg3|p5=YTs9t;p^`wHEz8!YQ!lrl=(r4pLc-h>(xrahXXO+ipoSI zB5+%3(2~z)lLdl&Ce)c%4JmAKB zraP4fR$e9wk5H!h{vz5jRe9)kU7~4KmFX+6&u4B_9uCL%Twf@2HeVp+tA)zkJ=X|A zsmxzokCgO-$^!cVQddt`R;*b^O8tt;OAD%z(x8#Deta^~mPloND&%$ZaAorx8_}OW zWy=)k)5p3h+ooVXKQvLcv3-2=L1lX_tnY@&${P)>L`P+pSf0wZ%TK zU02!F4SavEzw*%@_}kC*QTG3`oRmlFDhKMoM~>*C9JxH7l<+9!=vu@99~@CWX$$!{ zv|sroZa1mZhA77;e@sf>Ey}6nr%8GEOXU>X-&T#3(<{nCk5o|3)`vWfTBUq{vMkYu z?Ul<}&`+QBmh{|0K@BBJD}VUrk-9NVx!vSb_(hGCzjl--^~yR`orm%L7OAS=93x8m zO0|q=N%Zuys(bfN_@PTx&%0%aHa@79oN}F%myW4rU%>vI>rm@%M0-b%stx-LAo?v_ zP-R_BwUP5PQcDk1!~eX9^=T-mdU37VX?_N zk@~5kCjNtUUw%d%KLYw=e>HVNdGMv}O*K6pa#UJXvtJL#-}|fgH~j(e$yoK_4$!af zJ+02ZgZZB9pg#KJdQ#tSs?HfXkErZnNy8!qHI$vM&iSV=YD>?VTFKH!d{qNORmb4_LQ;xds6!!DPrt0f; z;5YUvt!_3hCK@(K-E!s>k*lJ*^{4%$Y~QH9Q8tFu)G_K?R~o>Mo>Sj`YcKSIReiTQ z=J#ALb=OJg>88o*2hFe!>&mGgY`aDD&SZ7(`)Kd{ zsu#OLeyNI^V_I*HVh@Tp3h(u?JqKzKFKEK(;f!AWf6@!TPx|!&OG{eO9petTCWY&9$Xvv3$%vkut)w>w7 z2Pcv``*FjRNk_$!>sJlr2h4{ z;nDH65o5;~=FWls+ZJY+I}iGAYZJq~&(1)PK5kh2&KT&Y_+^2 z)$rzb;iQ)8W7uaq4EZ}MsG;O#!^cNnv)1qh=BeDX&+yF!_=l5UHC(wD{Z|`f`1K^_Gv}Za$+zITnqnXCaPeMP%PBd0~ZWk%` zF~;gwAZIgA7;8Pd2kYD1ShvM-Ql7eMtUuNbKleLhgBdT9`sl;PMtv~PVb2>I-7Eq6 zkFnVV@Vn~g#(VBbCB;z6*y~}m|IrBJ;Azlv8(SF%KNdym%dZ)SB%CMJ{HSr*)1`^p zPd1MJ@fImn6l2o*-|&1nAI{Tg~s zF=kzd9%`FooP2yZDT|*n=4`r6%8@I^+>F7HZ=>=4SIUrj&l|@3H;pDb7%k~xgK=tk z=>1i7j1N@-zEEkQah7`~{Di*7$2P47o)RW$ttSOl>z9?Z;cVmFjq%XWCyjIe0yhR%E*bJIsUwFOm-cuE^S&ym8uP4i&0~vUzp5J7tcU!yxoCXlajYl(DCzNA zf*L$$jO()C|3-XZTsIHvblVO34QMpz1<)+ei=Z!q-h}_M6BK&<_G#m~`2?Io1yv!} zE>HvFfFD3h;QayPy4MGi@@#A4`gQjL*Ge>Q7!7+n^}2COdK|EuDC5@X&xqc?EvS0g zVBGpXX8iRM#@}YQ@wx@H z?LEfdnqI}aEinEzBZ~~~ZpNFhZAbiNmh`PT#@mDMBlUPGWtd(u6oUMNoBjxXIjj1u2;yn;gBtuVWvXO69^Y@V+6a z+Wm&9Y|#+8zFRvZ+Zg*pVsEnVPRI1N}R~)N(2GXXXM^ z%gr@le+;Hpi(Z7@+a;*_(H2uAFi>@}*Az9vP0GM`OdS&O_i6VFs_s8x>i7=glyA11 zI{w^^l-zoz=n_Xs?S0-9eeP52vx}y#dk2%+wvwsWiH@Xp>0#>i6+W-L%+$Lx*5}Fz zQ}6z;%jx4y{iZ6UR!BDuK7w&{A8i^wdK#(rpG_lrVIP*fV!C&13+S;^rm;JN!}Ci_bDQ)c<&$Nmxg8%Ny61ptZr6{9JQpQB-BD0w z*prfe@~xnTvOP_688<6YP14hurnwVlk@{IV)7(Q?w~H$TRa-5Vbn;Hq{LTGI?bg~f z|1;S2y-%1HJpjM8^aa!6Bk-ecb`exnJf03_A znse2(=CgZ9nfj0EwI?8dRhyY!`}jRlTC^5awK*i6{GDmr(tV_?U1HjPz7Fi(i-M{b z(@Z11SIB6EbG23HBw$#&rT z?#8Aw=P;kA9x|Pcjw1EqHPg9x*tOrQnZDWq``qji(*+Csf$Rj+x22gspO`LHG$L+4 zXu4Eq5x~fHk~*gfs&;z8^u41r@UF(DD+?}@dMnd(&AtIR{3+ATS$MSb_cclbN1MBuX-x)q`h&L%eA=y!spX`H}P~dINwO643jE@9WcTY3dsk9Y-=TURR$>&KuQ{Nok0Cr%+Bj(m~ z+XCkrXl^&O8vNVG&D|!(6O|q+Y3=cXs*T<@cRPa5tIs$0ZfQYWJj>jBog49-QBd{3 zesiA|sicl8V;PLoFEr0Q^$Pf0QBd{79`l?T_SYKvI&s_oE|Yg?LM zs}DY0dCvUW?ghw&95%mpOCcKjlX=~?zN9XB-MoJP8sN+=%&%j7>dmv}tsQ~?w%Kdm zdI@%}{&MsCCASkT9Ae)6d=%oBOXj_-JG3!>vJ$wI`kMK8?;51enQcD)$Td=*9cDh!r#aDhgZcBFmq_Vz$^7}B*bnb0 z=JU{_w7jSJQng=6Nxo$Me)KW;XR7)8J3W9CdCZr4!hT(Lm@iK}0=_1jukL}q>TtvS zW2Fm3-nr(R8Ca)!Yt6SVVO~E}vlu>K34V{U*p}Y`e$mn5jGhL2kYjO2!4E9)p2fWl zcByr?#q+q8)DvYaC4Tx6{#Q>+#R;9^XTNEwvUmiM{Yya&c&=*HpYY3OT58Um4!_iC zsek$d_;H&BHI%(=Y4`~Ees8iR;)D;+wUG3)#gn+3oxJb(Ttu1l4pif@kXNf;Pfz*?8EeQ=F=K~@vNlC!L zS}T?b9Wl-?TUxS#C8}?XwLJKC3;3toEz@^=hInm?<>4Dxzad90PgJQ6J>AVRcP#8s zo4S^{&%xigZ-`~?zIL#q(U!SKm%v_)lC<6(%abGiK%T^7nLinN{PQW6`M+b{C3ahu z)`nep_Ec+I(0N+kqjwaym?Z2{o@;t^-s+{Eu;DhQr zX_oU%D+5odY`IXcFDdc;ELV)%h>p*eykDCRF#+Kdq+MUm}`S z(`woeySM){t1TV->5EfVXXl=XyB1m98N*3A_M)})>54@4|FV{AdJXx4f2RPVfDU({q(ZY>fMa_|9-|=w~-rpzAvqH8y^9G&DOANb|2 zJ!omod=KL{DAp_sx8_>*Vfr)_^l7-SZA;JjQ|W;ADIH2<3y}=&gN9$Y|E^V+jo({x!C&n(bJ?hxoDmD zJmjSJ&(;M~446*`>%!B}|0S)~g@4pSJaEvuc#?rs&tul*kK=olhg+X*{WK}w%k<;D@)7bk&>IgJpn=(rQUtFP8Mm zJVDi3&8!DoK)%`?vmUw+?OhDB9@_sA?9FEDp&z#bA6p}7gD0$q4O@v8cNA1Tw$OTb z+DAmsL|c!CL!R3mwjOUX7wfUudcNW=lWOV+=)f-gURZ~gl=_Uq5@*wj|LNL`z5Gu-<$sY!=zjyc~VUiw$tLzrwz79xiH;YHwy3KnFc(%vZGrJnm<0}PK5B9h9Jd1w5 zTyN_$?hfR#x1dU^Yqr?w8%Q}Z);9E`^Q11lWgC7Z6LHrW+vvyOM_g=Yi+^V6MZV99Y6j21KYfLE>cn>Y)`GaMbvz>?YYvcpf8%*o)4=?%79t6=Z8X{{q~@3 z<-03LS(j;B`G*O3c5T~>)1U_iUJ+D%y`Sw>%LP(~eQeuS4)Qj=lx_Qh+wiZ3+jji8 z6L!3TZD%6m#V4OuX&piEGFo@3;NA;~`S}JYl;%5B|f%)wbJjY$8f6XS;nE`t{mP+uwt)ld|d; z+ux(2h(3PFb|)`$hKtaP_R4nS z?+=h_-E6leT!j9;BdGG8Vs|!z-80R$yEt#=9cA}ig1mIQZ7)@~G%1&!v{!b4KQENA z*Zmy0MSK%`y=ds&sr~H@hv4(GYweA@O@lt^Vh?}w4jGKU*dw~b&cF1Cy~X}SqL*H= zw;YDJ`~G(YRX={x-YOn=*Q<)X<3X%*#3O>Li!JsZE5b>6XotPm=BA|PbhP(L#Qy0w z$liAv^v7=>+G8WCk@{ESQ!<8x9-{pgl`{1wmxjM-%|_iPi(r5cI!2alRKv1=|L()}E z?8`nhBCcF5sb{R9hSJ~Imz_#QT>OW9dCeZc%Lmz4oHQY?eA52H^N{c37W>L;8Kkbb z$Npj>^!=aF_EmqD2acU!f90Jvh(EU4*Hy_PQ zVBcQvVgDeO`S+atgSm)HN}RFpZXQE4`yKo4#n_iUhS>K+LXWg~)c)}jjI;J<_Weu4 zi7E}UAG$RYa=Ooc{C?<^TKg>%`W-vj{&y1Ow?|+5KfCXc z^4EEXsnd(F7c(5@iMvSMR@&j}i}j4E?WjHj>oq&m5q1nX*uIvI#xv)Uav{BLX@Ti-P zo<7)}{_`EZM&5yc|FNU54Y+HIcOCufxM6n|ItGVB{CYB=}1`Cmy~WR9SI*cC#6ZOW5Q9`_3TEDv^xEX;-7V-)x~@h?sZI> zF`CrV>5iOe=!u789kbj{_z{yGvv(}cRbk}^4I*hW8pg;kq?Y_EGpR)ax}=XG#mUK`hjEVcelX)AAi{K-e)nSEL!3CFzXcL zV6S7}jm4xs@}%RyI`FUcMaQ9?*pI!x7F4Z0%yD}85%>ky9ACZzxq70bsjTe>uxCKAr1vmS>u?R8V#A-_9y;_Q3iqan`5~`HlI_ zS@XRa(7y+rH9uH_d~=+$&YF^l!*4jla&N#t8t-g)0PSu&>}>eAo7C;IoZ$y6BAzun zoBnAerTY$N^EqQ+KbtyR{d9~dF5cOp>Zg$3cb%P3hehk_3#xvz(iwB7EbQ-GXV)sQ z7o}G_yNw(MeB9;iw(tf~mC1rCgFh8iRn|CrqE<`II_>QFY-i|~mCjh!>+h{~4j2Nv zS#_dwz%0Z`{n|T+RDKluzo&EbSk#Et$PiR{|3&B6IpF_E&YTo{f4JG1 z^UyZz(@1B|$5t+=t*_-5;Ij z{>&z|!G7nL|Dc^G?{|LnCFK62BhJee+?ZFI^GYA+p+~AZuZZ~`b^c<8<2~Y>pz5aE z&R;*rzU^Um{@Dcmd@@bavmIPY)C$x~eCJZ)39hQ6AQwAlx~gtyOzO8MUEWv7yEYcao0U%tC9NFL07xT1fuL}uFk`6LVlZo-a&qiXLf_yfIM-LC=f|7xzQN54Hpwqt^-iT4R=C^5#>JEkwG-&}U}aV|&w$5B_G zud0(e@Y6+gTt@*^8vNx9(b(u=NS&)2Yjzq*pUwn6;+k!wQz zBSa^{U8&i?56;bXWiYOI@D10LC3k>tyy$vh$KTlh-?*k%hd#W&u4~rCzTnGrLDggX zU5^Yd34OED^;m3q;Q2LNPrfsp)P?(8Pky!?`Rm=T1s%@=FF!7*!L`w~jP*&+DA)1_ zt3hvHb8VR3kd%GPU7HvDLrSmNuD4b~K6_Mg?dtRq`cH7}Sy~qQcA9Hnckt)NeXfr^ zPT-ScU8j~`BX!Gm*ZJKWNHz9%ed)%y?;LS`?X89Hz2o|NE%f`?8m{krS-_3|c3n+` zo+?@0b-mvQq&~jabt5MSxW{RM|8&LeEnNzBVUWAd7})DqX1ePpw?!QLmAl^Ls>r9G zb2pg#648A_+|90zCN<`SyTyh(q&g0}TU~Sm*RSesI~jWJsc!D}yw7ev@9xm@ZRo=a z?#|=j$9TVVcOAP9xXUt6TB>Yrh~Yq>|h4t-Hqb&tK!12|EpJ0ay$_!Ejd zk^AX5*gb9%{P)|<-6>aRqb{qh`@s?$NGadVJ@X-q>*c=gS-IGczpQi5j)a}~v7UQ& z>`Ty-H{4Gw-Ua-t22l{_f&W+^e?7!LK^veyLkB;=Zo#S4v~PQMvB* zYpVf&Hn}%F{UX+*k9%{gZNTxJ?(MHa-gnJ$zwt#X>IH7Q-+dqJo3_He>mvM-2R?Vd z_ghO+H*a*m?}@>>t`Sr{sJiz?uRy)gFYf&h*Ty~@?>-FvD0Q;k$1C}eNBPiwG92ss zeQWpWq$t!O)pwskeoP5-xXpnLr8;*GFJ5E6#R`xiC_607v+2gzj zKdVh?kLw+bdsI)4>-sOqw;u3#`2C1_f~uQd@sw-?x$NG~Q*spii)J@GjV&6R`&NXv|bkllu3N+Ud5Z=}h>GOJ;eRz1bK3+%!+i!T5XkH$1Jv5Kk>%;klI*yC=V#C8=) z9r>Nd_hAR*gWGtLHv)(3*g#N&^Q7m#b=Vi9KM~YW>IqMpZ5pX%HhI!&^(OVmSx@c) z@U2!=&jZ_1fu9WUJTV41#XVy@3!b=4D%m{G^aNkd*77V-b^@n;*R!nbTkzM@#HPfl!lx*8%TO`j^}jEU8pZR z>iKFc`v0u5=fYO>XPEA}xppwoNJ-VreUiyg9-a?e7h?%ydt(!0TVtfLHU962*TYcy z2&IhwEzzlQDY^IiEO_k^uQQV~yZYj?vNL=NKiuO@3Zmc*3W8@n4LwRS9>;!-om`via7{@0-l zY7%?~BWa59wKg`vtME=#9&=Gg}JkHQZQLw9gCET&yZv#Hi4BO@)to01lnn4CJ! zn|}m_b=QcyL&MRS5KCz@Opm+MI>76|)PoajF=)Im!{^O`q{XFreR+D$h0xvAz21!b z2BjVIW8U)mL$-}AKw0|p3Mu%4&szkoY?tb;8BSn> zRKc+Bym`QgVS;6tK3+pKgO0Bg2>I%^A<)o{#~R#+h*J{d9)@3!OQ0 zC(zT~GiTmL`gt8AzSolZuZ^HWplhflo_1QQw`&}@kXW3d3^JC&ghyfk`L#-5KzB`D z43;-)6qpq$7Lu2onZ}l(9ffN{s~4@UfHywZn>9Wz%bOZE5q2U4Lru)}`leuUGQ)YK zrFlmLrV_dpVxcGe%@@fh<|J>~Rzl*~EOZhoQfe3|QDgg%;nfZqUP4?dE6MS3Q15Zx z_>{QR31X=FWBcE1)BmDC3T4;-W=Q{9a}+wB|9`8DLZ{WBAU_Mz2R8(}lg$WgI@WM8 z+IA@K_rAQo)U0F}v4FJeihr1JmZYPE{TA9VUUxuu(oO}vl+r>E_`H36ImPRu1hje# zn&J`X^%rfOv(rFF}%E@M=v1XmDxHQ;-(V0DIm9A<2*F|3roIqA}Og-sDIb)hZ(uk2@`9h5MZ#}L~X zhYJbAV6~wdd#5E#&|Slt#wyg@SPRn(NQ&^@r~!q;X0g8;^xw+#X+Bt!M{ihz@QKZ{ zg@07&$nI#Z7b^4YD{^l%5r>zvsXn!(w*IG>`Ne%M(*I<2V`XEFVm+5mDU|7dswVVB z8>yDS$w1&$7dobtHogRWd$Rxg^@Ir>j(?k>FE~Z=Y3;jNG=;K4I5(jn&b4iePb2d) zG_ro%wz0hj=J_~1B@>?x@=eL|#ta<7oKMJ{j86vm;u7QH;n|5l;p40+S^5i7+pj2e zS*wYUv)H=w|Do?zsIWOh16XYiW*MC7Zh}(A>QK)db+KQ~{%mjy;dxe2y3dE-{k)zC zYGd=rwzaj^?WA|UPFUY_fbf5Glf@7?CY^X*0aJ8JeD*}0hunVS5M>+y z=5*5@bczSP(HU9rtpCIF<|3ao8*4)Ts%SkLI>q+U>8NHtogG|D(F`><20a%mn(_uT zc_G|#3h9V~E{ZY+ZM&sYauy>{Is+*o9+Z;bf{_Jn29}t#i4)5{1>hI$QF~{`+7QXh7_SgUxv@^do0FSI zd)nGL8=OLzsMD|2SPoCMH+IyXGIjH%X6UiE6tFn<{A2(x_N(@=wOdA7b~^T+ZkLs$ zUDuv6^zw-vR>=J9#wyTZ>~IESVJn2EsJXcz2Qh%-*qC8kYu%YyFBHL1sXd!xy8#G(-@j^=cfHo37WX69UOlc4Qu=8;ASi^foHH`T-Q7a1baPp2;1G`YX;+MNm>>6Q33jnV z*b;IYDl)F<1Of0QX#h`&P8q;m6XG(n`oyKijq_y)lX4$WRN!i`&A{lu1GItH65HZe zjFB*^#!C^vNLUj5`tnJ3ATxZ28P7|Cxe~c@o7s9+T@%=6CseSe3-So zjTkp;k0&BASUV=f&#|CGlZpxQdtNx+y9_G?!9YJw5A-gGxV4FiWBFqaXZnDN`n>6J znVC6h8HwJ^th5XWNE`12Uv9#9s10viLV_<7Qx?LMkN=?)osn;%ygwxN8%zyIoGo-h zEioOWi|}0@dfusXI!R8|FOzVswqYC|Dx&+So!hjb3!$4bz8UL21|2 zwijD%-Uf_z$*e4Iq=0#1Ig)9LJX!T*h8qBjI@bRvnh$bj7%5@ekKFBJ2X^ca^?i_b;SQ7G3HH#Uj-c{1lfhHk(22Q zO$}7g++!XmYezPFtwSJJw?E(IPqFc06wprHU^{+}a$E3H&=zxB?zy0Nl=8RQKRX$@ z?%v6%6J)OW?h(54uB|3uB4%L56*3~;P`o1tU_Riv_MD}&)Dyl(cam@X<@_SUFeg+EgY~%p;i*T;rsjv+gABb z7Hf2b8xmlZ49`0G`|)oUF@`dJhlFRqiiJT^IS;9RILW}}039?@Tsj<^J&uD=;o`w> znwSQEW1^6+M8A9`WAl2EvX{&zm54Zl zU1rn(z-TUaL4sEd@TOqamM~TlY>~OVP=v$DDI8fPAYHn`8sNMWTYb1h%vWv8yF>%< zNRyM2^;)PB^u+{+xgaF4ia{%C<<?C2sq=CVie-V6x=RjTf8Oo5UPTo{1;GD!3`7z4Hf)U z@sXi|pSKHqi+6j_+H1g2!H*Py3l;oOCHNgRj3u!|tYO-tKh_lN+5{m|_uzq@yokTD zGN2lyXXoyeoiZW#k$??q3*1ry0Ks6MZFLjja^{UMOZ81-^n}~=CX5HlEVYKm-)LuF zijSRb(Q-B6x3II{ff>RzQvwGG!@tc!l63BY2^q=hD2l4nG^|cDkw+`AJqE1>oU3gH zM`u`Le%22kJN?552B~%p1`aNWNx;8smhb+)6JzG+OW-$JKgJ$eK9T*n`vFd2$&xYF zQ2c0c1#Gc#8Ho7&ZuQ;I7A2#1KT*PupE86dAPH@VrXg`D*#dvO`ze*0YTr|u^2AH} z85N6w!I#m;mzphB%nFn$0{^$tzHV$9(X^G$6K3&55PLN=jcBIxb=g643O;}in(I9w zI|zc?=%9s82lDH|00m!<)cLwG&tz5Isj4BPR`iB!L_$3{K~;BpDg~#e=uON>twO%4 zw$l5qN$<;Z5`y+^$$1a|%Tw@dB;}UqtuX zTHe+9K)Ceiys>`gMJ|9pnBj1OUElm+1`Ad&bsg^KK)iqDIhvg)Rv-{EaGs9?jYOY6 zpHzrobOidt-d`I5ShWwyD1i+S0Tu`8X8>%(dzs$}04I=4jWMY!mn7>v3f7}dirJ+!N#L5+Dezk%$ATmIIt4Sv>-E}G15@GUV`cK05v&SNGatwz zaLK&J1Zf0qJT-;cz@kVq#>z|_%}CAiqDCe;5I7XV`kr~*5s6)MhMFNCxvSgwEh?jV zfzpVA+>{{95FVYL?n4fOIh2WTDIp88Aae6OIQ}$`yP~7j0@XMI9o1%RiOyu15+_Uw znbvBMN zp48MVr2m@0nVVqOwxyaHZ#;pv2aeB9O7ho;6ubr66w)mFGI9#+&qT3`!6#gT!i5bu zyAqPNE2(uiAvwLMdDPZAlqU~8Xlxjo4%R^+64z$p4m3R|ZQMBBiIg*z#X#jMbOgsS z+&m7XGdg=pa!N7|eChj;b;a%+F3@?Ipp&mzD+XH+YJw8McKfA9^h-+8k>p6sJy7it zT6vPMZE@T!k8alZ5z<>)YDAiDZ-t@Rg$Q^FD5C19jAnPS38o+Py+wUs!zST+o}n}3 z>EM%Qt}JY*_gt{o#s&4-xVXJG4jHfLwXt5Wl~BdaNg0l%fVM*X?yico@Yn~%$-1n9 zHxDN;8N`OsLK8TDqBY4H{O%^*++M-oM5tB}R$Brv5wR*73E*LW^xWFF93_I}(;x(sa z*!f|QQyvir>X=eu1OszZ6TJOWeT@f>Pt&s$od0Dz)JaG}pkO5!3kMNGC%4;}MFMe- zjzH9<7#d8mSbjbh6*LEI5;{O8Suf&%L{Lk`4371N#o+L5Ls9mv2SKC*mt|lPrC9h^ z$hNi;{9Z=x+=E0bIf9Dxmu%&=ue^Q?MevM8OBmTm@!e=}L+n!Kt~ScPG2_#K>q0WsG-p?sWQYr6SX`4E4I0Fd?Xtu0^cqip?|v;gY^VH>Y2>qv&F_%-WNDac%M$$~!&TQ3w1 z^DhAOK#>cOr*s322eh2rTijhhj6&;GD#+zvH$4zX$a(4Tu7c3Uobp96km!lIgyCz# zSz0T;_dtm?Q1JqMI!znLv*}BLg45|{ zY=~DD)Is^}DH}BznK1{YZ_nDAD@N=hw&sf=P_iXv9%8FQ<{#!iB8rpFfpK}$l7cEn ze43doFA6C{DWn!S+5pDHXp8g<@*89xyR>n6$1V%5iXM9tZS0(9V_fXN&tZ^=yF(UM zs0FT7;;~69h|0Q zgtrSZy>7O;VKKP;_y%N4}QkRm-J8r1U^WeStMbeuxUr%+Mghmt~FOV$eGN1)~xONsU);V&FH zRu-MaD+%rfR4O0=ZKZ&WX|s*tD2f>3U^*4#h_w{_+no~JFYu3$qT zjieqIYH2+r^VxGoCMQZ*yI5RlQ0#7lJgQMtmwG&F0k0#tzP#C41GR*MAm)nSypN?m zSa~5_V#Sfo(FCiu*0q4w>fwqW9C5>$gP;uPCUsh&_kykwU^kQ1i}b+r+ryw$FV{IO zn~$Ebv%sbnsB7xDtnoVQS`G{r2sVs)SwG?&>U~%`XXHi<_33$nSwc-qU^Y^^%Rsw}kUr23$HJk2cys^m?c>Xe6PwqIjDoBd zfoYroq|@&OrUxn`GWArk6XnX9YSGr!?eB!0czx9rFcSgKi}wlVp?ETRrl7T5Hni>H z_+oCM{f0p-#T7bQLl)VPp5AqeGqcdS7*Q}`Z|ZU%A`~4VsTTSedSwR;qA1)0)DCJR zaEOK^w5-!yR)Ky~eyMIrjnGXfo&dv$PxyP?{6ZoR4CO;x@Ez9843o%sSh%d(AREaO z8Df7l^4`Z-3{Y?Z#`H)9L=QbBOZIVGNY7VoBjOWz5kn+JKu~$Cf%oj)v&Q8D0gjUk z#t>`y$Aaoel>Upl-+;8rq>VlpPys_=M^_wg15-iRUFR2WJFUpLR~(*#eOuD z`f9w2)ZtZZbhj@5g<;M9<(L2`Y2#^C)Odg<{k!GsTAa}cDJxjE7@Y`B_qEU&;ea09 zy8qi1>{!V77+Py5umJYQwWFytkj7IoCE?DGhBOH48U(TQ)^cF?9$g1D92DK@UvjTO zA*0K)GxLq3nGT2k{RsYV+s|K*q{&xPow5CE(P{wyn-Av%Vo`ZWi&--a%1MIdGF%H* zyg9kL#_I=+b!-&Jo-B}l+(f6v(xELD9hrp{W6%QO*Lda-9SrcH)Lu_dRx5PGd7CR0 z(p=HQEh7R+8HQ=gd6-W_AgR5S0M% zE~=2&;I z@glTVZTRKlI3v^w%YH!v528^eg6;Okl|??iWOSG~I>FPIx$=Tq&dU;4uyq`v(GeUz z&z5iU8ec<(*e^Q^=bd%hX@>I;q3BRZs|LBpSN@_RFf2VOrGC*yKC*xT1v(5!TJU{A8?XFbT^9*acPg$Z`{xS& zAj%FRkD;}!6@uMQOrC;iXZRu}ViEL^9Y zzC6@c{M@0fIBDCOa2RzHk|8G5A{*3;^`%fV{x%Y##E!Bad|SFl>c0W8WyYrP#)C*{ z$@~rLfwFw|EVR)Ap=__(Bb@okkHxjL zuKp83&PnCsb{u4XjiNf$TMkC4L%aOfD7n`8e?!TupnrxR*~#nZ&%`iD)sC@2ZNEZv z{RxLYTEanh@9H!P6_mdcuR;OMdyA;d<1(~D2QK;uu28uG+t*tbR%m*y=dbE3a0W$G z`4u&T(AvKOXP{dP7*@ax*nRL9YJu|MjnFWyjK(EVk|kGKXO*Kw;xYM1^3R&X%3>gUqOBEwRT;-bnDnu?o zl<2os^jD{;w^I@2e#8Ft==?wo##FrV)wpYXfhxaZ46jn?@W3+88~E$yHT~ca9Ux-s zq6@2V;xm85>9;>3_=vKa zIDvL%B{h3uJU}YcY5hkgiJ#yoyg?n_t;)kYxy+hM`+p)-MfRp~vA^JAphot;NLAq3 zVhGhvKN`fz&j75-`VrWQSmqG%5^9+DQt0Bx{7-kD#w3U_D<~GVLPw)9Y-)an{ZFJW zz{LM9bd7>Shq?F>R?H}H1S~WQAH6JJb7@p%haqM);LKdSH2RRWUr!zycSC3GD#6+;y}89ihMp|8mJ^6GjE_ zS{jEu1JVXio(GW0*^#^>&=IjpIDsS0XW$1H*zFbtlUlRRUcTHE{Dy_7megsh6d?50 z*wi8^o6qU8^h!oPO1E~fjDS<}T|A@>!V+@9P$9`Iu1gO_zY$;_ORKC0l*en35D_d4 z6vzZI!V3Q8alycpP0KPp-9@j81=08+cq5CegBdNG zXsXK;-D4U}3V?Q*8QgRrJt&i^`D?dJXw4T5Aj_&Z`TKV=CB(M`2Qlos`2dMUd7{V# z>9C=uK;X4VK(Ha78?G&yMYPyMFME>rkf4Y|!G^%#v;k{Py8TTS&44Q6$~n0~?}`+( z_Ha2rCXEb=&XoE0NAo8Kcyr3j(DNK5)7td}+AVsZtuRn|2gY6J6BtM+a%+?lT@66t zKF2CW!313k?+sIudnDitN)03dmpoBP2xw6u*n6>0CUUwmRAxeTsO*#FKW~r0{R+*8 zB`bDkWuOoWmnR{j`XzmwIxILV!C(|S*`YZJb8p~Jx+w`RyT0AbaA3FcnrklZ>Y!|r8lH0c6XRJ zT+Pl>z4Vh6b7ziUH>OO-;}WMdXM2Lx|G<5fxj027LLTqSQJwP3avmBbW_Cosa` z#U;V%1z2B1#*$%QmOW;-EMMRoPS}pHE@7Sp%iwJC@+5e3I?Un#fW?uGj#NY(4iv8g zFp=-%5!dYEI04ELbvo({4J0o>3WS4v;E{n}KIt#^KVC~y5YR+{+cxg@-?{|+Hc`JI z+#tZe;?T+5~7ezuQ6QXg-hxFGuJ7EH64fp_=PKT|GR_rGBxUnVC z_`mJ4asgcq%*rV0>J8$T@-mahb+Df9$zh-S!F_+Eza4A0u~?M z7EdBPWE#PHk3)xD+ z5C(}ICe*vX(p|u5a{sYnW&BkNMPLjpB%wD1G(cGpUmJyTefitTVZQKj;o`ogMqY7& zQX_8y{^-lltEQ0G0E=;HYi>fzx(71lC24YcY%*n`1OLE{xWx}@Bw(B|WUbkK7v6O(W5B#bC z-|AEfiPpjk{0E82CZ#20^UrqpZ=QhJ7n_6=Hhjk!etC#BcAO|g#z7)ng`N~V1B3ee zh&*Qj^h$LCg_auD<)4k*&ys^I&jsJ9Q9fj}7^D~*-<6@WP_3{~tY`}EFrZWl@3KPP zE+t=z=u=+&#wAzHu_)R(3%_wJKom4RP_=;GB8oH36~&gv!exwq*-1~v@*JMRcYzU# zl?pvV#kT+yun)8e4iFO@58Zq}PBg-)%;jH?@Zs0GkOY%IAHlzMuPbnTrYS-@7o#U_ za)bNFqm4ms@FFhnD}y_n#4#(_(14T#9Vm~O1~(B=)O~#NHdV$`1BDKGWE&jJlVFv8 zdmcBin(T~&b}cm;k^$2Z{x*K8D5~#Zib*SE(6}W`;FC;zW`O^dLJ=TuE)U-wg0DGGB`FO za57PEi^v}rU`@r~Y0yzH_Q4Ms>8>v8)w`c_@N-3Dc2+=w{JU#GRLWSy4TYkX+wT=J z`UAzPam&undSm$a?{tRDw@b+j71%vvJIfQ`-@uVEA0q*I+bt>DmA|XUXFhe$jMwDm z(J)K=NH}E?{s5^HLreHH)D0^k8isj|##9*}bE6p881b9*8LPi#n^W&&T z#Ec?{;DyB^iz{n8<8|mSh*jr{&a&{^sPdYbOuqXpEPXuRY>}3llB*XLwE5Savwp~1 z$5~+a;zF4syXQMKSdqvRDqMLWe}R@i3m)}y^%KF5H%0_GI(wo50u+DNk!2sv<+qj& ze^b5nFT1UDS3`Geey6{w0YzM4TR6b$A58GqfD0~`;=7{6bqiuU2-f6-R-D?8O6aFn zYv=!|2(f`e+lH>!F)F0c-8x{o=f55q-CVDc~P44O+h7d5qGr;_~n? z@q=>`snpvnvNB&v0?)9sFm`#bG7o0|oU(Cw`LT}BCJ6vE_50N=VteQ4(54Ys)%D>H6RDB^|BFM%M z4q(WSU^_(v1AK5qbWc!L3C-}~w=YB53b{DAbZBcu`v`o4Z~nAlo*b_>Plsr@$m2PD zmW2;j2QWppp6vRvb!OWkBekGQ;^t=A<@OeJ{vy5riIl}Z+?Py72b0r~SIDJwHaNA+ zm#O2@N&H4=EY9I)Q3B56^Y4X*q+3F6wrZ@6N?voXiRF;w)Z7$rO(Co`{g?XdZO&Nm zSLO$X3E|gjFz`;=f}m6(g21N*-OkPNo{SrVjB5x}F0SX!TV5gZ3D8Y}TbKK1`*hF3 zRe_-M>Tqd_gt<73>IlAs>O+U{8+2S^aTxDoHX`6f~_ z&`)tHwgVLp!DDfLxyai^hanjeHT1%4?$j6`|fzb9cZga7dC){$vzvk5 zVA`QR!?49TgUb;$ALC}XfZMqH=u4>oCSHfA*EXS}^#(7{`@h}6RS?Hy)ES&ZF!;to z1TXQ^i{AOFGc+SK0B=^mzo@a^KERj2KNGKiOq#`;85cPBj*~=ai=hb-8f&e22KWRH z#7FjvJOLq_WXa&VsbL6*tAff#5xi)PmXM7`aM71Iw4);-)$(K^d2QKcx%*CX#{ifg zT+LcUj&Xo62`K5pYzs1N!QaQ?Z@^T_f6*nYD#06^rLtoXcc;}GU( zu=rnO+x6DBrno{`u8b5HogxL)UHY=T`b7%W@?5?yt-NsgFdZ}flf{8?5Qe1Y5 zUU^p|;XGFZOE`S-JI^eZU{~S8EhmQi|55iYF?OD5eqT{4QB;wlD2h_E)s%F^)}^E- zi&v>R5=F6CMT*k!)-0;Umd4SXVjYqtR@JGgQ^iYXFfazrB7ifPMPL{~;DuorfngYd zVR(^6U>IH)StLdfcx7Y}7+GWyAe$hIV37asdEVQ1&i8$%sBUMHZm3vw&iB2S=Y8Ji zei>NtAWah`=9bg%sK_UlHYxIe--M{rcAB-6SA)dbv7oMLX~BbjtE+Esb?5|!LvbL= zx~h(-4>VqMC1%RqI^51s)iaGcwa{H%S2M|W)zg_ymMqW$F(V+dluGCRFxp^SRgbYB zWGhv?=Z?);aoDY9lI(cC-3t~g3S}J9A zjW1d2*7`WJ?%x-KIWOdqFG%A#=>TO*A5E}0XXCN%H}RC1dEuDUN~Z|3eM0`^k9E#T z)|Vh^h3}7r-{*@eY71dkzl#a@#uqXI-}quXX5cqXKnS9>ZLbt#vtMp&sWX#5(LmS@xG9p6o@Ni* zkw-72JrG@xV~RmAd^JH4)wH9s%W#C#9Dw@|m$QrH2o0LmV!(OCs-y9@1ll)P1Z65j z##7LRsJaJPw9xc}#qiFJ0C`!D>t_u^kMZBVJ~HsAJ@Qb)(Bphl?FGd4GphD}mpWn( z$JG(rZ|nTb%;oTka_ey#O?RAt0Q;<9xhAO zHhoX-iyuO%(d{5T7q_Y@kBZ@0fzY*1*!3C;ax7_`Oss8k)45_UzrWFEf&qY#3`q0tmpX$yd$>o_}G1dIO8VRUhvq*8LJxTYgp=kkjIh_*}v^;4kHa$y0CBvTx zQ-ZylB`K=uz=C^V??n^3;AhY z2nOa*)OAdL&hSADLxhPxG7SOyQgcw8%QkipOum`}BL}MU8yZ(PnA$xA#04pkVR#K@ zoH5vQ7Re@*HvW2b}=s9OT4yF~i zv3$Y8toSEm%!(_)dV!{bm;#S=Z6#nr=(-0s#b~+ZR ztQc&cSC8K@-J4@&)nNRWwJ5oabXv!R2f<5Q*n(a$yMJfeOzOvO(eb0rpuWp|v#P|B zHa9ueOtRl@oo98s0ECp4(!*DV zDLpJl*&!W__1x3H-wB$yeF}4a+KY}$P5mT*NPlTzI)^c#8u2mxR2!-WCQ0H-Lr!Je zX3L0wRA-bm(@WLZ>OBnzX?4CrT7U?v9gnLl{2q;+!yON%^IEc<)g_F<`<;|m(c0$V zmTYD2!iwIaEbSoK#J}RX18aI9-<4)UY;CN%=lr(s^rs4I5geTDGcM(n#z=eLAIs_Sb$P*a7{X&9297$0pmHIx3Q`K)_9FtlOEse(BPY z&ZX;Du3Z1-;>{zStFsHYF5Yb8rDU~?z*eh+6+vTIv64p;cD-)urk0 z`Rz|{Zx*9>qpjHAZk}^|bw%1))o;+vWfoytzr9pzaNPDzZfB0|Y_2-v_|1{XQNOv$ z>Dkoe#$b~zi=Y0ygscQ%KTVH!P%oUWqEXtA=l6K5!;{|~Q#7-A>f%_px9{axr*zx< z{=J>|@YLgWeL!?!r1f+{-koFHYhw`QMw1E-(;`HpK@~LG)0W@%s?V0xl(DIKheY7! zZE}evniz`>k>A*5bFc9IVc3fv^EIZG=ot%vs@C(YWowP|{VdG)l+_^JB~!%rHcqfR zOfY6ACyS$X1*NJ9!=0+4V3xoSgeg2SY0l&4T10?rHE2+s4W?V2O`nKKMT9u2b3-p6 z`7tx5H|o|QrgZI?_);4o5wDXJNT3I?J;;UGmWtUzDnr8ZILZB9tk*uUdf$@R+v_7- zvRy}VX}RZ`sAS1_Xk#Cy=q~{7*bQOiRfpg!VYkX6x8g%E&dJ)|xkYh7I7w^HgC((Q}sandPM`Vc8a9;EAbL3@7S{mPPnwXlF$R znmwps%f;S(wGru{SgNtbV0nx=@V7}Y_N4d(Xxj_OwT;wf3pdHAMoQ{&AtCN=)VB+U zglCLa!QC+HmHh2w*lS_OTnc&7CO)~mH2d|f>&QyizMj3(hNW~AL|{$tEc?=|iTDJ5OBbi?K+l_nK z&YJgWb#H5pR8;tx{(W7ey`g;^F4p=%?OOdd&t6zKcJtzuV{_N9EwnDvn_OeU1;^{U z3r*d^dCyo^`-ex&cjl!$;LH+@S^-+QvJaYHtl z+So{pSk6Z9mW}MM%8^wAHBwf4yw72aAwMrFYAO2yv~$c^;~zN5vaGT9>w(s4qTyWy znYApcqay<-RX!fwjH0p$1TSt^N}H+J^+)A1rpqDFdC@;#TrIRC-$;MpP zw3q$Wsm9EKhzm)JvG_G2txzl4>Z)#?pHyeMhUZ4+hc?gPaZwX_zH}^--Zbzi1cxNt zw5=fsk_Z%x%`F%(?04V(bVGYH&);SF!doVDSvCi)Auy=Al2F;=3qi!E+HqLI0-kSS z{C1YGOQg9PN3nBkH@Abjd&u+1FJ9=z0t>x*8f+^v8kC(}aOn7~f@i#a^^^XVe17UyxiwH1Yw2!la@#)YZ&*dB zb=A7+ZLB=8Vq*J(wLoFA7uS?a*W2;z#KZ)RxX?W=bAz-r5Z;-Mv;QjL#7dm+*-!F_ zoxvS>1~)ssjg7vQzp03n%_P33qc*-&zy9aG4`{~XZASoJpK2e#)|r9$@}>l75lr`UBp ztyJ4PXxLpPgm1K*%xSZf2wGZ`>xi5M5%a_voz|xwhsB!x{5~pHefXBdu5c)Kh>ck5 z^_Hw2^J1@aR~f8JEmPl>0O@qmB1$R;kt;-H`H(Kw#7Uf$NZo0X7k51a&!S9o>byt;>Ex6VJ&@#>7-Xh39}D=6Mvq@W3!| zOqM6aNpsw>Wcl;`Q~ll;m=V)06PY6HoK2x)olG3QTvIc^tKD^p9QSU~paSV}#mLW;sAmwL(kh=< z*$K%eD@?w5l!14Yp-+;!)1*ns$Py{6nFb0y`~H7@lfZ5 zlraW5uWje`b>O`H0ZFPb^h>P;X2_~aF~e74a;xzg zcn%Yc_DbH*Fv+H*oi>KCkI|R@b@e4XZNQ7E93`IySmY{$EmmMQ!N_$OTo0hA;dkUYiMrq+#nd}l8C zc9ng=Rk;V`q;8rJdcU`_uB@AT-8J&Iv0hpcX_Mw3$>D;aI{%gBoi<#ozdHghHpP-1 z5L5>HPM`3ptBJn&Dk$c-l3^n}dD$>J1H}&jkP9dpTl!o0Ee4hHDKUB9g>l|asQGc& z{)!T7&}!0lP1yGRDno=SC4B$>l7!j^y|?S{$U#vvJ2y>NB5js*_8DsSI@hQv0Wqu} zXrBlY8X<@!D5xJzB z-Ec``|J&9TeW`%!_7&~3_~h&x&xbI1MU8jr;qh0KhbB%<{#>wzK5^-Viw5}^F0Ttc zF+K62q>oia%WbJ*(5DlhhPQy=cHdJ`Vtex~Rg-*sTkow;tV|5TTZe@sUch@!D~xT1 z-V>4EpVoIrPd^OLzi;?tdZgwOX8GIc+0BW^sxFhmA|6~l^|g6tXsz9u{%~gX)Yb=| zeyUH;41at^pWnE$Q2BU$WuQ-QVey_@_%-j}89dY{H+$VB^rnt|rH?lsZ<=pzlvMxE zRfGz+p~QRWhBGjyDlT%w8$z7C^knn14?hLYftC22qE8SbZcf>3*_R-z$ zL*-CPPV22Gv1y}!Uy;S;k-GE1J1C}?SNl4&jh?bF)E9lJGw83~Ym(q7?nE&m0y?r1 zw)19hRR)auI}%H#xS9&=^3~FdNRRa|;(B!9z#aH{QDChcX(D8Me4sXxgYfA$6pj=n z3V4NcA&3!@NSaK4@nrpkDh!~NW2Z5~-YR?SlQu%9zu#z9>zSFBz4Ple0&D8`|JNwG z@3&0_(fzUngWiUjE&e(L_@=e||4fW;+QyHRBASMyhjSa2Lv0eil*1RF#sm*6C(D|N&T*$;$Oki3_U|u zmy%P+l&?|LM}fw7mQ~eJ27;)Z+20BB_k$u0>Q+9f#J5MK=<*$T`wCH z$_40<5nT|Z%F1d#RVAXwkFht;OI%;+uVe0%pwKnPXLTkod4^JvQ+3>B!d1Y*ifQDG ze#)?$AoQ}l;u1)(z%R?K(cdruv^sLEbXFaiQL|IUl8Dl%s_dyz!oQFo z)BjghDe$rVe@5oLjfs2u?C``niNnZANF&4?ayX>7(l;HG2hs}PDdkKv9Mc>*{_^HIzj^zTlbwBJunyqgAl#Rr4Py?f%=yC>y{dAD|8VjPfx^XWY+qEh>)BI>kwFcNQr z6rD7iD&O^GOBiIJmTUhjGnUHvtmBMENVGoB`>eJ#iDhsIjd8WZT`gouk5qs%q;wWT zoEE`Oru1u`p{5 zV8R=I_ubH{XA05%Z{OU~J*C(^tyzvxuSzX2L@ceq*AoKql&ZbyRR~nR*=#V?x|f3) z6;cW%WAF78$0Aidg$sxVm^Zd);jQ>HN&8rC1{g<|mIn`tHd`YIiuoDxPQe<{MeSy` zg4t8v>aWv;;9phW=LF*z`nRe!$?B!gaBPS2IQlDE%}y6kQ@IfImx1>U^ZkVM@lDeW z7e)LZnMG=3KSO0JTGxYm$Z40&Z*hZW+nL1-)vY5mIjdj8O7PKvXXFezOscSe(sQHy zySi1F<2KwLymX;klJ3283W#xuYkxp|lMdeD)m>VWUMDQTsux?bQ9v#Las`(3%g$2w ziR*nMfSj&L-nJ<#w5-gcdvU?D%$@wz(i2Mk`o3=)c5s7{RI14kQ?pCDA-X0W(ewgr zLd?1YRs05=v$3N&hQGi(?sHV!ox%uHmHkl_BtP(V=_kPGv4q2TG5Id<;H_h!M^9R*hk1>dU)|{s?c!S1=n( z?6|vpPc9viun^;_Fk(f7IF?yKpAyfO*JM@bde}wv^t89PwI^)k(93L?I-uQ|?K*Lo z=fmPaq@h9nQYe7f2p1E{l9f#$)4xQFFti<oPPQ- zl$L7=i2B?Jzy7U51lU(57#|V7Ip~}+B7Yil`liUg8iV)O*Zn@qhJbl1LY^3Jqas6F z^mK3MyODyp2u5JHyG@)gTfA~*5g*QrrEJJjp%dp=mbP^2cuVMwuD^v7Aw;=uW`c1n z3(Bz3!7_YeUS~J^8?xB+(){wE++fY=-7m-^SFBZXRy935Q zozmYBP#2MqOE2oFOk~SbIju#J;WGpd81dTH>Y~iyg3K`6tywv(&ZAA|X#unMV&&j# zMn5RPUxomPlxaWO4YpB>pB8Pb-zC-SuW&Q; zTkEa({oIMP=Hp6V4|QvP^kvvQi3pq>Kc5;!GE{$RVshU)I1m+!3B=gFv@RiY`Yv~vrVU$ddx z!J6t^!;^_x@)@)}SNiJ6T;60UAAPXhNz&NMZq30sr2YHl9n(8_ZD zopzZ6G+jk=p3P)TTe=g)PttOtZx~m^aO0{6XF+X7j_Mr~%L?QZ$cg=iaC@Dip|m z#4|?4DVuxV7@|AUGKxn_!N@#m$*3Hoqy&`W~Lb`>T!}1|G*2qcp<@vE!cve^xw5$N>_W z$CbINrfCY|6IA_vk&<8+wZaL<-_=BEM6=EUHrC@3xxQQN>RrGgqeu-220JGN@lN0@=#q zN^A_Nj-Nq)O#Q=7`kkJ0e#LVa_4_&9p3*1$K`=tO@^i*$&y?*!`iRyET#$%AwG(G$ zW#qq8E#N0y(bLdAmsa=&W0@1=5(ED4x&9hepxp>H2*xI9A{NOfuX4D4-utOrOIT() zQ_2_=J(0pUaLz#ny?LC2wIRge4HI{3oNTV<;E-NZK7fVXe4s(E-&FxdqTf{^UR`0= zI``GuOR~6fy;qhupCq%HT-T%+JX%&sT!Q|V`khBT{f@aT7`uo`v^6+M9Nb^N8zK^i zF?oXG8l?>HRL=BAK@(!taIX?cc_T>j5JOamDut;f1Ajg=sh4vBHEUUmv9O=mg~y>~ z7sk+om@}_hFH|w)Kn8IZmW6uH+ybGvRKw*1J`c;kgaycmmyFe_$|I3vAhVjd&#GeB z#UqX=wVYE>t6cRA>k_so<3T-_zB07Ik~d=paWgQIHPlWjtZi|e(C}VZsvHPHJo#me zFQUngl^b^aPvwfZ8(KpKd+SMaOLd?21?rJ$3%CL0vRVxqui~lD-y?^q&w`++-`K6o zBpAGG6n$EyJP}f^>U(^X(|jNbU4!L0F93Za)mOlutr_ab=NT=ij&vTrp=Y5Q?K_Vu zKtwydtx!MbQW^Pt4JCETGr9~^(lU#2(-_F{@WMQ**METbLA{Wpm@DqeDPES-vP}GM z0%qI=i5C$hk{Ml;MRu&N*!@GHtF#Jrt(U`X&e+oOs(j)K9lEE#!#%BLbFgkkKtJkrO#+oIf!_;%d3>gu7pEgEdlP z%P77{1;^KmO!1va1hUI!^6K(h{X74)Nhy@#be9dpMRK2TGkUJTOU&7Rw($GdfZSte zxLt`K8=fH@KuJ9xUGLfxa4u|aQAcqBj_=|g!9Yd>+r3PL={Wi%-<0gIy?nEGH1IGx zkAb49#Z&^D(t*hteNV?5jx-^O4BwkwYqqzwsb4*Wc$io0_{WyA<9p6lDpv$u!5Md- zxFN$-qH+WEJ@-?RlzxkNAGHafo@j+pQEqVa^B(0kY6;US1a;muYNUUmMKQBDTHwCb zCpgPxhPHXR!5`c2)pfBarzG6@BEnanvjT3g!wh>Xp=0JY-e2V;)v4s0C2}++u zN(V1COwea}ZBC8K6*(=+wBf(|1{4^&ow~d|Gr-A&?O_Ct3r-7oc+gSElZt~IJ%F$K zhoTIHq;sS*)s-s(s^G1a2j+B93W7#BijyyT+Qr`Y7`zItHKdtBuxcB z^=S;f&^cPx;0gWoo`Wt;>wX#s!U9`W?wBW2kt+Sjrho?~7Mj!G)W*`$b(O_e?IqmF zU8y6ws(wBaTS+fPaupr!bxzEjI59IdeN7VJo%^z~_m)11x|dP+BM7B(U-+?EQp!xd zuyRD<3(E?3cuO0Ijdn~V*Yb_oTDl}54tgqyeFx7jpCdZeBIj3Bt#?g+_Or*9EtKI^ znJpx0E9P=ViJMpWRyw$a031pFDhv-Gc$HB4j8`YVoS2{ZGR^kt?9#)ov{do0FXzAP z6e({lQ|$>_nzI*Hz)WfE6hnM<(mUU{j_;V`me` zF3$e={PNP;``@*G)CBI6 zk8yIozcvoC{{la?)(zLVAle7V5SPbk6=$#WOy+}!BIzPSo!3vdWgyj9RR~sO$z%CGeTxeAL;oHkOmD>~ zp+wMS)&A)n9eA56<&iB4yjHtMC6!HWmb8hvF9IK2-+a`6U$T!Bxs@I$hs~dM+Bs9WJ@P*bzYj*tovuSJwN<@OzXAeLT6}HB#1+ zBxeamz)Km38s~NWhA%6gFHb{6i~hFZY=Jb{jRXO39$9b8>u~Z*-#yNUWPYFBpOEE5 zpX$EoCwIbiRbOY8PpkJ-?`t&9wX*U=CI7|c<+aU$3MrTz@xF-Bs;7rb;gDHl)13hW zYvypo)fAnq6mB8IU24Ut^iyB-TbBy_FbpuWg9^zlxt6Xte6#jOf+h@D>?>MuNg01; z_4F{IMaB9@bIVM}k_ra$>02y7e@m?-blDP7ltv|mNKNj?;m(DmCjXH)n_}c-K z6IIjuhx9adc|U8HF3(NgwDsmUU4v$1@Ds}*cYau#0khIA(TJwg%9{9=eoMQwwL4Wk zoN(nYg(R5mBZf$5Eo+=WO-+d9zDpDBMiHU!1sNqY`w>VNG#GUJ6fyNzg z_Us92QMfGZb3@4kCXG4!iGNm53ZRnjnbAX?0XN8NfO=&lPKSJ%^Ma7ep>sMTY?ojK zr{gKQqMQaro{t>L&xV^;=!H5>G7KZ_1z)mLfRpgkixP5~7`f@bI-qXAwo$t8zQr^kx@U5E43~!w7pDXC9*zsQ0|PSySFCaH%w-iS+lOY zIqV_^s!B>b-;#zNuM| zOt?*aOC}4k1YT>#*M$DTe4MyDnz{EnTm5ZM=wEbLv-m|RZNZ*m4cut0Tz|Wd zk9WDD9 z)#b-rRBYGSjbuO-!Cu>xM);(&>}7SBL~H0X&qjA$+GASWxVz_e9w3B?SDJF7B0Ik{ zlm8gGa7G@DuN3`#Pyc#PK9#SQ$^%yqeigwNtm0kIjYIgom zU>!5vltmK59tz3XB-t@9?$0l3EhI!=PCI?k29OpgZr8I~OfA~Sw=xLhU^^RX#dtxS zw?R4+0!9f~Rr!IzpEI5_W@+a{cd&6e9k6UjbH!HWi6~K54oM)%hw)zMzw0KRBn)Be zE!g6?dq&3WIq4GK>g&AGIOw%g#6*8HPA>HCDk()No78t2vsD7hIE7H=z|OZ_h|1>N zLknAX&ob5VK1ovv(1E@_)&Ed{mx zSa!@C=ktiK3Vvzb(OSkHka&pK zi^*PcKrZ%Fd`zsFmtoXyGZjzmBb%xIUl4ln&;+B74JmJntpDko^sc=#0Ut zqBjoM89S6qOo&>j!~N-W(99gZ{n}$sW$6l%emChDM~|xb{gAOnE^WcgRYP-}ZPw|B zrj?GlN&k3AvqBP##y#Z57{BZCEA|qX|DpBBt8~};RR1Bz$~GoQm604ohlKlRP)A~P zgRb8KKOuAp?qjxOIGn5e#I0Yi+sR>}z)s;%=QQ1-fT=dpDEH6~V*)JiIC^7vcX;(0 zODlz{nIGA7pJ+v4J;>?h+)0nrTWPyMwsimo`_b#MiNIZ0bk--Fn?oPHxec~& zaT-NZInH{hN@wEFq=!&FC1$B+-_bX0S-~h`_u+)DFaCfEVp^I7vk89&506?oN;2S# z&44$_C%oR3ZEV_{P=9u8Mq1kA$L1$$I0vs143E2G~sg#>WkKfl6!>E5T;KjeleM4`JHo{8!Nw9U|OQ&RfSu6sQIQS zQXB)GAV>%Zg@ZOt{Gz|pu}E`Uz|cT@3LMM(eeTBA#yvCO4?TXZe4Gms&?K^hk(K!O z`Uz<(^Yw5MXOaJXn=nuUSiJjKhZB@c{u^4-Qzk+Vz5Umm2065v=m&(G+)jt6$|Ll^ zu0exq;w>@qEm}vpwZH3eO#6&K>O9^twKu2Jxt*^GLHAx=Rxx5(TQY`D3Dv`=hU?={ zbolxIFW~6#nw}C#hhP6|#?s;COoj#FusMEWlSZ(s;Jn?g4mq+v! z4?lB#t>M{cip2OG@AA;T%7FUAkm4^iCbAgv5t13cQFyvIlX>UdUW$aD8L`XzZujJQ zw`#gCAQMkGpSYoZLSS8&tV^t^B$6gD{F)Tl7?FltB?hJ>iDb=HvF$R6)r(yCt?qbPNy0pgpUc9&d>2Jd{?Fyrt&sLQV8ik_ zH=p^Dz)A_u-WYbFi|=AgBlDq9`gDgDe!Y`Ox;D$kKZ>tJ#nAFW7{~ z!tu^Sc}wt5nf_R_x`ZoV%*XuBt|F>8us%x$kH{mW=&dZ@TPEog@!F+iVrV5^$32;k zz8PY_)^38{E2|ub2wg^db9??UlDPkTI3F{bPvf!Y=!SPgG-rA8dKA!8Ttk3nP(}gW+2P ziD*Q@Lin3b%Xz4xrvd5c>L3Ki0Ss0{vF(hWzFW`ctZwI;OW)71AScqRUjtEt9 zXbA-?{KdkS0+aDVBJyHdD^bFg;*GG*W&|NjsU%VylG~?06OOuRvxa0PQuMB`!rDU6 z2%;atA#F{G@-)x?U)3TgF!H9PAdZ_^%jyZhY4}#*>Lj&B21+`Zd3))ohlW}O*IHOMzySAYT~~B|A|!g)r1Sr-M|0Is#WHyU-v)NS-bHC zBf7g9zYs$aTb60zu$ht%+sT0SMqac>NJMlX$lPVmozzbc+=&>PnHBF6SZ3o2gWb>= z4XGBmqbDF((TVLWJItx?!kT2t$nbjf{<|mMSH_XMmIf4g`|^&A)N+@t_T^Px@5{4` z-{JjtPrff}_9I!RtON)4>9rV?6XZI3T_FWjAePZhQFWfmgw2AH^N5ubxUkXhE-|GE zvQ&$50V6ii1P4Sh(ha7Nc4lrbdi#pb-Bdt3o>Fz(uPUZ#R6;jQFggJI6>?+CHybm*#A4Ixm7!EbLG8r*=D@69)5E7+6SR}+FqZ5aR_g{Z zQhPDe5n$xhH71+*Uns$jIUg0i*16{OE6vsqxI;l{g%yy7qH`QR{FdF_P$x?`fy76_ z)1m5gh)^O=xJ0zX2<&((&Y<7(%AF;Ll^0n1i&=GSk*S}6vYIuaKTr}@QDdQFPEeVu z7(vg?k!H2&*1v#AY2ooDm9LKQx5m1boGT_Xx$V=iEMXI-#eDk-WN~_K?>J=ilQX9l zJG6bM6IELAjKZUJ=ad%9WwVQ|i^;|Pq}t~|JXKDp=50|J&`HgC9b3E>7O~(9G7_UG zsWkPgvSBI>$#aYn?3-uUFVNo>d5399V-=Y^k;Zx<5}*@L^L{oar}w=RPVLd}6v=*T zB6kIP_UesO&9m(a1U|d}C$IL``pqxACzB7#H24drN8(VOJN>JhkWM~(!1q%N(@qVp z%E_7EyPjyMwxE1RNTvHV$$4Eb5wZlmsq6Rdsi)h<;<8yc>xaPEMC&e3aVb_9*OrER zF_j8tRn0p-p!Rjg?Ka7dIdY`CRnco})3{2@p}whAK`$Z?O*Bg|E30Q72buM;yc%;D{H@Myl5tx1_ofN1p|H4ytg1R0 z=j1apslfFI*XSD8yvyXE@@ns%?f{3Dh(pAwhnxsz`-%!vWPc z){Z|_Rsxae&>L4@5XZ4HnvkSV5zUBmiPj3D3J_G#iHUh}vgh7ryHNHdo^UuzjHC?F z9$N35-u8nM(&=rin#^`oSIXo25S{TzihG37@hJ~cM18~Y8qV>XRG!f}89k<*bICyl z_6E%Kw|+VU4{;T{^LUGQVZ< zoOf5c%E1%=9`wcH2MX5g%4T>E_qMb)CAx2|D+!cOG8<4h(WY7vC`)wdiFiy%_cN!s z#iHO}rW|MIo{AMnd6JSR?VCC)3Hz0)F^5(qdL+>*c)D#Wk0wqtkf+r3)|HKjO@SgR zqGfn++QTpzJx?MZ0wxT@sUW29&lj5vORRx~DIkqY94@WkoQ<$>js~&CQNt0&xVye7 zY2@p{5ZH}E?_o%94Ucpj?sHnQV9VJ4!;zFG!zM z*->Tz?_OD6mCqns)e=*}Hrx&6h+3C(veuA3OfDcs=_;qqzHtS;DCq^NVSyagRhZWG797?YbIh zW9y#IX%vt9&(Z%701ODu6Wv1+VOP;@3K+cVSr<{ixuu}warZfb6Gf>Kaefu+OzW!m zs@o1?E17$GJ?~jX+z0A5Z26XrhjG{fDq_aFnG&^QWSlr+hT^_BBIQ9hWIJqK*8$~< z06EN`$mQfyycH!ZT>=0lU`lQeWVGR{kx@3H0bEuz^-GafG(A98gDS$3nVQ>(WPz_zq@*a@cW9xfvOma7 zhM}G5>kAYyS6PkaH4B<*1mZ&-G0tHk!Nlim7Bk%jc|)7#7CbklJE{eCx{H=F+3(O6Kz{L5*J{uqUA*<+4qA6j z=PWoK&KumyV|sZZ*m9E~*g7D!K1TuLHjh$&e`z69Z8SHotL}}^CwNe(CHeiRV2PaQ z&VhW_Rjr#M7K*3dlq5T5g>Ptu_(6n9Eko`JLvAi_uCxQu)6Btfu@x|z z72@@$x0Fc>QF_!B!UYF1K@47ms80048oR1;zwILTf7H5MZVUv*>kN`{$;}!S%RQ>O zZ3D-KHsJLHm1mv>^iphWU-WNfF^N|9Y+D${fr{MdFgJA+S;sB*(bEA2vDF-|=I(w{ z;~*bF0pj;W9zM2;tdev`ML_eyDV=8J2~w#}Ntp*Rc(fIFrmX7)#5K<|c}v00t#943 zAY=$IZ$__)JJJh{Mtl6ZJOl6OLbG2dKw)PN9pf1ujGQfG9ZL6oee2TEGm0N_O~~j+ z)IHlz>f`F#G*2caz}!fT-C(#^q!4-bL(HyvubI$zrUnF}eP+_GJV}MycRNrW7?sNi z!+zL<-*B@$q0=u_P+?kO@5H>O!A-)G=R?n$)?udQ{4D$HJeuJDWdw8Rvy+BB5ZdHC zdi2O6kZG0EI>)|X7!_X>Fv|RzU9xm4md7(#2x3N&noGrK%ssfj65d6OM&^{(ZehVp zWUQcJgmb~^=CT5ahwK=$UEuO)L2mSf%3zs*^62nHb+YsCwOMYK@=zYCzfQVW<_~L_ zdF3hHeZwwDS}=$-Yfb3fv6_WzjzFS_|1Z{gveC(RhpZtBL0?`|rNo#?Gx#xkU{!T) zRN~1EnYf?>sZ%p&5jb~ zY|?Kg_~xrqDQ3|T!Yl?8xdO#obCz>Q)d@vUb=+_+DP^Vii5zSLb7eKaojm32vvXrJ z&I{zH>;>7ycA^y4FcQ)s#3K{}){^J75!7*lwdC_o;CkuO)>^LX>^7E$LEkj^Af~yd z;MVFW3uOb|3)lLDMc(gQ?ry_i`{iGWkwu;vk~#if4KU<#Xc*-{8U^kd?4fCI&ug4( zL0oMZfTVh8L`C4Z7HTFnyz|F0b-HrtVlLDLJdB*JsOHYxw@)=)QC+Rw5XBrYn_876!#UlX3{{zk`G&;US=;W7&Ziv z^yI({{g-ZS^ks(Vsc=U>nu!{Q{a+=n(QBN2ffu7Z3@--)WUgiHSd)36tbRgFAHh`v z{5q;nqA_E}E@QjflkXhfRMPMbNU_kji~u~%y=>l)18Gzfv&L{+;O{5of*7ZQWA$vo z(Y}|nl=xq-{hxZ%An6iC9kdcjYtjf^@b$WA{PD<2jm=Cs^G;*n@{rX<&u{hG*xy+h z9+2ap1{80BI$IIop<*zAfpTP=FzN`uW#ag==^!=G9bNUypLFig84Z=)DC2<<*(dsF zi=I*Gemy(8WVXEKxAsKOuE=#(oasv>>R_P;&F>O!K(z^z>9w1xEAa*AG_&qSY#!yV z%kuinoK*(WoisGCTUv0WDoem@XwO|sj72^;27@DV{xkk21ih~JqqmyL1v#*#$ zhMKMQcG%!>GR9FL)}DfEjKMA>v1r0AC9&t-e>MiM-D401;pn))Xf13>$Fg@+;%Wxh zX<4T$6wMGV(le@uDkxQ=7FV^yH@r;`^_Q5r&#N zBFIQe?N~(UPu6JsAemc18Jw>j}da{9T6 ztNPu$_I6Y%_A5#6mxo5^OnjjkmNjN?q(kp_%^i9lEk9U3w$y*HHM4$y{n&j4q(ACz z^uDKlq%1d!%XDKne9paa^Ivr?hX*=eY$=^IHuI%)MpZ2tMDF`jZ5>!lr@#dZ<13wDbIFyy~Cpv(MDEb@&oj3oJP9Mtt*8hat5v45^C! z@R$&3Yjtq!;d1Yh{mOm*{O)JJjF-2NQG{B0bQ>W0y~TirKUgn09z}T^4*A`a5HnEBz4EGviF~r+F}pH;@9xroHIt zXqM1ut)~qXSt%!gxi{%KJAPImlvR{kzps|I-|;pFTecdd}pA# zjVfV-Cr@cBO4kX!ayry{lZE5!g$qT74@Dz!9$EgVCA{dpzyv})a>Z<@6caJa3Rzwn z9F;?g5~3Es+{M$r*cZ1or-{;l2C74;MsX^!Bk?c{qzZyzwa%dNCElaKfC3V6+^avq z8ljIETn-o8KCIoj=`4IX5HnxwZkQpa`GQUS`{LLl+F*My%Z89T#-@VYRRnOPs1#2$ z#K9TJ)6vod8bm~L%TjSg^&AnWBz(vasGk{$IA$DX=PdOPl)^xSh+QhqSZR(11U_#l zOcISh5ywi1GVvcfP?uDh6PswPo~3F?1^88v+lo8Kqu1d8?fgV22@5^18dAdJo^vg*0p7Vf$XOMl0$Q|fzBxdP8&CAVVCebLB>7}#h^z) zthX^rwZg43r7O8O5YZ}cE#d%=LCh5PpM<=%wZz*xnfCY>M%TCAy%H{8zo@ zRW;9T`g4J*vp#mO~9FUngr#{8}@MhEo-yz7egGZFs+^(#WDCXg^2kXV<|`j z=dWli4ZiS*=M{{~!~$MQNqx&j6i4`0Jo$#kjVlHRAPoc^Vrr!XmSbRig7Q;&Pgo!s z9jKJMi=~r&#nm-ZKs?^RazBZXJTvQ;UnG3cIlOL`hrwa^h^Pb!p+)sd%;SN(M13JV zNP7{BW4FN)*-=A0h!aJsyA&suRl|Jz!-GUFP*^_>Yu+{GUy^tXF-isBhTj!qGLwDp zt|oF$;T5uDu08c7w4Eifn-#1pq!_Appqh|}M)abHznk=GA}bQ>jM__3c$)>?zIvrI zJ@a^V@frE_$%GIvTVQKNslP< z`%B63&+RrNPlWvYrrW5j=u|@||Imrco>G=~IO!kS*)b2e-Dn-VkdxM430w z1g%73uCCr?VCSr!KFXV=_u377adh^H>}`czHM3J&?Lso~s9BJvqGsPUo*DI*x+e<* zqMr5C9q9LGqJ~uypwn$M3uv}O*CAl~k3RSJkicEW@O|&sING7U@90z_0!TuT7VUiB zc`yDV;K5n=xGrW=`?{3okNyVAMY&4PK{MKg*c+@YM8~8yTQ1KJ8=MmX49?17@;4+S zr+StaKpLh|iq8`fVJf0yjet5GuG-KK8;v?VWQ`R8>Mj~t=M~ZKP+q9BPCW@J^26L< zMmA!ne(9#jdq?k19yV=4f~pex)kFj!s6ejz!-U9*F=FM!>4JsFOBB4oLdKZHGiMU| zcS0$UGO@XdBeP3tMj=mcmvTd*i&{`3ee&}vbCJaio+x?BYD4U=nhlf9@SWs);|ApH zp~}RGWb7g9TmchZ@f!=HY8rM)SHpd*h@)PUGJv&awKc=@t4Ll#Nay z#8djnFa~0^`GK|2(w%maG)tW!=Q@x|X2n4iqHhgt)%iu4XRr&aUav6Z-m2%PHZA@& z*|5#RVAJ4?ryf8i<$LD(D}whx>Y+!uHVuS;8*BWtC%;?-T(EyZApv&pMRkl8ck>P- zMv$8ZJz}?+6g4OUC_{{%&_k4g7+LN*6dJuFuX*1kl`p5g5&fyD>J8s%nt}u~PA%eH zTsevbr2Z4(qL-(k3h<|ze%Mp-+U4c>8((&gbySFcd5w^Su_*KL5U{E?mnh+)FL|`7 z)2s}_SHDc1Lc|x#(qT>8jFk$_Po9qAy`;=oio<^11rhZc1GtE)Z#4IJHC{KdRR)X-weYY23wwb-<9RX zjV>iLbVC+I!rCUCwrEjtZVd^y2$>Vu-Sn3@lU-2ZUV`SHI6U>O+lH=|%Fik_EKac- zX}}jvs$T4=cFVHI4mBMwjNcWsoa4OnN*|KhwvY|GU#A3IkDTEA(0vr#txsIP#_H(Y z5|U(AOPxQ#gXle<3lj(N^%mXBK2u=f8fjW{^1+SoyEGLVB2s! zE245+Fe{ayq9&hmfI^gsahqm99JH0y)qiYy=bFV>!x2EHDi+62XjB+AdG-<`^?}UL zO-MTwK|pOHEZR_A?4;+UZ>e{;s}ALDNAtRJZQvcJLz+Mxq1z)r1vHMD#1>lCv_nb< zVs|zi)`}&M=_jcs6=_?a1^Tbws#2F}uhR0-e9?Hh6+nv5t%6M2^`{|8##r>yvNo(T zD5|AU@Da%n^hUNS`>MQ{Dp`#=StL-fE?e|lBNThx4QPga)k?NntgL=u+H3; zDonLcRG-l6t_xVVne4O#0(nsrBJr6q`z&AT`wq(R$r19xgz zBm3Fm$#=Ck7G)ZZ>0Sw)ivXCzp;e7En0WY|>C0+|OFhqp%_l2E0dDE3h$4F}Gu*4x zmg}Dq)#<7{!Pq@q7Ro{+glC3htkSS);+WMEkwB%-;W8N_gipC9I=^C1 zZ!DNbB1ArRiJDV)6e>UMMKd3c+s;nafH_{2@O}2g@pm~sI&_0v^Qx*~c?~@Hapl2} zn;twlak_l)JiI1ua{HS4pZ?Zgt6VOE@bzHE!TR`i@kKgS~4|+<; zm*LEUo<{cip%Q;=sEJ#0G~bbXeN6^oYVda^7ACGJG3dm^NdsICnSAw(hP~ChbAN65 z&Y-h!<>-l%Cyv(-zjNXbs$2SlhAr(>XMnFKZlpW1YwqhCNpv4sHKCVIrgFl-)O>FZ z%`}MnBky>?Z&W3MX;p+Gxj70FH|2)a#<9*<)RNk=xmXLZgaHY_1@yH zL^45%o4`zUn@yRo@aWyMiyK?g-+xe-1@2qj81INs#=PZ{$rZ|S5!Cp~?9vZggH5{7 zhE^Q|vt-tdycS}#QYw*A9PD>qPPSk>a6-`@(J5`j3L(z@~`3`hC*)tfHIp*CA|iD-+fg~AqCjJ18bs3jZXslY4=nMw8iM( zVI>B?(NyWHpd_hI))L?*7H^! z0*C}6YG>kau&S{*6K1A5#sB1N74=X(^v6nEmI;8c{_0NVP~{F)4>$`ByXLf&cw6g+d0okzASK;P0d_*tLhafunau=p1p+i( z$9h{1sy)V6p?sp#`{0_xRaWYjR&Re$c(PtEOb>Oh-WJsZHLECgdk8UHt}oW8?^&%E zx8$+{R>TUc7p2eV(k|YecW;+Dne1>eol0G!R;{S9eDrr7m~>vZzIQ63T0u~>0z|a4 znmOOn1M?m{fn6ELosom4gCOGH3%kb~QEETWUtH;~54>hW-NHVsds~a*7JEr8x1E*t zzE{JTW+J(1RqunGS2x2hC95H8XGEX8BpJJDI|ziFiL9eqf|HtTyLk%Yl1}cOuR^;b z%JWMcti9?@%Q-}wcR}Jjs-PW~c%%p{hnCBr>@s^*>uou#J)w=E!Pv_ZaNp6e#vqEj z_rf3co*XlZ-?XHI6+!^EVrWocMcVNmjj__#t!X0!XNHC$gIksx0lrM9MRTt#yO?IL zrrDC$b<9M6S;2j0n#fe>*u_lkojN?R{0XNurXyMkH`Ztab zJ;PVZ7~BwpZYe?ke&&-N{}xCrSP-{@KNA-9ok^TYy-9O5;Yx8rPl*}rcrbigb$Dn{ zukIt9bqf}iDoo?K<^2~YRGmqu1OceP&6UVTOntiBfxM!>8S9^7 zwswd&!^}B$EcW^1SG2vG>Ka_hq6-`o1epIR))E=lGyi>7bw8OpD$}7FHF^hKZ*9JA zB`_5so4NRB))rln=grSsR(bUuZ0>1{+Bbt#r{PEDEL8uhLe82OsOGIu%e)h|phQ;X z2o%b@c*K$df90nhOqEJ@!w~j*x1)lh18iz0bOz8AMvWnuZ3j*@u&LSbQ6it7bUwqs zQoyY+DwONaRu*$O+ul{~LDu}*^+z+#(CXVxoW*z>mJP){NJg$bLOZyc4OTW`yc`*R z8v`bsxTnro3ZYA)B)-C$F&db@h}4^6Lr869MLUt6EFH!xF|p^m`l`!iyh2oV(|~(T zO2rdwp4as93paYouJ6`ho(H%Gj7mFx-{66G)8uz#rh zy{7T^OR_DH`aMJBaK|C5lxLCKhdz3yF`UV6b&zM;hapy zG}}8NJJ=q5=h-;$ijP_`9yRU!bwRelwwNHWXJJLLt{b$Z^YWZ^SkVbpd2xauNZX>d zOu%ZQYZ`9v!m6rL+}Ch+K20n8b32nL*Ly^L9NbG$l+*#q3i(%0NFo=m=x<^eJtV2g zLW@-)>e7q`Jkf2i--*hkC4b>dmeH1;&P`=5p2AH9=y^X`Hh zbZ@a{j~JHj+?h5S@WD9a*1_NjV2PRO+X zmKmrwDeb7b@5miZXXbR$drTRn)fAXr&gvX7L_y&(1*6R(J7m87>aV*i5^rQMTU}mJ z!JOQXqK*``76hV6FwWD9zcSb9l(|kxBL8jL(sL(1?p*#YyV#Q+j=rP)axRk9b6l>^ zj#Amn_g*-8eCGH^od-?tzGIA&bgVNp#MaKu+-AEcL5u8-?Ctv5g(vGOw%ob+s~CeL zK6$5S4Sws__TJ>Hf?x2m3yR}r*mv)nedku;1wD zADSZ#8~3LIh$matj14JI2edbje>3zJ93A+y!X%0F!XQcJsPjp}@p7P~NBjkYCC{WO z)a(1+{mz0Y_g$SpJ-kmg&H%r5trQ`sZhRHrcr<4C!{Vq2H&H6Dfl6BL3s)6fpmS_m z>Xc+cf?~9k^v;Xw3w@`zqOi4|k}B)BxFPE0;gAi;Wb&U`JMm8#N_+gQOi_NGy2zyk z6%!tp8(~hQU(XOw|Ed16ZwlM<$?FPA3~8gf1O%j+yDVfBYOhD-ittD~k5X&c#5>CC zDyWWu)GdlJ*jI~9VA=Dlt!43c5BaT!iWlxJg|eoAIu)x%z`N0vu%n)C7RfV;s$UtD z%ki)hbCEfHkLNYS2T!UP#oB8lnJ&&WBY`Afg!4)QN@b5y z#8QMlDu+T9K66-VOxL+EVtCXsPYu_tC^vZh8xkg!Wpd{Mz2-0e%5^;~d_hpN7WAw7 z!~Ahd`_bNI|5DDT=-@zcfdWUYozQeVv&tj=2;&|_6%$i`CG2ZB z@S|byarMp`Uwhrq2Prm3yFEwoa|`!scx|5;2R==-d$JnxtGj-!x)ut0YkT{wU|Nt? zK@~jrFnkxtQofPCiwqJWOhR`8(81Xi0#!W)$)fY2C92Q>Cd5{ODfh-yCqg~EcMYLx zOj*XBdgrM*70Zk7vG5`S+JdA;UEI?D&P5%Sm{^eqV_EpWIm5W# zfQIZT52xcj0OY}2-wOOWB<_pgHc{vvd}G7QQ;2mGy$fjdr=SBe{UmQ$Uf(0>sLE!P z!@g(96UJBSVMxjjNAi&bEcVuTbm^eL;D^K!mPcio3!$7wGqArJnv9TfYTCG52U7wo zTo}oCQVl~2KJv7jx9gS@oF#7LZC=lx34vgCx3zKn*Rc89c1-+s(NId?ha;~hvpIb) zSL~rvJni&71X<{BH&46Y6;Y8G?UIsTxg{Y$={(jMDrG3@Gf!jHd3)Z6Qd^hr-4oHa z!Zel~>xTel^jEe(^_H{#b>nv3F$^ZUInq>BEu2G$#w@NfG9~yc%ofHECq7PF6Lwqb z5*13fVI;tElVY$Df&9YJsN)enG4NN&y6f)$6Uj@_bRYp*-mF@HFH02 z8lN_p*xh2rRWqnxnp0V6Np}(A4Quc~W;k?|>JiVlrf2~ASLX>n$5P0M1rpx$DSX^@ zIfzfJRqk#M1VTo{sKYp5gWfEt_NlPE#h&+P$-;1VMfH+NgE2coC}Sk&iwj>hNH`@h zj-1e369maj#wLvf$);{|x$1+z2OCzr`j4DU$RhN^&LeEWr%1$f3Ms2wS3orRfh7+rJs*|qk7iQUTUOTzM|^m z&s=Ikjj4$*M%VvE<7&RBr=ef8tcLN2R`W&EYNmrW1W`10CUmMJZCM|9kwc1P*OY=9 z-HDi)UKWvf2A~GCy*gn&ta;8w%bsW1UIg)#e zbBJi&Y^dFJ1zmcjZ_y+*Yu+n{MwtSL@asioo#(0bqm?uq`+s9w#bz&Kl|VO2G>}(E z0SZ|#^PDj+_dp}lBBr^=z7*$p+Rb2?d|bFg{EOwLy=4hGB{Hvx8M+J$Glejjz&LSA z@dU2KzzCI%n2z+q&ECYg1hZbyPX^INEh2PkW9jI+O71=J$EcOKE@3u==+pw0 z9tN;*{2RGk(Qdf`)kaVl)U}@Aqp$9G&&@hUXV<7q`wmh^kz0D6}LB&r+vgCnsyw62H(^&O3Hb>gD4 zVg+H8j7pfdviA9(n1M;hCtFz{%e2E&-xx)G%i`q9sekA8YZXzn@}0b+#2?d8%;Z1l zOc4}j_RxWqIFoX}P9j$bXuwjpYPLBQzFzGsPf`jIIlrdQj2@;~=D`YXBeHb_iV<^R z!pUZ*U>yF+uTMtZ;^QQY0^Mj|E(_5`Utv5|kTQD+4+a@f15mr5Q0K{@i*Mma=$S74OtEfaMCCUa-lR6y;%*9 zM$!Z0PRq?tfk$pM^R*sEp$p}A~u0M5mjam_qZ6}2~y8bmJhGs$DIW*}R=R*<#os*gD| z3K&EK2kB<1R+C2Jn%Vi7LdsK7pcy8fagWZ8vnY~JCCas!59hQ-Mz9szzL78E1s>f4 zNpk5T@Ax}@f9#ehm0+bWO247H-3S$%+`GhcO|HOB?y|^C=Nrn3Ke8Tsl2Jl#8&y+1 zF#(^fKN_p%RYpUS8Eh@a;g@@Z&(ChHoIAU+e9jnIq9}uHzCLsInBL|6z*-rB8c0js zO=St_-fKm8Ga*x9P~W_KdLGce@+1%9Jh0e=y7M_7B!JC?vPg7%;$vF9R!)RLm;wik z5h*$7(?UoWRdRueZyS>D)tS(wHhs=ycej)h=>24CNYlhY<#!^sbL6DKBfFZYkp;A? zCMsnyMy<-LzUBjWYsGnPAFpMT%F4oectDVnDX!F`Qp;2 zRlaw#N5zR@xejktbj3tHwhj!tbl+gXxeUjo3MQ_h3)Ve;T95mca01IJxg`9R%d7EM zab?q5UkQb!f*>W0x0?D;3RwTUx$!s=k!_8~EWpem!*2yN{L1RHm-YNFgG@lnZY#T^ z&$+x#=tznv-}KB>#)UikC3nppT^W|*xZ$2N{_-=WWl&-qdQ!jZJKitXaKIqrJE*cC zX*qfpc>rdVJK_G_--rSTm*r)#V#%R&XH{(19k(_D@qReU>n;>TKm=v&ee=_$>Rh1{ zGBid?EwxcAx3BZf2nh<0t@R&SBfmP7m{bp#$LWZl?W{ird7^7K9BI^Jc8cih|M~Hm z8515F9&hW=*YL{!nDFLyz!($@NWbgUoDlz^AKm6Z{T|p?cs^@TF8RfK8yOGUbSbDr z$`RQWxYWc{nVIigVJPrWpM&Kv+^V1;j7!kk5Cu}uRXk*i#*&4?4$%=rj6o*#jo#8s zP=}2j)iNR2#4SDKWBeN@*!VV3`LpUzuM|4)_HodzbR*dS%4dk{``+#(0Og5tWwo!TgYaA zy=@hz69OVL`JtW{0HO)r6*`Xoyi^4csf=)VT{8!>Q8Wm8EV38KY1sLucJ6YQo9ut1 zaW4lgeU!;W7=VY)N{nZu!~o2#Ok!KIe__ThYze=lU$p)L?NI4BF(@kt zkIN5A=O@>+iDBVhD5f#$kk(N%VgoY;O*~=2#fy)XbhP-qAgSe6`-Mw4D7HNB0f92`v@=QS6Ab2?IG zWC&R%u<9AzURazyaj+!8R-Z+YGWNAV=x}mOY#=>MvS?b>%)R@QKOdVs(rxOL=5?`% z8QqGHN#>?~ngu`C#t#}jp*90ZVM3hM0lopg-2QIvUpsYQ!de(YY%@sFPZT_5@lMv6`pyOt&V4s98 z>KkYz8l!e=5ahFAL4mvIPqRi$P`Q^=-POugS)j|(@@)S6mx6QJWdr z5zP>6RMu)n`DnxYU1dDKU}dr7KhmLXU>w?<}R!PX3Hg6&WlMibSHG56q_p z!0(w0v4rrlKnHNzKC7nm_J0Et6yK5a!*$|1S*k%g5L zyb>q4DRjQvQ(ls{>uq567vx=tnZdWU>O3g7lK(ht7h(}h$wz}`IL*a8kp0bXUs0%h zmQdFu^yJ#d7Q)>E$aji`Gzo@zs+X8bylWfM-}aK38o={TX$LXVHY<>1!YBq*1mNz! zTCs_UqqUuIYvN(UdSWh7WDT&S3TsHXyVJ>23&h9v6>eC=e6Zz^Z9{adQxI^odXFOV zK>QI4%DCAaO8ojw*R@wd>3V|QsX~3!+krQ%;fSpPwLy$e|v6*<%0kHfH{K zn=>DVRSOD8{rWA<=sUf&(S1NSk?}j-?tD6H)nJrgN&Ay^Ce8PX?Qr?l)|%Ml`00*I zh9J~}#k=7FidmJ>OInmc`Lgz;d^@8wvnlwf0ZVWha1s|ak@G!Szs4#JiK?dEz3G!C zU(~`A*=RT9_x^2)f@xU6ZB8|tR<0wXfM7%>(#G?rQpzoXTq@Pg~^FsFM4|v@G zQzp^;Wh##T^%#jPMrDwlB)3MjX0%p$Th*TWzO2&13X-oSaVYE0^n#8m)vH;>U|I13 zEqCH?nfT|cb}cby9hwzGy8%nM{jN1qAb}7^J~0;QLbrCKGtp%}_T)-}SqkMky#MsBx3OQk#9$&3^)yvT*$v#hyK6Bz@j;U@LQ%XCh)^<7ab0PxXHj1r!?i<-|=hk71GV zwly#m^dUqy&}z7r`r$K2H@oYdOJCmXOiL1xblH+?srQT>;#$rK5`Fx11)F&+%5gai@*zer&f18sQ4CyI*nd%HgP= z?y4hkN&pPB0nv?oSTlVETEpElfmN%+qk`;T8ofGF`?>=BeQWeiOYXz^eN+Emmu=&i z{!iQT2l{VDk^1Y3GG5bR)ApRdH`Mt2m>R!z_34&=uIQcbRd>Co@3-{SF*TiB(dSR} z$%aNgH*r0TaaG^k(!4aCkMG8&omtiUA26-ui=A_5NSQP7(`_51a7u0S!oWfT{*H!^ zoQLP$evHEe+?on061iq1-nvkkTQ5#$HIz+R8|l!v{9t)TeY@6H*EeVS8~2V~?XD@U z`jhV$dYfD8$Eaqc4vOc9E4+H+mLhri)_OEH-Di5G5V#A?_-2U4Lx})44mG%DlFYRDNE6!Lf0k56i{?%$J+*y&HGWtJD#5KHP-cJWFKyA-&MYX?SFg{zMMeQT zNOB4SFq6p#l_;5#>m8B6k;NK718+DjK0$ycVlRX@SjN(IcqPQC(`0<0(osSyYjRhI z%V$e5QH0BNUeAdn7UCF3C4hgcW4x$uQ97JImAB^QOOgmTkKI%U7DdMEk~iL+T@q#x z+h)^hC+XSofLE^j#GfInue;?=OvGw7ME^Xlp<>tM<>T)=AUOPDaStDcNdF zoX1h@#u3;ZXXGkac|M1)b{|{Lo+>{s3hfl~Dl-}wI;VJxwcbj#$wG;O=PJ{}aY0DP z9|^c7!Rlw`*g{efyg7Y#X!7L(M2D}+#HFHNE6eIxVz+9b`7x}UQZs$^LX${RPwRBi z3j&moJi+~2WROMG+kfR9lobq0hb zSBMaBoa~*@0bxt`na^rm4veq_$7V=%7A^h@!7!68DBThaq$dwEjTRIk2$g%#Q{xYX z7u=k^iteFEAlVlnh4fbdwRmXY1?)m6Pe~?v!3?-Fo!Lcdi=H@s^#bU~D9p5>${UIf zUb2x+kZZan|DYZ)OK>Bh{8*O>fVdULz$z>(uQ2924=k*^z#m={>5}%;nHJ4_qE4h- z<19HZ%C6WY179s|`!L>zYW6$gn0cA*Xx2CDT`6O;+u`Gc5|;+gR_Ts`u9# zX#scRH27UCTIN2Tn&r^d0r6mdMMuE}{76=jbA|2lMIT@c>niPTZV`*|9iAqwv2~qX zB+C{Ew|~tpJtPHZsglD}w^*XkksdiN{7let=zw@`qH!-T2vR*LH&+Q|Q^KYon< zbNHN7JN=55V^qx=E-&Yr50#jQYkg}T6g?qVh9vSReBm(k!!k>f5go1|fSuO1^_}r) zcPpZZltC=-*c=_DV{C4yJ>m5H^1w1>J{abj(Ks};stdL%m=K6+CI}rdwr9{bT4a$B zME3NJvmI<2DxH7vZo_xtQ{D)4umggv#msRFiA)bSIvhU0K|+ z^ubs@!e5Ahq+gK*AQgJiPQ?-3_ui}ZFVV3B=W=Q7uSS2oaABkWXb@vQ>PIbIwRyQ1t#d_W(Io5obsaID$*Mx6 zR_9GCvVXC2$WF72r^!Bxm*>1`dbcz8^+nTcIHmd--ZWbhqLY}z$e4N6doK}Tf&Ob{ zL7E5j7Ame_lAeOxYfUo~ICou<8CU*l6ZY#@bx<)roCAy+zi_lh=QDYZK`a5PeuVA0 z)#~4!Hm}-w!~qk)u=OIjh^U670sa!a(w6pz{_h4PnP*ffrWr!}glxzi$ugLRdHz?_ zxAV%*^-HU_DU{bXAK9yppU8QtYf^Tpt{;2G!v3C~JRC^#40767^Y)KF-86*^kT+CJ zWNK{vhTI$Jxa}%~Q#TXVMd|YSy<&(hVJ{K5wgcQFX~n}?G*UXe$y*`(sD3eCg~@%? zC(}#M-6Ach1z2hic|r{1%EZ?bmt>m6y#V{*l&ppfnx>vPsh>*|7Yga^r|+KVT>1La z0u4H8*VkEm(s}n}XUTQA$Te>EaI<`&a)w5>_e}gk(}ls(B6t4c1TV76*fBM~7peCi z<%-w5s_v9yU!_dTDft7^Hq*?zj-EPhyJ(+#uLk(I=Jn@~e!QKx#dq9ZV!D2wJeD|U zpPbrVa9Fo=gJ(#Yh+c}HRn=2|<^cVDv+L_J@n-n75ALNcesiEZ_)PQKNUd1x& zFJ4>{N^maZ*znA0=_lEQXXvj{vMIm}^J&L3zPOeC){-2h2w9?Js;TQXW@(TW%d`na z%?Pnyyo)BlnR@4Ht-GQ))4u!vGq?-#deNL=uC6`1sN!0E4bb&$MZS~?)JtnY5Hi0Sx`9u)ZPnS?pR1xj;dAf}wWi9m`9fJLg&V*^XS8DEqnNSBk0HnMX1wI<$50SWh19yOgCK17n1?EYIV%+BI#$k8dbl? zyTD+r$RO&F@zjoBM}}l~mx3EESvr=VUaQ=TA?Df)gWHNBLNFrgHfjlwoM5ifr(AKD zK`|hCDx<4qL{NZM-w6Rn&@Qd)!=h9IwjIpNN+`t|BvXl;=?DXk5bc1WBjyMZ6V{#( zzsYQKZvpHRGsoM9JlinjNrtqG^QC-hU+ZGvO1&UvH>2r(ssERKN)^k(P6!pwG1@{>6?{Pp3jX4FT?i{L`5_9i2dX7d@KzVWMZM-;bk5SUa&3kOF0Pfk1shOwjo| zp(^pPAhl?-{)H={RATq$->MbEY#I7A8~I{+tZWxR;Ku-jW#25UHW~ssR=fJyV8GC5 zFFr_S1Xl$*eo3FRQdDgGCx`VET;wLoxGCXzZ)l)cC*q#!c@J^fI6WAB^eUtFv+@WJ z?9W_Yho0;m`p)0=%dXD_UAO;cE|eYPxb5p^!Iu!7>QsouY7C*sQi1b742>vL_KmH~ z=jB@zEU(PM$-!6YD@P0V0+Y02u;4w754U9fd7a1`d;&yxpS8lzFm?bzB|hGSf>flOq!~@GEkavR|Pc1#^nL9rnctwf2b0UDpjnFY^{aj zIU)8{apJ|IBtEE+fCiVxR26^`A>@3rnvfY-GK%^#JoaF{zogt<<0ai8n7O>oCefu< z)gxR!iJ7UXTSSdV2_%RsdZ@duv?95^XkP`tQjCCBEeM&zNj4X&U(PqH-V#6@eqBs{ z1+$4QJEbF!kz5Y7A#X&GiI;9wC8<^-KJjm*$m2!=6(izDX;;@(pVpCh2t!F!yurD@ z?>0fK3lJ6r$ee2ChI>BeqE@dT$q1x7cv!cS$MU*BkfMzbBEZ#z42LUUVGh~JblYn7 zWHhK0?1|zhCpGA-=qIv8`EWL$qI;S^+Fg~qVzd3Ic6?ZX)xCW1Kd1nbIOZUurrJ;j zBS#R$NH*^3xzpP!sG!WL;F8{Qu(?|RUItA;bK)(4?en^F$KS)FQF(Y@ z*d4KOLO&Kh;Q(d>ukxaNo?ba3*og)=$qCg!!#}s9l9V@m+c`4?CLK;JvSjgy-G}{U z-M6()cX4A&Ucx{xJhz|o!oaTUxnix&x@3q*ZIzC2XG@BM2tskvCQ!B?s+fu!GRok? z=VYR&wwGDJo8<=N@O&jkP|tgCUM#bopQpbFXmVNT0WvsS;cs)0NNmVr>nm2|=pIE0 zaV$tgb_?_9sPsE3BhVNb!2#PY;)L{t;85d!!DeIh8Z3-&%fi3B$r?Wi?-T_nCfBAb z_;$reC(f?z5mW$=M~*me#7Q|>nh>Rl>{GsT2@PQI#;8P+7jxW8Gsv?jHBNkRIvL-L z6D)2hS|@TDs@<5oade^Ewla*qIxTf9R*gpXVlQs$wHs~gM+VJnel40UI@1GrB{o|@ zNE&HO8y2o49`n41{#2TlWIR3@+8%lMd9*6AAdKj~$Vlio-%>aFi83e^)Fh_6DYbZ7 zbxhih_;`&Q(?vCoj$j(F9l|Ivj6+U4I2ii#z?Y?b%P!$;*$n!laPC;VkFZC>A%#{w zr7gs_sT`+>OG982$_vWAFAK^?G)G5eKELdY3$ck z6<7_Nmn;Ii@A{_x-s4&=dVlCS8W%hJKIaaUAOQ~Wf9dqSN^jTg{ z6aWb8G$oNqKI|?^oj3R7)#W=I{q_5ln79&X1x_WkhD??^neFb;U@SeTo@R)S_3-@5 z+I<6Ab^sd_{;@ax=a<@jWXK)|>XeE=2@4_~kck}5PD+4XWSXUtlx2{=QS5bj zO|qW{#A4}@Y-^3$Ldh7XAD#C)iF9-Zf`M*=1W|e65n?4Q2f?~?U(qBD&>#Sg^<{hI zEVccfWm9x<#3G`uc>k~P4DMaSpPx&7_F&Rqu77BD46TG>(Zm&hgbri zlVD+ia+o6SN>~(TGL#kS(OofM4%7ogkwwUIk{m*L#s)b3U|v)12&$Sy7|E?Ja@8yR zh*H?PP&mOC>|oA3vf^JS^Oj)&zqpCE#!2QxQzejWbUcdLu1Bc7*0Ab-Z#-RaLk!aj zpm5u#B$(5yl*IOc{J%{~;`08e1OX+%Lk|^_(^Nmp+Y>1X#lR|*M9}xB>++`NlkKZ~ z<6l30L8K=X#ZNp|0q~@5)1V|zIb+Do;3Z>qmP9AR?nJV284xBg`cvIB#sQreh z#a$_*5cYVLj0;Aetnx4ft$0cO9Y$dx&U-M03v^nveJYOF>e+X{G0N&@&JTi_k0>NOkpx)< z>O3}QW;CoT=g}OKo4K!ynk^Xw*OhBSmP}Wl{h&_<%A4^Z!teFjmOfq9v)?QKpsR1l zy}6@YnretxXW|<@MTSlc63evfKMg_hbBt>m(G1mvhA6MW}Zh}bV0j1TrweK&ebk;IcyA;gK6e5|inNTT3c zie*?M@L68c{;+0ylp;P0=116YYl&NF++bCfQCPgVwt|7pEt{1KB%34*UFv_J2v#H& z!I!!gX4pg~k)nt_72!?Upz8`m+p;VUOdN}{K{Z}8t^8HAiRCB%PjlziV`rJ=cQX`rxm+0A7;qaf8)J+Cy9~w2*7iY9Y0N~BSgi%~woBpOAdQ7&>BMNvLMK0~f^H5ZvA z|KD2A>D}-1R&D5>R-|rId++ys4(nOZIv=zq=mA_2iNcQrs`8PH_k=t{=q}lDk@Up( zepH!2Q`;VK^`v#tK5;>2T%hkr+&T09R*zSy&uQ7yLAl!;qR)?v;nGe{MVSht$e7-_ z4oqe_lG-5waw6?{;zizRR5?F&!?L2MEgGkK6z^2EBv@WuH_T`LN}(dPiXhFD$pri;L_ls>Lzzzv%`w{ z14nct%%#>&-pV`Ob(^sGLGPAy@6HwOlaltz!~w0#DR@Z&b{dd+=Wkx?eEn24G9fbq z7gpfvQF6{(KIp?=mFR3qa3cW<)kC1eVxk(RQ*c|55TivikN?8$$Li0#gb7$iFzM9+ zrMous#LeHi$niiT#i|61NA}-=gp4_f8l?6jYLNW6AhBaXf42pWOWS@XS^etB2t9RE z+0YyF5>%onV#W#)bgz%xD1{hK)fHK?kD3<;qTq4>h6KV`E%aOejpV{rc8D`v6LBB4 z*!{$AD-#N8l$t7?MWla^V{J6Uw@cblHv~h7ugxH`zA(E$uxS)_RID*!%*PuF8nI}2 zDln)RAa;3K|5xW_e&H_$8SxGCe0HUv^zL0K*| zQn@1+jI8tOv$e4ko8OLb8c*9E6f#K$G*f9Ju>{h*%D)qHc~HIf=SXh2+HE>+f>= zW9X|9plhNL=F530zs@v1}VMxN@OC2r6M^tq-)hyocqE|D zM9}LmnB$Dt+c#-~=N_!Dube%3^3kJ5GaSOq+;C>Y%+pnb*e!q}9AW&_`qMBw))eNk zJl~M38fUoAE z_XPuDTvN6ozMdw0;&n#vdh$XO-?dZfmdx9!db<1K-mRCKUk+ESPz0th=7N6aA?zAzGS;3 z{kj6lbYfFi63jL`I>$X+S%3t0MszCzh8&NUZ_d7t7l*St6J;lIGz2M<7P<~{ zv-$;H?|dtJ18N^fgDJyz#9eZCNyAbUEWR$q3PH4Ys-Jp|1HN_Q?c$l+n;^}MhRlqU z*#nVE)IFUQ$3gGA;czL2d&!qcJ4pqrKMF(w+n-_i7AL(=6K-`NyS^CjB(7Ti_UT|t zVap>&91y_EK>0>J#L}b>6CF&>O*r;iF|&C!h00c8<{qi`lKDdI;jSaQGRBGkxp|5V z@SCsaaAiGKIbgiyi~}H|pD;=j%?l=MzM$7D3tC#3pQmoicxy^A2m(U1dqPb2YyPjb zlDp|Jc7)3HT*jEMEgmJod(DK|Ln3%|rUAE+4x9)wCPIET670U9ZcZ{ggl2bL!|l^` z=$!aRX|$<}T%UV=sb*b+?G`*p zS7JErExo$qvUi&5dhdWXA=Y45%o96+Ou3b*%T}8~9j!Zef}rYXpe|@>>YdjJf4JA5 zGx520Ami7_t-XCnW?_tJaDjZB7lSUDWtF|xQI(WRoT8GtfN@ZHPpI=~nh-Y;zhGa@ z0DZcZDo|V7Zb5{58+6tTlUp%Qv1<*73-2NfDcUD7Mt~#2mNeS#rnRVR$leH|I^IXg zRjfM=_;iw8NnP(6?+*%H=?POFV@_hYZBc&0j8?|r<(2OmF>G}V0Ae{9OO;?M0nsp$ zD2wz>xacqF=%HKg49J9L`%z2$W98)XE0Ohzn$tZPtQsJA?^U5P z_uH~P($=3k`iTm#biB4dOowkoegG#9>D8S_b$AaKh8qU`%B)la=&m48d11F{8t56f zAU`x5cw;YKQ^2*oHqLbIx5hc<_FLcQl-qBUJ4;Lg!hmxw;t{;}1WGb& zHM8bvD(XIz_M%#e#tzy8ZjLqW=ev+*+GtOphefI&ol%rZl^fk8)<(=+l8LlfEQIRz--9z}D3;JeA0 zF$t>iJg7q^D%{m`u=m)oG+Oitxqv=+3P{WiASfH1$}^P+e9VnnHM+*i*$jNLFiEY; zMML9Xwz9Yql;tUfete{H&dIog)@k_*`UXQ7&s}Ey7EXmBc*y~)H` zYY*v3a`i7Oj7B{Q7rq_LpOEo*Wtdu`&h(}*Y+DjZC~+Fnm{NlD1Df^raZRW|I~h?n zz_G!M@}-u@5LUa>IY}he4w^#vZ)(s_E$d04I`Umw0}b>p`7S~wu{6IrvChh39-2NV z@LQ3jbZu4ofaNM-W|6pWYw(HJ9xU8j_pqP#b$dy?N@X25s!?iJu$1j0bG>UF7wNF> zC^9x@y465CHPFg1)>mvVhq`FQi^L{Cm1U*VoRa^Zj?JAU_$3iIxA#Fz+^q%bGzs6- zrQwDuc|$d-w|(0ly#VfGJ3-dWLetJmA#bZvq_h2TlD#oE&%eoBn9pg++ zJg;{@Dyk7Z_3>bNwS)8Qvjh|@j8IWqbAs9A$BOMHbFaSDgGRmG4TxjGCA}uRc3$l- zqJVUP>o1M2S|o~fbvmeVI8Y<#Y+fh8Wu^75iE{cJTslU?JO}+NBOMUTX0HU^79eem z%&(2q>N|itst`K^X(lP1A@b#H&o6RnaL}_d8{bi|6Fk-o8P%*5%0GIY$i)5cob zDj1uyu=34tcKcOpr(B2rq|E#lIhT&>NkzZZpLJ=G8U})Fdj6^F{aLT#)L!JY9JpS| zsH|qU^ZIbkLiIaP@2s&pXH(oA*jVHAgqAQUzHcIU7D&ywjg!NQ5=nDa5v)3A-L~8K z0jNhkxh!x^-W;lQTBv%}-W&QU0*) zv#I5&%c@Ln7w}p8D>_uZT$opt6MONH?kv;|uR7W}r}~~j+4BDqOm|;YFS!L}E#@S@ zeV0l1Q{>&^@cvc#&}Ce+ArELs?9ttW?Yg3RB4doS-?%A~o~tkx%A1z7i_@e)Sh!YQ z>mhy2qnqrir}rln&!mV!uSD1NvRf5NgLOey3^Wa} zernn$wD)z%Y7`*;TCltu_-V%Q{Spb3b2rz!dhJs0XF~->EqIpC(`tg9?YD+v7y*1- z@HLJL1#}CKhn(j-*BDzoX?Cap9Byu9Y%iRT#$2u$%jVT|@_Wm*-jM0V$UtSVchcex z=(GqG#e^AaXc$A%M))=utCPJjzt)ePxsMlBpd@3eA3cl+6 z*@$v5bXT|3k}!K{UeE#Fzmv0udf5`&G`1Tb6zHJ8GbcoDZyu~e#@EQN?IYpa2IK@^ zOa?FOLbFAr=S6bz4v-mh zgutSLAC))zNNMuaw}P)LBF>vURNy$%yFK)hDCLhqeb=ivl0Dp!a7OAMm^$w@?@R}& z;J|4U8pkRYy_hN3)&FQr~WLuP|V5?INx#HyPIH5w{g28OXpj!h{nEecl$~~ zQzsP=wYom%X#{(&tIo>YV}hY>_E*<}K(yOPTe8ij2`3dyVpdqDtiL*`BeZze^wPw< z2yFKY`y`#?EdzT;U!CGrRjHTXzk7g5Q);C!6~t2>7XHs?R-o0YDpDEH)Pn&e+%gLiGDb1;qN*9^{|KpeKSsPO7mLp*jqD8 z?``z#-!uBp%Ho>-om+e8#qTTYqc$wokfx(&d-n6lk!&q#RBusTJyzwsF=qMKBZ1yf z4vf}LKU}Iq)WD+lzG#XYmyz#)CT$|3eTLst&Y!-|{3v$R!D!e)nJjA%Dvalv7%fa$ z2xRQ&uAOF+VPC$su3SfTtb=P>oVRSSp(TXW_%-d)v%S3Y@S<=2xQMOQW`ERI$Kn|y zt{s3m7K~$QOA{XlpfpWXSzdf5K$w!2fEZNj7~Hk{0$$p4sohW65Zan6_Z_3$gg0tY zz|H#zMh->@72hE$<1hrG)Ircm*e1};d6ScMI}YxGyp==38yL~X%Kg>8$~aQda+aF* zr0FkNamyVB^h>jbMQ6p0IJvWs2fuqg*&j3mSfRAMST|hXcx1vYea{`uTy^ioMX4~o zPk)XXMnxmNTvKD3hh{G#l#e)8M~jGn(F?+a(bMc%4NeN6eQeiRq!WDDJ>NxU6Ag=v z+=pU`uisHdk79EAl(ewY7>b3L5g$it?9@ z>Ccx*Qw6H=I86>2Ia7X*F^(Qo-`K;fY%|E00-1uVbEfXRQeI|6&Hiyndl|%&*6Bv$ zH(>VTDdj9=NF5E-#`cgg;n*JyH`M=%MhWw?Gi(1?*&^O3%gWr%D&BIqO7W;Rqz{Qo zM~kq#hDxfRxe&VNyvoj*nad&po;7r?5Y{6mfO4H&S*CG;6UfX?^1!=qET~++kYkLI zuUOj0Pc*(O;t~byN{|I){W3&u#modek7guk(#2j5+w#^BkrOLBqRtg)zUqsk92zyF zNck4ak7K1A1KBgS*Bgrb{8H`QhmY(Ee-KuK0p=Yu8gg&)S~RCt(zqFo+4pJo%eu8T zvrW)F*TXQ^D~KXse&VR=O@j2`X~jv7rl zw%h1I63@hsBV+(U{0i_Sl=;*EvA+7)POUGe8;6q)p}9Z|4V=gNb5WdZLbh zKTTUXc3x``|4@8(PSHoT(kf?qV5W-+KkZ!OFC{*@;WC$r`G;8P+vj`M-$;=C;ftkE z8kZpIw^U2wgdLptM&QTJ`otIXWY%W=TgOb~flSCQZp#3D>%4SaaSDaIhd*Mb9h#{Q zUZwfm3Ed6Sa~+%y&JeszcDTrua{g;Ae$}}RO^IZGkVw=nY&nS|okw}AX#z@c=;}gK zN~lrxZHjrB#2*T#qK06pfN)(4IZ(`hP`v_pTYcZ>bho*YAh?n7gv8UL-}e?)mkeJ! zcegvS3=E-J9a9{OQ~%C4VK(U+dOn4S|IkX58o`np!kQ z9gaH2V>{Ync){Mw;UoN*Fr%f#d>U$Smc>R`9;h7zB|{}dUh-KXvm&6PC$Z~POtK`3 z#)&S^$b6>}{E9eVhuAvDwR$aS9juDu%F#Jx9zm%vQSJ((LOC;gWyd1q9DQX@6$;Q3 zh(sI+E+$vMYAx+yEB@;4e*KUv2|bv$o!P2 zBAJLVj^ra+w6{L1vT8PG*&Hdt|A)dik_VT=Xv}O~B((BTP9I~(fOKTBh?zhmuEMzs z(I>&lDuv}0`($206Jwddxl_Ujjkpyauujw}ya}f8YUCosTqCz}@@31~Kct;Jr@OJo zLMis>ZDvPUV1D);&*Wu^<8lw_|9kX=$}#E*+-AZZsnT(ek);VV>r-Y9)!f`s zuP*MmCeow1HHZGi*vR_$JDUo4F0RF~%dvvc;Z@PLcV!4n$P2rR#Gvf z3O(j62}ok?<0{KKb;{<+HtOUb9<1yWS^XT)TAbyo}SH&3~MEobBap7>qa#fl%vP zQ>7%2U^78N+24!vyk_TRMMEvKe12eNhWVb#h??Xi z`W#hHXRQ15Bt~BkXl(#Wj5o^zM?O|jd0myOgT)n7CGM>%eGUwBRHdL*_km93736&| zROdcUNmP%1x4VL4DZxge0Qoj39F5We&s|4+H3f zSyvb3)KN1%#qN@jm%hnrnLkk|W&l<1cvK{&JER+bUc5+uyMzL@b=d#~6SE%1KC?^c zGtb4uK9*(X^$3$S;W`%|hxTgNSDj6}<{U0iM&2&kNUlmCR1g;pP z99Xp>D6;RWWH-9JWzwU#hW1%PH)ix9J>Ak(D~lNJ{bbk+rIy?SZbqN#tvX}axV5m; z%0NzFdm*F@2TpY>()dmsbJYNhamh5Enz&>dbXQ@p=p2aLV$7MrKq>$+R2Vo7_0+9_ zRQ}FEW{M;(h*W_c`s8u}nmMuElBv?Ldp)7c;oG~g;cXJDF!ruYAxeJlS z>aW@o5N+_`WX+LlmnqQecSLMTj`+w-TL=dVjUi%MieooUT}=uj@}S=#pmh8E>(z0d9#ne5&E>^jElP%&U8wgy(e6tN&7$Y<+3(wkpZmZ#*u;hfr#sEWFo z+9U}{4oE?J2(}L-iHc{A)$WZ8{6bCqcy^E@*Im2_Da> zTB_y+hbfF0jPlTto$kNCxc1O&$)H#WK29&I`>LA|E6;zZrDYu-6!)Te91Lb6EYE!F z+JoQ66j+;Pcs@B%J(aC@rLRDH3tSsnA7-ho=5u8B!iCPK9UOM`(wr}K4nqroo%n?9!A^Z z-sEL{Z{th~S`mh-CR>00)v4lK;~M^r*b$wW(C;|4CSq}&5zum-Gmn|`U>}If-JoHb z25RqPA%VGZ7P1TJyS$gY6W*0}Dv~jRE0BeBb{|=Q`buAY1ay~HbWyxWX!PeL`|#}i0_DTS+wxoL=`Nn95tnrJxPHbF32VMDf2G+S zG(f06=b~HXES0bYp^K(QNht{>Cd6{Qv{dcAgF-Q9DJ{a6M%Wo&baf$qDo|tjbG^5@}+Iuk!~%Q-aCXbvJB;mTr+w^2Dq zB}#_6<8ibSVE-LCMAJjOiB0*MCE2G^ieu?b5IOdj_r&g%o&%$m`l`R&Fo{_n0P%*i zKIFZ3bqr>{3~%@foIxUq%3!NsI4Yz~fk%Hik>Pv4!>9EP?5qj2S&Q$y^fS|v*Vb1z z=GHT(kR?na94VxO$I-rJ^$*=HW*%0x$}(GCmhJTPk_5gJ`tON*i;p+M{zF<(4g0r$ zzDyy+VI>u*cHCe6}1fn}c{ zO4^ES%6QzBLcFf-TPFDHJ|XBERgLsd?@BI_HP;)Exbsm@yrJaGxd(b*)YGovCb)7+ zq$>Gc4I+O1(KCS-DcSDcAdQ{hGJAdAayXFrVX!gR-pJyv&u+jS?hh^uzeV(X;-2-1 z;dFE}^>57^-LNItZ zt5z6o1>_ROBpSoU6+KxokLiHil}h~vaShHR6wA>Mznpo zoPNq0jQ^q3!*AsQq1pJmYOKSje9K<@+=5~8IQpp?;y-+M<_~ASJ^Aj;yYI|=TSe<9 zmgQD?po-v23X!Dfy-l4K;0COWPFdZkF=YrI<}?usogmNhjmV3W4uxh?eSFp`lE0_F z`}&KJOgGX2kRR(!p1*}`q z`tFhDpmj>EDGQBQXu7hh{|@xm*ILc0-lSQ}oc_(tTHX*ef`du>Xuw6}4Odiu8#{Cc zj6N@4i#~H5*@2Tuj)`XzgcB+FPai&5Ut0W0zJjR$NbGXl!>uWU#!%YHf-o+|ze>CgXrFpdAeW+FVjNLIeFDUe3w?>_UdgWU61l$d zij*{F@`4PE>nFT2Xyc7(35_t+A8&hm;*~VP_KWMQi*Mg-t(@FufBHml@gYpUJ#i$x zIc;y=re?|8SH^z-Q1$&!Tkn&G9-M&bjR_onl_w7xR!NXZPpV<&oO07Gj=uqf?Gr~t zA9Bgm@sRr&6C66QCOJZCY@(@#KC}q+IWV%r!HdcU)Ume_Stz z)Oc-=QAZ4EFat4{wBhY~MfGwjz`f$J%hdn~G+qsae#UoR=49K=4$x$* zGrWzu%CiWUNK_Xs0YkkI;OYrG-^#8Ti;%^)6oZUs`^#$QAXiB5jo06O!(|ljB(r)! zKN*kdN+sgbV8 zFb6%q8aEA+TiADxjdMLiOPvge_Ixfbk2~Lwe7@TX3>#-UdO^o6-Q5hnX+wK0d}Ygh zc!#hk?2kFLRz27fL{H3%vq6E~fQDfNr!8u!<2Ulz<{4G!7Z}vw6ew734nlPC&&YRH zi@`inZkF=uYLD}d{ zsPcY8QUCbPBFzl(qF&=W_F37t?;*EF z{@0hqlY^>lL3CF2)r8vPL8+8xPULygx234Ne|A1=@dNiv(#{!OG%8a#wjTCZsfUVC zs`4;vnCXp4!OA)2iL0GBzc#BOH}26~~meu;Z#PkPBCNl`5~m&W*qh zB{#R`0 zn`wqZQr=Fx zL(Ze6<>*@=&KV;dOQ_JNC=QFE>r=eCPGlS#Vo12-mwSC=#?+ZRQ97qF+*=44hU~Pj z`kf!fr}yvoz8J2~>cZ-O77UeI0;kR}Dbh=UmO8$|`)w^8Phh=- z(XQ!y)ni5?aQTpe;$@Oj-Xa|H8I?@gSihKJ%}id$#0mX@0};m)X`lxSc=8{Ia#g=0 zpM9+-xsF~~UKi5-28dr55uC4OSsm}L;WT1l7Bi{d}SC?V2^!vvvyYGo^yFUIyPp#T6HJfFO4-RR`rlOW+$WT zuWx=KR0ADfP2Bp0=HznYt*f@c;MLCQN41mgJwxN%zEe)Pzd7L&-OsycyEW!!-xm!) zKt}A3iDw>+4y|y{q6;e7e$;EOWLduMS=`l7GudOkHf|O5Pmi@KR>Ki|q&25===5I+;Fjb%Clol ziJ=e{47oKT+?e#$<{lONFz7GIr?ob>y0C&X`?sB*!muiZ+%f%&)#>k3ExCK*@d!ur z4!3t63=5HPgq?4GeaD*_S(r=XOsze0FfokGys^5;QIAKqxTA=v95uZ0oESg2Y=IF$MhTG8YE35-hb1-N_SAXrM$2+ zh7M6X{N#K&09PK*#A;r2HyDzIXucxx z$l%w+N|{{hWHLb6A`l1!?52>z3F4t@*!N-dFi+@mu0;T?_u! zS(OjFuTL}Pz1@%(bxzOFUwU5Oxlgt9%AVZzwmhu7b5i2^8T}t;_9+V;+0t{G(Bld| zPF$O7>diU3aer-QvA?lA_h6+zKO=aYGfKXy7iK3Wja^9h`P;*L z>vRvVcmwFj1pjlFrS!72{K@zh3)pOkGo8gN!BS{Y^vob#Gm)42%ucc&onP+7`#Z4G zkHa}r-n?IeNn!<%W&XO5{4sGKKQQ8ctw;A@U|OygOuQ&_QQROS9z zzMtBdTI9-#76}$K$NY1-pzz{5=|yd$=mQRAOT^bF8K-4^ph7fg3n8>3`udzha5w=h z7J{Qz2)9tXXkitka`Y_-Fm?@>njz_!^Tb68_@6sJyEa_hkXne0-a8S}Xk~@6a{WEE zjqIyb;qqWWkHqw~nI~5CW#usL8D)(Ag2)w`>0#K*STLLXSpSC`XzYcjVu zaWcRy#ur}9ICOsg*Bg>MV%%i=y#Hf!%)lHw#!WN2MT67K@&I90ux#N@dJgu>c}K=5 z^Kt*Uf+3eIU;)uIAbse+0d-b;RV^(W7_n=xZ8tM|@hl8{S@E11U9M~| zGLFj#)0ZuW3J&3-i$KqPQ(4Y@^`yA}!M0#_Di@ZZDQ;Utf=2vl-9&Dreu2{G&aD}` zZ}@V(jDvY&6r5yqPbFV_mp{X?D{-!}&e?yEb%G&KYLcz|z z*6TkU>h8!9u|l7znzVKEdqS3l#taPH>7xjnk@4*k&VI6SfhqAmAZ7*k4u*a}7!_Q= zNWG&H-`+uUL3IXdU&C?ZEt`_V0W}vRZ~{qz10v#^3x@c| z>AADzr?M%>YNTw#`Jjt!3~&5WCobJapL|M?)`gbf^wM(5%X8tv;=;0-VIQl}oX9t6 z=#L(dU!n^gBs-E(9w=s;uTz1;rt%tg_w`yPvA-Q69sGP_tnRYPFhfKPvhegRYAv3Mm zCfuz=#bj0eDeKzVzEHHQN>7J_`-$iid`p6Bnp_nR==%BjvX?n(PPtvaSc!n?VNDiN z;F{0IkdswNDpQrFfL z`ExH`@P%bn;;Ep`r1UC$jv2%|FAlL`s$*^YOmn}_c&$gSWICvkCh^VFBG9>&rjlNL zGIWG&zO$ltI8DcIOv@NYE(>~41Q@3;#py4w=W;??U6XS89p5zHff=XlyaM?QXN!L3 zRqZoZdWQgWCHX83<`?8Zl>r)ZE@$yQCHv_JoQyt#Zdz~53Y7nIUc4=H)XVD}9o2#x z6BAt6gsXJXN$z!QbJUunQCZ_wzv-cK zD;gRbYY0h|GDyIJxx!cNnP908kD+bi18Fcgp>M&3x`p*+8P=EQ>%rS-rqxK2jE$tIo-@Hsh+^P!3i(Qh{sbnS@MwBKZ zAdnU;Rw^@<#o;Y1KVGy_6l!1JyERx;bdK0j@`g4M{5KU?Wbv3&MUaXlBeOxmawP6V z8;VX1+a$P?^##4F&)qshM)sc!sLh<+7SqK`Bi3=%^$Q_UT5*4Ic4MiB|0+r`UYx0@ zVcP`!7u7`pY?Lj`ye^OfLY5jjM(Wde%RALvo;8uT`?9{UE~8pd|F>A=r7;&d-ja^h zmNec%KB+DQIgi+%Uj! zv)9cQplcD#4`9)%bY$ttu+19fGp)GN<7mhRoED@X(>MD03;;ZO23@R3 z7bS^Dwao(}orAcPfVgTRRoFGQ3$P0NEEbBdj1$9y_#AGN303Tf2nP|$!pd~|(rRCU zuY^7-L`gZCW~2Q^|E0IOdOWIN-EHq|V|115R#smo+mwuRL*<^}zMdR(jpjOcbSuXo!8(FZo*1Rb%9->qQ?_1W0QsP(`m1_v#Ts`*^=FYfJr`1ni zL593CT$PX1JdRD8c5I9xF|XtS)m>Ht-WpIZu?>`~o#Sz?cLSIjOSR3o&>XpM>4$&C z=95u@4M-SPhjJORLB%dQedT+s!S=Sr3J%!{R&B>)EdakW=?TW!5uVa%Onj{Th&I$H zWPl85h77GH7%#-~n$_z^rN~lBIr#A^0u$C3s*@oSh6>je4)f2#MMd~U;m)D!5S-s9 z0Xl2_;(tfH00BHNX6c?7kNrSQHbXrsDh$`UXR2`Ti4q78SkFWW8YS9mUR{Iu$F*vOz z$gY|}UYmBE+W4j%rS!VJGQF}jEo!9ozzn1-($n(g)#GEvV(^dRf7M^5h8l%ab<(iFPe#_OS zLwP%{RZYgfv6%FZwTcVZp!@2CG9EtqI$(uAw!l{6Sf5CNQ$(blG&}r4RJ`tou}b-N8pX=CXhN zgO}a(ivA839=xVwF8qrTyoOhCp<@Ac69bJ~>Y<>8pMaP9Ri*!|6|u;RnFi1)qWb9S61ZULRwMxo;i*#bC!BQX#VD zj0y&s$#zYFP5s3lv2P3Ok4114OFQC^Ys8w>3>kl$&ciWl6D${`nt64x35B0X_Kik~ zXPgm{51Ymb=x@{~Vq{^{HkWDdMM2IBb;X=GWhWdbE7jR__)WNuq8IHFfHMUNR?z&r z1e55K$$PVyO096Ky#W)i){F0LT!`eI9ck>$b~T3svfNi?>Hp++v~;dYv)C{P6^Rc= zR3SYDQ#{&U{;xNd zcS?2~xgm*d#wxHll6o>AzA{mkIQfaTvOKh?Jdh0JkpL|ulhY{eN6qs@Nbw&D(-gPw zmG@*$tZeaN+M=Tuwl|1N?4tr>z(@^g0(J14xi!lx~=@c9ba1+HyaiP-G5RLo1uOZf{ zHGBATyz2YcmgnjCDW6pe{RmVpM0SO^8rB_ye~!1f%(g%Ntyh;_T2O132+gTg^dLr8ZyltQimBE>Q#YgUzOKA%U+%|3-7Hpr}vC9lQnIOe5GY*^*ewtb((&L25Gy ztXfv^>Lk;lnZ#tejp?^)Kc>`-Hk?l@?x98~SO=kEaVPav9Qj#E5@rYY7nYZC+6Ci$ zmtAhAW71%;7C7qD9coNhgb#I1G^vtbW;jb?&67VLSpS-)=Dbf4U6y;Gse{&@-k7?s zU`0=uZ-ei5RfVUy97Y}W3m}L@6H>DLr$z3%E=zsSP5A9q9<(qB4=HxxHI9%k?oJya z_5d4Q&nqIpp5@|3LPVm?)-z?JnMJR?oMUo8du&T`MF{Rljo@1zI>)x{X1EjAmU}nM z;m{uPt?H17>)nGsV}pLGzENGH{-rLoFA4J4!84O164A;$7WywnvaRTONpNeTG-ScW z;mAc&m5_oLTxJ&@79nw6g?7aPB9AUPfRp3EH4@qAHVhvT4r*1xLpV}-P=ygA;otV_ z7Ovesn0GV`LdRV@;r4)To~sQhl(q=)x@`^vFKHQ zS?U!qY*(3!@z5H!eWC=pd8Nn=3X|{4#rVBD$+2|ola2ZNgGxqDw-;d74Y^RX)Vk#u z*ui6?hD5ww$<@#w*~Mku9ZJOH`|?~E_vWDgO)v1cVI|P+XkkeP-P}`wWs^@SnlC~2 z=`e1WS@)9YZOs04LPHoH(8X(yJq|h0of^*Pz>RbIE))E`i_6McTUa7gF*$ii&^0d} zQfOa(y^R$*t=I$ohw9p69d(pLjt69Ir60OMHp!VcO^ZR(k}EYo{H_$Sb}BTn-~0LU zaJG#>W0#+7PW#RlM)lFa@JyTc=Bkz5)f2^~< zt9hU|NwW-IH@7Y&MN6!DyKykne|R4J7ws=kiEM{aQi>99%&D#q&O?`RT0+zhbV}fuQoSi z?h$YRg3CXiP8tmu9s(TX6P^ne;;oJq02f4BpGuHAF2^7Q2dTTu0Q2SulR@~!r%GdT zV<#%RLXZVJDL3=0mh9T=--B7YAt>OD;M_KgngTCr$Wf~T$Rj~hXac1ry@DVb7p7Qr^ zNx5#nOefrM&}qVno3eDYAEni2c+|*;_u~xZchbvKynOOzUqLkOArOpnPA9jcL z54vA16w7zc?Gi|QQB=MfZX>81h5Rz%><%0FzL$a4dE4H>-DKHL2RLoST`gA# zr*0qNKCQdSe{v1#$;cPluX(F`l%mT*QAjzji+7Zx! zCW0A4E=HATG>j&av-X6Gla6p9#A4(=LbU5K)~9Z+DxytQhh&gnlNG*qPejL%24A}y z>7z+sX%g!jYiHXq8N0A}lZEfs3AiKEiO`4=bF06g__Yot=B%AwTZwUK!TLEC8?jrB zDP|Z)jd?z(Trl*z8r>zy^9kXmyqY#WF4{2qt47`oh=)ufMxn!Xi>@(^ADlhY%!Y}1 zE^zJcyci*iF+YHYS;Ku5nH_!7h@?+73mUmGfk|zW5VJ{s`m|vH+ZWa+IBvf+Sdq!L z4Z}04p6C}LGIN(vu&VnYA}%@@*KDnrDs;Gzx?Z?7kRt-~!2IA|e`9f7C43h*YB3I^ zU_r-`;&RB}j#~qz?9@2IFSV7XpyBajGJ|VH9_D9b>62erU!}`d-~)bf#|8A-pBDV3 zjFfyQtUwgf`2I>H@(O6i@~E7ojYVa7#qTQ=d%t9T&uQk4jGFs)-IDXa)84miF%;s@ zMmu3gPV?JaYHq--M@R{yISEbVD`l)wTt0hiDC#3J6}B0-=jkxY4snhVaSa1(zcVay zkIuGC<;f{0J3@8vHtzlIs)9F(;9?+T5EW{xMu0lM$G(G1p19uZ(nLM2xAe6!!Yt=vt_2E*K>N&>k=Z;a}_?}lnjwJ20ytf0^H@-JZ}t z3sNODp;&>o=p0*$odE&ro#fAA<`^|=J7Nv~3S@3IPs0|m^|B(90x`cb#Ec?v$yi=*E@@4*7|eqg z;!`>?8$WL1pr(4&SIeSd-jfkRd?+TK!`Npo?EUPvWO!03hcVb z%4s5;{h<9>)eA8!ci|v}i&!G9Dp6Rjq;(?j7{n4C;a-2DvX)<0Vcd+hVfO43*nDL!q+o;;p)XfjK=plxY8h-3T;RUUR6Wgd zF}vXy`8v?Z@x8z8+MR8Rkaw*9gK<~iNFc3%{?3@7??!{oNV3s^CNeCIQS9Y69gE5` z4{%8mkN&2wE#^0F9LjXQi+pm)h%!BXbCV7fs71E$l$iWchH;rns#t?0KjC+@Yna5; zD4142{Zd0S1Z?N*?ik6qlHWtpT`Y4o8$ zeiiL`Q|G5BC>dWlLo}p@Qcz3ZV%(si5t;1#FP(lN72FU*FAP; z^X&vEckJU-bmApZi-nAb7cbt~SY2*%D#wZ{KKx13{SO`0OhG}`U#`@93heu4n&SyP zOPGc*2yxT=t)|H+Vz`em+NdMC<4VEy^yg&%%5IcU}K08x&j%BgQCHy2mr+x4C5R+b~x9oT!43S*T8aqutY1lonICL*0?YA%7 zj18PL+Odb;n}+^WHqwU+1M70y#DQZfNRNCIBW$uk&}H*B9G*_2ekG$+d$m_5j)-9q zY)tlpkt?kji!i1lBsvcS|Ea!pYjH3u=`+#2??IRJOD@ZlLBx!T9%@f|Sor20#OD$ebJeSyLbeZU}mH>H+{!a$zqT6zp^0nUKXLh2#X? zT%ivt!g61!{i^a4Y~5-&Cqd+R1exf!6Y}0*eXb&u{CNScEKT|W6OUrYYT}uBNCF4} z4desDc}xE#xYgfr2{bdW)AkI%>lg%rJO_vf$fC?zig)J>5bJ%4c55eKhoT!Es}Z9W zqHq?AJS*wkiweWL!t?bkgg>=gs8iFFnCBFIp})8}{MUnUxF69K?>EHn>qz*mjo~B+ z#^f=t4g?p&{jGL1ZOL&@eW_M+@?q0CLx_J}hepUQ^_uK&B5l23h}ExJ8`O~fXQE`B z10=nzLh~ItOX#$~zG?knk$4RJ{cLtSt{w!c1QQ!W%VeYyb^13bLczWv(^0*0-Ax;` zC@ks|Z<0Fpg3t%EmfxmE(fUS3@wZa3Q7K?DkKR+Tfr5zEs2pjP{d-qc>VlpI6+EXF zeYTx}kL09*eUJx~7P$;E89s)xEYKs5M!mMDmw9?={2Gy!d)rQeW_Ni|oLy1jdA)anyYcehZq&^5@FzyJy zqcdWJ zShQwpH|Cgur;f(VjrKzJ>5ct*9)cj2#!}L>PaVCYQU~>!_UpZ)dY#wtDPeu^K60DqU<+zw#N1K5$?R6gu3vfvmcxRGu z*G9ypEg`>HmSR&xPkXmjaJjxL@*JXYtRXdpOFqd{XTFv;eaw?QqlK^0Yjjhfzh#TZ zc8NdU#Sy5V2MINjdXHqc^5(NRr$fV&58>aP2M{RS*a9p&&tJZvK*B zdRFuMzoJu;EIwj`!62Uf0ImdJw%b2(z$E9k9V3@UdS4`)TGx@j!D);l(s zxj&NvbdL9KT)TAbcq~=5X8AL17#$BOY!D%A;!&Ol(_9LKvVzT5ifgj(q7_M%?Rr^( zkf;qEwC>C%!*i!2W0zp1PX$v?C;ePwDzqFpZ5{8Xh0569eyk2$@1_y9UtC{ZeEZ$4 zUpY1M%Bihid2i&E_qKi|M}7IiPH*|j#ET=dT;KYY-pDJr>aQF~5IbRH&BBGYy*=@A zdVSiUcl*J@z4f<0*=mrt8-wIEl!J7vq&&M{rP&=szpBssGtCCw65}m=p^aN7q(WwN z>IRekg|U)W_EehiwP3#rmutg%bE7iegDXoz?&Qj6M7&b&gywawfDEnK47s5IM}?p< zid%&_Sy`I<;N@jYvpT9=+Swt+_~a5?Rke_HGXSvq*0UcgH1dIDlhEW5s#Tw7C7=%} z+>sQy6V=(ETb;f#!o(gWI|e{!DH3ro+P0*u=o5k=<2i)^_z>QvO7I@C6V~d$JT01` zUFg%14#CJmeF|E20A)^UNr=Lf`f8OE zUhkk@|G(x1w!u=i$5#0yfdQV9jg4NfjCd4e4+qhC<49P3AWH~ps0pR1@bHbGZ_TPL zwoCUi1Ie{U?&6w6ICnj?moqJSmcExp8WN^Xe7e#la~H}%I8<3gw6X@u7Ye|x&o&lR zYQ=d6?;uyo2jpbtT$$J z^1x9jvZI}5R2P2LaBFhMF&bW}T5)vV` z_MU3wDK^myh?)fFF#~2s=r|avhGVQDhcZ$`T@Hj3rU9_ctEhs)5M93p^KA~(|V%Mafq8Mfu8XGGSM67SbHGzpY;V-B*DVm!2T2$lW(t% z*EdT^IAC?0ycWGPDx8lB<(Xz4i4i>CM4?=ZbD=!P@YEOeSA}II2Vlf|40jPdF*qaM zI(Gp|IW+;-A&{3SZ}y8Q7eS2w$T_y&kCo5kg^h7)9@No9K9@0?WLaW-I*|`8yh9N) zML9iuPd%lz(^Ou$9g198M^CY{ib;HSq3d8cV7Wc;sc0U7d(9NQ;OQ$18hPP6!r^9& z@bCOGI{VFFOwp7mRD+esgqic|$~T7FgAmPFW}&Z-cvTXQBLR$(v~RN$>A#WVk6LGl z|Ku#xn#EL#(M_1trRL=FNy|tf2c)+2xO+>5zB_Rwf#3DrD**DDFK;W{bMC=)HLAHh zzp!qAXuUP<5B=uKaBgF5yI$LBgsF;^`^n2|bDdL8nhB>gif{KhJKyjG%%m=IHpOA@ z^tWgHpsTy|A`|c1k(cFHCPlC9>UBQQpIqm7=1ZAk=f1haO~K}A$9L0UX+ztz z5|W%Q>QlyNr?Aim_iIJzG-^v=A&!cVilrSXmL}6ON!I3r>i1@)uzq9hbnIqT*LB={ zf=Kt6#WR&*b={`9XU@+{%^3D>7Dl=1@HBxFn@Cvxa_n36 zXsg0uxBSJ~_L_mW{UYX8vj|n+J0Ki01CaKrsve?MZoSRko;|^&`iTS{8?1BT$8>P- z*flciutp^3511lm5zt^%v(S5=EymswFYr$WSuO#7B1+BG&5>Pi2`k!^4s+YR*71v(*POA&I>B8}-5yZeX;i_|tqpm7xjR_cguae(p)ej42RTa92 zLkVOIYeqvtJP%$G#4APEr(t(^5#-H~_yt?1$6PyEY97<%b@h?lbgxIkA+elz>AQ*9 zG`C?(j6GZ0jRO2!jEL?(%qX6m-87cu>$e{(lMISIT*N(DUmr=b?L7EPI6;<~dSfiQhvHrlK7}c@%7$1Nm2eOD*2 zunA#1W|B*YQ5Njo05^)grIUHz&5c$0$;Lw8dT&(K3{Yz(vtm_uv`>-x-U0Z8iQ}b} zU3D9{*Rcj&_5JZu#;dRH7d7*2b3?fiVmKAEGB=@zG-ZJh1pi4u=TU%`UtnRw#VEc^oF$54VjEK6?BnWislYs;Ub zOKz|YKQ|($(PL%cktUP!*FHP(Vo{-R;@HR6&5` z8*UH(x$ZKLj<%6$TY#y= zn)d>$!RbVy=ZU7Z#Sg-;>t%~%WW&OH^D*d|nnLwU@d15eRj+UPb(o z-b9Hy;;%qEuUv@#y&6`?w2}F4C;k;o_39Pze?vRFzsWq>(nh8^PyArfYnOzzQosSVE3?rdu18@ZiK{-Udb8Tedc_a*lK&!^c+}u#+ z&Lc8&!(|q_$~^F!jm(@lQ@%*t{C}3pT&f^p+(}~TcS)F$275t3kd5v{!W=lyN?#H- zBoH+;%iKEJM#ig1*al6kvnOG9CDFbsB;>(gLX{*G#S+!IA+s4ahRTCbPIN+3j2m!Iw~j-U-CwK9JMqXxRVG5^8SFgk#LJkxeV77M|aT3cRUBCqHl! zwSscYICrPTEez0X%@K$eIzQHBJ)frxnDU?Y?%YK@_$0)R3tN_oLXN*c&7)e3Sjzn`i zQ&1pc`SK_VZe%3pe363BCL{d(WjbqQE)SP^ZX*p?R|F@HqmW@GMEiM}2ftECQ97~N zlPKgZa>`mg4W4(L=)yi4G73Jj!j8eIx2uAphTe-OD3q0HhcKS7v(&s>crE_GaG@$e)(5zs- zOdA7{F2hbxcKTW(@0+x<7>P$Wg!1m=#k*EfVe|xI`qOkY9dTb$i+)Lgm-n1Z=V2yV zeu*wDf*>87=wc|I_i?2gj&Fz!c}KUKo+KKxS7zKiy6=b$bu`jnXR$%w*YtAm9_0T( z7kaq>JI@$JFOS<3qfmN3J)G#!Zu-aILu^7b`nTqXo&#kT7E<;5cnDxe-wy{8ZBj8s zI|y`bBU8+RnlAmx)Ki>^HCe-q?vcb66EpsSosOEw>do{(YF^12q`o0~oyJ^`y&*HB z-NZz=vNEt9t=eXq3vkva4f?iP^Pb_uY(8{S@{kHXYwzXa63l zOKjc-&S8uBJxb&b&b1If|lOgwCL;D$UbiNJ`dcV$}MR33QqcoThaqgI_M>rTIrdv}NobvdhpA2IGD_sffxi2o$+*I&*N zTep`x-5wk6ews6%KJ=An#47Gw5mNA^dEB|{Wklx#xzf5dW!TD<_FqnPZZKDVA70*n zGYt6;AI*JDy-3u3k<1+rWuDM;UzfWfRqx`y<<^IjHsY!t z6%cD?&s7%;BRUmhRtQ&TBh0=lv}I?A4Lz#ReyI84sY1U}Ad1+lFlIy5Q${Q7vIh_| zs1z-qorEo`74BW2u^qh>t==yq%6p*j=z`)kAVblXA*1%`s_@Lki_-fm{5K!M{Wpr< z4`Yc2?ojlb-W<;_RPh>b{EH`f11$GZne3Az0^5irh0%i2n}diu0P^pmK$cY>Pp0>A#*xtp-KuLHtm> zrg$-`fau6N#fNYoINwBGIes{?;d^*Z>Ys>XM_!+D69W72b*{t4JDvC@FQBoy`Fyi1 z)PjM5yjzqJHQ)x{GI1NRh9mj*aWL5tBj0~XOVt1EllZVSA7b8N{J8v2sCET>d~3w( zmQa407ET!4iJ$czFLLY6&-%c?U-<>OwTa4t_(gTgi9)*Y=0@mmeE*Kj4q*$3x-;{LN93$Pc0Xt)CDT zVusA@eEyc0gj&#yf1HA*Gx~(g$rAtUeKoPExM)*`yj^Y6?s>8$Pi`)7Esn~MKn zR@GcA=0CN23DsrrpAwOJv#k8*y@ye!y=`Ru|KO{_CJ`GmK@c7aC^83aWML_S-TV(k z$s1%oNE2FJ>4RFL6WaDiG)MtLhn+B0;CsPqJ)AZ(SLnEQ8#1omMmAh4m^<%9*l7m| zJ|m477#0aVV(@@pf{iR(E%baFh=s}p-&*ML|C}iVoC_nmQYiGl4kx`+Aq-r^hz@iY z!pfY9JWRr_)RLHnlAK_FfNXB%c>Cc4qiKv-7iiGuf z@o2gJlIgrx=EoDlhHvnd_94RNUU+WHzrxl)sP?xWHZom_u=m0#OhRvE7KYi#v@eAt zAMjkHmryj+1>@s38=1Lhuu$@M4pGug;cU$S66Y(kx`mC*;et>a2pb=}DU^+bYD)$Q z*Kdh9|AwTyjhqScd!c zFDZjPAwbn0<;bVVa3OxmaOQw;ZKMoe0}UmvQbxh+*$At0%=!wV6PuJ{8$+;wP0H8~ zFu7}qa-z8=9@pPfPIf3G*0-y2`tAKtS(0*2kT0s8TDee-1e5ecX>R;4n#$YCpQ`ZU zf{n_w5ga-lU*+;Yp<;1_@@H>9qU>2Rcg~lY@1e}d!2MILZDjg>%C*a|(U@<_^>!YZ zx*sann_t6bkIpH#=HbT0B<1$QNHBvdm3xaf3x>k8%I@am^hw`%c1|z*yS$b;+v2E9sSGQ`R`dsC; zAoPZfB9+%t-VpPcqcm64gjrCk@~_BpVh!#o|Elf_6*W;l?+2Ubc`09(6r;|kDPK2$ zX&RhYexC6Qk@KI*ug@URyiY34#%j!rJ}T34HL>VPsz#Y3iL?)FWZ79Nx4WlNLzdad zb~I7Br$E4W)v7kvWAR*jvwRU-uIkhmrbz0b>YPg@06j9GuF&R5fs9 z5i;cm8(Eu|s?fOkC_2@u(Cg6H+X_|mwK!t2IjV8v;Ix<5sp5Kipl^7onw^Jr`yN%T zXw-x#qoHc$`EJBgic~AFNXR4Rk@7{;E~<=wpovnqMz%l3cKM2bx3u%qB){rwd%<6PsIEhs(yVifasTTs*-Q}`tlzZ zN)}XKr=fMq-=$WJ<}swcmif;inO`#0!bO;9bdFjx4K|;Uqjov~!Ba-6J!(PVR@>EH zCCv~`J7pfvPFDnPh$>M42f{*LzQ_}0i5JI1J|bypxPr>Pe`4nvjet4>TpW1?;= zv#pzY>84&7QcKmz*`H9CGt?>b+z|iKyVR)%;)(V0S1;F|B(_mdFTZjZO=mrIRu5?4 z-@EGU?su?o3w8E2>}+8#^>$Abo4YRRoZ>PZC|pqQt%Sx_D%AONAnN1M zf-iVJez*ESSsAg(%hU&T!I-88tB~sJxTQzCY1M+22-6dql1m3rtS)FSG>#|MCsT8^UT-+#b4~fwbgZk;lus`t*87C! z&Sf_o!{X z^^udNDt!cwXPKtTx*wdWsrqd;1bM5eo(hUxwCb^N&IbSIR+CoW3eLG?wbp>~oXkf> zt?3zTc7K(&p#c)NZ?ARzeGW}DeEwfV1l%%254wPo_2lTO+=>)Wu9@=uD=e`wi+z+c&{2F{ypz$H=NugyK~ zjdFWXo7eqMoSX+}^SgTy4PT_)Uk0bU@lAWE(2=M*TKmg26s6WzK{F1OvTJL9?K2h$!v7 z!6>gzKWHmT@FI&@`@HA?vBsX-clV-+Wmamx3RtI0w)Veq*w}+gonY>@4T)!!PC4Zy zv4A*Ti*mH%Bf@lTYG>nQBS6=g{}l%~K|0?pWr&i8x?Z=&qO+-%`Jkh&&$5{~m{_js z9}eG${ZltU^AQ5R(?!)s3eI@0i{4W~Y=ONl+8T+Y`U$$R8wQ|wt<%L_u@KW_=*-g- zBazF~bV)`%`u~o)Eo z5ABdQ9CYhvV`s01>efHU#+H2tVe`};x*hki{xnf$l164qfmydJ2dVU;gN3m)3u@C5&Ds>N! z!vsz0>zD@0ug@MiW z?*AFV`+ASd_0bvK*ZWmF;A|*bAJ7Pb?61}bu7Qf{=F1ezWEQ;D_Zx`?HQn|7vivcO zHqnRFgl9yYesB_;yYiYoGU{&}*YA_LHC-RQ7MeFNa@Wsp0SWIG=x1M1Aoq9H&z+3w zm+7QW&3}W`tCs1+=~oOZKs5BxZ~Ps_ z(SK{}gK4;v%*i?f^U20>+$jT>jyy5Dg+XKTK>SDTH~cVqBK~l&$Kdd`0_S+)hDN`K z;3RX4p>YIWG~CY6xS%z$nI#6NlUQKY2t&&V3&Jkd;89qKziw3+x;Quz3u68F??gXCpEu?y2p?BN-+@S>nkzEDe7BKp zUTO&P8$fLOP($z^XdYiSGz@T$C${z{!+>Sai8{?RgsfPK(Ja6)$PqSo$ubNL!ShqA z48yKLpw(Xt(Ic8-I$mU$X!;X*;j&?301^}{HpID=5skGNW|(URg7CYBc~Uj{^=QLS zP41wB2{xpKAfuHYG5mad1SXYPhSfbQFza2lk!3Y8Y+US!VRfwGm#v?W`Pv&!_CiAH z=VG{ELYS3(GThnt235{rcxc4>KQ}OZ7>GpYxW!0zkr;Raj7nV&H2c(OcCxoayZqef zIRhp`oQQv9y@Q?z!hcIwlHl8RdAjWqvo_vgy+v~RR)F&@u{wm`+ z-)wYB3yc?+xWMG*amH&6VlnkTFy8X$Kr|!Yc>f%#o&P~&MTeh=_z0Qm3>(=dKjR;X z9>jjEXMA$>9!9P^#t&;2BDKCUe!G7X!{<eXx=FPcW(a;fSaE z36u5+PS<|;XwpAUM*T0#H5ophmB0SW0Kf0n9^X{l7J>V zr>QBY3^k(j3)8VqFtK)~sbq;`7sPdE)455I+`Gbb+rAiof^8vlT&U?T{)EC5F{aPE z!jM>Y*vR~HCc?8mNalLXLu~8ywV?;!jQ8fd@;-cbzB4)TzIwJo zpq>`%;Qo5)V;pNL-W+XbNg3_I#HUehEIDIVG4aIMba7?OC^2htu$UU($FgziaVD;r zIaus8ccK_RZ@k5Gfg2NR{h_p+TG*0_F^luXh=jjH|0O-eXG=~?>qc~-mPNdztfCjn>|6|**&AhrFpBxEBjoQZj~Ml|zSyQn6Ug`Cz4&f?58j8IsD({6{!mRP-jCeW zum~yf&t+hIZ0lJQr^Gr%$BvohG;@CZSf>`VVy8@->NF-k#%bDwF=DOfj+Qk=Z=Mnd9$V7>PGFWr@9a2B<%a`IWS?Wi4qp;P?{9vVkgC?qa<6(a%e=vY zM5jKk(n*f}X#Iz0H<D(RUWyCJQ&V@;(SwV5lMB-Ju<&eGI$ zR$FRamlaz_)?-f0>e7(KbJE%-thaRBiQSV1HD#Nmi_O?L>6i-(ux@G2dNOOrADK5N zEp5rpTWfo;+Jd#GCzCkoU1!!!TH(zWNO@hEw=_AB^_QGOn2+`SVAf8M%Ez$+$uNQW zN!=&1PSUAKY)OrSb(LOBWzVFsGuTqeJd=Ht>}RuOQrJ8;NP0b=1xnKvv1?M(1om7C zHe>0KC3s2vQr1rznZyF5Ti#q_sXB?(wKhp%aZJkphc%L1Q&|J+qEt45Nm=cJbf?3*-d zKl@R-vY(|&uMRR-Ykmpq%_Nue*ww8|ER5}5UdovCrHq}H+?+U9$^9y`lR|Do#+{Qn z4{6z5R!4gGh*gSwST||eD`qblKC!me-JjSVo3I_EsBdhRbxRe)GJkWNuQZ?M)=6;! z=PA7uxZ_rXio-SrYPf4+&KL)&b}g>9B-(TBr1;ug+nWEB(tU5Pu2fi$v$vKv;Lb3s zTVu`xi#c+Z8kxFDCHT)8;moaN(k~sjBT`;Ru49ej+DJe6a2=$nKHQIzw?7vqjUULl zNUi-jgS5Ff=P%s|P}A$>=40RV$2Q z%BoQ7?x$RYgVgn3?w}N!$GKVm{g2zr4xdom=B$qtiX)u0o=S0$SydXvS*5j2EyY}w z_3yfh6lVQcUr}Fab#YeQQc3L`*boI5Hc|T7fsN7Nf+-NMt)#0;g@a^Qhjp}lIj9cn tZ@b8;!~AU*<=$LVYh5>mMr9q+R&kKG7J4a;>8x44iUfr5fK!QET>@w0h0b6M_!W%BbK8MSF@RxszhVQi zcHePf3kI+j+zS?i`-ye12akb^z`t+606#<8E8k$Hphem2VC$2<8k3GQ7iL|L~uSa-|JXG z{9=PaL>^4f0zp|tkpBy{@$(bguRr@ILUeMwkg zmMJ4eq=s0AJt=mtBVPTOOhNG)EQB76B*nfn#A^hQ;vi;qsTFu1=Zi^^|AE+%Q!=^r zW>Q>I5PRiMip$WMee=NX#2h73+$<;Rd{8EzJBAc@O-+ae*C)kW*z@bUr1kS5PyOh1Q!thoIqmuBBF8iW%Bez zBu-leS-vH4?Hr;y^JFs5$uhZQPvUyWzX=Aqxtv(tcoKI!Ar@&v;_lHzbHYi?YDL^B z5_E^Y43^28W{`Lyh^T6j$#MX@H(y{JBQ^6#HJQABWfFhJ;1@A-GaG1SvaNU_&e`EA zByEo-%G^d0bb%FLCS~Jm#Ljmi<#@Q;&fiHn{Tfj>oUen!I<%9teFwp{$5>d$^g=#h zI~=IOtWsh#*HfkR*+k_wRI@u|cklz*YzQEBxhd5z*Ac(zMRulSqS>=$@*_LQK1V@R z=0XlFq1Ds1({AS z^+QB+t*H4fxZEnEsRh+18e5TCng=%OHMNWbo8G5Zva23PtzdN~=DU^J1e@)&l-fEt z5xdx%+RxfX>|2S2-+Ng2V?MRN7zmFx*}~&XEj$q~le_G-(94lJ6~|$wwWw#y&BQAQ zP%lSVO+`-&>*UB}lS|En{cliOE^Pl!z5cC2>_j)}(-^XDK0ziAETcX!Hy)fyeOhDb z|2jo|LI=Uq9icw?i{K|#QlGOK;2ZML!c03=mdR)CCy#p8MEQl}(KDae(PHwfZ6MzF z5qXY)Bm1+3JWreA;fqx`0P8KW@Q1TZw(luvzA!JFd8uZD6#A-G+^;5;^F`ra0sFNHl$`61&{Re z6Adz)A{w=o24QCO+mQyvE+$r~uZ7Jw(U6zPhz0#==(+1eFMKR~Ezq#q^)RpvG%W5q zTys1PD=s2I<4nUYAe7%Jm&x8uq~Rf}h&P@|BSP?;AD3vvgj|^IGct|H$U#uqLnDeN z5kFZ>Beixgw_z6AhFfS~MJ9_JY2nsd7UnmlkwJ)X?%QbOf_22UdXSHVfj7TSKHfRR z`*$Fpm~`T{3&|(;0DONp@|lkbY|N)oKOr*bTPE_WH-(sUAM)$Eli0CAAzu4=TA`dl3&En zJ);@dY{Bg`H|8Sz!XJtWgo9J=r}!GN#HRJ2`37WG{Y{%_;e2?mpIMYR4KsPM%)-}g zC~+Q?rGkP|RwI~9J85Bb6H4u=g_%vEw8T|JUae_k&uroiE70b*h=Mg7D7{caq-{#O z?_$6sO_W*eMRdOw?F$%792Su^G9M9iCS_eqBW{{lfe!A=Bp!5z4kgw^^czU|^Wmw6 z^rXXM;Yzm@(@AGnqQ^;ec4%ATb|rK+3VGhoTsk-F3sINuR6Gc>9_U9U4?ZCo`9)Xe zT_;9E>6-O>;;X&s+JTP<$+zh5`UOOr`dPSJL3gdA&H3kNdU+a4J{<-VE4D z6m*c@%z!Aqtfn_dD--8l^l8dSVv9=Y>k}+#m+$ni-j#UvH2Q@Hk-LXXHYb{Xox)07 zE~N5LVaP2G(4PZHW}6&hf{QP)Gt-$6f&3!>FQ%GU&qTbp#Iy(CLdTZK;W~vfmEqXAQR}sXE&a>8k#}Ta_$l5eFMG#Huf`bTR%_3Qw5$B0H z8Cb`r1;qXyz&d6)!{@JL9Uog0OTNoG`D`U#9>F>thwT6KW$p{pkOTU%?$)-%ite!< z4`EHdCs>cipq~pH;DBsu*dI1*cQmnwYuWHUGl+fP%tm{7wOzX(%AxF__J=hv$5)U~__y887r@Ceu&k_&%X*o)cy~ z+mS8IhSH54#uADk!;~v5;bIAtrx{y5y^Q!>4O^i(PkiD6mbPs-(R-0?wt9+zNNnp0 zYoZT}S@uFT(W!}S|8%(GF<~s{=}ef}N0vJs6Fcb2a?L5*l6&lctpVDfY+`whRYYm8 zz&UUX{aGHAj-77G3VPlr=J9}?E<$i>c8HzXG?my2J9gdn#4 zGLv2I0NohehF$iDZ*QN@N|o-!@6BSR)6Nl7C$nn-uEf1pvuk5Ai7gn;Zkh9eCZ>Aq zcA6Ej#vbghqX9*Q2YY$LiYUpBy^4URNG~D!i{|of~e-MXJr{q#HYoqjxptg6Z6r}BCCid%`*tI7Kg-Ujn(CX=sO z!Mzu$iA^5K2dusd9TK>&9g@_%SnjuV4)NXDJn#>6z;_@IGK)0*10Or00QSFjH6OQZ z0kOm!KK^Mr@dLN%;}3*(amu3`YuJaR8)I_edlff|5aSkFx@48)Il@Oho#YLl{g z?1xXpZy0$T$NfP8Jnj@SpGVy+d}7PvvynMv74Z0StjM-vzTn*+;;RPog(DM9L{@vv z2dKF9G6nSozPhaw>~j}Sbzu;JmZ$c>Qmu04+pQo|+kC!bbrF)*mpmh?9kKPc7N(!# zyO1BS^?rQ!E!e$R8Q*J%Ecxyoo~=km1%8z8zjKR7ujV-)iix><@;oaO9;kTE^QJ;6 z=3nCZuNxs=zvM^qQE2?U%#YQD%ba?cAI}?3e0^67KV|Tf%^|X=1b#BNjA&^~ex?JK z^h6Oqa{@2gRg<5&3Wt-G%+GCeCAw(h7ps{oqeyd17e``efAA0L14KRR zq(R9Jc?y-%yb$Fc3HB}EveTys4QqK3bL%8DdV!Vfep+bUE|FOOXraj`=v?>$lhEWV zw0^;M!Koc`zQ`X!GX}>I{6uJ(fsuatEwpRClW2IV(D^zadG)j9VOpzu`tdora zuM;MA0wW#?QyXqYELkW_^~L~}RTUx!2NLhPL6|_DuPcB)`n z2hVF7c|PB6VlBfcVBm|Go7(`b_r7wHQh-cMLCwgFLNYay*8O75<2gp3-C z5ce~Mj1^d+uz5npDU@1nErq=zUifdAuur;8ET~Ax9s%W?qZM*%8PKxXCmee2L~L$> zaQr|3a=&fD>CO+y#D~TUXVvKKWDS=oNCSl8t4oLv@Da}c?t)yfvT$)f2J-!faQQ-4 z;#Jax8xC+lW5R^LF*EwUQg~z&Lwv@1;qem@HQ*uP^{7l@OOFVjZeZZOoQ2OLVFh`| z6;jAB;;GLS%HGHgHO&<2g^!T`zwWQlAt~e=hAJwDS`#JzR#d$TGaS}RVZ9zobG5Ug z?&~?kyQmem>xv-jPYSy*%wYB)h2v-g((F=2BiH)~QVEJiF(^2?B`BJBV&+}-iYDJG zfHM`%C!}FO&Wd*J!iX;TD*DdD^S!ykqpk_EpVLg?W%M9^5i6&24N#n^r2L^lc*p;60;{9h}=nj&mVD-@G8a8%)Oiil5-&=Rbqi1-YL)oh_+ zTIq1alt+rFte?b&u2)2d4@Q#eshE+00_S9wVn&uP(YkEK43qg_!$ifbY6u$ByDChz z7a}^T6mf=FB%N`J`O9OWELMs|S?MUDE?Q{aOeWjV*1{bV6$$$Sh)t0c3BSS-?OrNU zhCCzouD)VT@1t-)?lM`)C&hZd0Z3M373+^cq*j|1rp?nKt4;qXHlILR{a~3QJ-Q!i zwxx<~i{MHdc2{iMgHBaho+4v0S}^p?!YyZI3JR@acLdVzJ$Dtm6YmnQx&eGd{7nG( z7)%DAfagHu32%Oa&xyZv0>2@Xay8)qLFBE!V)rsszf~`Q9OtV*0foscumbV-L0}Ey z)uKUboUZ}v;(P~K59j9l8sPjoh%&pn0K)TCcTw!wJqis?2SuhY@`RBdiv5%Q&AmiL zj@xyj6{b7#0YCdkk#hpt`LUwnK=l%0j~git=|YIT%~u?qhtkPlK&VpF-o}gG^qxpQ1D=9QN<2xIPLZ9&}N0V=jDug*Xdc z_A72A#lil|zAFAk6Pee|1e=3*758$yh>vhkJbLgH4(OBO$*@^)DE^A4^U++~JleuN z^%O5Yl@mYgp?G_36@tzv#YYoldOASy@xo1X#j+HiUSOuq*A$j3KiY+w0+C!A6I+pC0lbSuTr!Q+W%WGH^`N51d$M{3C zF(N^1wFa)Xj-%KryB@;nII;Dr&2Z6fGI?s0*ml<`;`R;24tdp)MHh;$BMih0i$vFC z=+MwMV&^~;Ztyvd12~QiWn$;uc;NE!Vwa<9iH%W@_e(^#d)JV| zC5S!F3?^2%PwacO3wlHI#l8=5z4}wpqkk(DDtfWsEJiH0gE+VZ18aL%9FjDPxC0l5 z`_3UYYnV7{bW6DA?c!)tccelulf=Jw=LYH6vs!xGdcu{6U;GXvOx^B?hTiFT?} zjyk~6Ry2j?p>r|MT?|`rl3v|6U?1a<9!QvJ`ocp#1Y?fMohQ}T?kFJ@TiYW-dHCt z%kEF?7893Uho4y2NL)1&2}sNUF}Wm>=vcB$wsWSKV!(N>UR)D1n*^=NTU@gnL7~b~ z3+s23$^LZ|*ZzR^cAg@pE=SSWq@uWP;Tkxk88Z2w>*9v4c!08lxKRV2uDC01>IvOB zp_a*A!o^)n;4y115OMI`njPv9};-ML~#BP5V3v$u-`+P(^F{A;JYlcid=ek(*0Xp#VAMv!g zIlb$WOitkzy1I)O&9&sJp<>C1mgqCA7B8Q@O#@lLA+c1YBz|;`c=bjSy3;$v8*ROa zBu|+F8zJ842vH=JiMOxSCtfdGymJpO)+*h+l@Su1vAd~p>KjIT5$3DV{q@1xR>o zMX|hI8c|3aiIxXqQ)Pt2FWg0E=Zhrl{7THOlcapH2)S`ZNj(;VJKI-MpWK3AT0v6Z zc!sXQcu9-u-o#FPmh^S1pmkJR(r=$jG`Wsc;UdPX>M2#K8IKOk6RC1#HPOi!nXE&; zRHfS^49Hrl5`aCA`41$kwFnv6qoum(P?_sHqy}d9v|W@b&_1cbN-Q`ZB{fLHKnKl} z$=CFg>}q0Pi%ky;d+&xz!I3ASTPhtf#{zyGmtt9r|DD|8e01y7z!n)ODvYoC{&k|g(bx7)yh^CsA zD0%EQ8Bl#Y-~eu5<8H~bWf-yFWzv9iIRC4+G~zk9e5o{&SrL0QMjE*il7BWv^4*UR zG2oQsw-2Jq`7DiwgXQZLlK-0fD7F_#0oYoiAxbHz1&nOaLTQ{i6i(jQ_9&RX#XGl?IH*s*Z6ukt6R^xlpObO9` zLp^Dx3hBc0R+6dCFUUMfn)@?=*z^ff?5zwW*Vkq8-L}%g7|i(A3Te@Bjs{DHwD=K3 z`+b3w@Db_9Kk1TbX?u6H4cbXEhb^`+yi{7Y4A<9*GI{e_(y9dz$=-ERa!;(phEQou zB`56et(VrkYlV)Di?nGs2AVTX+HwF!+SLxYcnaMW;yZW)ufCD;FW{YuEG^W z?L(wpWehoQxk=ic>qUHIcWF=YHuS1vq`jB{f1WSpbV1*uu%DFk;u#t!+oi${t|%XR zNN4nOkPg(8&P~Ap0`^K5lHL=IA1htFv6TeX2dTuzi&*Ad>GCGD7x{gu)B|}>_tjGA z{P(EpPe?be#GpGkQM!5f1u>QBoOJU?H<;CF={`I>O=&1Sah*hL$0q4nFnUloi=-FU zpNQ4mDZTW)f~46>dRg8ZUB6b+t3GK+CA&*+j^YLNqNF!Pg{bhxNbhPsA*y{+`W6n6 z)}Jbsy}$&|Z&IpL%h8&uuQa%pqNm+SX~>1{nZC7E8W*dG?;4}5@ZkZH;bdiv3EfcF zJXY3D9zmqpCQ}egl(kn6hTU#g*1nE3Iall%A3`v1`f7ej`pGfjS|R``ai7 zO^7D8@Q`xQRbQB;pK{pN5~6=J%HiLiV()va(tjrGpWpng^e2Vng| z<+5q*i23;_m;H+ssW4l)@?;ryDQ3}kh&azi7e38!}| zHy^|RFPADepUi}eUn_U?-+?aP9p#RF@6o-pRqmV)zrfs-dwk&VXqz&V;=#AdeWs4M z(KT9Wj%DmZd*wmrQ$!D#^5D_0#OM7`=Eou9t29h`~^5*pK z*x4DSG~F~im;(jMza0$3myJ{2cd3Q0oKg9tAzoNRrF^ptzJKXI%6G3q(CaEzzHj@K zXxtFxx913sQ!6RI|Mo)8T3=Z=2CY4x>@Shr@Qcr$Ql+j(K>(&QVxQ|NT-j(>yQ7S|DaAG5Rsw&^Efql&v zs;Vydy^@KlYUXs~!FN^l8@T^%6_rf}?78JCl})x6@fW*PHXlEr+4e|f-^74D@JT9% z$eP$Ed82CDc0Y8)R^?Oyq8Vkl|>CRrw1{aDpnlTH+W zR@E+L5N7a~%2lvJl$@t>YnY3s`FNQ;$WG;cY!Pza->P12-BAIOh1q9Ry?oC?ciO0W zpMzO@kN;SEYfao<$HR}|Vv+-uttf%k?r}e72zaYXX3sf=Yy{*bc7WxlU#bm-7Y%)}_ z>$?)!{jG|ZpksE&RPkwFiP#cVe13bx|D0^q{OOKxK-*LcKAwcnPF5|<4ukR;Rf{zR zB#@|Dd)IfC{%ogO*BQF?r;2J_-YV2J3%aP%I^Dv|NR?LVMZ9E; zYD>#{#BThh+E!SC?Ss9ljEGk#AI__GmUlrf`j~3h6DZ;DK-HdU$OP-(RqZ_tKTuDj z%KVP|^Ovf!)EaoiELC<%3Guv{s{L9|;(dcvhnnFzQ~gy(s)P~Ka@Fxl=IzE>OvKC;VIL?CO<4ZFi$2+PFG#%;fflzx9Y;xQP`c^Ayd$e`Jt!~+$o z2VEayTVbN=c`exYFe}x!GF<<9QT229D&n(-sDA%UBYth3nzt?>J}FWyj7mb{a!9RR zh-g`9l7-gE7JjXwu9z5yZlG3Ott(ve(O>G?S+I%*v1*fb&^|21Yqjmi-;l9NrXc#M z8^o01Gosn*1}hOPoQA9I(dB1FL28FC4X|bOK<(JumRR*;7Ou8cxA8|_U{C6{)~oOd zNegwmDO-sRsIG38i)8hNx7y7O6BzbH?LOx-@#|I9JrnbZgjCs+nW|!4%S~#hm6Dn z{I;scK7njooV2iDqk6oD0%b*2nf&|!_4s+|2v)b%p`q~cRXSN%@3>5sRYe_kvYdGM z4R!b+FtU+)>Xb|*Dvi|j!{SdqlC__SI>C*H|)PdoZ58rKECLvqMo-}OT0~Q z3sZKeV=o#oW2HJSd?oRH?lJ|h+bk5G6iPZ*Zsq<#tnV7z%4TdPTkISQ!jZFT|{3qy^DJDoFaI7NYyt3Vee8 zWexS=;6hY#Au`#LB6ZPubbdo3)Mp$KOD11dpXmc7jaZ{TS0@bde^Dp(#k;P=rxvL% zHB7{okwSgBdUtrXN9rq+5;22i>MK+B5ue{veKWNZ+6PJMTNfOO6m}LW|5)g#QokJZ z3l+|H3pX54zuE}hSR|=m-`$Elp_=+_2=a>^_hbsH6!k~J1W&cuO8xEXdwe)?PW|H` z;`4(=>Ys_oaQcl^|IEt*zo>uy1s9#?rT#tmGclL`>fb)_cx&sb%O^#mS>8+i=T=Wx z(Ps6ZXCl$P5)I{G1#48%sKz`+E@&&0dBkdTP2i~h`l-=l~D@IR@PM0(9P_#MNQ)&xPEZFrfJVPsP6yOI30p={d-*F+zSJC z`K58rG@!NoLesK15S^k+npVTm_Za?BCSRYVX&r#R>Fg3smkSWJ<7t_E=oO90y(*Sy z<2_B^Y&6%L4I0ltoNL->yqzKY+r2e|0}F@__0Wv$1SRcWN8@uC4Vc!pnlVGYh~>`J z1a?FetCVY@^(_n6yIQ#67l>HV=%ywpzcv~#2^OaH)r^e_MUQ*CNi+5}4$_=7W5554 z(&?&9-qKGKdIfe~D^@e95k%8Wp_!J24Hd^Jn&|xF$nDZKGcx~01>>rTxre-<_>LxS zGK%x+eww&-5b3!AnuU7Ym;GI{bj<;nTT@N)wr*INP|X@cSGewZnl-)G<3kM7R?9*9 zZ_S#kFqhWHWwO;FGWpn#nzg4CMB;f1jrKAHRb9>6TVZG`{L!S=?~SGIuSvTB+0W~! zN&5!QeWlsBL5;*^uV&NxaN+^8G@A*Z7uaaPPvCIP=0L;<)9byOEkCNEG16X>akM>3 zu2jwLPLGIsywdEchA8O#TeGKAE21SkG+8BZ!Np0M+(n_By^64YfgH9MEl~k=43(!;{RNGO<@anqR~q=g~_nf zb`Ld0ZQ)q*(lzH&P7_P9)tsLTm%8_$=3-ea!t`6sJAg|CRbV>D$V-qUNg=65jcpWSiN zid{D&$n4OHo1j#OJ87kf1+e!rt==mFNoSDO>iIi#;|sLaD-J|w=Bu{mO=y3g^V+&G zkm=}VTAO%yNQYvr!O*RwxjYc z(bvaXw~eL};%yVPU2lxRH!U?}vfCrIy%tO*+P72NcO+hv8K?D9f5D2p)b_VCAgYCH z2Rmh=gR?_BYSm1l8QrvgKca~b*rOd?1KR$zf;IphV1D7KHXzRzKi{VvvlbKMKeb~{ zwIKQwrwv?P1r<|W?F7@M9OCuuw3F=m6ZN^Qon()t>6@yZ661>;@P>BE^Ad<)j5f+m z#5Th;ZJa@e&aAsO-n`X3qmMTJU_8vLw}rdxwF@?2;8mAeXuDk|%O9m(*tj|IJEhts z%^wo?U#Ly!ft5eHLTfS~aHnZ2IwP(L16L;UFJ--_cs^Eq8;^EKOx40pbtR;^*4|GiI z9JTjFtZa?<+6U&cy_ac`_SqSvSbJ@?Z-+Y()g7k&Ckr0!Ok-`?VEBH|3~kvS!~)OS zI@*gDSl!nNQCJaWI}7{YmC3Cp>1rS94G|sF)vKG1+D_8dKOTcrZoAHITSZudUgr=E z9da10YkVF$wIE;D__qP}zi_(F=>j}hxS(_Sff7krplh+v58>8T*ZRX1d{iB+>s;p= zwE3j2E52)_dCO$-V`p{l$&m^KC~#5$tqm2FuGLN zX9NaheOA|JT{mnokbx4keCqGld7Fd9@)^1TLlAyz7U>4W zVPKCc>js*;U3=f_Mx5A;_Sr{p3ml4_ZuGrmqNL@zfK^!9(iGj;ho~1qFX!;`grWqBvrT-xghz^)}@H13Yw5p}3)ntuD%xiyu7G&Gd#yzUR=rHc{^tc)SJ(U#pC=QlFr&UbQ_}zh|hei+xi^esItA|bUXI0K$$#Wx3iur5)l{O?lQPm zkG;Bmzv0WbjMrs{wSsIly4*HsDji&=JM>@?_CtQ_j9iuyM9^w27y3%DZi%ZjV zrAd%=gSNV>4T@3W^wnKI4D;E)MR#-ddg578x_hUvq^Ww{y&sWiweHY8_=D$!6zCp4 zfWPpL&^=q`MeNg2-D}S;u#P6W*YXPZ>OM+`@CjO(OdiujXZmy#cHC~c?ng6MqD{9g z+?}lZA>WXv`?)w59@0wBTp_y-E%iL{0P!>SdPSH4U;jqx)ke&CN4Q?I{VKi)sjRQ) zH;yR3z1~U+z=xU-^;ZAf$9GKb`l^+&^ud|>T7&G+%@5SqUi6;Whh&q!_DyeM`OEZm zd?FF$I_v9XHYHxPSYLOh7xB1#dYb~g`0FgagJ%ppRs)&5?reP{pB$uCbM#L85Z(IM z(zi~if=Vhv-_FXK_)<~du`OKskW_uQ;h%`VJquzb-swO%ws-wOY^+u_mEoWq7gmFR zurbdk^UsK?c-{^b2$Ii|^H+}DZMMUbY zGTG0;G6lsly@xv{a6CcpsY@l==Bf95SeMw#A$qUIVZ_Vg^j-@P4NW~9^xjKi(GWPH z?{5ve^vcr@`U^J>D%B711`l7=4=u%vzP-@Gn$&Tsw9gTL`z zQy-(=ly1QOM1TF$Q^mmVFCfwk8!y?y}NZ_uyk za-T?gD^p-!^=r)ztNlxT>TGMGoMrlqYhBT(e4x)>@rRfcrqAE>6%MXUU(oe52C!Fu zeE$jrpSy|rqBU0V*;Dmrdts@L9MzvQBFde5r@zqO8O7o#{mpKed2UPntMz}{*M}A_|R3*)Ph(WKLb_rMSs4nLDFtRFIa7;v?GmJwW@|n$L10%9b~YnTnWKt zq`}T_46)XY4ff+YKqOIy=5Kt7U20@#{S+(s^1h+Nv<1W(X$+lUp8WY_L+4gUh?c!K zbPGY|RHv$;$LQTeEwT(f0$ZYru59ROQp3*gem3-diXd@gjlpAvD{8%)hJIaO*Drq> z`sJU7gQ;v7n&?G>w!|=Obt;VM%fU`hjl^sfl@LIHVa;pCbKkQpd36fIp(yN5j^h8$9K1!m{RE>{a|-(bRg79xNOafTsCya@Wv*`2fBuNxPk^ynHw>iJ5@U_p zw=jSO2A%4R-Tvyvar*|LFc~3JAXnq~-O%=)?PUtmKgLNSlb_A7ctT4CNecTx*pNZMHIQ zn4Jk%oMlWq6G=3ohH>K@DF5)&#`O5XsFG(Jx0Sfy#S4r(4no=XcQ9st#P3b@HSR0H z3I+TyW?gs1*TZd$`yb^Xg^M)i#F?P|-3}WMwEv98;0EL2HVSNwbT=OThHuyw-!m4h zQX{1*G9GuTjE?CvEh4c;Sw*XdafbsJgLeHTs43x*5-m$I^$_Fc#NJ zL?JUrCVv!e;p4>?J{fMj;D?}Bp_Z|9!YK6jXZhohmaqx8lnImmV|Tr)mx9)%Awwi>@}AB?}^SuT^u zj5n5t1i%G*jUz#qopk?2lN{@I!PP1@qSF*XA@r2ODUgCFEUC#e+fI77F%jb?h1mrA zj|&Y7R6_I>x`t2k4;_hG!YC;aqG%#O~LdH zkF=qN_*k{X{L~fSF(Yi?KZlM1uHD1KCxzQYjf)s-Gc_n8Vq93r zRGVO2X=vxtuzg480N0KI;jaJZSiHk01!IKrSgffxh0#>Z<|)RK;#H3uQamELu7P3T ze?KkA{D%MM6Ov5ceVe$+_lHs>o)LuMIhp_cXNY?DNnv3@SeLL6Cnu+*cKvN~&UvqG zmUCoYSEIfrd6GYF8$)BsKV|tSR!yz;^p6-b)~0Vz&ZFgRbvfHMRJ75y#IKE$-!ftK zO&X6ss8ZpY^NS zH8MCjDBNanSYS|iaOk8c8}~_(VJXhJtY%)PY^D>2H>W|kBMdV8M&t36snE~Kc#lPn zO`)SO2wb&WaGNN;&?HdF91a6>`-TUH&sQ z$vq-Gw6RM{b}gZ5%5ob)m)F`xXjnaOd0Qbw5-QQ@qqNP#KXKS&_p6^FW8w_%N9gt>Vk`0e9)CxtDB$)vDRzBKE!KZCK9@046hV2p9i2n z9^4)bBxd&mT!VZ36Q|%s=fSDOP1)dF+?Rmic<~8vA)YIM|6%~Oz|F*3D;NC3=AYsZJ6*?L$-tGYXpp&LHL)K;+bh*p@?B zAS3QqVL|XR2PY7#=@11vVBmAXy0|}T#ziDP*iGb8HY3c~Wf8HVt+9gmVoh73wq?ZM z+u}t-V~M(8aC8u#3Q!Fuc@rd?{G=SiY&4TzFYDdeT* zNL*k^n!g9};MUEEy1Nsv{1hy^$AdkmlE9{d85o?OLO!Y*Q4jpi)sCoV4Dp{BxK~%= z)$klIOdt{~TE-(OkR(30%>f~vii<6@!%E?vnG-)L7kpJZQD40LLj|IKO(6SsU{m7u zR^T9_ClkRSVxusVGA=ut zbC6YqCc|J&riT;NFE2zxa{_ z)lK3>p+rAJNN|L*nFo>3u`8^j1cb6W_>j=~Co!J|BzQoCKB*)uE)(Tw5~pd+#I}c# zn7EO6g(QUn9RsoKEiy?=IYZp44~d7m5akaAi*P@a#H{zkGWILvl~D#+-5e3-*ysx zZ%mT*IA$V{5apDR)Mg$;QA$#WszkXCBz5ftk#kCO5h?%J3EUZ7r!U6Lw4Ekze zSY-?6%~QzlueY$M;s2Oz;e#b4jm{?i-if3s(4#Tc$Xs^8rJB97EE!Qerl}NZRv+*yKo(5=Rit9ZyoK3-P)EU?-w*Z-u^M}N5Pa0_iZDP-GbQn@*W#AYz6uoKSb=PRn(1)@4& zb|<^d{=_a+rdp+X;#aqlgBea{&UA%5ql6sO;AFo3qPoqY#i5g^ZcAuy=vJ!RGn}}% zoa#gQ_``KnAIircUZVO?F8-)BIYE?cZLx)0BFJew5x?R@PM6OTFK$H*IzNT~uaTr& zFu680Jl~X9bysp8cpVNSnw$rFfIj5B0nViFa%x=pFn(a9ru*Pp%h#u7REsD`OU=s$ z=F^LsM}YMc$VG9<1>~ZbnVMRTE;Gx;m55DZ7*7*VO zTn-jy&9LyuB!%2*lZD+XQ@isK#2>sRkLKIpVi!`kda#o6UKZMz6tW2|EnGL)!foBD z+xLp_h>gh82_kQNwv1-tzAuyy_}?J%gqiUXOUbhZL~sG02lt0L?IX`DC~1WSU)OT49vA05yFpYOZsGHKG}xvl23A6YBW}PYhtlAS>xu5zD`d|H(~zJw z#2vx_Be8&6{bMTsF`xG^}?T@gDVQSoluj)x&7m!VGxItu$;A1|FYC z!+$|k_0ExB&B??XR3yKSdx>SXr;(pai7$z!z@ev!l9rn(u*|;8J*S{XSVFT6O;~k` z_}l9ga;hEC`>Hf4;URJaBhB~&bIMDknah6@&uvMwuGc1>^MmGx=ff|&qVNECHg=67 zt1KioC6N{xkwNuXK}#0FVST+y(bF-J;tUI)52xq_&=IZKf!3`>@R;go;j~q>!9xc# z8%OccYY^Mt&=!va#O?ml&Ri{#t|2Af!$1cWQ}TIlqW|0}#eWQO=arN?Gz$^)1*Kk( zCqDWw9ZE?i?w3J_qpKpw?WC+la8UjK(2+6loSUoCsYY&i&x0&FJIIxIjpKAS3`ygU zd30{h7kIX9biO}i+}D~49w0~XJV;j;U}^uO)@aZvWZKtRqcE_EA8V{GAlA4XYw|Lb_z4@< z;&ud4Y!}wDX(&-hD}}6Kd)CtD0zBhw*0y0bvBGw&Z9*fs`eN4hvDuc`${^Nm*bd}y zR;=9#$o#i8>$D`E_$V*d#kMxF>~pN^LzvO=HJ{<1?|1C)fmYWJluH za@oZ3P?rCyu_(OjxB$oKbUN+m9O}xbbHpda3@##%AFYq_f z;@-^s%MoeX9k#$3Gn`qOEja)s3pmcA@*uLcxhyKb0J_qct(;Lp{I-^@(qceC)0sJb zS0d4CC$`PH7y}v1cC4}`dXvfyEYT31h+zk3z}1fYkEIpQhB-ZC=`$`6r3J8bgk!!) zWEr&~%bCYmrjwdz^MBwx*ncOM2_<7EDzj{lB4XV;v(tG9LJh;&nXOZaEl*_^9GakJ zC^EB)nTX4)m$1vbq5Z42vMX(%3w<`RD+Z zeN-~Ba3i}@7WeDVWq0GPiPimw-K%GW_9w6xH?4_QS7I+iVKqArTbP)qP#`PzBM_pQ zWzJ3g}~j(Nm)3q0U2bYXBu z9#|&ZE$)1b5Bxyf5pgmmczqk3q_n(ldjN}m<5Af^5BXW@G6n*892aq8pmgAA7Sb?2K z`Qo=p#G_~NB}1c$toK`3bF4x^+RWFwI>Q_{@eNHF(e^)lLszU!OijMq8X~Qp!1t`p zL;QbmgeQcxLaG#M;T9{t5AmO^P34JqVCP;be7^&-;G1Xo0Wp@SLuG#OzdJ+*4NrTI z5~}?{o{0ytzbc+N6*{pXf@i&|k8pgDAI(Dj@O>gbUIQyLC5@lR9725U5ewgW@Ka6A zkkRDX{8V}gQIsP;(*{d<^dElaBwn;v&(B^hY5C!-C z;aBf{AsT;&-|3=(j?CeAMn@43`^oQ?X?^GF{E5RVVsRN-AY!rW1+nY}QyK}hLT(rOS!m4QHv;bo%@Z)tcbkM(P4^-?s)Y7M z7+~dNDcEE#|2%b?8#q>*pcbU@d z@)LRuj3K5Ew$R!j4BZE1jp-`*^{jvjs**4w9=hNZD2&U2y zZ?-Ttl@nuQgbCFTV4&tT!i09Xn0i;3T4x7>#sXn#Z@hTvHeuR;0OD<Q4# zxg#z@8Qq1s0azhvjbPqb=5p%_=9AgPFN6u^=kdgsuNUT5#){M#Cqzv1CI0H2uy~9; zQN3A0eA^d@rXE5_Xj?*Zpp0=dUd%-m`~r;ZFzT zdR9XIK@8-}dg02&j>L_pg`0KZZ~U$aw=pp@eH|t|vI{33nkzhhBB8bm7hVldCbp!j z@aZN--gUX~c__3${i!Gi4JIDzE2_F9_Y?bwnkA1AuG@-w^fvV*e#l)M zFb^Iy{E|3esT=WeN#f|FuPA6%iepkriLSjAgTq!5jTj_`G(>pjqr^#CGd$Gfxnk(2 zM`#{}h@qe1sho?&>4ifOOcKSg)L)nh6K75tK-6rnI4c1a%+ZbFtW;m34LdB{{u9AAoyRxX6Dv=Eo3?nH%@Z=p?;Lbh(HxYUe4ux;65REj^b z3FF16-%}9f4vOmrJ|*_tAjWk+2FEj2AvdUEFpO zS@VA@#GNyHp(INdcP)hnwKs{olF)Gawm?i+hK>q7wQyUOLjL!@Xif}8TD_;Cm>7MJ zc)2L>G4bck!6#r4h`iwW2Jjhp3H%0YxDO&$yg;XB1*+O|M?jAIW}tvH+XR+__KRQ@ z;^oJHwzzKz*1-K*5IN$jab{fDgW!zQBtGJ1UF;igoZN(eIA>)4G;?4Q+^#*SX zo#%)*VM-PgL8hDFO2G4;Xc_S7tYD~1XuZ4+L z;`2|X#M9%&H`mu7|KHn7{Ah+OPo#?&g_sd6NqZ5Dn!J&u ze7x}HG=;qSdr5jA!T$T=54hl~BPF>Z%&cmCN!Jrgy!DS%VdiI|XO9)K>oJmbw?H(b z21%9HL7Bq-D&+gaB?phW#J1WgIGsK?WJZrDVinNp7)F zqCSpN`v81@Xaj{jZnD%q5f5DURqAkTJ+aZHQil&7c=2t?z1(GDx3eVo``3}8MM_=I z3?O!VgVZhcG&&$zQjcrq4(R<%mU=wI7b-fl8XPt4SkX z-6ei=m^3PRH5}D^X|!2!5P{O@UGQ8R^DT@ok;Y9k60g-y8ebMv#{Q9lZM(zeev^Wo z%Xml%UWxp_b_FRo6Ag(uC#8_3Sh3nc(v%hH=yZIMX4FAubYg-u>-+?yTtNzXp0zZ) zI#yuCQ)y1w=WF~V^V|UVsII4pOxrC?*s73~3$<{-2Ze$ZC`FZZI!#3uCftys#zzp}Q(212hfa+7YvCae zvvR@he@QD2^g(U*Mp|(L4kLEEv}QIEkGb=t*n()HBS#go9r@BaBkm70lj6eXk{~~q z;t~-PDju`YE>0o)=qauL2_BQPvlQ+-an=Z#lHQ@)K#_xfAH&{#3}qJQVUeZKT9C=o@T$EG28>h}Rh_rN^B` zF?vZ6S))ucf=!YZ0%uRr>EfJZ-n((mi)Kvf|ll>Art5p}LWts5r4| z_A%9~*_zKjmtN?QE82XJUafkGT9c$V9pFI^nx%JI#2n9G(zl3y#5z2ZzOOt;w0yW! zDnP{kB$d{TCmP*Yrj-HMBq=BJi}%pEc_0gWzY?pZl2y-_A}RKlHDe&TyvefW)OG|@ zE^BT+C4T9ctV0!VW=D!-L-mSi4cW+s-Sdei{v(&mcO%Zn$Q7zaA|&*dt*lU^W+y0Q zt_$Ugoso}p0R3-50#{}0^#~owi{u(Rp)!S+WP8O=4OGZ~d&~B#vEY2TY#)z-_G_t- zuRbd~R82!)V#+w#QTaiXLjHTP>@>ZIc*;oGx&9Nxn0|80s5a+ioxE0~oiIS|bP6lDqqp33&1yvRpR&gUe|YlG7FM6CknLC@dlcaFsug9=Xf(}C zj&jdLw0UV{EH2;%*8h>cnuiekQC04H4)%$I23mQ|Vu)tXTRGMP zE3)pm99O{^yLCV0xVJ9o(AdaZ6EV>JXXWh~i0ZRz%6odRg@dgjCsZvZo;6lZum|(i z^1j?v*m}%0%lk?g_6&XG#B^`s1DeZ8=XaqOJz3t58Sux;<+KjyTO4mKr#*j)21>r1 zyV(t8M0@#+VII*uEBV}H3}9qc`C`mFqOl|8{F^&S5KqYk!@P+lT$QhEMLUrf$%Q?U z2(^!t3m3gZHJ>8iyc&*fpm~^l>&SCr(rWqE&(1KfOt}cIo+jDJPuwOVW&9{V9gUvT z)fD-;?I&WDrphmTuOfLC2)}e|l**V6CH%})re$j4J2O<}-akN6?5C8tmRP}jRWF~DXn@!#uW{^Ms7 zTR1`0|C%qc7oMuYI|_*2HdYP!Q4GhXR*jqu`{#wdR3l5)5G@#|@-G}uJYj=s^yq_V zVwb2!KRQo*{{z+d4$j2Ws;efK70ct>sHP=ipb;6WxksB5jWDU^AG(2R+e@{;xsZ6@ zX{zNmH4tjPsg_S^j*y{JMU5y6s(V#Yo8V6>{Z>VtZA<*gJ5|(W^EyP|2Dkug)=;gO z-U>UWr&KGxLkG&uRjoc%g59>GsyKTDxh4BlajWuRezB^!Bn)JgyJ~ZNqzNZ}skR-$ z0596B_Vn3<3XZAvq`X77&QrB_MiEh|PL(ta3D}>Bs$_yk{c}i_(iY!$9iz%HBZ#rn z4yr?qa)|ELQ5`z=mH3>Rs;r1y;`*7YqxYf3{|-_ekAxXUR8*Y^nM!Ql0af1V>qN%8 z3I)MKbv71C_~NB1KXV_k4W+8fqne?|U81_Oc_g-yb5u8ep&`QNt8UHs0gw4xbxZLl zCYAYiT_f?OD^*2JsuA@%t$I=iFSIUHywYqW8yH7Jg}F;a9Gf z&LirtA7WN(Cc$p^v{dUmd!qVwR2y2m5#N!bHclBrY+#bw>TVTm8Ffqvba128zTXDG{$DLo2hYJsl6I*lBx2?P4b&kG(fpFc z>-|yBDTdvj@KewK4f~z&Mjc+ZM`d_w;ZP5CcrvuV>N@qpO&zgC)Lb1YL$_)zR!7Ev zCG>*Tky)(~thjp7jC$}h-_?sho+2}^6`@{oAcXkr7V2f%Y;5E0R4==XglBJ@I(l<6 zV&Y!)iUoLakD=;SGX#j}w0iYjxZqod)T@7B#lDBAV|!%~f7V1DI~jkUbwa&i8I_S7T{Tt5x4VOh4O7P#dc*$DWvI6|uSx96VfC)u0;1nx z>V(jjC>Ju+drLc@w^T*F?+KLer?Wa~I#RzHyVd)TG$*PtTAlpE8-C$|I#r{E=bNQI zP*8xq=1b~>I-E)AGC+N}F`hH=jQVKB5ENAT>Jt@kE@AOV^@VR$aaQFlXvRgu+v3!Mg9cyNzGwz84>VpliRuFcgKuMNj;+ggQ!%1NC+4lfvER_C8Tji{KZ&VQSR zs94FuEf3X~gfybyM+*7&`RYsaP7_TiRu?voLes6O`nvh%JY+_n)eky8#{Pky`dPK> z*q6Ad{#Js|KaN-b8nTA?^ttLkzv77(T+{Ft5YgBGjW9fh*!Mdc-4aB_3KK1~`Do$C zB2D?|2=paxXexDt3qJH*W0MMNsP#Z&8<;{&ovx|<@ef2iL}M<2Y2Ihzm&a&4qO*tvG}m}evqjWwr;u-mF>5^U;f4GCG+sdn zi?vr-_-T~J>y|Ti-71U?+mpHBE3Ze0#-q7TQ%)$o2(lLQa(u4?eA#(jS~yMKg7B zGJ;Z^CUlUI*!pzM%nvFkT^-G=;@d>69%{_D%3?y1X2Dt=`jSmtEf=e6Xcp!hiLY?h zL`+#td~d8mL1voBvQA8jgJ$u=^Tei4)-20}r%W2CS?*Phc#~}w?me&BWVM~>->aI< zb*n(Tb(+nCU`<)yHCvA(HndP_w*HWC1ZA~m+q^uYwk`_Id`6;X+wWo&wXvEVt!)vG zGc|ivPl%N}ph^D+N;&MLCS%nvG)!|ehu$7RqR~%tBp?^T=oR<`(XPGb$mm?6k4+S^ zMKd*d7trY)JwbD(9%9JE^O`fBP|~TZH0P>^5MLOe$-n1Dd_tP$a-C?{|12lXmC9YP zz28i8bz(GTut0NlatiVJA(}fE>)}A0gN3TU7S;*Syy%bJxDBr?+_XpYatm}~;Ze=2 zdpn5yA~bJ;kVkB9q)-sYYCZ~ZP#c3Z->$vGxra>6&qJs??u2T7MVpbyc-v}zWu}7r zG`}vvH>Zbc{tWm`%(-=&(CQn&L0zn=HDD)}EicuYo|h84c34}%(F$8l_S$L&tiS(p~F(7)tfoSKFu?M(lh>+bG#ce40_){Coh>jB{F- z!Dw&{_EpH&>9j5U(IB03R@>nsWL&qVLf+@3w$ndYp$*R39tY4&tNTam6@Ysc)0%rX zg3PaP)D8&9#<8AY?a+2b#N5NR!;YZS(%h^aHOL!5-%T5tC4bSMb(GY=lg6c50Ux@Vg{W z?Z0su#1$X1#^DHq)Tp>}^| z3HS+NxSMuc0Aj*3vv&K>N=QaUZNjnEsH9$N6Wcw);mR)Bq)G^S<_2fAN$p&SmaW&O z7Qp4^&eNu+*b@7BQJYnWyuHPDg#vxj9_==hNZ4kfD%?WHm)dL}nCsNd+LJe8&?4@p zJ=Oao`V;BeQ&9=TX7AAEHtR&>`%{}63$t`>tIczTA35+nOwHM~Yg(j%9 z`6UaX#oe@5IxmIGZJ@pJ0ZY3vMf+c0R5qPLwMBUtSojC+%aaF)cL>tH?wL${?g8z` z|KOUxC1}6qzC;e`sx6W5qONzee@2I3GrfvV>bMQ*x1f`@LYLB`b@GI4;tT9_2JcX$ z#f?tste?FlUUR>$a`}G5R?OE`y#=lBoTaM~4q5tc*4ahEBi1^st9vyEWp*uH!-dhr zg7)Z~m$?xOtgdTRF&<5|yE<3#DDlP)y0)r&M4ys$?pq3oH=V2Ncykm{aeIaAdRJYy z#Z$4`o4-L~rb%nn;G)Ez?yG*zGSO@e4 zs_WL2Z-Qe&A-c77z9JfS)|um`h2ThMxGwG`Wb}SD2=jPfsN3Wffo*^e3VCQN-Hv;D z1flyDKJ94X^VhoFyB?$7AEQtZR_Ky)p(8gny5#k+3P)#MN=7vCua|TOBaoIGm*_IB z;L;5fE!=g@tUI!BD9lEyJN61nm$_MY{2&sMLGyIk$`5+za>t-WylK1c?3Y;L?N;b6 zBo+}nT&T-G@)_xRQ{Cl}A;gb&*WK)iPDqW)x*`cnYjt1upsXD4I79dJ3^J-DYu%e6 z&P3JIbstjU$a4GWN(R8?_cZ(JN|F!*dKBtuKOS5mK`(@1MMS|uZ+E@T;qDO4VtvgT zJCU4T(bqZ=j>B}ZdWT)*(NOrUuR9aE<4|AkbOE}w;Gy2>kCAxz7QORDIIKy(^-X@F z0-`?pW=s4KRn__y@2{faaYNs}`gPd<7)O0aoJXYjOBC|MRrH-ot#Qsk)^`cT61GXy zceSa94z0W1WAzs_N^2-&hK&|ZZ>jh6!GJ0s(tB>~42M&w@0oiQRqqMCm$e&?8yNN8 z^$!)|<55etlBo*}|?#B|X z4%hpy!II{`)Q@?17h5~c_0!4@I9_$rPrD4)y(dIJyL2^M%ce?k$%}-ydc?LzkEygiic zWF7s5u3w3IyXr5L4RHQxec=jN!TEFg!Wf9U)*Aga`|~Jdto1j{M_?{VpY^xqZX&+# zy#9U;mUNA;{{GKt#J2v>KlqCWjn33Rd;mYu^N#-M3U6X>_UK=EeStMp)4x()V5R>k zAI9;)0Sft?e)>^JmeELKu3dEfftD& zJlTs6AT~_Py#PyzzjOirVxP0Fp|cM}_;MB~f+q}J66O&<+~3eO(hYlAW(Pypuj|mW zZENWEZUS6rmZ5vEJR;2wh3xBeg#wK<^z4KgWEB~_^c!$0r@g`JVGUxB-3{JOA@Fdu z4c?0p{W?b&dM{sy?SmeMKDIE&Zo3WrFX4CIrwjvogBcEnL4}ymr$vTgarm8ieI>(4 zX)hX(6%GDFY7v{)$S``Q5&Mc24P#A@5CuCJ#&&Iu`aRb$zFq;e_KhKA8af^$&l{$c zwPH8CH_TX9iq_0G!|X$UaIosM!MxK5kGR7yzs4OX*?U7ou{Tz-ibB3U#jvzD5|S*P z;ooCJQ2%?^GyHoa11BtI8&-8F!iL5hh5XMN!}>B$)vB{$!(3aU)C@zy^^RybJ}?|u z^_Q67YRKC96`n2Eklpb#2C&<3;@~PAdW$yX#aSbETsEBThLt+}*l^B-pmyxG;bNag zs0C9Dw>o3y$%_nkHo*S5`JCZ_5i@zKH9WGbjf%zD@GLNt$bYxtb$~T8m`8@sy-pE# z|6%x2j0|XLCBxTJ8@%Y1;amA;Xvftv{M8`rW|Syo&2ccTf-mtOw~Vq5j%e90V}(8O z#H=0~D;%FsEWf?c&Z+`pNLQnSpLrCqreBSYW7|L`{}`LT_9b@S+SsBPOIVz0Y%_f^ zlF{qNb}&o+xTCSX%Te@j9vV9bAycY0#n^R3A`VLGja>tpgA z8GFuhgIU)z_UZt0e*DbXE9*4;N`P@tv^NQ=K;vNZ+6`zXzcdahz>E&9Fb=J81G27S z9J(KlrbbQUh$m<;KCv?fl)b3&Z{yr@$wWodj0;#cvDeJF(2N1iPBKQ!T#7Wlk}=X1 z!Dey|V`T3g$bcM-OLrpyd9~TNJT@B}8CJ#((V6g&r;Qtmk!9C?ZZvPt7>Qi&p>c=D zSYp#I7!#}(!)2~CChfK*-hYEJH3l)keVXw=i*y|0X=TjV3oVasZOptKLTp3>tA$QI*?uP$g{zBZmTb%F>xE94tm8_&4Mqs+fzJhuR+{A@gp=NH(+%9@&u zm#{?ia+9&JY9LPM{cF7G3|StmV7zw*1;gAi#-e8PiNpj8)w31y(sbj)aA)GZmKh)3 zb|&U~*ZB1Cf7lNgZ2Y_$DcdZ2v-1(sZc!nh+t@^98y->S z6cbM!f;L)hlghJfPv?k9eHP}|YLZEN=nnDbJ|>+u2Yr3Pq(db{cgC9Z#gWiv!DRUS z5xt$Erb?YLkVdmiRc!7cUGHkDvK2o6_#0ETm!;?jyf#&jE+RIptEpyKH1XcEO%6Vj zkqg?I9FKtJ?k`LY!tjO5w@r<9Av$$!ZE9Sv6|r;eO-&Xy!)e;8rlyCzk<+D`Tn6Cp zEn`hB>Y_B86k%%l0C~Zhy{1-mAgYvGrZ!{I^T~N&YO^RB=32wTr{Na9Xkcm|1Kpx_ zroo+JVV1j00d1=w{y$%53e0Jb?R&vAHl;uOOc#ax*L~BtL}+=JwF(8EW11*I$?h~Z zO|0D$jf8Hd*_*awB?g*ir-xwc=8|c-pN`nkHl|g}UqY80O=~@|GO2w`>(~)ulTMq~ zTW3LuC!03UO@=4sruZ|{5dX(jFm0I!r5{+|v@>!5no1s~T?I|>;wPp(hoEFhQKsaN z)6l~iWJ)Q(%J})2Qg687xUaA2;G;C8YVA#F$Yhv%4O2$z&v+3x9cd|I$E1tt*f*R- zTYA}aT!4d$IB7cJY=s)p$#mjQAdV4un@)T)7pN^o&Kq*a5&oaVfLmQ!+eRQj5FPM*&mxx>89IO zxkUQP7VZ*FcWXf@|L!#1tHy{o=wo`=Yy>_SGR5>H4cY9upQhrbVQ3gQo4)NHfO!5! zA)m9#R2t+D*Xuo&1a-HV#;+Tst!*{BQcT~zUDKZRUDr6~&S_)gu@pk1X(9#DNNPk= zsTlVGI4lg8j(-)phfEEe656O=U`T*n|A|3C!7-1H*rd%}*wK`xjNtc_ zAWfi2c#IwXjiNE&XgqK#)%(9k*~d)WQdKh&&zUr45H-MuW9TUb<3Brm61c8+HvZ?OYdiQqF+RsD*LLVXa*|!> zM7yaoLq;{Q8#6IDpzJO%WTby^pz@*JgqW2HwrQ14y3}Q(*RcfFEUo7&Pxs7EPAs5z z=FvGU);04?2Ga|fowL|Gwr=53mXf*m7(1uV+<2PJ)@Js;!kB$#<`)*(riqcdV+{T@ z6C(?v(EppC>^(Ac?DRktR?T3!>^O4Nc&yvHlqP&|=8DGL+cwkGi|-AH={v3dx`Fq( zG4pU5pIEI`Ei6DW&A{wNVt)T00$Eq^i&xI9bD1AiXR2@WN$p~Kz8E0z0b^tKz3@|5 z;bk9%!7sZj%zoLkjG0rdh4xbB!>Yn>O{U2~s8c!S&Uo8(0qq3q%ogp0AUX4PC&82d EKd${L(*OVf diff --git a/res/translations/mixxx_te.qm b/res/translations/mixxx_te.qm index 879a00158eb2d1a15faa670a57ae28c6cef0c87a..d7621de0fc35205f083123841df5a46d531f3da6 100644 GIT binary patch delta 120 zcmV-;0EhpSF3v8H6al!A6)pl32$4lE0h5t+9|_O^1vQ%h024KlogNAj2ml4ZWdHyZ zYq7lt0RcOc#Q`S)oRjSV9|1a(4FX32>yuRiZw9w%000zqlbr)nvm67u5tAhi859#m aW@cq$bW>$?bZKs9b4_n#Wo)z26hi_G$s_Xs delta 87 zcmV-d0I2`YE|e~i6alc26)pl2){#Xo0b!AK9|@iS1vQ%h022d|ogM-cIkCkD0Rah< t%>gF?YLoQ=9{~uH6#_>AxszQ2Zw7^F000z2lMEG7vm^t$5wj2#J_1fK7tjCz diff --git a/res/translations/mixxx_tr.qm b/res/translations/mixxx_tr.qm index 1ed7cfa72f0f620d448ebff48beeaf36bd557afc..5fb1a821e60ecda4d05841174d46d289ee97f0f8 100644 GIT binary patch delta 7017 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 Y|2GgnK5%j1uJ&f4R=L+&i%LZQ0o^QdBme*a delta 7206 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 diff --git a/res/translations/mixxx_uk.qm b/res/translations/mixxx_uk.qm index ca3fdd1267dcd8196cde65b1b6efc9c08424e5ec..e9c82cda96f788f6fd43b736b9a0844efe33c422 100644 GIT binary patch delta 4547 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 SRF|pCGE{e)HhEk&5&ai$pdvj0 delta 4242 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 Uy|Q`zP3>0*7Ab~hLb~$*0HP83YybcN diff --git a/res/translations/mixxx_zh_CN.qm b/res/translations/mixxx_zh_CN.qm index 7696ed49dba6520362b54ce62bb060724a9e3074..04d52904056f1a9b1fb35a7019fcb2cab8350be7 100644 GIT binary patch delta 18017 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 CSEmmE delta 18016 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 Bk*@#% diff --git a/res/translations/mixxx_zh_TW.Big5.qm b/res/translations/mixxx_zh_TW.Big5.qm new file mode 100644 index 0000000000000000000000000000000000000000..d0c61d85cddf8b5e97ac2439f36960f79fd5d552 GIT binary patch literal 27721 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 AQvd(} literal 0 HcmV?d00001 diff --git a/res/translations/mixxx_zh_TW.qm b/res/translations/mixxx_zh_TW.qm index f4c7ca67dbfa72839c1d00b9c727b609dd62ffd3..96ac1c2bebfaaa7866a244354ec014dba433b17a 100644 GIT binary patch delta 18643 zcma)@2UHZxw)c0{bob;L6J`+=6bvBdhzcqOKm-v3f`lO`f+C2R#w;RYKt)k8=PW8l z%mD-DoO9M=KBD6HpPqAl@4m3Ux9&Rk*FAJsSMS=n+BrWoMc*_t%a|RBs0NWP2Xr9X zf56HQPh>Lx#bAA6?MH#GL{)V%S^wH#10p*=uo1WhYzF=W+YwXdg6_mrCeVYJS_In@ z)AR*9fEU1y#LPMm9C#AbJqNoJJK2s%(GdgHl*t@QgJC!y31YDKQ@}Ym#{fbC9&`g7 zN-S?DI2sScFv55+4V-{+qrvGozY8wLgO%WNa4fiq%uKTu2ix((7w`ZvZ5QwyZafIy zC8lpqBnCq=bBUCPh)ql-s)aXd-yIxIto$aTIxUGspND`9IKKsfREMOZKzr~M2+6*O zR`Y&a&uWyLD;zn&1BCky1LoN|{V+{}Q0r3KUldT+;jFrUi#}YwI-WX$L zr7<$u;9{A)LI9E3uOZRVmPG!6M7yzO{!zs0479QrCSW-~_61BO_7HF7|C!kFXs{UP zABcKj(wWtW0#0CwVy%4jo~S35)L*o6BoxxbAZ^R1Txcvc%rQjh_iP@ zhaVC@^OE@Jj-;pwCGr+Y;ocEz))<5mR-H$R_C>_(b4lTerLliPiYb;Q$|fO6Lu|lV z5;iO(wr`b8o;(LU3cYws!j==n_Q#X3s{_%xeI)F8Pi%O&*?Mqr1PSK_Vhh|zxPS}3 zTqof=#MEq_OfDvnaHlS@+6zf|19M#PjD+_$aDL3nz`<4?X->jdNa^GW5;X^iY(q(G zypTv;)yg!bOtw1H$}8rwBsS?!JY_M7&Gr(l*g|5a;yf#V4VKBw)k;_ooJU*f zF~v$RKbgE|mX(2+IR@Z?qyFJ%5+n18N3A6>VJcDY7c#kh1c}4oA5NDiF?ALE$tDsP zK=I1HmdVQ1v2x=V5*M|H{TDnWaT!GY`WcC99usSPn#2t-y#en@+zRIu=Pr|-!5bbj z5tVedvhouv&zzUZlJ{Eq2owGRQ!5EcSy-i{OcvGJ%3+U5TAe~Pvm{Bo?wN^AXimyH zSHK0N8~~GQc8rw6ufX=FlX77&(ZWxp?b-t_`m2@Yd&^`of0M3ZZ(81Za0D)y`cSDZc=S1CGT~dYF}^wKTvHbAMfo;b+EQ9%*D#+WmIQ55%-R#I=T0V zvY%0%^CyY-ol14vKP9U8#>xw$sa`u^s{p1acXfk0uHMundO6#Vb&i;b+q!_1uGw9Q|p3>c=PVm z$qDA9J85P4Ix<-US1ZFZt&Az8PT$H98zoYgI#~O9^<=WopQ#JXkbOBzU7BDC)^4UQ zu{~gAqs`RikJ;a zEkPz*w3K>B%^`N`HT8*_OMFlR>a!L}#qQ_S=U6;(w_4O!>p)cEw3U^|TWPynCTsl7 z%E;$d4l7H2O`Bm=;Lv--UX`Q1Qx?Mhqe@YbltxU{P>?S~^ymNujbBOZ$YBbauoEJD zL_w1=^NAm+-w!O+*%1^{Z3xkC4TZSl%~PgP=%-@hCCZVh?{T7xk7Tmgw=RmJTow@X zI!l9Q9VQ;>LUEIFh>DI;+~L+lN4nDBwGR;gT{0*+03v->jfVgF3_tLVQl|YR-kwp) z2H5o;R~m7p262x<8aw_h{vJu=Bl3xD`a+W`Od!^@4NW#6b9!u`)X9j7tESWR*Rc0; zYRVXfH{P?}%6(%gV;poScLin5L#$~w0EGQBcUQ{x)WY1{DJKK2vqLg1@!W+d3b?!HVL?%>U;U!%Pc&(`mD3y39a}6x z>k{;ElrvGyHuTtJi;0KQi{n@#?~&kBBr$Wz{Mv6Fl7fx&dIZ)mI+9-RFHLM+CVd>z zmss}z`kaV2oaaMdW-lXlN2D*0u>{6y^iA(Z+{KlCS{~GLu}s$SF#SC8j%fX2D*hOU ztmy&$-sws7a~fm!?+_Q7Glgp~v9Yh2A`y}tw$aQ~gQ{WR^-P^@OT6QBrrimb+`E!Y zUgHuo)Cnf;Wy=f?48&`=Fq;4*6fcLdvRjZ^eOtlG4~3_zUyoHxeMc-igw;5YH~l!7 z*)JS}Oy@MKxfj2$d(7$_zCk>`BXbEnOys-2%u85(RUx!Lp1HnEB;Kw8YjR^E z(U`KVX@f+f;72kU^oQBIi&05vVCpLX0Yqi#ecsDg`wbKbfs61U6t%Ft|M{LDfAB0Yw(KCcXL2N}f3+i)|_{ipnJ8)2?yRxthOlXz|3qOLJUDh*G7JhGB zl|_4gB4#?x1_{uik~ge8GL8*$a3cC1$p%ewC+>Tl#Sh#}X5Ql*8*-WvI~2|mED!d& zD3f^}VJS|RiH99zDU*VU%`9Le4f({bJYXZ2z9g!a#zrnju9&!pjjGv$c+ep>#)Rr8 zQOnFfY9hmJz{WY_`VQ||>NaS5U4NE-47y=9u=KNqP}=fr=J4-k;(oDgmgY3fWi!iJ zwSnl6#Fp7S!3cf=YjuZ{|itPeN_T+Q-En2WI%MJ&H%4$|kR zEZ_4Uv9hPw@nZ<1G@YGTI+R$SD(tiaQt0YF>`WdUQt(Z7el^T=WB|L+_zdw1DeOW^ zD4}g4yAXPm*yS7SBDW_VdWl_9dJy-Y&n^u+MRZ{syAtLG58H}e3ExbtTQIw6wq!W9 zma$toHgJtT?2eNGb~}~5xQ6qQ%h}6BxZc!NR%V3CTzZT{Y_uRt%Het=hEcSgZ zCh+?=`%(W29M%Q)b5}Wd&=}4$@IoyYbN=Wes-X{D*{3m4&^B&3x)*guCN~=oltGU7 zfR`K&r4ia(SBGHLxh8imdO|exl1$#lp11SC zMDv4qhmtFZ-d5vX16INQlVtLWvD|m6nwaYg?ldGq-aa{M2`EvOy-leAx1cx_wh-^ z5XsaqKIQF3T$sgE`(_}l_O-HdSDAd|8lL*w2j)|ar`NuO(%+BIYvv3;5x}!uQBI}S z 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 Date: Tue, 30 Oct 2018 23:00:59 -0700 Subject: [PATCH 6/8] Update percent complete threshold for WiX translations. --- build/wix/Localization/README-Translations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/wix/Localization/README-Translations.md b/build/wix/Localization/README-Translations.md index 682aff2a98a1..78a6d5b7fc73 100644 --- a/build/wix/Localization/README-Translations.md +++ b/build/wix/Localization/README-Translations.md @@ -24,13 +24,13 @@ Updating translations from Transifex First, pull new translations from Transifex -`$ tx pull -r mixxxdj-windows-installer.mixxxpot -a --minimum-perc=60` +`$ tx pull -r mixxxdj-windows-installer.mixxxpot -a --minimum-perc=1` Then, rebuild wxl files from po files ``` $ cd build/wix/Localization -build/wix/Localization$ for i in po/*.po; do destfile=${i#po/}; /path/to/po2wxl.py -l Language -f -p 60 $i mixxx_${destfile%.po}.wxl; done +build/wix/Localization$ for i in po/*.po; do destfile=${i#po/}; /path/to/po2wxl.py -l Language -f -p 1 $i mixxx_${destfile%.po}.wxl; done ``` Explanations for the above line : From a7cdcbc952b9e86decba02372ba6c5afea3a94ed Mon Sep 17 00:00:00 2001 From: RJ Skerry-Ryan Date: Tue, 30 Oct 2018 23:01:03 -0700 Subject: [PATCH 7/8] Run for i in po/*.po; do destfile=zh-TW.po; /path/to/po2wxl.py -l Language -f -p 1 po/zh-TW.po mixxx_zh-TW.wxl; done --- build/wix/Localization/mixxx_ca-ES.wxl | 98 +++++++++++----------- build/wix/Localization/mixxx_cs-CZ.wxl | 96 ++++++++++----------- build/wix/Localization/mixxx_de-DE.wxl | 4 +- build/wix/Localization/mixxx_es-ES.wxl | 100 +++++++++++----------- build/wix/Localization/mixxx_et-EE.wxl | 2 +- build/wix/Localization/mixxx_fr-FR.wxl | 2 +- build/wix/Localization/mixxx_it-IT.wxl | 32 +++---- build/wix/Localization/mixxx_nl-NL.wxl | 4 +- build/wix/Localization/mixxx_pl-PL.wxl | 6 +- build/wix/Localization/mixxx_pt-BR.wxl | 2 +- build/wix/Localization/mixxx_pt-PT.wxl | 112 ++++++++++++------------- build/wix/Localization/mixxx_ro-RO.wxl | 2 +- build/wix/Localization/mixxx_ru-RU.wxl | 24 +++--- build/wix/Localization/mixxx_sv-SE.wxl | 14 ++-- build/wix/Localization/mixxx_tr-TR.wxl | 2 +- build/wix/Localization/mixxx_zh-CN.wxl | 98 +++++++++++----------- build/wix/Localization/mixxx_zh-TW.wxl | 76 ++++++++--------- 17 files changed, 337 insertions(+), 337 deletions(-) diff --git a/build/wix/Localization/mixxx_ca-ES.wxl b/build/wix/Localization/mixxx_ca-ES.wxl index 7cd4d909b0b9..960c3c362ecc 100644 --- a/build/wix/Localization/mixxx_ca-ES.wxl +++ b/build/wix/Localization/mixxx_ca-ES.wxl @@ -26,12 +26,12 @@ Ja teniu instal·lada aquesta versió del Mixxx o una més recent. Heu d'instal·lar la versió de 64 bits d'aquest producte en un Windows de 64 bits. Heu d'instal·lar la versió de 32 bits d'aquest producte en un Windows de 32 bits. - Esteu a punt d'instal·lar la versió de 32 bits en un sistema operatiu de 64 bits. Recomanem utilitzar la versió de 64 bits per a un millor rendiment. Podeu baixar l'instal·lador de la versió de 64 bits des de http://mixxx.org/download/ + Esteu a punt d'instal·lar la versió de 32 bits en un sistema operatiu de 64 bits. Recomanem utilitzar la versió de 64 bits per a un millor rendiment. Podeu baixar l'instal·lador de la versió de 64 bits des de http://mixxx.org/download/ Esteu instal·lant el Mixxx en un sistema operatiu obsolet. Algunes funcionalitats poden no funcionar correctament. Recomanem actualitzar el sistema operatiu. Esteu a punt d'instal·lar la versió de 32 bits tot i que teniu instal·lada una versió de 64 bits. Això pot provocar un comportament no desitjat. Desinstal·leu primer la versió existent del Mixxx o baixeu l'instal·lador de 64 bits per actualitzar la versió (a no ser que sapigueu exactament què esteu fent). Esteu a punt d'instal·lar la versió de 64 bits tot i que teniu instal·lada una versió de 32 bits. Això pot provocar un comportament no desitjat. Desinstal·leu primer la versió existent del Mixxx o baixeu l'instal·lador de 32 bits per a actualitzar la versió (a no ser que sapigueu exactament què esteu fent). S'ha detectat una versió anterior del Mixxx. Atès la limitació de l'instal·lador, no és possible actualitzar automàticament. Desinstal·leu la versió existent abans d'instal·lar aquesta versió. - Installer was not able to find Microsoft Visual C++ 2015 Redistributable on this system. This is likely an installer bug that should be reported to Mixxx developers. + L'instal·lador no ha trobat les llibreries de Microsoft Visual C++ 2015 en aquest ordinador. Probablement es tracta d'un error de l'instal·lador que hauríeu de reportar als desenvolupadors del Mixxx. {\WixUI_Font_Title}Avís @@ -53,52 +53,52 @@ Fitxers de recursos addicionals que permeten mostrar el Mixxx en idiomes alternatius a l'anglès. - [WixBundleName] Setup + [WixBundleName] Configuració [WixBundleName] - Are you sure you want to cancel? - Previous version - Setup Help - /install | /repair | /uninstall | /layout [directory] - installs, repairs, uninstalls or creates a complete local copy of the bundle in directory. Install is the default. /passive | /quiet - displays minimal user interface with no prompts or displays no user interface and no prompts. By default user interface and all prompts are displayed. /norestart - suppress any attempts to restart. By default user interface will prompt before restart. /log log.txt - logs to a specific file. By default a log file is created in %TEMP%. - &Close - Welcome - Setup will install Mixxx on your computer. It will first install required third party libraries, then Mixxx itself. Click Install to continue or Close to exit. - Version [WixBundleVersion] - &Options - &Install - &Close - Setup Options - Install location: - &Browse - &OK - &Cancel - Files In Use - The following applications are using files that need to be updated: - Close the &applications and attempt to restart them. - &Do not close applications. A reboot will be required. - &OK - &Cancel - Setup Progress - Processing: - Initializing... - &Cancel - Modify Setup - &Repair - &Uninstall - &Close - Setup Successful - Mixxx installation has been successful - Mixxx repair has been successful - Mixxx uninstall has been successful - &Launch - You must restart your computer before you can use the software. - &Restart - &Close - Setup Failed - Mixxx installation failed - Mixxx repair failed - Mixxx uninstall failed - One or more issues caused the setup to fail. Please fix the issues and then retry setup. For more information see the <a href="#">log file</a>. - You must restart your computer to complete the rollback of the software. - &Restart - &Close + Confirmeu que voleu cancel·lar? + Versió prèvia + Ajuda sobre la configuració + /install | /repair | /uninstall | /layout [directory] - instal·la, repara, desinstal·la or genera una copia completa en el directori indicat. La opció per defectes és instal·la. /passive | /quiet - mostra una interfície mínima sense preguntes, o bé no mostra ni pregunta res. Per defecte, es mostra la interfície i es demana confirmació. /norestart - descarta els intents de reiniciar per part de l'instal·lador. Per defecte, es demana a l'usuari si vol reiniciar. /log log.txt - Escriu el log de la instal·lació en el fitxer indicat. Per defecte es crea en el directori %TEMP%. + &Tanca + Benvinguts + Aquesta aplicació instal·larà el Mixxx en el vostre ordinador. Primer instal·larà les llibreries de tercers necessaries, i després el Mixxx. Feu clic a Instal·la per continuar o Tanca per sortir. + Versió [WixBundleVersion] + &Opcions + &Instal·la + &Tanca + Opcions de configuració + Carpeta de destinació: + &Navega + &Accepta + &Cancel·la + Fitxers en ús + Les següents aplicacions estan utilitzant fitxers que cal actualitzar: + Tanca les &aplicacions i intenta reiniciar-les després. + &No tanquis les aplicacions. Serà necessari reiniciar. + Accepta + &Cancel·la + Progrés de la instal·lació + Processant: + Inicialitzant... + &Cancel·la + Canvia la configuració + &Repara + &Desinstal·la + &Tanca + Configuració correcta + La instal·lació del Mixxx s'ha realitzat correctament + La reparació del Mixxx s'ha realitzat correctament + La desinstal·lació del Mixxx s'ha realitzat correctament + &Inicia + Heu de reiniciar l'ordinador abans de poder utilitzar l'aplicació. + &Reinicia + &Tanca + Configuració fallida + La instal·lació del Mixxx ha fallat + La reparació del Mixxx ha fallat + La desinstal·lació del Mixxx ha fallat + Hi ha hagut un o més problemes durant la instal·lació. Si us plau, corregiu-los i intenteu-ho de nou. Per a més informació consulteu el <a href="#">fitxer de log</a>. + Heu de reiniciar l'ordinador per acabar de restaurar el sistema a abans de la instal·lació. + &Reinicia + &Tanca diff --git a/build/wix/Localization/mixxx_cs-CZ.wxl b/build/wix/Localization/mixxx_cs-CZ.wxl index 7be8d629bf52..b7e91227fd11 100644 --- a/build/wix/Localization/mixxx_cs-CZ.wxl +++ b/build/wix/Localization/mixxx_cs-CZ.wxl @@ -26,10 +26,10 @@ Již je nainstalována stejná nebo novější verze tohoto výrobku. Do 64bitových Windows musíte nainstalovat 64bitovou verzi tohoto výrobku. Do 32bitových Windows musíte nainstalovat 32bitovou verzi tohoto výrobku. - Chystáte se nainstalovat 32bitovou verzi do 64bitového operačního systému. Doporučujeme použít 64bitovou verzi kvůli lepšímu výkonu. Instalační balíček pro 64bitový systém můžete stáhnout z http://mixxx.org/download/ + Chystáte se nainstalovat 32bitovou verzi do 64bitového operačního systému. Doporučujeme použít 64bitovou verzi kvůli lepšímu výkonu. Instalační balíček pro 64bitový systém můžete stáhnout z http://mixxx.org/download/ Instalujete Mixxx do zastaralého operačního systému. Některé funkce nemusí pracovat dobře, nebo nebudou pracovat vůbec. Doporučujeme vám povýšení operačního sytému. - Chystáte se nainstalovat 32bitovou verzi, ale již je nainstalována 64bitová verze. To může vést k neobvyklému chování. Odinstalujte, prosím, nejprve stávající verzi Mixxxu, nebo pro povýšení verze stáhněte instalační balíček pro 64bitový systém (pokud přesně nevíte, co děláte). - Chystáte se nainstalovat 64bitovou verzi, ale již je nainstalována 32bitová verze. To může vést k neobvyklému chování. Odinstalujte, prosím, nejprve stávající verzi Mixxxu, nebo pro povýšení verze stáhněte instalační balíček pro 32bitový systém (pokud přesně nevíte, co děláte). + Chystáte se nainstalovat 32bitovou verzi, ale již je nainstalována 64bitová verze. To může vést k neobvyklému chování. Odinstalujte, prosím, nejprve stávající verzi Mixxxu, nebo pro povýšení verze stáhněte instalační balíček pro 64bitový systém (pokud přesně nevíte, co děláte). + Chystáte se nainstalovat 64bitovou verzi, ale již je nainstalována 32bitová verze. To může vést k neobvyklému chování. Odinstalujte, prosím, nejprve stávající verzi Mixxxu, nebo pro povýšení verze stáhněte instalační balíček pro 32bitový systém (pokud přesně nevíte, co děláte). Byla zjištěna starší verze Mixxxu. Protože byl změněn instalátor, není možné povýšení provést hladce. Odinstalujte, prosím, starší verzi, předtím než začnete instalovat tuto. Installer was not able to find Microsoft Visual C++ 2015 Redistributable on this system. This is likely an installer bug that should be reported to Mixxx developers. @@ -53,52 +53,52 @@ Zdrojové soubory, které Mixxx umožní provedení instalace Mixxxu v jiných jazycích, než je americká angličtina - [WixBundleName] Setup + [wixBundleName]Instalace [WixBundleName] - Are you sure you want to cancel? - Previous version - Setup Help + Chcete opravdu ukončit instalaci ? + Předchozí verze + Nápověda k instalaci. /install | /repair | /uninstall | /layout [directory] - installs, repairs, uninstalls or creates a complete local copy of the bundle in directory. Install is the default. /passive | /quiet - displays minimal user interface with no prompts or displays no user interface and no prompts. By default user interface and all prompts are displayed. /norestart - suppress any attempts to restart. By default user interface will prompt before restart. /log log.txt - logs to a specific file. By default a log file is created in %TEMP%. - &Close - Welcome - Setup will install Mixxx on your computer. It will first install required third party libraries, then Mixxx itself. Click Install to continue or Close to exit. - Version [WixBundleVersion] - &Options - &Install - &Close - Setup Options - Install location: - &Browse - &OK - &Cancel - Files In Use - The following applications are using files that need to be updated: - Close the &applications and attempt to restart them. - &Do not close applications. A reboot will be required. - &OK - &Cancel - Setup Progress - Processing: - Initializing... - &Cancel - Modify Setup - &Repair - &Uninstall - &Close - Setup Successful - Mixxx installation has been successful - Mixxx repair has been successful - Mixxx uninstall has been successful - &Launch - You must restart your computer before you can use the software. - &Restart - &Close - Setup Failed - Mixxx installation failed - Mixxx repair failed - Mixxx uninstall failed + Zavřít. + Vítejte. + Mixx bude nainstalován na váš počítač. Nejprve nainstaluje požadované knihovny, potom samotní Mixx. Kliknete Instalovat pro pokračování nebo Zavřít pro ukončení. + Verze [WixBundleVersion] + Možnosti + Instalovat + Ukončit + Nastavení instalace + Umístnení instalace + Prohledávat + OK + Ukončit + Používané soubory + Tyto aplikace používají soubory, které je třeba aktualizovat: + Zavřít aplikace a pokusit se je restartovat. + Nezavírejte tyto aplikace. Požaduje se restart. + OK + Ukončit + Průběh instalace + Spracováva se: + Načítávam... + Ukončit + Upravit Instalaci + Opravit + Odinstalovat + Ukončit + Instalace úspěšná + Mixxx byl úspěšne nainstalován + Mixxx byl úspěšne nainstalován + Mixx byl úspěšne odinstalován + Spustit + Prosím restartujte počítač pro bezchybný chod softwaru. + Restartovat + Ukončit + Instalace se nezdařila + Mixxx instalace zlyhala + Mixxx oprava zlyhala + Mixxx odinstalování zlyhalo One or more issues caused the setup to fail. Please fix the issues and then retry setup. For more information see the <a href="#">log file</a>. - You must restart your computer to complete the rollback of the software. - &Restart - &Close + Je potřebné restartovat počítač pro dokončení vrácení instalace. + Restartovat + Ukončit diff --git a/build/wix/Localization/mixxx_de-DE.wxl b/build/wix/Localization/mixxx_de-DE.wxl index a069001f46d8..98896ad8d88e 100644 --- a/build/wix/Localization/mixxx_de-DE.wxl +++ b/build/wix/Localization/mixxx_de-DE.wxl @@ -26,11 +26,11 @@ Die gleiche oder eine neuere Version dieses Produkts ist bereits installiert. Sie müssen die 64-Bit-Version dieses Produkts auf 64-Bit-Windows installieren. Sie müssen die 32-Bit-Version dieses Produkts auf 32-Bit-Windows installieren. - Sie sind dabei, die 32-Bit-Version auf einem 64-Bit-Betriebssystem zu installieren. Wir empfehlen mit der 64-Bit-Version für bessere Performance. Sie können das der 64-Bit-Installationspaket von http://mixxx.org/download/ herunterladen. + Sie installieren gerade die 32-Bit-Version auf einem 64-Bit-Betriebssystem. Wir empfehlen stattdessen die 64-Bit-Version für eine bessere Performance zu installieren. Sie können das 64-Bit-Installationspaket hier herunterladen: http://mixxx.org/download/ Sie installieren Mixxx auf einem veralteten Betriebssystem. Einige Funktionen arbeiten möglicherweise nicht korrekt oder überhaupt nicht. Wir empfehlen die Aktualisierung Ihres Betriebssystems. Sie sind dabei, die 32-Bit-Version zu installieren, aber eine 64-Bit-Version ist bereits installiert. Dies kann zu unerwünschtem Verhalten führen. Bitte deinstallieren Sie zuerst die vorhandene Mixxx Version oder laden Sie das 64-Bit-Installationspaket zum Aktualisieren (es sei denn, Sie wissen genau was Sie tun.) Sie sind dabei, die 64-Bit-Version zu installieren, aber eine 32-Bit-Version ist bereits installiert. Dies kann zu unerwünschtem Verhalten führen. Bitte deinstallieren Sie zuerst die vorhandene Mixxx Version oder laden Sie das 32-Bit-Installationspaket zum Aktualisieren (es sei denn, Sie wissen genau was Sie tun.) - Eine ältere Version von Mixxx wurde erkannt. Da wir die Installer-Software geändert haben, können wir nicht problemlos aktualisieren. Bitte deinstallieren Sie ältere Version vor der Installation dieser neuen Version. + Eine ältere Version von Mixxx wurde erkannt. Da wir die Installer-Software geändert haben, können wir nicht problemlos aktualisieren. Bitte deinstallieren Sie die ältere Version vor der Installation dieser neuen Version. Das Installationsprogramm war nicht in der Lage Microsoft Visual C ++ 2015 Redistributable auf diesem System zu finden. Dies ist wahrscheinlich ein Bug des Installationsprogramms, der an Mixxx-Entwickler gemeldet werden sollte. diff --git a/build/wix/Localization/mixxx_es-ES.wxl b/build/wix/Localization/mixxx_es-ES.wxl index 6616da0904ea..ed82b946d5d6 100644 --- a/build/wix/Localization/mixxx_es-ES.wxl +++ b/build/wix/Localization/mixxx_es-ES.wxl @@ -22,16 +22,16 @@ - Este producto requiere Windows XP o una versión más reciente. + Este producto requiere Windows XP o una versión superior. La misma versión o una más reciente de este producto está ya instalada. Necesita instalar la versión de 64 bits de este producto en una versión de Windows de 64 bits. Necesita instalar la versión de 32 bits de este producto en una versión de Windows de 32 bits. - Está a punto de instalar la versión de 32 bits en un sistema operativo de 64 bits. Recomendamos usar la versión de 64 bits para un mejor rendimiento. Puede descargar el instalador de la versión de 64 bits desde http://mixxx.org/download/ + Está a punto de instalar la versión de 32 bits en un sistema operativo de 64 bits. Recomendamos usar la versión de 64 bits para un mejor rendimiento. Puede descargar el instalador de la versión de 64 bits desde http://mixxx.org/download/ Está instalando Mixxx en un sistema operativo obsoleto. Algunas funciones pueden no funcionar correctamente. Recomendamos actualizar su sistema operativo. Está a punto de instalar la versión de 32 bits pero la versión de 64 bits está instalada. Esto puede llevar a un comportamiento indeseado del programa. Por favor, desinstale primero la versión existente, o descargue el instalador de 64 bits (a no ser que sepa exactamente lo que está haciendo). Está a punto de instalar la versión de 64 bits pero la versión de 32 bits está instalada. Esto puede llevar a un comportamiento indeseado del programa. Por favor, desinstale primero la versión existente, o descargue el instalador de 32 bits (a no ser que sepa exactamente lo que está haciendo). Una versión anterior de Mixxx ha sido detectada. Dado que hemos cambiado de instalador, no podemos hacer una actualización limpia. Por favor, desinstale la versión anterior antes de instalar esta. - Installer was not able to find Microsoft Visual C++ 2015 Redistributable on this system. This is likely an installer bug that should be reported to Mixxx developers. + La instalación no ha podido encontrar las librerías de Microsoft Visual C++ 2015 en el sistema. Es posible que se trate de un error del instalador que debería ser reportado a los desarrolladores de Mixxx. {\WixUI_Font_Title}Advertencia @@ -53,52 +53,52 @@ Archivos de recursos que permiten la visualización de Mixxx en otros idiomas aparte del Inglés americano - [WixBundleName] Setup + Instalador de [WixBundleName] [WixBundleName] - Are you sure you want to cancel? - Previous version - Setup Help - /install | /repair | /uninstall | /layout [directory] - installs, repairs, uninstalls or creates a complete local copy of the bundle in directory. Install is the default. /passive | /quiet - displays minimal user interface with no prompts or displays no user interface and no prompts. By default user interface and all prompts are displayed. /norestart - suppress any attempts to restart. By default user interface will prompt before restart. /log log.txt - logs to a specific file. By default a log file is created in %TEMP%. - &Close - Welcome - Setup will install Mixxx on your computer. It will first install required third party libraries, then Mixxx itself. Click Install to continue or Close to exit. - Version [WixBundleVersion] - &Options - &Install - &Close - Setup Options - Install location: - &Browse - &OK - &Cancel - Files In Use - The following applications are using files that need to be updated: - Close the &applications and attempt to restart them. - &Do not close applications. A reboot will be required. - &OK - &Cancel - Setup Progress - Processing: - Initializing... - &Cancel - Modify Setup - &Repair - &Uninstall - &Close - Setup Successful - Mixxx installation has been successful - Mixxx repair has been successful - Mixxx uninstall has been successful - &Launch - You must restart your computer before you can use the software. - &Restart - &Close - Setup Failed - Mixxx installation failed - Mixxx repair failed - Mixxx uninstall failed - One or more issues caused the setup to fail. Please fix the issues and then retry setup. For more information see the <a href="#">log file</a>. - You must restart your computer to complete the rollback of the software. - &Restart - &Close + ¿Seguro que quiere cancelar la instalación? + Versión anterior + Ayuda de la instalación + /install | /repair | /uninstall | /layout [directory] - instala, repara, desinstala o genera una copia local en el directorio indicado. La opción por defecte es instalar. /passive | /quiet - muestra una interfaz mínima sin preguntas, o bien no muestra ni pregunta nada. Por defecto se muestra la interfaz y se pide confirmación. /norestart - descarta el reinicio del ordenador. Por defecto la interfaz pregunta al usuario si quiere reiniciar. /log log.txt - Escribe el log de instalación en el fichero indicado. Por defecto, el log se escribe en el directorio %TEMP%. + &Cerrar + Bienvenido + La aplicación instalará Mixxx en su ordenador. Primero instalará las librerías de terceros necesarias, y luego Mixxx. Pulse Instalar para continuar o Cerrar para salir. + Versión [WixBundleVersion] + &Opciones + &Instalar + &Cerrar + Opciones de configuración + Directorio de destino: + &Examinar + &Aceptar + &Cancelar + Ficheros en uso + Las siguientes aplicaciones usan ficheros que necesitan ser actualizados: + Cierra las &aplicaciones e intenta reiniciarlas después. + &Deja las aplicaciones en ejecución. Será necesario reiniciar. + &Aceptar + &Cancelar + Progreso de la instalación + Procesando: + Inicializando... + &Cancelar + Cambiar la configuración + &Reparar + &Desinstalar + &Cerrar + Configuración exitosa + La instalación de Mixxx ha terminado correctamente + La reparación de Mixxx ha terminado correctamente + La desinstalación de Mixxx ha terminado correctamente + &Ejecutar + Es necesario reiniciar el ordenador antes de usar la aplicación. + &Reiniciar + &Cerrar + Configuración errónea + La instalación de Mixxx ha fallado + La reparación de Mixxx ha fallado + La desinstalación de Mixxx ha fallado + Se han producido uno o más errores durante la instalación. Intente corregirlos y ejecute de nuevo la instalación. Para más información consulte el <a href="#">fichero de log</a>. + Es necesario reiniciar el ordenador para restaurar el sistema a antes de la instalación. + &Reiniciar + &Cerrar diff --git a/build/wix/Localization/mixxx_et-EE.wxl b/build/wix/Localization/mixxx_et-EE.wxl index 4abfd2f2b7b6..d14ab350c16c 100644 --- a/build/wix/Localization/mixxx_et-EE.wxl +++ b/build/wix/Localization/mixxx_et-EE.wxl @@ -26,7 +26,7 @@ Sama või uuem versioon sellest tootest on juba paigaldatud. Sul tuleb paigaldada 64-bitine versioon sellest tootest 64-bitisele Windowsile. Sul tuleb paigaldada 32-bitine versioon sellest tootest 32-bitisele Windowsile. - Sa soovid paigaldada 32-bitist versiooni 64-bitisele operatsioonisüsteemile. Soovitame kasutada 64-bitist versiooni parema jõudluse jaoks. Saate 64-bitise paigalduspaketi alla laadida aadressilt http://mixxx.org/download/ + Sa soovid paigaldada 32-bitist versiooni 64-bitisele operatsioonisüsteemile. Soovitame kasutada 64-bitist versiooni parema jõudluse jaoks. Saate 64-bitise paigalduspaketi alla laadida aadressilt http://mixxx.org/download/ Te paigaldate Mixxxi vananenud operatsioonisüsteemile. Mõned funktsioonid ei pruugi normaalselt või üldse töödata. Soovitame teil uuendada oma operatsioonisüsteem. Sa proovid paigaldada 32-bitist versiooni, kuid 64-bitine on juba paigaldatud. See võib viia soovimatu käitumiseni. Palun eemaldage olemasolev Mixxx kõigepealt või laadige 64-bitine paigalduspakett uuendamiseks alla (kui sa just ei tea mida sa täpselt teed) Sa proovid paigaldada 64-bitist versiooni aga 32-bitine on juba paigaldatud. See võib viia soovimatu käitumiseni. Palun eemaldage olemasolev Mixxx kõigepealt või laadige 32-bitine paigalduspakett uuendamiseks alla (kui sa just ei tea mida sa täpselt teed) diff --git a/build/wix/Localization/mixxx_fr-FR.wxl b/build/wix/Localization/mixxx_fr-FR.wxl index 0265b8305c71..3e3d5a46bdc3 100644 --- a/build/wix/Localization/mixxx_fr-FR.wxl +++ b/build/wix/Localization/mixxx_fr-FR.wxl @@ -26,7 +26,7 @@ Une version plus récente ou identique de ce produit est déjà installée. Vous devez installer la version 64-bits de ce produit sur un Windows 64-bits. Vous devez installer la version 32-bits de ce produit sur un Windows 32-bits. - Vous installez une version 32 bits sur un système 64 bits. Nous vous recommandons d'utiliser une version 64 bits pour de meilleures performances. Vous pouvez télécharger l'installeur 64 bits ici : http://mixxx.org/download/ + Vous installez une version 32 bits sur un système 64 bits. Nous vous recommandons d'utiliser une version 64 bits pour de meilleures performances. Vous pouvez télécharger l'installeur 64 bits ici : http://mixxx.org/download/ Vous installez Mixxx sur un système obsolète. Certaines fonctions pourraient ne pas fonctionner. Nous vous recommandons de mettre à jour votre système d'exploitation. Vous installez une version 32 bits de Mixxx, mais il existe déjà une version 64 bits installée. Ceci peut conduire à un comportement imprévisible. SVP, désinstallez d'abord ou téléchargez l'installeur correspondant pour mettre à jour, à moins de savoir exactement ce que vous faites. Vous installez une version 64 bits de Mixxx, mais il existe déjà une version 32 bits installée. Ceci peut conduire à un comportement imprévisible. SVP, désinstallez d'abord ou téléchargez l'installeur correspondant pour mettre à jour, à moins de savoir exactement ce que vous faites. diff --git a/build/wix/Localization/mixxx_it-IT.wxl b/build/wix/Localization/mixxx_it-IT.wxl index 2913e36c0f49..754ed4305549 100644 --- a/build/wix/Localization/mixxx_it-IT.wxl +++ b/build/wix/Localization/mixxx_it-IT.wxl @@ -26,47 +26,47 @@ La stessa o una versione più recente di questo prodotto è già installata. Devi installare la versione a 64-bit di questo prodotto su Windows a 64-bit. Devi installare la versione a 32-bit di questo prodotto su Windows a 32-bit. - Stai per installare la versione a 32-bit su un sistema operativo a 64-bit. Raccomandiamo di usare la versione a 64-bit per ottenere prestazioni migliori. Puoi scaricare il pacchetto di installazione a 64-bit da http://mixxx.org/download/ + Stai per installare la versione a 32-bit su un sistema operativo a 64-bit. Raccomandiamo di usare la versione a 64-bit per ottenere prestazioni migliori. Puoi scaricare il pacchetto di installazione a 64-bit da http://mixxx.org/download/ Stai per installare Mixxx su un sistema operativo vecchio. Alcune funzioni potrebbero non funzionare bene o completamente. Raccomandiamo di aggiornare il tuo sistema operativo. - You are about to install the 32-bit version but a 64-bit one is already installed. This can lead to undesired behavior. Please un-install the existing Mixxx first, or download the 64-bit installation package to upgrade (unless you know exactly what you are doing.) - You are about to install the 64-bit version but a 32-bit one is already installed. This can lead to undesired behavior. Please un-install the existing Mixxx first, or download the 32-bit installation package to upgrade (unless you know exactly what you are doing.) - An older version of Mixxx has been detected. As we changed installer, we can not smoothly upgrade. Please uninstall older version before installing this one. - Installer was not able to find Microsoft Visual C++ 2015 Redistributable on this system. This is likely an installer bug that should be reported to Mixxx developers. + Stai per installare la versione a 32-bit ma è già installata una versione a 64-bit. Ciò può portare a comportamenti indesiderati. Disinstallare prima l'esistente Mixxx per favore, oppure scaricare il pacchetto di installazione a 64-bit per eseguire l'aggiornamento (a meno che tu non conosca esattamente quello che stai facendo). + Stai per installare la versione a 64-bit ma è già installata una versione a 32-bit. Ciò può portare a comportamenti indesiderati. Disinstallare prima l'esistente Mixxx per favore, oppure scaricare il pacchetto di installazione a 32-bit per eseguire l'aggiornamento (a meno che tu non conosca esattamente quello che stai facendo). + È stata rilevata una versione precedente di Mixxx. Si come abbiamo cambiato l'installatore, non possiamo aggiornare senza problemi. Disinstallare la versione precedente per favore, prima di installare questa. + Installer non è riuscito a trovare Microsoft Visual C ++ 2015 Redistributable in questo sistema. Questo è probabilmente un bug di installazione che dovrebbe essere segnalato agli sviluppatori Mixxx. {\WixUI_Font_Title}Attenzione - Launch Mixxx when setup exits. + Avvia Mixxx quando l'installazione esce. Il pacchetto software completo. Applicazione principale - The core Mixxx application including controller presets. + L'applicazione Mixxx principale compreso i preset del controller. PDB debug files - Install Mixxx PDB files to use with a debugger. This is useful to debug Mixxx and provide readable backtraces to the development team. + Installare i file Mixxx PDB da utilizzare con un debugger. Questo è utile per eseguire il debug di Mixxx e fornire backtraces leggibili al team di sviluppo. Collegamento sul Desktop Aggiunge un collegamento a Mixxx sul tuo desktop Manuale Utente Il manuale di Mixxx in formato PDF, disponibile anche su http://mixxx.org/manual/ Traduzioni - Resource files that allow Mixxx to display in alternate languages, other than US english + File di risorse che permettono a Mixxx di visualizzare in lingue alternate, oltre che l'inglese US - [WixBundleName] Setup + [WixBundleName] Impostazione [WixBundleName] - Are you sure you want to cancel? - Previous version - Setup Help + È sicuro/a di voler annullare? + Versione precedente + Guida di Installazione /install | /repair | /uninstall | /layout [directory] - installs, repairs, uninstalls or creates a complete local copy of the bundle in directory. Install is the default. /passive | /quiet - displays minimal user interface with no prompts or displays no user interface and no prompts. By default user interface and all prompts are displayed. /norestart - suppress any attempts to restart. By default user interface will prompt before restart. /log log.txt - logs to a specific file. By default a log file is created in %TEMP%. &Close - Welcome + Benvenuto Setup will install Mixxx on your computer. It will first install required third party libraries, then Mixxx itself. Click Install to continue or Close to exit. - Version [WixBundleVersion] + Versione [WixBundleVersion] &Options &Install &Close - Setup Options + Opzioni di installazione Install location: &Browse &OK diff --git a/build/wix/Localization/mixxx_nl-NL.wxl b/build/wix/Localization/mixxx_nl-NL.wxl index d3c8d9f8226f..824504d0cf25 100644 --- a/build/wix/Localization/mixxx_nl-NL.wxl +++ b/build/wix/Localization/mixxx_nl-NL.wxl @@ -26,12 +26,12 @@ Dezelfde of een nieuwere versie van dit product is reeds geïnstalleerd. Je moet de 64-bits versie van dit product installeren op een 64-bits versie van Windows. Je moet de 32-bits versie van dit product installeren op een 32-bits versie van Windows. - Je staat op het punt om de 32-bits versie te installeren op een 64-bits besturingssysteem. We raden aan om de 64-bits versie te gebruiken voor betere prestaties. Je kunt het 64-bits installatiepakket downloaden van http://mixxx.org/download/ + Je staat op het punt om de 32-bits versie te installeren op een 64-bits besturingssysteem. We raden aan om de 64-bits versie te gebruiken voor betere prestaties. Je kunt het 64-bits installatiepakket downloaden van http://mixxx.org/download/ Je wilt Mixxx installeren op een verouderd besturingssysteem. Sommige functies werken mogelijk niet goed of helemaal niet. We raden je aan om je besturingssysteem te upgraden. Je wilt de 32-bits versie installeren maar een 64-bits is reeds geïnstalleerd. Dit kan leiden tot ongewenste effecten. Gelieve eerst de bestaande Mixxx te verwijderen, of het 64-bits installatiepakket te downloaden en te upgraden (Tenzij je exact weet waar je aan begint) Je wilt de 64-bits versie installeren maar een 32-bits is reeds geïnstalleerd. Dit kan leiden tot ongewenste effecten. Gelieve eerst de bestaande Mixxx te verwijderen, of het 32-bits installatiepakket te downloaden en te upgraden (Tenzij je exact weet waar je aan begint) Een oudere versie van Mixxx is gedetecteerd. Door wijziging van de installer is een vlotte bijwerking niet mogelijk. Verwijder de oudere versie voordat u deze versie installeert. - Installer was not able to find Microsoft Visual C++ 2015 Redistributable on this system. This is likely an installer bug that should be reported to Mixxx developers. + De installatie heeft Microsoft Visual C++ 2015 Redistributable niet kunnen vinden op uw computer. Dit zou kunnen wijzen op een fout in het installatie bestand. Wilt u dit even doorgeven aan de makers van Mixxx, dat hun dit probleem kunnen oplossen voor u. {\WixUI_Font_Title}Waarschuwing diff --git a/build/wix/Localization/mixxx_pl-PL.wxl b/build/wix/Localization/mixxx_pl-PL.wxl index a2c7dc03e3d5..99c6b76af139 100644 --- a/build/wix/Localization/mixxx_pl-PL.wxl +++ b/build/wix/Localization/mixxx_pl-PL.wxl @@ -26,7 +26,7 @@ Ta lub nowsza wersja tego produktu jest juź zainstalowana. Musisz zainstalować 64-bitową wersję na 64-bitowym Windowsie. Musisz zainstalować 32-bitową wersję na 32-bitowym Windowsie. - Masz zamiar zainstalować wersję 32-bitową w 64-bitowym systemie operacyjnym. Zalecane jest użycie 64-bitowej wersji dla lepszej wydajności. Pakiet instalacji 64-bitowej można pobrać z http://mixxx.org/download/ + Masz zamiar zainstalować wersję 32-bitową w 64-bitowym systemie operacyjnym. Zalecane jest użycie 64-bitowej wersji dla lepszej wydajności. Pakiet instalacji 64-bitowej można pobrać z http://mixxx.org/download/ Instalujesz Mixxx'a na przestarzałym systemie operacyjnym. Niektóre funkcje mogą nie działac prawidłowo lub wcale. Rekomendujemy zaktualizować swój system operacyjny. Masz zamiar zainstalować 32-bitową wersje, ale już jest zainstalowana wersja 64-bitowa. Może to prowadzić do niepożądanego działania. Najpierw należy odinstalować istniejącego Mixxx'a, lub Pobrać pakiet instalacji 64-bitowej do uaktualnienia (chyba, że wiesz, co robisz.) Masz zamiar zainstalować 64-bitową wersję, ale już jest zainstalowana wersja 32-bitowa. Może to prowadzić do niepożądanego działania. Najpierw należy odinstalować istniejącego Mixxx'a, lub Pobrać pakiet instalacji 32-bitowe do uaktualnienia (chyba, że wiesz, co robisz.) @@ -57,10 +57,10 @@ [WixBundleName] Are you sure you want to cancel? Previous version - Setup Help + Pomoc instalacji /install | /repair | /uninstall | /layout [directory] - installs, repairs, uninstalls or creates a complete local copy of the bundle in directory. Install is the default. /passive | /quiet - displays minimal user interface with no prompts or displays no user interface and no prompts. By default user interface and all prompts are displayed. /norestart - suppress any attempts to restart. By default user interface will prompt before restart. /log log.txt - logs to a specific file. By default a log file is created in %TEMP%. &Close - Welcome + Witaj Setup will install Mixxx on your computer. It will first install required third party libraries, then Mixxx itself. Click Install to continue or Close to exit. Version [WixBundleVersion] &Options diff --git a/build/wix/Localization/mixxx_pt-BR.wxl b/build/wix/Localization/mixxx_pt-BR.wxl index 506f9358f22e..5a2bef09d835 100644 --- a/build/wix/Localization/mixxx_pt-BR.wxl +++ b/build/wix/Localization/mixxx_pt-BR.wxl @@ -26,7 +26,7 @@ A mesma ou melhor versão deste produto já está instalada. Você precisa instalar a versão 64-bit desse produto no Windows 64-bit. Você precisa instalar a versão 32-bit desse produto no Windows 32-bit. - Você está prestes a instalar a versão 32-bit em um sistema operacional 64-bit. Nós recomendamos usar uma versão 64-bit para melhor performance. Você pode baixar o pacote de instalação 64-bit de http://mixxx.org/download/ + Você está prestes a instalar a versão 32-bit em um sistema operacional 64-bit. Nós recomendamos usar uma versão 64-bit para melhor performance. Você pode baixar o pacote de instalação 64-bit de http://mixxx.org/download/ Você está instalando o Mixxx em um sistema operacional desatualizado. Algumas funções podem não funcionar corretamente ou nem funcionar. Nós recomendamos atualizar o seu sistema operacional. Você está prestes a instalar a versão 32-bit mas uma versão 64-bit já está instalada. Isso pode levar a comportamento indesejado. Por favor desinstale a versão existente do Mixxx primeiro, ou baixe o pacote de instalação 64-bit para atualizar (a menos que você saiba exatamente o que você está fazendo.) Você está prestes a instalar a versão 64-bit mas uma versão 32-bit já está instalada. Isso pode levar a comportamento indesejado. Por favor desinstale a versão existente do Mixxx primeiro, ou baixe o pacote de instalação 32-bit para atualizar (a menos que você saiba exatamente o que você está fazendo.) diff --git a/build/wix/Localization/mixxx_pt-PT.wxl b/build/wix/Localization/mixxx_pt-PT.wxl index c2c81e38aed1..4585a40aba2c 100644 --- a/build/wix/Localization/mixxx_pt-PT.wxl +++ b/build/wix/Localization/mixxx_pt-PT.wxl @@ -23,15 +23,15 @@ Este produto requer o Windows XP ou superior. - A mesma ou uma versão mais recente deste produto já está instalada. - Precisa de instalar a versão 64-bit deste produto no Windows de 64-bit. - Precisa de instalar a versão 32-bit deste produto no Windows de 32-bit. - Está prestes a instalar a versão 32-bit num sistema operativo de 64-bit. Nós recomendamos que use a versão 64-bit para obter um melhor desempenho. Pode transferir o pacote de instalação de 64-bit a partir de http://mixxx.org/download/ - Está a instalar o Mixxx num sistema operativo desatualizado. Algumas funcionalidade poderão não funcionar corretamente. Nós recomendamos que atualize o seu sistema operativo. + Já está instalada esta versão ou uma mais recente deste programa. + Tem de instalar a versão 64-bit deste produto no Windows de 64-bit. + Tem de instalar a versão 32-bit deste produto no Windows de 32-bit. + Está prestes a instalar a versão 32-bit num sistema operativo de 64-bit. É recomendável usar a versão 64-bit para obter um melhor desempenho. Pode transferir o pacote de instalação de 64-bit a partir de http://mixxx.org/download/ + Está a instalar o Mixxx num sistema operativo desatualizado. Algumas funcionalidade poderão não funcionar corretamente. É recomendável atualizar o seu sistema operativo. Está prestes a instalar a versão de 32-bit mas a de 64-bit já está instalada. Isto pode resultar num comportamento indesejado. Por favor, desinstale a versão do Mixxx existente primeiro, ou transfira a versão de 64-bit para atualizar (a não ser que realmente saiba o que está a fazer.) Está prestes a instalar a versão de 64-bit mas a de 32-bit já está instalada. Isto pode resultar num comportamento indesejado. Por favor, desinstale a versão do Mixxx existente primeiro, ou transfira a versão de 32-bit para atualizar (a não ser que realmente saiba o que está a fazer.) - Foi detetada uma versão anterior do Mixxx. Como nós mudámos o instalador, não podemos facilmente proceder à atualização. Por favor desinstale a versão antiga antes de instalar esta. - Installer was not able to find Microsoft Visual C++ 2015 Redistributable on this system. This is likely an installer bug that should be reported to Mixxx developers. + Foi detetada uma versão anterior do Mixxx. Como o instalador foi alterado, não podemos fazer a atualização facilmente. Por favor desinstale a versão antiga antes de instalar esta. + O instalador não conseguiu encontrar o Microsoft Visual C++ 2015 Redistributable neste sistema. Provavelmente isto deve-se a um erro do instalador que deve ser reportado aos programadores do Mixxx. {\WixUI_Font_Title}Aviso @@ -42,63 +42,63 @@ O pacote completo. Aplicação principal - A Mixxx core application inclui presets de controladores. - Ficheiros PDB de depuração - Instala ficheiros PDB do Mixxx para usar com um depurador. Isto é bastante útil para permitir o retorno de indícios legíveis à equipa de desenvolvimento e depurar o Mixxx. + A aplicação principal Mixxx inclui predefinições de controladores. + Ficheiros PDB de depuração de erros + Instala ficheiros PDB do Mixxx para usar com um depurador de erros. Isto é bastante útil para permitir o retorno de indícios legíveis à equipa de desenvolvimento e depurar o Mixxx. Atalho no ambiente de trabalho Adiciona um atalho do Mixxx no ambiente de trabalho Manual do Utilizador O manual do Mixxx em PDF, está disponível também em http://mixxx.org/manual/ Traduções - Ficheiros de recurso que permitem ao Mixxx apresentar outras linguagens, diferentes do inglês - EUA + Ficheiros de recurso que permitem ao Mixxx mostrar outros idiomas, diferentes do inglês - EUA - [WixBundleName] Setup + Instalação do [WixBundleName] [WixBundleName] - Are you sure you want to cancel? - Previous version - Setup Help - /install | /repair | /uninstall | /layout [directory] - installs, repairs, uninstalls or creates a complete local copy of the bundle in directory. Install is the default. /passive | /quiet - displays minimal user interface with no prompts or displays no user interface and no prompts. By default user interface and all prompts are displayed. /norestart - suppress any attempts to restart. By default user interface will prompt before restart. /log log.txt - logs to a specific file. By default a log file is created in %TEMP%. - &Close - Welcome - Setup will install Mixxx on your computer. It will first install required third party libraries, then Mixxx itself. Click Install to continue or Close to exit. - Version [WixBundleVersion] - &Options - &Install - &Close - Setup Options - Install location: - &Browse + Tem a certeza que quer cancelar? + Versão anterior + Ajuda do Instalador + /install | /repair | /uninstall | /layout [directory] - instala, repara, desinstala ou cria uma cópia local do pacote no diretório. A instalação é o padrão. /passive | /quiet - mostra uma interface mínima sem perguntas ou não mostra nenhuma interface nem perguntas. Por padrão, a interface e as perguntas são mostradas. /norestart - suprime qualquer tentativa de reiniciar. Por padrão, a interface irá perguntar antes de reiniciar. /log log.txt - faz o registo para um ficheiro específico. Por defeito, é criado um registo em %TEMP%. + &Fechar + Bem-vindo(a) + O instalador irá instalar o Mixxx ne sou computador Primeiro irá instalar bibliotecas externas necessárias e só depois o Mixxx. Clique Instalar para continuar ou Fechar para sair. + Versão [WixBundleVersion] + &Opções + &Instalar + &Fechar + Opções de Instalação + Local de instalação: + &Navegar &OK - &Cancel - Files In Use - The following applications are using files that need to be updated: - Close the &applications and attempt to restart them. - &Do not close applications. A reboot will be required. + &Cancelar + Ficheiro a Serem Utilizados + Os seguintes programas estão a usar ficheiros que têm de ser atualizados: + Feche os _programas e tente reiniciá-los. + &Não feche os programas. É necessário reiniciar o computador. &OK - &Cancel - Setup Progress - Processing: - Initializing... - &Cancel - Modify Setup - &Repair - &Uninstall - &Close - Setup Successful - Mixxx installation has been successful - Mixxx repair has been successful - Mixxx uninstall has been successful - &Launch - You must restart your computer before you can use the software. - &Restart - &Close - Setup Failed - Mixxx installation failed - Mixxx repair failed - Mixxx uninstall failed - One or more issues caused the setup to fail. Please fix the issues and then retry setup. For more information see the <a href="#">log file</a>. - You must restart your computer to complete the rollback of the software. - &Restart - &Close + &Cancelar + Progresso da Instalação + A processar: + A inicializar... + &Cancelar + Alterar Instalador + &Reparar + &Desinstalar + &Fechar + Instalação Bem Sucedida + O Mixxx foi instalado com sucesso + O Mixxx foi reparado com sucesso + O Mixxx foi desinstalado com sucesso + &Lançar + Tem de reiniciar o computador antes de poder utilizar o programa. + &Reiniciar + &Fechar + Falhou a Instalação + A instalação do Mixxx falhou + A reparação do Mixxx falhou + A desinstalação do Mixxx falhou + Um ou mais problemas impediram a instalação correta. Por favor corrija os problemas e tente novamente. Para mais informações veja o <a href="#">ficheiro de registos</a>. + Tem de reiniciar o computador para terminar a desinstalação do programa + &Reiniciar + &Fechar diff --git a/build/wix/Localization/mixxx_ro-RO.wxl b/build/wix/Localization/mixxx_ro-RO.wxl index d9dac133acd0..b8abf9ccfa48 100644 --- a/build/wix/Localization/mixxx_ro-RO.wxl +++ b/build/wix/Localization/mixxx_ro-RO.wxl @@ -26,7 +26,7 @@ Aceiaşi sau o versiune mai nouă a acestui produs este deja instalată. Trebuie să instalaţi versiunea produsului pe 64-biţi pentru Windows. Trebuie să instalaţi versiunea pe 32-biţi a acestui produs pentru Windows. - You are about to install the 32-bit version on a 64-bit operating system. We recommend using the 64-bit version for better performance. You can download the 64-bit installation package from http://mixxx.org/download/ + You are about to install the 32-bit version on a 64-bit operating system. We recommend using the 64-bit version for better performance. You can download the 64-bit installation package from http://mixxx.org/download/ Instalaţi Mixxx pe un sistem de operare expirat. Unele funcţii este posibil să nu funcţioneze corect sau deloc. Vă recomandăm să actualizaţi sistemul de operare. You are about to install the 32-bit version but a 64-bit one is already installed. This can lead to undesired behavior. Please un-install the existing Mixxx first, or download the 64-bit installation package to upgrade (unless you know exactly what you are doing.) You are about to install the 64-bit version but a 32-bit one is already installed. This can lead to undesired behavior. Please un-install the existing Mixxx first, or download the 32-bit installation package to upgrade (unless you know exactly what you are doing.) diff --git a/build/wix/Localization/mixxx_ru-RU.wxl b/build/wix/Localization/mixxx_ru-RU.wxl index 8b01361f311d..27bad07dccdb 100644 --- a/build/wix/Localization/mixxx_ru-RU.wxl +++ b/build/wix/Localization/mixxx_ru-RU.wxl @@ -26,12 +26,12 @@ Данная или выше версия продукта уже установлена. Вам необходимо установить 64-битную версию продукта на 64-битную версию Windows. Вам необходимо установить 32-битную версию продукта на 32-битную версию Windows. - Вы пытаетесь установить 32-битную версию на 64-битную версию операционной системы. Мы рекомендуем использовать 64-битную версию для увеличения производительности. Вы можете скачать 64-битную версию программы на http://mixxx.org/download/. + Вы пытаетесь установить 32-битную версию на 64-битную версию операционной системы. Мы рекомендуем использовать 64-битную версию для увеличения производительности. Вы можете скачать 64-битную версию программы на http://mixxx.org/download/. Вы установили Mixxx на операционную систему, которая более не поддерживается. Некоторые функции могут не работать или работать некорректно. Рекомендуем Вам обновить операционную систему. Вы пытаетесь установить 32-битную версию, но у вас уже установлена 64-битная версия. Это может привести к нежелательным последствиям. Пожалуйста, удалите сначала установленную версию, или скачайте 64-битную версию установщика для обновления текущей версии ПО (если вы уверены в том, что делаете.) Вы пытаетесь установить 64-битную версию, но у вас уже установлена 32-битная версия. Это может привести к нежелательным последствиям. Пожалуйста, удалите сначала установленную версию, или скачайте 32-битную версию установщика для обновления текущей версии ПО (если вы уверены в том, что делаете.) Обнаружена страя версия Mixxx. Так как установщик был изменен, нет возможности обновения версии ПО. Пожалуйста, удалите старую версию перед запуском данного установщика. - Installer was not able to find Microsoft Visual C++ 2015 Redistributable on this system. This is likely an installer bug that should be reported to Mixxx developers. + Установщик не нашел Microsoft Visual C++ 2015 Redistributable в данной системе. Судя по всему это баг установщика, о котором стоит сообщить создателям Mixxx {\WixUI_Font_Title}Предупреждение @@ -55,17 +55,17 @@ [WixBundleName] Setup [WixBundleName] - Are you sure you want to cancel? - Previous version - Setup Help - /install | /repair | /uninstall | /layout [directory] - installs, repairs, uninstalls or creates a complete local copy of the bundle in directory. Install is the default. /passive | /quiet - displays minimal user interface with no prompts or displays no user interface and no prompts. By default user interface and all prompts are displayed. /norestart - suppress any attempts to restart. By default user interface will prompt before restart. /log log.txt - logs to a specific file. By default a log file is created in %TEMP%. - &Close - Welcome + Вы уверены, что хотите отменить? + Предыдущая версия + Помощь в установке + /install | /repair | /uninstall | /layout [directory] - устанавливает, восстанавливает, удаляет или создает полную локальную копию пакета в каталог. Установка (/install) включена по умолчанию. /passive | /quiet - показывает минималистичный пользовательский интерфейс без запросов параметров или не показывает пользовательский интерфейс вообще и без параметров. По умолчанию интерфейс и параметры включены. /norestart - подавляет попытки перезапуска. По умолчанию будет выводиться окно информирования перед перезагрузкой. /log log.txt - лог в отдельный файл. По умолчанию лог пишется по пути %TEMP%. + &Закрыть + Добро пожаловать Setup will install Mixxx on your computer. It will first install required third party libraries, then Mixxx itself. Click Install to continue or Close to exit. Version [WixBundleVersion] &Options &Install - &Close + &Закрыть Setup Options Install location: &Browse @@ -84,7 +84,7 @@ Modify Setup &Repair &Uninstall - &Close + &Закрыть Setup Successful Mixxx installation has been successful Mixxx repair has been successful @@ -92,7 +92,7 @@ &Launch You must restart your computer before you can use the software. &Restart - &Close + &Закрыть Setup Failed Mixxx installation failed Mixxx repair failed @@ -100,5 +100,5 @@ One or more issues caused the setup to fail. Please fix the issues and then retry setup. For more information see the <a href="#">log file</a>. You must restart your computer to complete the rollback of the software. &Restart - &Close + &Закрыть diff --git a/build/wix/Localization/mixxx_sv-SE.wxl b/build/wix/Localization/mixxx_sv-SE.wxl index f66289a4b784..ca3b776ed39f 100644 --- a/build/wix/Localization/mixxx_sv-SE.wxl +++ b/build/wix/Localization/mixxx_sv-SE.wxl @@ -26,7 +26,7 @@ Samma eller en nyare version av denna produkt är redan installerad. Du behöver installera 64-bitars-versionen utav denna produkt på 64-bitars Windows. Du behöver installera 32-bitars-versionen utav denna produkt på 32-bitars Windows. - You are about to install the 32-bit version on a 64-bit operating system. We recommend using the 64-bit version for better performance. You can download the 64-bit installation package from http://mixxx.org/download/ + You are about to install the 32-bit version on a 64-bit operating system. We recommend using the 64-bit version for better performance. You can download the 64-bit installation package from http://mixxx.org/download/ You are installing Mixxx on an outdated operating system. Some functions may not work well or at all. We recommend upgrading your operating system. You are about to install the 32-bit version but a 64-bit one is already installed. This can lead to undesired behavior. Please un-install the existing Mixxx first, or download the 64-bit installation package to upgrade (unless you know exactly what you are doing.) You are about to install the 64-bit version but a 32-bit one is already installed. This can lead to undesired behavior. Please un-install the existing Mixxx first, or download the 32-bit installation package to upgrade (unless you know exactly what you are doing.) @@ -56,19 +56,19 @@ [WixBundleName] Setup [WixBundleName] Are you sure you want to cancel? - Previous version + Föregående version Setup Help /install | /repair | /uninstall | /layout [directory] - installs, repairs, uninstalls or creates a complete local copy of the bundle in directory. Install is the default. /passive | /quiet - displays minimal user interface with no prompts or displays no user interface and no prompts. By default user interface and all prompts are displayed. /norestart - suppress any attempts to restart. By default user interface will prompt before restart. /log log.txt - logs to a specific file. By default a log file is created in %TEMP%. &Close - Welcome + Välkommen Setup will install Mixxx on your computer. It will first install required third party libraries, then Mixxx itself. Click Install to continue or Close to exit. Version [WixBundleVersion] &Options - &Install + &Installera &Close Setup Options Install location: - &Browse + &Bläddra &OK &Cancel Files In Use @@ -78,11 +78,11 @@ &OK &Cancel Setup Progress - Processing: + Bearbetar: Initializing... &Cancel Modify Setup - &Repair + &Reparera &Uninstall &Close Setup Successful diff --git a/build/wix/Localization/mixxx_tr-TR.wxl b/build/wix/Localization/mixxx_tr-TR.wxl index 48fc131616e7..449a18bd0fbc 100644 --- a/build/wix/Localization/mixxx_tr-TR.wxl +++ b/build/wix/Localization/mixxx_tr-TR.wxl @@ -26,7 +26,7 @@ Bu ürünün aynı veya daha yeni bir sürümü zaten yüklü. 64-bit Windows üzerine bu ürünün 64-bit sürümünü yüklemeniz gerekmektedir. 32-bit Windows üzerine bu ürünün 32-bit sürümünü yüklemeniz gerekmektedir. - 64-bit bir işletim sistemine 32-bit sürümü yüklemek üzeresiniz. Daha iyi bir performans için 64-bit sürümü kullanmanızı öneririz. 64-bit Yükleme paketini http://mixxx.org/download/ adresinden edinebilirsiniz. + 64-bit bir işletim sistemine 32-bit sürümü yüklemek üzeresiniz. Daha iyi bir performans için 64-bit sürümü kullanmanızı öneririz. 64-bit Yükleme paketini http://mixxx.org/download/ adresinden edinebilirsiniz. Mixxx'i eski bir işletim sistemine yüklemek üzeresiniz. Bazı özellikler istendiği gibi veya hiç çalışmayabilir. İşletim sisteminizi yükseltmenizi öneririz. 32-bit sürümü yüklemek üzeresiniz ancak bir 64-bit sürüm zaten yüklü. Devam etmek istenmeyen sonuçlar doğurabilir. Lütfen önce mevcut Mixxx'i kaldırın, veya güncellemek için 64-bit yükleme paketini indirin (ne yaptığınızı tam olarak bilmiyorsanız). 64-bit sürümü yüklemek üzeresiniz ancak bir 32-bit versiyon zaten yüklü. Devam etmek istenmeyen sonuçlar doğurabilir. Lütfen önce Mixxx'i kaldırın, veya güncellemek için 32-bit yükleme paketini indirin (ne yaptığınızı tam olarak bilmiyorsanız). diff --git a/build/wix/Localization/mixxx_zh-CN.wxl b/build/wix/Localization/mixxx_zh-CN.wxl index b745be363a0b..8fcb74cb3655 100644 --- a/build/wix/Localization/mixxx_zh-CN.wxl +++ b/build/wix/Localization/mixxx_zh-CN.wxl @@ -26,12 +26,12 @@ 已安装此产品相同或更高版本。 您需要在64位Windows上安装本产品的64位版本。 您需要在32位Windows上安装本产品的32位版本。 - 您将要在64位操作系统上安装32位版本的Mixxx。 我们建议使用64位版本以获取更好的性能。 您可以从http://mixxx.org/download/ 下载64位的安装包。 + 您将要在64位操作系统上安装32位版本的Mixxx。 我们建议使用64位版本以获取更好的性能。 您可以从http://mixxx.org/download/ 下载64位的安装包。 您正在一个过时的操作系统上安装Mixxx。部分甚至全部功能可能无法正常工作,我们建议您升级操作系统。 您将要安装Mixxx的32位版本,但64位版本已经安装,这可能会导致超乎您意料的结果。请先卸载现有的Mixxx,或下载64位的安装包进行升级 (除非您知道自己在做什么。) 您将要安装Mixxx的64位版本,但32位版本已经安装,这可能会导致超乎您意料的结果。请先卸载现有的Mixxx,或下载64位的安装包进行升级 (除非您知道自己在做什么。) 已检测到旧版本的Mixxx。我们现已更换安装程序,这将导致不能直接进行升级。安装此版本之前请先卸载旧版本。 - Installer was not able to find Microsoft Visual C++ 2015 Redistributable on this system. This is likely an installer bug that should be reported to Mixxx developers. + 安装器找不到必须的组件 Microsoft Visual C++ 2015 Redistributable。这可能是安装器的软件缺陷,请向 Mixxx 的开发者报告此问题。 {\WixUI_Font_Title}警告 @@ -53,52 +53,52 @@ 资源文件将允许Mixxx显示英语(美国)以外的语言 - [WixBundleName] Setup + [WixBundleName] 安装 [WixBundleName] - Are you sure you want to cancel? - Previous version - Setup Help - /install | /repair | /uninstall | /layout [directory] - installs, repairs, uninstalls or creates a complete local copy of the bundle in directory. Install is the default. /passive | /quiet - displays minimal user interface with no prompts or displays no user interface and no prompts. By default user interface and all prompts are displayed. /norestart - suppress any attempts to restart. By default user interface will prompt before restart. /log log.txt - logs to a specific file. By default a log file is created in %TEMP%. - &Close - Welcome - Setup will install Mixxx on your computer. It will first install required third party libraries, then Mixxx itself. Click Install to continue or Close to exit. - Version [WixBundleVersion] - &Options - &Install - &Close - Setup Options - Install location: - &Browse - &OK - &Cancel - Files In Use - The following applications are using files that need to be updated: - Close the &applications and attempt to restart them. - &Do not close applications. A reboot will be required. - &OK - &Cancel - Setup Progress - Processing: - Initializing... - &Cancel - Modify Setup - &Repair - &Uninstall - &Close - Setup Successful - Mixxx installation has been successful - Mixxx repair has been successful - Mixxx uninstall has been successful - &Launch - You must restart your computer before you can use the software. - &Restart - &Close - Setup Failed - Mixxx installation failed - Mixxx repair failed - Mixxx uninstall failed - One or more issues caused the setup to fail. Please fix the issues and then retry setup. For more information see the <a href="#">log file</a>. - You must restart your computer to complete the rollback of the software. - &Restart - &Close + 您确定要取消吗? + 上一版本 + 安装帮助 + /install | /repair | /uninstall | /layout [directory] - 安装、修复、卸载或创建已安装软件的副本。默认操作为“安装”。 /passive | /quiet - 显示最小化的安装界面且不提示安装选项,或者完全不显示用户界面。默认选项为显示完整的安装界面。 /norestart - 安装过程中不重启电脑。默认情况下,程序将提示用户是否重启系统。 /log log.txt - 将安装日志输出到指定文件。默认情况下,将日志输出到目录 %TEMP% 下。 + 关闭(&C) + 欢迎 + 安装程序将在您的电脑上安装Mixxx。 系统将先安装所需的第三方组件,然后再安装Mixxx。 点击“安装”以继续,或点击“关闭”以退出安装。 + 版本 [WixBundleVersion] + 选项(&O) + 安装(&I) + 关闭(&C) + 安装选项 + 安装路径: + 浏览(&B) + 确定(&O) + 取消(&C) + 文件被占用 + 下列程序正在占用安装程序需要更新的文件: + 关闭这些程序并尝试重启它们((&A)。 + 不要关闭这些程序。您稍后需要重启系统。(&D) + 确定(&O) + 取消(&C) + 安装进度 + 进度: + 初始化…… + 取消(&C) + 更改安装类型 + 修复(&R) + 卸载(&U) + 关闭(&C) + 安装成功 + 安装Mixxx成功 + 修复Mixxx成功 + 卸载Mixxx成功 + 启动Mixxx(&L) + 您需要重启电脑才能使用Mixxx。 + 重启(&R) + quanti(&C) + 安装失败 + Mixxx安装失败 + Mixxx修复失败 + Mixxx卸载失败 + Mixxx安装失败。请先修复可能存在的问题,然后重试。有关更多信息,请参考<a href="#">日志文件</a>。 + 您必须重启电脑才能完成撤销操作。 + 重启(&R) + 关闭(&C) diff --git a/build/wix/Localization/mixxx_zh-TW.wxl b/build/wix/Localization/mixxx_zh-TW.wxl index 50c194c90176..87f5cac6e7fb 100644 --- a/build/wix/Localization/mixxx_zh-TW.wxl +++ b/build/wix/Localization/mixxx_zh-TW.wxl @@ -26,79 +26,79 @@ 已安裝相同版本或更新版本的這種產品。 您需要在 64 位 Windows 上安裝此產品的 64 位版本。 您需要在 32 位 Windows 上安裝 32 位版本的這種產品。 - 您將要在 64 位作業系統上安裝 32 位版本。 我們推薦使用 64 位版本的更好的性能。 你可以從 HTTP://mixxx.org/download/ 下載 64 位安裝包 + 您將要在 64 位作業系統上安裝 32 位版本。 我們推薦使用 64 位版本的更好的性能。 你可以從 HTTP://mixxx.org/download/ 下載 64 位安裝包 你過時的作業系統上安裝 Mixxx。好或根本,某些功能可能無法工作。我們建議升級您的作業系統。 您將要安裝的 32 位版本,但已經安裝了一個 64 位。這可能導致意外的行為。首先,請卸載現有的 Mixxx 首先,請卸載現有的 Mixxx 或下載 64 位安裝套裝軟體來升級 (除非你知道你在做什麼)。 您將要安裝 64 位版本,但已經安裝了一個 32 位。這可能導致意外的行為。首先,請卸載現有的 Mixxx 首先,請卸載現有的 Mixxx 或下載 32 位安裝套裝軟體來升級 (除非你知道你在做什麼)。 檢測到舊版本的 Mixxx。當我們改變了安裝程式,我們不能順利升級。請安裝這個之前,卸載舊版本。 - Installer was not able to find Microsoft Visual C++ 2015 Redistributable on this system. This is likely an installer bug that should be reported to Mixxx developers. + 安裝程式在作業系統裏找不到Microsoft Visual C++ 2015 Redistributable。有可能是安裝程式的錯誤,請回報給Mixxx開發者。 {\WixUI_Font_Title}警告 - Launch Mixxx when setup exits. + 當離開設定時,請登入Mixxx. 完整的包。 核心應用程式 核心 Mixxx 應用程式包括控制器預設。 - PDB debug files - Install Mixxx PDB files to use with a debugger. This is useful to debug Mixxx and provide readable backtraces to the development team. + PDB 除錯訊息檔 + 安裝Mixxx PDB 檔好讓除錯器使用。這工具對於除錯及提供開發團隊可讀性的追蹤報告非常有幫助。 桌面快捷方式 添加 Mixxx 在您的桌面上的快捷方式 使用者手冊 - The Mixxx user manual in PDF form, also available at http://mixxx.org/manual/ - Translations - Resource files that allow Mixxx to display in alternate languages, other than US english + MIxxx使用者操作手冊採PDF格式,在官網http://mixxx.org/manual/上也有放。 + 翻譯 + 資源檔可允許Mixxx呈現其他的語言,有別於US 英文 - [WixBundleName] Setup + [WixBundleName] 設定 [WixBundleName] - Are you sure you want to cancel? - Previous version - Setup Help + 你確定將要取消嗎? + 之前的版本 + 設定的輔助說明 /install | /repair | /uninstall | /layout [directory] - installs, repairs, uninstalls or creates a complete local copy of the bundle in directory. Install is the default. /passive | /quiet - displays minimal user interface with no prompts or displays no user interface and no prompts. By default user interface and all prompts are displayed. /norestart - suppress any attempts to restart. By default user interface will prompt before restart. /log log.txt - logs to a specific file. By default a log file is created in %TEMP%. - &Close - Welcome + &關閉 + 歡迎 Setup will install Mixxx on your computer. It will first install required third party libraries, then Mixxx itself. Click Install to continue or Close to exit. Version [WixBundleVersion] - &Options + &選項 &Install - &Close - Setup Options - Install location: - &Browse + &關閉 + 安裝選項 + 安裝位址: + &瀏灠 &OK - &Cancel + &取消 Files In Use The following applications are using files that need to be updated: Close the &applications and attempt to restart them. &Do not close applications. A reboot will be required. &OK - &Cancel + &取消 Setup Progress Processing: - Initializing... - &Cancel + 初始化... + &取消 Modify Setup - &Repair - &Uninstall - &Close + &修復 + &解除安裝 + &關閉 Setup Successful - Mixxx installation has been successful - Mixxx repair has been successful - Mixxx uninstall has been successful - &Launch - You must restart your computer before you can use the software. - &Restart - &Close + Mixxx 已成功安裝 + Mixxx 已成功修復 + Mixxx 已成功解除安裝 + &登入程式 + 您必須要在使用軟體前重新啟動電腦 + &重新啟動 + &關閉 Setup Failed - Mixxx installation failed - Mixxx repair failed - Mixxx uninstall failed + Mixxx 安裝失敗 + Mixxx 修復失敗 + Mixxx 解除安裝失敗 One or more issues caused the setup to fail. Please fix the issues and then retry setup. For more information see the <a href="#">log file</a>. You must restart your computer to complete the rollback of the software. - &Restart - &Close + &重新啟動 + &關閉 From d05d6f1f0a4e7a0aadc3c257e7f0c09663ef5db6 Mon Sep 17 00:00:00 2001 From: RJ Skerry-Ryan Date: Tue, 30 Oct 2018 23:17:08 -0700 Subject: [PATCH 8/8] Update mixxx.qrc for the new languages. --- res/mixxx.qrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/res/mixxx.qrc b/res/mixxx.qrc index b434fc3d3656..61bf70cf892e 100644 --- a/res/mixxx.qrc +++ b/res/mixxx.qrc @@ -69,16 +69,20 @@ translations/mixxx_cs.qm translations/mixxx_da.qm translations/mixxx_de.qm + translations/mixxx_de-DE.qm translations/mixxx_el.qm + translations/mixxx_en.qm translations/mixxx_en_GB.qm translations/mixxx_eo.qm translations/mixxx_es-ES.qm + translations/mixxx_es-MX.qm translations/mixxx_es.qm translations/mixxx_et.qm translations/mixxx_eu.qm translations/mixxx_fa.qm translations/mixxx_fi.qm translations/mixxx_fr.qm + translations/mixxx_fr-FR.qm translations/mixxx_ga.qm translations/mixxx_gl.qm translations/mixxx_he.qm @@ -125,5 +129,6 @@ translations/mixxx_vi.qm translations/mixxx_zh_CN.qm translations/mixxx_zh_TW.qm + translations/mixxx_zh_TW.Big5.qm

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 diff --git a/res/translations/mixxx_et.qm b/res/translations/mixxx_et.qm index 471212b3f492ecbd1e745d97923575bd0a8a4828..8b32e432bc25205b05ef47a3cf9db25e467e4fbb 100644 GIT binary patch delta 4974 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 delta 4764 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 diff --git a/res/translations/mixxx_eu.qm b/res/translations/mixxx_eu.qm index 7c884a58380cbcd6d7bee04e61f83ddb070fcb3f..bf4c9dc5d40cdcdb6204e3e9e1609c34cf39f2f8 100644 GIT binary patch delta 4168 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 delta 3904 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 diff --git a/res/translations/mixxx_fa.qm b/res/translations/mixxx_fa.qm index fea474f1eb0ff8a55b3f6f55ecbe725608bc905a..9bca4e9fdf28b6096c2f0d83bfc667e726376958 100644 GIT binary patch delta 3257 zcmX}udt6jy8VB&-%$#%PJ}96jDi<%vO+^8@selaktK1Y&QsgS5W}<1?j%!+o7+cdO zN|~;=HcV6s%#T{@Eh*AX&Du;Y5nVFNGA(Uo_cy+N_K)#wBS@roH z)nDB0zXKQnxU8e2fWT~F=qJJ$KN<{7dXbI?hFuZH4FxobfTvCvp#tO*K0gxBegvdl z1421oXciF0XCr3vZ00ofaX)WtwmH<0cC=Kcy~@H*W_zvJg)2J$VC&maQs3Pa{XV|@UGZ-XX@>j^&#%}X?*4$=|> zkdO?irI`UQ6juESQhNg6_XDIe5`(ov`m)asco#S?IOugq-*BZ7-H?7@;xk$y{qz+O z=_-tA7H0nf=^isRb{6C?PGIyEj<_exd?3u70XgCzC(MK#>p@pSE?@xTpA&`!Q#)^j zYsHPoMZ!tm!YQ7@88MHY|JW^$y$HGD2=L@a$V*=X#&ts8#chfD9P&ryfcs(L(9^C+UF!(+~odbq1LfB{yIO$!4J=*I4M0J(1_znwGI)tf_!klPf?olNB zA7;Ss2?uouBX`=x#niPzYY9@FdzxR0bR+lJ+e?^#0O?5|@FX-Mqv#k=W<$n_HLUVV zp~nN^SU+K+53;8pXQ1B-r{p7N*&!gY9l5huYvTqW&vKOG+m9j7##D|g!1PmJu(}64 zb~R>vx)JaX5M~CU*vQnm=L&~b2#2)^qYc7%MVNFJGgol|(>zeVb2(Q&1Ir#V(`j}r zU-uti`aNtv##3U~Z$fKn70+Zh4!q1NO<01DpNU{~Z^g}L8R?U!RN+NzNnx{9lV@(@ zdEc*^S@bWU#!EF{;(!DGDhynv4l;28latgrub<;_jaBb@of#; z+CG{=*Gm^xvVBen6NY^yU2v>sAiqd=$KT|N_DgqH)v`s;mtk^a=6vMfv{gXJ205&W z84DRJN4#^CwNNX^-cDl1`pH=Zfh|jdNJ8Y2UxhHKgs+wja97wV1WXPn-wL(ZcFW+Ao*=&OYU%^WK+< zxhS5XOO8umu|eqDsw>LiL_WK93&!;FIQQzFnydi^4%4k#&C`>0UYH-MTeF!HsOISE z4M#ZO7rOd0U$ag0=-%nR#=f;qcOaP0M>RXf=m*)K*L~{FW)Z8_b#8?z@3Jf2o*UaKpWclfhbv>-$AB9is69!$^XH@p_H_vk6n8o_S(~DWjUHX!> z=YY{h{oI>;ZrWyHL5sesdkUkNI8a=q==3(*F81e5!XZJz#4LS%M=Ja9b^XDzV|;Pc z(QXcS(D6|3rSCOll^y;td=NEo$0}q<5h1}zk0rbCI{y1|=7E4>_`A9o5-xN2he9Y5489-jTdHPvT zV0M$av~W1PR;PJw_8_jzZhj?}E0l|c?sDmD|FKJ1&NHzHxF#xCHz2)t6r5664_W2y>}!&0}5c z5|+C#VlQxYC77Y8`JqJ*+J;S3sVNS{gkp<<#;;I)iEmF!_k;_+i^B%WLr)8 zU9IEN?7{AC2^AIPb8B delta 3100 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 P3-o5q_P_9B9VGt)2P2Kh delta 6388 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 diff --git a/res/translations/mixxx_fr-FR.qm b/res/translations/mixxx_fr-FR.qm new file mode 100644 index 0000000000000000000000000000000000000000..b517870b0da64a76bbf4cd3fa46dc01d28e95129 GIT binary patch literal 1180 zcmbW0KWx)L6vkf?ngl`{MFP};!7w1ij3BC5@`tJlLjgN~^4i<`NKcNY84GU zkE>8iv~-%S0-mSMbF($iU7aYNIcQp?Aw#WX&=IW1Rhx&2O?9XPH9;X%W2pMXaaXuU z^v%R^4GU7UgvX|af57T=6_^xaUlyP|jmuXNm4JJu25 z!A@nn`jdNpAJ<30eY6pPA7TAXEn8}n_jw>AK8bk=OhaIMOxj_U zm^m3G78;8CLRjJwj~XRA&j%jl8KiU+?{dXM#$%gz4u6ZFE>?m@Q~woCJhml%H?AVd4fRsc`d#x5imIi--H0 Y%1evNWxYk$3;1op?`9r?o6Ti@1C2`fX8-^I literal 0 HcmV?d00001 diff --git a/res/translations/mixxx_fr.qm b/res/translations/mixxx_fr.qm index 35c475f7426fd16bfeb3e83d3570a51e4df11a2b..9de2a363f74f1dfa174418d13a2a66a78ad68a0d 100644 GIT binary patch delta 20790 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 delta 19847 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 SY0Kiy_f^`by7f~wsQwSzjX3cD diff --git a/res/translations/mixxx_ga.qm b/res/translations/mixxx_ga.qm index 3e57ec800e8a1e7a88ff47b028e1d77ed3481a83..9ed4b3d5562252ed7d3901d09d669514be892a8f 100644 GIT binary patch delta 87 zcmV-d0I2`>AGaWo6any&6(<41kv$&?F#rX?WdHyTm62WV0cn#>0jCb}4Jur-000CY tX#fBYBa^QTII}te{S1?14<8Q`MP_DYV{}txbaZKMXLFN@2q%+N52MMF9321v delta 59 zcmV-B0L1^dAom}T6anaw6(<3Ukv$&)U6Ez)0Wp(R0jCbR4Jur-000CYX#fBX>yt1F RII}_m{S1?v2pyA@52IA16Ndl* diff --git a/res/translations/mixxx_gl.qm b/res/translations/mixxx_gl.qm index 3cc92c641c1119cabd6f4b754aafd695efa15af2..bdefab0f61dfee819218096e90ab858ae2f224a9 100644 GIT binary patch delta 14642 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 diff --git a/res/translations/mixxx_he.qm b/res/translations/mixxx_he.qm index d716fafe315bed930ed175b39ae1e04d3a0a58eb..ff2ee777172442198487d004e1dc43a85214a1fa 100644 GIT binary patch delta 10704 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 delta 3432 zcmY+`d015C8UXNjX3jY?=gcr84vLZ+GOVI3ihv5Dpu-NSh{zhN$RePY*v&D`#6&5- zP+U+UO|F`$W2saMf*T@|;Y~?xu|y4*n^=)zz2oci+~@wm^ZVv7ob!F}cKE4XzJ9sf zH0fC8pq7W*Dlgg(Ihj`T)s3kD>M{Uu0O%J2z^4GrJPR<+5g`5sfFC+X0GMRa1Hc#s zU_FSm-$uGskXfx{9{#;?7eL(CWa1uxSI-0JKL9XU7KUEBko`MZcmyAs1CUfgrrMDC z1{60}unv8Weu+0dgX=Bi>_328ECFN-zOP?Up>H#OyGm;&??|VeE{s9kOjX2AK3%oJDFTy0Dki_ zfZ@Z)giB=JX5edZ~(u_X(oYM%(B^>}` zj(~D2rYJ@Z>WEpGvRcyKh0IEWQI?IRPa-qh!9C;`jQC74&QuAZt{8!S1>}exGHEB7 zzMahSgh=CYfShiKI=u>WXCMvh$vAg1n?dx(28^f*V&j_uQtVz@3bVAQ0DPJuQH?1X z;6|F9M$^J&GnuR;Giu135s|Tn}Kghji?=XaZQ+CEw^b1|XnNzQs!hF!h*x z@Ayj0nMQv2yK7jK{_-;o_}O?+-dl#<;&q%%>?G6PkUu{V5Aa&NLV9fRyuxX06F_Ey z!mSHW>Jg`-ivWsjn zRJRmwrCk8<>`}Dz1>w%`Djp{W0z?nw9JXR^CnRu15^mh@J8sRvU6_*FqQ5 z!IgiSj_udM)hxmLr}uGn@8JgF23KdYET+`bh2o>!;iA_7M(^d$$#JK4UvgKHF=yVv z+|TcNV$S-=u+?05$A=h^Uhaw4uQ-6>`N{jRs8Xl%L63~sUc2~+A21bz5Aktr_5kjk ze42R~K_#z zV*a#c5QWB(c?o1e4F4a$XdK69$p!oQuEF?ywUY00#7J;Gr1~(KyN$o2)?*}61hKIe zAn=i3HPi+-K1tB)Ek&y)=a@DK12+2sL@W{v8+HT8{uT_|GqK1Xk%gUtZ}~**4llu2 zfH~}MPmYWvv&Ra?HoQJGPe|OraO9>7=`(w~X*1Y=Q-B=ZjoXRI(4 z6W0mnim`S~{aS+b zsxsWRXggRee%F4rjKN>Vgdp8mJ=OI5Ofknfj)x z^}ZR~E0@fCrn;!W&werFf(X_3Q-8we^{H;Zf(ILCC#uU#zhL`(f(z8Xlbm%x9CA>L zC-N3u!|)`tkCCa3V)%6oZTS0QR1T)X`7$}{p*ZhWApSovhn)Ahn4gak)F+UJQ)G6N zSRIcMig_f~XWqgHuMq1^*-h9Ei^O`1DRp9V%OR|V1>(0``eXlQi`Oo=0w}&9m8(eC z<>I~T9|4Rn6`x*Qj5j(YsWN`X$XzBA-jFoz7_k|xQe5T<99T?Bs*l9fU6V2=+2Db@ z$&rI3(~Ap}*V2W_m!x@r{sEA-kIes7stUvZYBF74S}Rq3Q;P#7kxcC+3rnTVr#NiS zSW=rtE{u}uzMO#7zg5~FfOBKgR_XXDtL6V29?$DFvqDN6lZJfjIkDkzt~hb!sjak(<@f z1ET>JEVXh=!YUu;Y84iPZ7kZ8^UsmR_pPE=W5hfTTjfs2RLF9z@?6{SopZ%%O{^`L zAa|722SFGLA&o4Wq7~G;F<1AsBlK8=^YXPJIT-q3C$)*guiy==wTYkL2^?CqCw|6a z9d}=QX3BPqT)X!C+Xn3NW7?Zzm*YqdB~@y&=$g)BH|E~6Qs?RFkMD+VoljgNE=EV_ zCNsP-_~_;YSK`U4b-UZV@QVgry)PD(*r>azZ^BuhL~CA1DND8HhM^k-=Io|5&o?~jXIZfM28j(AH;}D07|dVzER{3;gn=xz|6KOW ze=F-Zv4zYwT?3vRX51k+xFgU?~X8Ls3~G!)i^VCtp{`R zv|;bo4l_^tXtc~a2p^0Q;5%>&_i%lkt_T=N(|IY$DXfu>;+jHh0vOexT diff --git a/res/translations/mixxx_hr.qm b/res/translations/mixxx_hr.qm index 77f91f8e13b235283bab0acba919cf8a5bff8af6..0a4bce3015f220a1e60f512a27543505e97b95d3 100644 GIT binary patch delta 359 zcmZph$9QBO;{*}LhKZtjOisKLUG)XS85n{)7#N(E0O@}~`t-zBb;aontfsSp93uu+ zi(L#1X2%&=9i)KtX9m`^eGClFPbZ$0)z{GcsP8Je4V5 z@&;>ykFjkY;{*}Liix6nOpezly6OumGB5;pFfcgf0qK80dg{bhb;U#mR@2!G432*o zSS@xjFqj=@V0DlJ(w`Yv)AlhiIIo|0R*uPO&&03hjJ2C}8S@z#=S`l=l+UDoIXwBu|D?PS7w&BBj?f!Ps4J3pA5 z%Ph~hVRA2X8X-MA=GIAQ&9M#}a%DP%DTaXsea_Y*!%#tJPJYw%x@= zB%&0k`V&F$5d;N^Rv{vfs#WS+tc%d880QdvO-DDuJsF<6&m76_<91CRmk>dc%Puz|Ebup_2?L8ni5!id2 zof7<1$1ku>!6e*eeL~Qroxod{ftmtf&IDj_1TZ%h_=tk_n_b3r{zz^H4!%piA{}g= z%Hq4t1|-!3+h}RO70;l$`Uv>4o)xQX@p)Q^Ct`s4*C96d0H23)_hmu6E&{~?5ZmcE zTRwvLn6_X13}VkMAae#c+s<`<$Ofr{v}KUO%7Oh~u^4rT@z4TD3D1DZ!Q4ZenL}+0 zu6066qL{T;e)l=oH5Ss^EkMNY*6LZ8+AQ=iNwmpDwCIeTj&+zth$d|vq+fD?qIR}K zGz+OLOZ4+~EkkhsUR|XK?%(U-K^T4gB5=gX8pL<3n=r$A3fL5m1YH#n(!i~bK|*XZ zoxB{0uPH!PI17`^!hJSR3K!Z~q2xRG@;RVoKIUKD1uT%bJJVT%6r|0?A{~V+ywAF% zB;)?2Xe#mr@@!~HdjRCxSfVC8&LQX;D3??2aSwedj6O>_JoZWmUw8#bdsB#5TnW_s z3v))r0k*5ceAg$yjxr&+buO^(u8fB5!sH5}L7q!=b{I|J{eXP$T*4ij;IYz16bXY7n zx(xWZM=VL|0(J(7rEw>zs2F$qBWCwBPkk!7GN>Bz{w2DK{sYuKA%6wF=n-9?Q#0)I zB2^S?q!?`2dxFv$L>&17}(J!SvZ_v7?$&xdc3SnCrx56#eUiu1H63G4QNp8hP z=|nHBoAyLHlN3PzkNm$AP~9q>?{A&i!@0W}xchsho8L2P``yy_6K4UMI<9*Nv&$CM zb}v>ahYxMiSo(8Pe@_!$K!Yaav1Z!Y0hH?1tW!1#^{h{}EIXX7DSbjm+~KQnxYz|@PHOKa%)q;Abs_5%>PL-WmIinw`^rrjw6su!BOjpu+Ux8_m& zUf>gpraLzUaF%Gg&wWit?_gOvOK{^F59^(?!0Z0pmU55Kn|45M=f-zMp%R_wSsq0jDK)WEdW)*Em38TZ ze7^O(rgqbALb$b2Y?z_{bzz1eZLik<=}Vx|%It>7ITeZ8jcW?+>`mf0TFKUPYBqEbrT+1=jo`SEQV$ zwiv}a6_fBI>r+C9R?C-4=-Gx_a@+HbfNz5Qv||}fkQf%>Wgd4=x8gdb!WpW|RrJ*A zvMz5=I$-MJ1`OvG8FZzY6sdS2EA$GHKO3t%c;FvYy5F$#US^**+Gy2XKnbfvF=$~qu=o5H^TjR~HdHYQ+iZcxRVhnu~RvCg9 z(^-5U8=@EdMnfUOFukt?$Vo87&89n$mvT!&xhEVf(8oOVv7zw01|a+c!?xG&0v-#w z?o(`ukKeMbW@UUgl^h$P*#4=|2jPYi(W<7(Z&adFDV=}FS7tX;dUI|m?-b3V*%+oQ zGE)HvR%OuU%5%AX$4U_LTkNnJAl_{${4@n$78cezs9d>S~=z&d@RtbIyXQwQ*d zr}DDuJ}~|yw`RUq=mBbo35&hPT4_RWPiHa4P@#%t8iNL3@wzqOYe4^)J2PcDa58|6 zD|~Hxs@{FaXv${OKQ%Ii4PkTZhmluV$W#j(yknsIHd||8gTsdn91!#V`}X9Fx%P~V z<*QQD6IZ9$SF(5Og57_vaCosB8CLhhV~Um~M^AR!S`?$f7fD!-bozaYrR>-&lSZ0j RPq$~Vx2_CzN4GhI{{bpL(VhSR delta 2218 zcmXZdeRND`9tZI6y>su(+&gn8Itf`(NeB}ONr;*#M?xZ!V8o*FZtFE^(c;L_uFi%K zk&zeiNHe4(FXTlcG)5u`tE8-2(O62Us zZWpA>biO<*q=$5_l6jCG-vBa`xtqpv%RQ{WE>r>JQDs2oW9HCBTI-4+PyGQH6V9zW z#R_!x@PpSOr_rAEwE9=0escxnb$P(J;oO7q?2#@=c!Oz@U9A3^IV69@0r{6~dd*dA zwG<@iSb-E6Q13=~&pXzCj_{s$Y?y+fUFU&A*V#E~cGy59hy5AIxr(VK$~>}}Ta$^Y zNo_!p0LQBqV1GJGl!F8(TQ0{48O$RGST61X=E|7UW64c+Ne)$lG2cX66*yV9oMx>o zMr$F}a@!TOXWRw0Tw%-gF)0HCQ!`~Z_71o1i7@mGW%luFLd?9s0vXeVaSQeXO>>1A zLs9_yMPW|E`;;|=r5!VY4c`bENzdqMx$K_aCN?i-njvaHxVU$OKyA<G2HdD&`m?GSkEae|r0=)NFDowjb z*|;Qk%1LS>#@&_5oW`IDp;E(os($VksiE*cbleb<8vF2IsiBCbVqY97((gIaxr$Tt zw1v{;F&$Lf&$;Cz*==L2)mtJDPI6NH0=Z3Jvj`Xv@Q+q3sS*`z+^OHvbuS9dFh0E@2dRW_K+1>CC&?lHXu#@{?y1eJbHJadV*%MFe zj<1m`lBnLr;8xs~>p!DmTsWBf!AWj~S8jPm>k=Nxr_%<}|6_l3Bx;_@=Xxe0HJH1n zAGaz*zIvSj3qF#skDdnTo47}(F{f%1i!)iZ8Z%;+-qv&UqrLSp`D3YdAL-=^Jm>(LB7y9Hu}q_b0a66sVS; z*FQM>DIIMBD>2#PTWSqqU!4KQhj7~p4N+H@1L|e&=RYnBhxCd*&NhqB%(jVFhNpwW-YL>iP=U{)MqDjt*PuWY^3# zvFa)7Hiw4Q8!zd+KwKpEV5ad-{I|fwVaD(KeL>SPOwlc*q)P3~p@k|%O30ILpydzD zsm0Eya4Jh5PzTlxRx<9!(rD##i~gppT2%}5_HYMI;pR0eITNV9v(gpU@yUS8tyKQ$ zED+`7*6e4RB{yrdn(^~bbdAka-6?c`Zr$*k_f_}RDj*_)yXjkQ%@}o02MxU5#_jbs zx0Ss44s}C`TJBMRwZEv9%gzCfi_}Bos6Yw+YTFgcJYp@k#ipJ}rc9ZyPgvgs^|Ml1 zyLr9Z`FslyFjakWi)wykBYVRqNa<}_*+rq1Qw%~fJLbt{6X^wy zGiNV*R&I;=Sd0qHUSU2f(j@zNxHU%Zv45GbuxMb=Y4hzDnKYs<^Amk5efJuWk{*P{k)!L*VOVJOT z?`tWkR33FP_rnry^9km7B`9l#R&cEuh9E46BlCHlc4U{|ii{+)$RYqX5((9vD^$TBgVqVDIiq_)xe?Ddw}h19O? zLoD-yt^q=rWqu>YFkr0Z&AW7O2ORpqlD^g#*!a37XZn7+70N8`wo|}?drY>*g$=db zYrO@;8!g=j{tiT+TRMGV{`lee+XNb2eKm++hI#n&>rA delta 178 zcmccWHQj512xG-WQ9UNv4-;MG8FMG5%5xrKU^Si1z#u0&u~&{s&T->bc1Fg)$$J^q z1*foHv+!eJU^)$<h&2!xgo z;B!fDW?&Fdrs$lECCbe$}n!(xT}tNaw(&ZKuq8bJ delta 130 zcmeyywTo+lh~okVR@2!GAONNrA3$j4Dk%Mmf%QNtPTX-cnVZp1fdy~AT*O#CQ!0rasi9-#;4KDlb12cPoB*37y!D!Aa(!% diff --git a/res/translations/mixxx_id.qm b/res/translations/mixxx_id.qm index f8e93626515a6ac38fa6c51ca213a7c658efe271..f7c7c250904a8e51cbc0aa9e0513149a8e53a796 100644 GIT binary patch delta 1070 zcmXZbZA?>F7zgnGy}gHW+uk9aqk|1rrUS=v^#0VuIcuZ+G6914-9c;ulR@+wy8AjOpyX@HiLLfdKG!pr+bBOfk?ttK=V_09M~n%34nX?=K@KD^zzW!7<+AKs$Mv-7wgwj2^zvZ~G&Su;-<} z=_j@-^8#yhZ305;h2e3^O{>`-|A-CLmIEf2(3N7tKA!H;Y&JaF0c2(fbNs@fo}H-X z>+}!%(8cf5w@n!8V;^7p5@^g4zM~04S#0t_JhfB8;1ywLk==AHz=#7&Y`THJkiY_^ z(k#*yVtT6-rvklO?r~GM-Xq6%Q&L}HCcEBo`!Z0rS{VPHo=LCI^yw!izX6PEg|Tvq zr&q|nYMM&7O4F1|&yynuNmJKKLsX~MtFvm;-6Vf+b#zv>NSA3+?Uc?^xxr=o+AutG zif8@1;n-ISASZ>!urM}9Ck$38MHdY%(gi9o+6}!$#xowlHv#tOs0xM@QE3m7b_t)_=Z-2H>LVGEBo zZB`guBODymHuv2D3ct{{hWx+*kJjp#2C8ed=(?W)MHL>|MeU|M`Dhb`P41lNjtu?A zyTH?*WULzDZ7aH(@vLJF4{VN>OjRoh!{tyb$?Aq4OPik2*b`=BBRg&0Sq@b+o))*SV*;En$m2qNADjY>5>^-?_~?dhzf)-{<*$ z-|x?J|0a7n&Q33L`vDXJWjpB*&vpISZt%1;#;>7ytV>}efZMz zFP#DJKMG{cNn59-;r+y!s~|D~{yYF=K9RmUD-G_Io=8v)D`CM=3b9H(a1Va>2oOxt z6mu#bT4Z&a2RjWB=!w--lXfjLUZw0P-U5`kl={KXfRq1{Lv3cg^%PQ_$_h%UEy`{( zc~SnMwE3N7KvjX7J-HHSpHT}3Mgh;SYH6#;@$ekg@FGo7!$YEhjtmNMm!3GQ4#uB~ z0&?kl{+igpW4_R31w{;8DL9u=}LG$Gk5fO7E%TeS;qX8R^p8 zptSQKKT|I5lb3(#TRP8A(ylRndEz>-D_i=hDeZcfk1fUTzatH=mqs@7+rD`iI6lem zHmnz0|AJmvauk)atWG73yw+OQ@r+{DW|llhi`EU9-FvO>>7Rj8kF+O?-mukW)LTc# zegllnQaV5>+XnXe9Q|Q)Di`U6Esw>olSA9Av{R#2r{!sT9?b&L2#shtN)t_K`;;J6 z=)U}v-Zv>GIqK5;Z>Rv9l^QW=GM}#KPGuF{(OZ;8@)|BZbldnk^_K`^gqnY^Xbsz?wx{<_)fz6+H5&BU930;(oGH9#?Y9_u+zSM0U9r@PawTOR?duBNX^ ziI|GV)7QE;iOH%ahgrtD|Di^+ko6|1wV`zQs`{}1OyHCO-u diff --git a/res/translations/mixxx_is.qm b/res/translations/mixxx_is.qm index 6f2986c28bbe8b23e3610d05e1462fc7d1b95b47..ca8b47adf25982fdf322b08d60afa0d4649fe4c6 100644 GIT binary patch delta 893 zcmX}qYe*DP6bJDC%+8GK=oGcdYM8p3yYA?^yXv+UNf~KI4^6i$N@}fDgIzPTlpun_ z9umQJD~$|N3KFcO?Fos|gECn95QRndpzu>>MPd()j*K+J@Z)mtJ@?!*XMAtZzJi6f zx5YjkX+IS<#rJLL=p9@FM1YPk)nTxZV1|Y600OlE{Tr_3flwGWuo2NQDAl{?YbA}-PIRJ?FHRZ*c zHdWKn#0I(Y$m1xo_5ztYmd7VLf1#xOAz&%fw5~>J(_O&68D$l8h1rMT@q5SzSl>_U z+{LV!x6Js3jZsuM`%6^Y&j411_3~!bY2&UpJq2Rid`2|YE{)^sDxXvEyZoib`9Q{c zP1^}3>dbulTxQc*BKw4+Jr^jSY*wMOaD%K_SIfH%Y?KB!*c`#geP=Eqk$c6~3YN%L zsk{FoU3CL%7VL3d`l5WQ51?uIqHlTjnnFEbVIhIfZehcMd8Qhz59>ly+x?oZYb;f) z&hM6MevVP)ljOGL?SRcQuUbj^}Ge;a}LPx6!2M}Yd7g+(*(kl3i0 zKV8>YOTWJ`x-g#lB5eW7lM?u>y{tmYT;j-8=3KE+r+iSSWK)TSBtk?l`Wyv%0G$WT?1ale}wXAY$l4gb<3 zTG<{SUX71gY?@s7kPqnJ14saPjhY0Q%9!z|scC?;&a}N6^e6@cP*hIOy@MUrUdMBw zav5-Yfhrfhx&u_V0*O;hwVRpthk6xo%~9#M>oZVG?;Z#;;~F4zNPxoyVVky-*vV8& znQ0pkzTXC-gAg;W16=oiiJ6n4>)28H0K}u;fbcS=dxqq2TKr9jbsiw2V9)kFC->YS z16-!XZG!mgA|O6tO1aF`7fh#-Y;pAl8;aEhz&=6B`8ah174^>mrJAW4QPnk1X9%MD z6rIuRMa`KS>Qi!qS0YAmGK_|+okOd34M=`R)_JSNImA8cS^C6Uf z0j6CeNjfW^@|cwC6houXH%(Kpzac$3h1*Aby0d&{0Wk^+XC^sWJ`$U)8~jRS|ioFp{qJS&9Im0-XtEe zHLpZ!`}qS%uaw40#(~tYOnZwowni5n=4GmXnQo6XwQB-mK1nY}mw=Q$vL#x1?G`cW z^OV9El}^uv7Y)&6>8qHrmzmau@X`}>4{7(v6}=;0TbB<$u+!~D$|;SsFa4tIc(@5z z+T_B(D6PCBSH>358I$Ga;}%-BLY|!n(3gGtj?L1SZI?(upTK8c@S8)#WPgKJ!jWN{ jiTIsS{$1yio_q|+^=BQjbN;dHw}M1}P>2!SZ#C>6cTLxF diff --git a/res/translations/mixxx_it.qm b/res/translations/mixxx_it.qm index 307c3f7ba85fd253e7364bc49d10bf1ac77b967e..457eb820497e977b51798e9369383546afc96e5c 100644 GIT binary patch delta 16299 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 delta 16209 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 RA+L@M6V5r4pNik?e*ucBIeY*B diff --git a/res/translations/mixxx_ja.qm b/res/translations/mixxx_ja.qm index 049847a144c6aa35a39ec8a36679fc89e49ffa61..4d650339badf8a19c6077643e8f6602465bb919a 100644 GIT binary patch delta 5643 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 delta 5398 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 delta 451 zcmXZXODIHP90l<6-Fv?o6Vo8NjWUzhTqb33?+k;+BaMYe5~;DUkz}E4*pSDDq)h)5 zu}~Y`c0nGXMoZ-F&`cr_l3=FIYox)$C8Bgl97Pz$oWEDugHmRALaUZ<<6DYDvtz+UW zI8z58MiW~X^{C!tr+#9eoyQ5RpV59V;Mp-`f2t6jq#n}BcLbs5qC+xr9%?xQnrWg={wt)Yas{33Xz JBt9Eb_CH;~aohj^ diff --git a/res/translations/mixxx_lt.qm b/res/translations/mixxx_lt.qm index 0b7d5704019006d467bf3d3eb8982e317899699c..3dfe17a53717ead55ad7b44aa19ef16e75b92a29 100644 GIT binary patch delta 629 zcmZ9|TS${(7zgnG`|W$(_USa)YLq0Iwy$OL5Qs`tB6!GYE7x>~HWxV~h`MM6h24mt z6@$iu9SAZiMM5DMlv$FMB7sB+MHGRJcF~1JR5yju8}D6LKlsCQyz+`IEwYO?b|bl3 zH=hQY+5rDdvOzC81?+nc1YZN*K_GBl_(wPo^`r*uzm-fB*85w)tFDQ3D|pQm&~gU6 zZk=!pytxXn4@f&a(!dw+))AoevNXh!8Hd)91fPkCSq`!=yEy^=yASBtKrW`UZ{%a; z=8tH0PKynuDZvUAAEyb{WZsKV_9nnLnp$DGY@>ILdhYIRv09xvcK#WFerb(G8vaZ! zLuWqmXj7}WG9wMeX~@v1M6L9}pjSTTcP@xh`vRZ)ch@er)ZZ@+bn`bgdjLb9H1vq7 zRGrOJSoN?MG@*L(r;W~cPk^#gY1Bg&-l%lB$;Yc%D<$|at0h;~rES4M?dnri^fE|u z2BclX+V~FfyUJ$m!J_C?{7V|?rJq@zqIC9ss}s;}O1BqeFHC(0N|vSVHVPXfTChE5 zR`~&h$7#;!P(nLt*=RR^we0rH0+AxJmUq#hv-R? zS&=jj*&h)>8kiIWH!KHxsMbTYf+Ql6tQVmkRuA=55uG?sANU=9zu)(FKCh9RZ^*TJ zGM(RUSPufBL145tA2fFL0K+eU#9rXoG%tSR{srPrC=(hmlFeUj>WT(Z9Go&w5dxqWcSex<nGy8H~lMWIg@rn;D4j@2dU ziO>L#=oKc)tRVMGnUkz48yyb1e1*3`@V{e6{59vGK5Fk$qlXezV4B}*` zln9w+B_&d)tDX-}fPJmP%mQnq{Ze|4jnht2&*td@AIiGAYkX4kFJY>}s2XuC+a7K60NSGPz)oAG_ygEeWfN*zi!a*C(obOQ5BsRP z1Bn^EWy}OzGy0)O8Bn(hW4*%ES$!z?6>xvjv!2(0FQDi9HUPyCChxPLrPDQ7v-x-( tXm4?}6?h_J#nJBR0*+_dbxX69*))rm+HP{jd>K$1Of4xZ=2T|g`VR#&q#^(S diff --git a/res/translations/mixxx_lv.qm b/res/translations/mixxx_lv.qm index 6490e3732cc419ae052242715aaa2aed4a0d42f3..7e90b6ceab581b3522b64686bc5819f9d89a2820 100644 GIT binary patch delta 353 zcmdn7h4IT4#t9;f0ux2`n0yo_y6OwAWnc*IU|{h10;K;jF!;(&Y?bG1Vqi6$4HWE} zxK>{9Ap>hsCj*1R3<&KfF!8Q9^g`!cH=US^&7>na0-tR3r7kiq&_Ahh>32<@|n^_qnr0|T=ug!bDx zc`36xPPmX2rXS_IhEz5t#yvb`>#U;(T*4UadFevTg+Ii_91A|NwgbwVQ ze3x~h;L15HZ?1}{ne z2H`TcbT&=Ft9UZ0>i_WnSp_UZ}NF=@yQ>2cs6^n2YXI73y~HPc1=r5O)d#e VEh)*&OE31#Pf5+$JR@KMCjj@BX;1(F delta 305 zcmeyeg>lCg#t9;f91}(Ln7rRibk!HEWMByHU|{e$0Hpr`>6a5*V<;*w3QN5RH*uwJw9V_;x5h0uPjlh*>(luy3O+|PJ;aw>~IGlorm%DP{XmscxhGXsOr8D3BSBMb~|RuJ0j zJcJIoKKUq{Jfp?rr)+BS{&)BdG%XnzJfHGMI8S9@u(-m%%N%F{J3}VW*PN5op5M1_owd2(9yXaxRlRquk_PraUIS$CLjuZD-V?m=kXuF1YE>U=W%2AY-(3|e`a3=I0uCueEvZQj80MRW5t Hz4NR9dbu<` diff --git a/res/translations/mixxx_ml.qm b/res/translations/mixxx_ml.qm index 46ff5b518cf1580f77c7d770e169a1be13205795..bb5155c8efad5dad94f0b0a693dfecdf2bbedae1 100644 GIT binary patch delta 911 zcmX|uQo^;3O&}Duf(H z*(oyWgJe|bhZ$o@mSSImh{(c%$f7T4rKJ7sj6NKG=Wxz>{?Bv%=aYAO%b5hn zX8=w>H;3o~l(n4kG@n@~t8H01o@t=GADH_c@YVncqnybnIMqhtN!s@jr-*^JQ|9eq zh+lI7+a$#Auj$e)&g6BRss-ZsRUkGW(&9^0t(bFGGpD_a({UTph97`j$LWl3`;+4s zg|xMpoQEU)z?mKw;d)l4%U*4L4C$dphMqy1JPrswoKgLpmc^Xbv&hVw0FqX~{gP6r zABB6yd-_cl*5%APkCOSlKx!uYrps^)!n>0~#va19{wMTEL2P?*5iqrK+Ot@eKEpEw zpNW*L6{t8)Db*4LtM&kn2K~b5SAhAP{>H)OKuS5M%w4*p}`K(vJQSYi{iZJh}{jk)rmTII;ajI{muD%D0V(I`mjVtAV@jfMU%YmUcwj z!?bsZ)a>s~oo}N7V~8_)L4-}F=iTop-4WI(E?Me4rj*-?NPbjl*+g<_x0E{_VH1{ZL zpwg^R$yE|*O+%h}2?Gt2w{qWsI!)bN>DO4Lbz_VkuK$}l7aOozLqY2ykyXnn3Gv0% z)!Htb?W&ajxeuQv|>JGL*g5)T@}VIN_m$ zy(}aYS9mN?RyzP`l$$iowT*EdY1mY{0%TR7aDnFa&Z6*tYu+_BCHOa3P*ZRpu-|5X z1fQ)A!GknbN*ne)=>v>iT-Rw}_g(I$Z0Ry8vJ zit5bj(9(OFa6+AvVpKJ-t^`jvdnQ$hjxLrd`}UvGntv|SWJk5$+G~LABiG)d-CVH( zsdu#al_{FIQk(sCj&6+_kIhq>US#ZllMHAvZt~`Y?Z%nmcYq_#dgSsgo~Nb;*DiYZ zt)|X;igQY)yU`yMd(xbfkxpeh&D$p>YP!UHzP_K9u-rn2->fR7G*+%0v9i8wouxXn TV)f28IkxH^SCi;ZLKK95v9S;*lW@cq$bW>$?bZKs9bCW#?FO!N5o~BV8QUCw| delta 59 zcmV-B0L1_19H<rcMFpQ1SONm4W1xu5%vH8 diff --git a/res/translations/mixxx_mr.qm b/res/translations/mixxx_mr.qm index afb7f8054c96d78f02d9d0d6f43bd7b99410d9cc..a484c77c6c7d2244c2a2ccbfa3ea630029c1d33d 100644 GIT binary patch delta 195 zcmaE@v|4$B2&2M8QF+f623FJA3?Kle+5bUk-Z&_Ihk^A#Dgy)aObE?(6hd<@h0r|T zAT(dt#L|CE{5q3M8P$w<^;nOB4CUAjp?T*)Xg(>nw^EN87+B2Mj~u-Mw9*Aa^F5k; zmNA}fLnZ?Qf7WCJF8$4kOs9D!hX}~?3%jPJr6!jIr`h# BHFp32 delta 145 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 diff --git a/res/translations/mixxx_nl.qm b/res/translations/mixxx_nl.qm index d74e6a4c9f3f0d2518b6774692e5199138182099..d2eabbc10ad23677102934120754df83f5a48014 100644 GIT binary patch delta 17028 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 delta 16926 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 XQj(dMUhJEnlA1G##dCAE>@_9;2u3+| delta 191 zcmezCaL{3b2xGxSQGLeNiLUa3eGCl29SjW8JV5#%kT#uIDlaL|z-l_1fkA2&1FO#$ z1_tgI5L$ZI#I_HHp0xMV%Mum}98b&WgFFl1sgbEcA1k$gL^lp@Yi|f=0K< z+rDzh2Yvur9oPSq1qFB6L&$9nKy`G(OB>E?_=61#HFozTfc0plQ|3-muQ#V(3g z%?R4_sJw0sdmvhM8KE||NOcbh_Xo&gz39k)2iVPQMYP(!s+!jWz?R3-m3wr4F~i+7 z&UMDPt_l`ZS;T;yDXI=JaGcFk&vT8fsET#ptobr=hcvUG+$_55*sxqzpgPw>x8Ov6$Y`VO4zeXV zq_4JU?MG-G^_aYdKA4bz6$-UF z=}Qmw;z;2bz0>H1l0&x-YI^b_@sqtN#T1UG6*lcLWQRSI0<+kP*acrn*6oX`SXrfU zYeQF;(wUAZ>2$KEyRYd~LP@dP_S)=Bpi^L?*_th=-7L9Ow4fegie00~Bt<9x#U^o{ RJo7(P4l8|1n&s>={sE9^$Or%c delta 574 zcmXZZOK1~89LMqB%^Wf20nB~C&`F@Ps*JBI(_f@B zaxWv5Gkd)9Ib<^EKUd{)Ss7nYrk{|(TFtExxm!Rc4{_)>V3WcxyO;fur+4^oKH5 z!%#^+diyel&kO_27igA8e4BABAnPP&Xo*LHakhK>z06i%kEf)eCNi{0^pw`Wo&&bL z(62tI%c9dt?@eXmlhV3FC9RWZ56~6uIL}_9Z}OB{Awv(DKJn&%hK5CD`iL?!N!@x2 zPo1WcUJKfrmNZv3Dk>eFgy;>1eb36Tf%rAw_uKb?*fNzwKTkfTIg$4knxk^mL2IJW zDz{X-h@I6V8DCU@*|A9+~J^=InLUA4zFx7<}_uC<5h KUiq=$jQs<^ypkUP diff --git a/res/translations/mixxx_pl.qm b/res/translations/mixxx_pl.qm index 8d87342944f1165196302642af2120869ba489ba..233ef2e2c946c7c9871c0bbc2b85fd79d2ceb020 100644 GIT binary patch delta 15440 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 MHFD>L3R?dE0MRF26#xJL delta 15411 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