diff --git a/src/clientsettingsdlg.cpp b/src/clientsettingsdlg.cpp index a14eabd888..176c92a85a 100644 --- a/src/clientsettingsdlg.cpp +++ b/src/clientsettingsdlg.cpp @@ -114,7 +114,7 @@ CClientSettingsDlg::CClientSettingsDlg ( CClient* pNCliP, CClientSettings* pNSet sldNetBufServer->setWhatsThis ( strJitterBufferSize ); sldNetBufServer->setAccessibleName ( tr ( "Server jitter buffer slider control" ) ); sldNetBufServer->setToolTip ( strJitterBufferSizeTT ); - chbAutoJitBuf->setAccessibleName ( tr ( "Auto jitter buffer switch" ) ); + chbAutoJitBuf->setAccessibleName ( tr ( "Auto jitter buffer check box" ) ); chbAutoJitBuf->setToolTip ( strJitterBufferSizeTT ); #if !defined( WITH_JACK ) @@ -169,14 +169,15 @@ CClientSettingsDlg::CClientSettingsDlg ( CClient* pNCliP, CClientSettings* pNSet #endif // enable OPUS64 - chbEnableOPUS64->setWhatsThis ( "" + tr ( "Enable Small Network Buffers" ) + ": " + - tr ( "Enables support for very small network audio packets. These " - "network packets are only actually used if the sound card buffer delay is smaller than %1 samples. The " - "smaller the network buffers, the lower the audio latency. But at the same time " - "the network load and the probability of audio dropouts or sound artifacts increases." ) - .arg ( DOUBLE_SYSTEM_FRAME_SIZE_SAMPLES ) ); + chbSmallNetworkBuffers->setWhatsThis ( + "" + tr ( "Small Network Buffers" ) + ": " + + tr ( "Enables support for very small network audio packets. These " + "network packets are only actually used if the sound card buffer delay is smaller than %1 samples. The " + "smaller the network buffers, the lower the audio latency. But at the same time " + "the network load and the probability of audio dropouts or sound artifacts increases." ) + .arg ( DOUBLE_SYSTEM_FRAME_SIZE_SAMPLES ) ); - chbEnableOPUS64->setAccessibleName ( tr ( "Enable small network buffers check box" ) ); + chbSmallNetworkBuffers->setAccessibleName ( tr ( "Small network buffers check box" ) ); // sound card buffer delay QString strSndCrdBufDelay = @@ -383,19 +384,14 @@ CClientSettingsDlg::CClientSettingsDlg ( CClient* pNCliP, CClientSettings* pNSet spnMixerRows->setWhatsThis ( strNumMixerPanelRows ); spnMixerRows->setAccessibleName ( tr ( "Number of Mixer Panel Rows spin box" ) ); - QString strDetectFeedback = "" + tr ( "Feedback Protection" ) + ": " + - tr ( "Enable feedback protection to detect acoustic feedback between " - "microphone and speakers." ); - lblDetectFeedback->setWhatsThis ( strDetectFeedback ); - chbDetectFeedback->setWhatsThis ( strDetectFeedback ); + chbDetectFeedback->setWhatsThis ( "" + tr ( "Feedback Protection" ) + ": " + + tr ( "Prevents acoustic feedback between microphone and speakers." ) ); chbDetectFeedback->setAccessibleName ( tr ( "Feedback Protection check box" ) ); // audio alerts - QString strAudioAlerts = "" + tr ( "Audio Alerts" ) + ": " + - tr ( "Enable audio alert when receiving a chat message and when a new client joins the session. " - "A second sound device may be required to hear the alerts." ); - lblAudioAlerts->setWhatsThis ( strAudioAlerts ); - chbAudioAlerts->setWhatsThis ( strAudioAlerts ); + chbAudioAlerts->setWhatsThis ( "" + tr ( "Audio Alerts" ) + ": " + + tr ( "Trigger an audio alert when receiving a chat message and when a new client joins the session. " + "A second sound device may be required to hear the alerts." ) ); chbAudioAlerts->setAccessibleName ( tr ( "Audio Alerts check box" ) ); // init driver button @@ -485,7 +481,7 @@ CClientSettingsDlg::CClientSettingsDlg ( CClient* pNCliP, CClientSettings* pNSet chbDetectFeedback->setCheckState ( pSettings->bEnableFeedbackDetection ? Qt::Checked : Qt::Unchecked ); // update enable small network buffers check box - chbEnableOPUS64->setCheckState ( pClient->GetEnableOPUS64() ? Qt::Checked : Qt::Unchecked ); + chbSmallNetworkBuffers->setCheckState ( pClient->GetEnableOPUS64() ? Qt::Checked : Qt::Unchecked ); // set text for sound card buffer delay radio buttons rbtBufferDelayPreferred->setText ( GenSndCrdBufferDelayString ( FRAME_SIZE_FACTOR_PREFERRED * SYSTEM_FRAME_SIZE_SAMPLES ) ); @@ -640,7 +636,7 @@ CClientSettingsDlg::CClientSettingsDlg ( CClient* pNCliP, CClientSettings* pNSet // check boxes QObject::connect ( chbAutoJitBuf, &QCheckBox::stateChanged, this, &CClientSettingsDlg::OnAutoJitBufStateChanged ); - QObject::connect ( chbEnableOPUS64, &QCheckBox::stateChanged, this, &CClientSettingsDlg::OnEnableOPUS64StateChanged ); + QObject::connect ( chbSmallNetworkBuffers, &QCheckBox::stateChanged, this, &CClientSettingsDlg::OnEnableOPUS64StateChanged ); QObject::connect ( chbDetectFeedback, &QCheckBox::stateChanged, this, &CClientSettingsDlg::OnFeedbackDetectionChanged ); diff --git a/src/clientsettingsdlgbase.ui b/src/clientsettingsdlgbase.ui index ef6309c6bc..06273311e6 100644 --- a/src/clientsettingsdlgbase.ui +++ b/src/clientsettingsdlgbase.ui @@ -88,6 +88,9 @@ Alias/Name + + pedtAlias + @@ -95,6 +98,9 @@ Instrument + + pcbxInstrument + @@ -102,6 +108,9 @@ Country/Region + + pcbxCountry + @@ -109,6 +118,9 @@ City + + pedtCity + @@ -116,6 +128,9 @@ Skill + + pcbxSkill + @@ -219,6 +234,9 @@ Skin + + cbxSkin + @@ -226,6 +244,9 @@ Meter Style + + cbxMeterStyle + @@ -233,6 +254,9 @@ Language + + cbxLanguage + @@ -240,12 +264,15 @@ Mixer Rows + + spnMixerRows + - Audio Alerts + @@ -291,7 +318,7 @@ - Enable + Audio Alerts @@ -348,6 +375,9 @@ Audio Device + + cbxSoundcard + @@ -463,6 +493,9 @@ L + + cbxLInChan + @@ -476,6 +509,9 @@ R + + cbxRInChan + @@ -520,6 +556,9 @@ L + + cbxLOutChan + @@ -533,6 +572,9 @@ R + + cbxROutChan + @@ -580,6 +622,9 @@ Audio Channels + + cbxAudioChannels + @@ -587,6 +632,9 @@ Audio Quality + + cbxAudioQuality + @@ -841,7 +889,7 @@ - + 0 @@ -849,7 +897,7 @@ - Enable Small Network Buffers + Small Network Buffers @@ -985,6 +1033,9 @@ Custom Directories: + + cbxCustomDirectories + @@ -1012,6 +1063,9 @@ New Client Level + + edtNewClientLevel + @@ -1046,6 +1100,9 @@ Input Boost + + cbxInputBoost + @@ -1064,13 +1121,6 @@ - - - - Feedback Protection - - - @@ -1080,7 +1130,7 @@ - Enable + Feedback Protection @@ -1151,6 +1201,9 @@ Qt::AlignCenter + + sldAudioPan + @@ -1312,7 +1365,7 @@ chbAutoJitBuf sldNetBuf sldNetBufServer - chbEnableOPUS64 + chbSmallNetworkBuffers cbxCustomDirectories edtNewClientLevel cbxInputBoost diff --git a/src/serverdlg.cpp b/src/serverdlg.cpp index 6c3c0011df..eec028770f 100644 --- a/src/serverdlg.cpp +++ b/src/serverdlg.cpp @@ -37,6 +37,9 @@ CServerDlg::CServerDlg ( CServer* pNServP, CServerSettings* pNSetP, const bool b setupUi ( this ); + // always start on the main tab + tabWidget->setCurrentIndex ( 0 ); + // set window title setWindowTitle ( tr ( "%1 Server", "%1 is the name of the main application" ).arg ( APP_NAME ) ); @@ -115,10 +118,9 @@ CServerDlg::CServerDlg ( CServer* pNServP, CServerSettings* pNSetP, const bool b cbxLocationCountry->setAccessibleName ( tr ( "Combo box for location of this server" ) ); // enable recorder - chbEnableRecorder->setAccessibleName ( tr ( "Checkbox to turn on or off server recording" ) ); - chbEnableRecorder->setWhatsThis ( "" + tr ( "Enable Recorder" ) + ": " + - tr ( "Checked when the recorder is enabled, otherwise unchecked. " - "The recorder will run when a session is in progress, if (set up correctly and) enabled." ) ); + chbJamRecorder->setAccessibleName ( tr ( "Checkbox to turn on or off server recording" ) ); + chbJamRecorder->setWhatsThis ( "" + tr ( "Jam Recorder" ) + ": " + + tr ( "When checked, the recorder will run while a session is in progress (if set up correctly)." ) ); // new recording pbtNewRecording->setAccessibleName ( tr ( "Request new recording button" ) ); @@ -369,11 +371,11 @@ CServerDlg::CServerDlg ( CServer* pNServP, CServerSettings* pNSetP, const bool b // update delay panning check box if ( pServer->IsDelayPanningEnabled() ) { - chbEnableDelayPanning->setCheckState ( Qt::Checked ); + chbDelayPanning->setCheckState ( Qt::Checked ); } else { - chbEnableDelayPanning->setCheckState ( Qt::Unchecked ); + chbDelayPanning->setCheckState ( Qt::Unchecked ); } // prepare update check info label (invisible by default) @@ -409,11 +411,11 @@ CServerDlg::CServerDlg ( CServer* pNServP, CServerSettings* pNSetP, const bool b // Connections ------------------------------------------------------------- // check boxes - QObject::connect ( chbEnableRecorder, &QCheckBox::stateChanged, this, &CServerDlg::OnEnableRecorderStateChanged ); + QObject::connect ( chbJamRecorder, &QCheckBox::stateChanged, this, &CServerDlg::OnEnableRecorderStateChanged ); QObject::connect ( chbStartOnOSStart, &QCheckBox::stateChanged, this, &CServerDlg::OnStartOnOSStartStateChanged ); - QObject::connect ( chbEnableDelayPanning, &QCheckBox::stateChanged, this, &CServerDlg::OnEnableDelayPanningStateChanged ); + QObject::connect ( chbDelayPanning, &QCheckBox::stateChanged, this, &CServerDlg::OnEnableDelayPanningStateChanged ); // line edits QObject::connect ( edtServerName, &QLineEdit::editingFinished, this, &CServerDlg::OnServerNameEditingFinished ); @@ -834,7 +836,7 @@ void CServerDlg::UpdateRecorderStatus ( QString sessionDir ) if ( pServer->GetRecorderInitialised() ) { strRecordingDir = pServer->GetRecordingDir(); - chbEnableRecorder->setEnabled ( true ); + chbJamRecorder->setEnabled ( true ); if ( pServer->GetRecordingEnabled() ) { @@ -868,13 +870,13 @@ void CServerDlg::UpdateRecorderStatus ( QString sessionDir ) strRecordingDir = tr ( "ERROR" ) + ": " + strRecordingDir; } - chbEnableRecorder->setEnabled ( false ); + chbJamRecorder->setEnabled ( false ); strRecorderStatus = SREC_NOT_INITIALISED; } - chbEnableRecorder->blockSignals ( true ); - chbEnableRecorder->setChecked ( strRecorderStatus != SREC_NOT_ENABLED ); - chbEnableRecorder->blockSignals ( false ); + chbJamRecorder->blockSignals ( true ); + chbJamRecorder->setChecked ( strRecorderStatus != SREC_NOT_ENABLED ); + chbJamRecorder->blockSignals ( false ); edtRecordingDir->setText ( strRecordingDir ); edtRecordingDir->setEnabled ( !bIsRecording ); diff --git a/src/serverdlgbase.ui b/src/serverdlgbase.ui index 2a7afacada..2ad8a79498 100644 --- a/src/serverdlgbase.ui +++ b/src/serverdlgbase.ui @@ -154,9 +154,9 @@ - + - Enable Jam Recorder + Jam Recorder @@ -309,9 +309,9 @@ - + - Enable delay panning + Delay panning @@ -355,7 +355,7 @@ edtServerName edtLocationCity cbxLocationCountry - chbEnableRecorder + chbJamRecorder edtCurrentSessionDir pbtNewRecording tedWelcomeMessage @@ -368,7 +368,7 @@ edtServerListPersistence tbtClearServerListPersistence chbStartOnOSStart - chbEnableDelayPanning + chbDelayPanning diff --git a/src/translation/translation_de_DE.qm b/src/translation/translation_de_DE.qm index b812e2f7a2..bbbb768dbd 100644 Binary files a/src/translation/translation_de_DE.qm and b/src/translation/translation_de_DE.qm differ diff --git a/src/translation/translation_de_DE.ts b/src/translation/translation_de_DE.ts index 8ef0ba9d3d..6731b0265e 100644 --- a/src/translation/translation_de_DE.ts +++ b/src/translation/translation_de_DE.ts @@ -1333,8 +1333,8 @@ Wir haben Deinen Kanal stummgeschaltet und die Funktion 'Stummschalten&apos - Auto jitter buffer switch - Automatik für die Netzwerkpuffergröße aktivieren + Auto jitter buffer check box + Automatik für die Netzwerkpuffergröße aktivieren Jitter buffer status LED indicator @@ -1412,8 +1412,8 @@ Wir haben Deinen Kanal stummgeschaltet und die Funktion 'Stummschalten&apos - Enable Small Network Buffers - Aktiviere kleine Netzwerkpuffer + Small Network Buffers + Aktiviere kleine Netzwerkpuffer If enabled, the support for very small network audio packets is activated. Very small network packets are only actually used if the sound card buffer delay is smaller than @@ -1425,8 +1425,8 @@ Wir haben Deinen Kanal stummgeschaltet und die Funktion 'Stummschalten&apos - Enable small network buffers check box - Aktiviere kleine Netzwerkpuffer Schalter + Small network buffers check box + Aktiviere kleine Netzwerkpuffer Schalter @@ -1635,12 +1635,12 @@ Wir haben Deinen Kanal stummgeschaltet und die Funktion 'Stummschalten&apos Feedback Protection - Feedback-Schutz + Feedback-Schutz - Enable feedback protection to detect acoustic feedback between microphone and speakers. - Aktiviere den Feedback-Schutz, um ein akustisches Feedback zwischen Mikrofon und Lautsprechern zu erkennen. + Prevents acoustic feedback between microphone and speakers. + Aktiviere den Feedback-Schutz, um ein akustisches Feedback zwischen Mikrofon und Lautsprechern zu erkennen. @@ -1650,12 +1650,12 @@ Wir haben Deinen Kanal stummgeschaltet und die Funktion 'Stummschalten&apos Audio Alerts - Audiohinweise + Audiohinweise - Enable audio alert when receiving a chat message and when a new client joins the session. A second sound device may be required to hear the alerts. - Aktiviert Audiohinweise beim Empfang einer Chat-Nachricht bzw. wenn ein neuer Client beitritt. Möglicherweise ist ein zweites Audiogerät erforderlich, um die Hinweise zu hören. + Trigger an audio alert when receiving a chat message and when a new client joins the session. A second sound device may be required to hear the alerts. + Aktiviert Audiohinweise beim Empfang einer Chat-Nachricht bzw. wenn ein neuer Client beitritt. Möglicherweise ist ein zweites Audiogerät erforderlich, um die Hinweise zu hören. @@ -2612,8 +2612,8 @@ Wir haben Deinen Kanal stummgeschaltet und die Funktion 'Stummschalten&apos - Enable Small Network Buffers - Aktiviere kleine Netzwerkpuffer + Small Network Buffers + Aktiviere kleine Netzwerkpuffer @@ -2697,7 +2697,7 @@ Wir haben Deinen Kanal stummgeschaltet und die Funktion 'Stummschalten&apos Audio Alerts - Audiohinweise + Audiohinweise @@ -2753,7 +2753,7 @@ Wir haben Deinen Kanal stummgeschaltet und die Funktion 'Stummschalten&apos Feedback Protection - Feedback-Schutz + Feedback-Schutz @@ -3866,13 +3866,13 @@ Wir haben Deinen Kanal stummgeschaltet und die Funktion 'Stummschalten&apos - Enable Recorder - Aktiviere die Aufnahmefunktion + Jam Recorder + Aktiviere die Aufnahmefunktion - Checked when the recorder is enabled, otherwise unchecked. The recorder will run when a session is in progress, if (set up correctly and) enabled. - Angehakt, wenn die Aufnahmefunktion aktiviert ist. Die Aufnahme wird automatisch gestartet, wenn eine Jam-Session läuft. + The recorder will run when a session is in progress, if (set up correctly and) checked. + Angehakt, wenn die Aufnahmefunktion aktiviert ist. Die Aufnahme wird automatisch gestartet, wenn eine Jam-Session läuft. @@ -4261,8 +4261,8 @@ Wir haben Deinen Kanal stummgeschaltet und die Funktion 'Stummschalten&apos - Enable delay panning - Aktiviere verzögertes Panning + Delay panning + Aktiviere verzögertes Panning Show Creative Commons BY-NC-SA 4.0 Licence Dialog @@ -4298,8 +4298,8 @@ Wir haben Deinen Kanal stummgeschaltet und die Funktion 'Stummschalten&apos - Enable Jam Recorder - Aktiviere die Aufnahmefunktion + Jam Recorder + Aktiviere die Aufnahmefunktion diff --git a/src/translation/translation_es_ES.qm b/src/translation/translation_es_ES.qm index aada838086..0f4bc5cd81 100644 Binary files a/src/translation/translation_es_ES.qm and b/src/translation/translation_es_ES.qm differ diff --git a/src/translation/translation_es_ES.ts b/src/translation/translation_es_ES.ts index 6aa8c4e344..4f9fb62b01 100644 --- a/src/translation/translation_es_ES.ts +++ b/src/translation/translation_es_ES.ts @@ -1357,8 +1357,8 @@ Hemos silenciado tu canal y activado 'Silenciarme Yo'. Por favor resue - Auto jitter buffer switch - Interruptor auto jitter buffer + Auto jitter buffer check box + Interruptor auto jitter buffer Jitter buffer status LED indicator @@ -1436,8 +1436,8 @@ Hemos silenciado tu canal y activado 'Silenciarme Yo'. Por favor resue - Enable Small Network Buffers - Activar Buffers Red Pequeños + Small Network Buffers + Activar Buffers Red Pequeños If enabled, the support for very small network audio packets is activated. Very small network packets are only actually used if the sound card buffer delay is smaller than @@ -1449,8 +1449,8 @@ Hemos silenciado tu canal y activado 'Silenciarme Yo'. Por favor resue - Enable small network buffers check box - Activar buffers de red pequeños + Small network buffers check box + Activar buffers de red pequeños @@ -1659,12 +1659,12 @@ Hemos silenciado tu canal y activado 'Silenciarme Yo'. Por favor resue Feedback Protection - Protección contra Retroalimentación + Protección contra Retroalimentación - Enable feedback protection to detect acoustic feedback between microphone and speakers. - Activa la protección contra retroalimentación para detectar retroalimentación entre el micrófono y los altavoces. + Prevents acoustic feedback between microphone and speakers. + Activa la protección contra retroalimentación para detectar retroalimentación entre el micrófono y los altavoces. @@ -1674,12 +1674,12 @@ Hemos silenciado tu canal y activado 'Silenciarme Yo'. Por favor resue Audio Alerts - Alertas Sonoras + Alertas Sonoras - Enable audio alert when receiving a chat message and when a new client joins the session. A second sound device may be required to hear the alerts. - Activa la alerta sonora al recibir un mensaje de chat y cuando un nuevo cliente se une a la sesión. Para escuchar las alertas puede ser necesario un segundo dispositivo de audio. + Trigger an audio alert when receiving a chat message and when a new client joins the session. A second sound device may be required to hear the alerts. + Activa la alerta sonora al recibir un mensaje de chat y cuando un nuevo cliente se une a la sesión. Para escuchar las alertas puede ser necesario un segundo dispositivo de audio. @@ -2640,8 +2640,8 @@ Hemos silenciado tu canal y activado 'Silenciarme Yo'. Por favor resue - Enable Small Network Buffers - Activar Buffers Pequeños + Small Network Buffers + Activar Buffers Pequeños @@ -2725,7 +2725,7 @@ Hemos silenciado tu canal y activado 'Silenciarme Yo'. Por favor resue Audio Alerts - Alertas Sonoras + Alertas Sonoras @@ -2780,7 +2780,7 @@ Hemos silenciado tu canal y activado 'Silenciarme Yo'. Por favor resue Feedback Protection - Protección contra Retroalimentación + Protección contra Retroalimentación @@ -3926,13 +3926,13 @@ Hemos silenciado tu canal y activado 'Silenciarme Yo'. Por favor resue - Enable Recorder - Habilitar Grabación + Jam Recorder + Habilitar Grabación - Checked when the recorder is enabled, otherwise unchecked. The recorder will run when a session is in progress, if (set up correctly and) enabled. - Activado cuando la grabación está habilitada. La grabación se ejecutará cuando una sesión esté en marcha, si está habilitada (y correctamente configurada). + The recorder will run when a session is in progress, if (set up correctly and) checked. + Activado cuando la grabación está habilitada. La grabación se ejecutará cuando una sesión esté en marcha, si está habilitada (y correctamente configurada). @@ -4321,8 +4321,8 @@ Hemos silenciado tu canal y activado 'Silenciarme Yo'. Por favor resue - Enable delay panning - Activar paneo con retardo + Delay panning + Activar paneo con retardo Show Creative Commons BY-NC-SA 4.0 Licence Dialog @@ -4358,8 +4358,8 @@ Hemos silenciado tu canal y activado 'Silenciarme Yo'. Por favor resue - Enable Jam Recorder - Activar Grabación de Jams + Jam Recorder + Activar Grabación de Jams diff --git a/src/translation/translation_fr_FR.qm b/src/translation/translation_fr_FR.qm index fa0703f590..4732360298 100644 Binary files a/src/translation/translation_fr_FR.qm and b/src/translation/translation_fr_FR.qm differ diff --git a/src/translation/translation_fr_FR.ts b/src/translation/translation_fr_FR.ts index 74bbe79299..9147822435 100644 --- a/src/translation/translation_fr_FR.ts +++ b/src/translation/translation_fr_FR.ts @@ -1145,8 +1145,8 @@ Nous avons coupé votre canal et activé "Me silencer". Veuillez d&apo - Auto jitter buffer switch - Commutateur de tampon de gigue automatique + Auto jitter buffer check box + Commutateur de tampon de gigue automatique Jitter buffer status LED indicator @@ -1220,8 +1220,8 @@ Nous avons coupé votre canal et activé "Me silencer". Veuillez d&apo - Enable Small Network Buffers - Activer les petits tampons de réseau + Small Network Buffers + Activer les petits tampons de réseau If enabled, the support for very small network audio packets is activated. Very small network packets are only actually used if the sound card buffer delay is smaller than @@ -1233,8 +1233,8 @@ Nous avons coupé votre canal et activé "Me silencer". Veuillez d&apo - Enable small network buffers check box - Case-à-cocher pour activer les petits tampons de réseau + Small network buffers check box + Case-à-cocher pour activer les petits tampons de réseau @@ -1719,12 +1719,12 @@ Nous avons coupé votre canal et activé "Me silencer". Veuillez d&apo Feedback Protection - Protection larsen + Protection larsen - Enable feedback protection to detect acoustic feedback between microphone and speakers. - Active la protection larsen pour détecter le larsen acoustique entre le microphone et les enceintes. + Prevents acoustic feedback between microphone and speakers. + Active la protection larsen pour détecter le larsen acoustique entre le microphone et les enceintes. @@ -1734,12 +1734,12 @@ Nous avons coupé votre canal et activé "Me silencer". Veuillez d&apo Audio Alerts - Alertes audio + Alertes audio - Enable audio alert when receiving a chat message and when a new client joins the session. A second sound device may be required to hear the alerts. - Activez l'alerte audio lors de la réception d'un message de chat et lorsqu'un nouveau client rejoint la session. Un deuxième périphérique sonore peut être nécessaire pour entendre les alertes. + Trigger an audio alert when receiving a chat message and when a new client joins the session. A second sound device may be required to hear the alerts. + Activez l'alerte audio lors de la réception d'un message de chat et lorsqu'un nouveau client rejoint la session. Un deuxième périphérique sonore peut être nécessaire pour entendre les alertes. @@ -2252,8 +2252,8 @@ Nous avons coupé votre canal et activé "Me silencer". Veuillez d&apo - Enable Small Network Buffers - Activer les petits tampons de réseau + Small Network Buffers + Activer les petits tampons de réseau @@ -2337,7 +2337,7 @@ Nous avons coupé votre canal et activé "Me silencer". Veuillez d&apo Audio Alerts - Alertes audio + Alertes audio @@ -2392,7 +2392,7 @@ Nous avons coupé votre canal et activé "Me silencer". Veuillez d&apo Feedback Protection - Protection larsen + Protection larsen @@ -3305,13 +3305,13 @@ Nous avons coupé votre canal et activé "Me silencer". Veuillez d&apo - Enable Recorder - Activer l'enregistreur + Jam Recorder + Activer l'enregistreur - Checked when the recorder is enabled, otherwise unchecked. The recorder will run when a session is in progress, if (set up correctly and) enabled. - Coché lorsque l'enregistreur est activé, sinon décocher. L'enregistreur fonctionnera lorsqu'une session est en cours, si (configuré correctement et) activé. + The recorder will run when a session is in progress, if (set up correctly and) checked. + Coché lorsque l'enregistreur est activé, sinon non coché. L'enregistreur fonctionnera lorsqu'une session est en cours, si (configuré correctement et) activé. @@ -3741,8 +3741,8 @@ Nous avons coupé votre canal et activé "Me silencer". Veuillez d&apo - Enable delay panning - Activer le panoramique à retardement + Delay panning + Activer le panoramique à retardement @@ -3774,8 +3774,8 @@ Nous avons coupé votre canal et activé "Me silencer". Veuillez d&apo - Enable Jam Recorder - Activer l'enregistreur de bœuf + Jam Recorder + Activer l'enregistreur de bœuf diff --git a/src/translation/translation_it_IT.qm b/src/translation/translation_it_IT.qm index 1b5dcd10f7..cf7dfb2145 100644 Binary files a/src/translation/translation_it_IT.qm and b/src/translation/translation_it_IT.qm differ diff --git a/src/translation/translation_it_IT.ts b/src/translation/translation_it_IT.ts index 6116d05ee1..178afe3cc4 100644 --- a/src/translation/translation_it_IT.ts +++ b/src/translation/translation_it_IT.ts @@ -1334,8 +1334,8 @@ E' stato disattivato l'audio del tuo canale ed inserito il "Disat - Auto jitter buffer switch - Switch Jitter Buffer Automatico + Auto jitter buffer check box + Switch Jitter Buffer Automatico Jitter buffer status LED indicator @@ -1413,8 +1413,8 @@ E' stato disattivato l'audio del tuo canale ed inserito il "Disat - Enable Small Network Buffers - Abilita Riduzione Buffer di Rete + Small Network Buffers + Abilita Riduzione Buffer di Rete If enabled, the support for very small network audio packets is activated. Very small network packets are only actually used if the sound card buffer delay is smaller than @@ -1426,8 +1426,8 @@ E' stato disattivato l'audio del tuo canale ed inserito il "Disat - Enable small network buffers check box - Check Box per abilitare la riduzione dei pacchetti di rete + Small network buffers check box + Check Box per abilitare la riduzione dei pacchetti di rete @@ -2040,12 +2040,12 @@ E' stato disattivato l'audio del tuo canale ed inserito il "Disat Feedback Protection - Protezione dai Larser + Protezione dai Larser - Enable feedback protection to detect acoustic feedback between microphone and speakers. - Abilita la protezione dai larsen per rilevare il feedback acustico tra il microfono e gli altoparlanti. + Prevents acoustic feedback between microphone and speakers. + Abilita la protezione dai larsen per rilevare il feedback acustico tra il microfono e gli altoparlanti. @@ -2055,12 +2055,12 @@ E' stato disattivato l'audio del tuo canale ed inserito il "Disat Audio Alerts - Avvisi Audio + Avvisi Audio - Enable audio alert when receiving a chat message and when a new client joins the session. A second sound device may be required to hear the alerts. - Abilita gli avvisi audio quando ricevi un messaggio in chat e quando un nuovo utente entra nella sessione. Sarà necessario un secondo device audio per ascoltare questi avvisi. + Trigger an audio alert when receiving a chat message and when a new client joins the session. A second sound device may be required to hear the alerts. + Abilita gli avvisi audio quando ricevi un messaggio in chat e quando un nuovo utente entra nella sessione. Sarà necessario un secondo device audio per ascoltare questi avvisi. @@ -2601,8 +2601,8 @@ E' stato disattivato l'audio del tuo canale ed inserito il "Disat - Enable Small Network Buffers - Abilita riduzione dimensione Buffer + Small Network Buffers + Abilita riduzione dimensione Buffer @@ -2686,7 +2686,7 @@ E' stato disattivato l'audio del tuo canale ed inserito il "Disat Audio Alerts - Avvisi Audio + Avvisi Audio @@ -2742,7 +2742,7 @@ E' stato disattivato l'audio del tuo canale ed inserito il "Disat Feedback Protection - Protezione dai Larsen + Protezione dai Larsen @@ -3875,13 +3875,13 @@ E' stato disattivato l'audio del tuo canale ed inserito il "Disat - Enable Recorder - Abilita Registrazione + Jam Recorder + Abilita Registrazione - Checked when the recorder is enabled, otherwise unchecked. The recorder will run when a session is in progress, if (set up correctly and) enabled. - Se selezionato la registrazione è abilitata. La registrazione verrà eseguito quando è in corso una sessione, se (impostato correttamente e abilitato). + The recorder will run when a session is in progress, if (set up correctly and) checked. + Se selezionato la registrazione è abilitata. La registrazione verrà eseguito quando è in corso una sessione, se (impostato correttamente e abilitato). @@ -4262,8 +4262,8 @@ E' stato disattivato l'audio del tuo canale ed inserito il "Disat - Enable delay panning - Abilita bilanciamento del delay + Delay panning + Abilita bilanciamento del delay Show Creative Commons BY-NC-SA 4.0 Licence Dialog @@ -4299,8 +4299,8 @@ E' stato disattivato l'audio del tuo canale ed inserito il "Disat - Enable Jam Recorder - Abilita Registrazione Jam + Jam Recorder + Abilita Registrazione Jam diff --git a/src/translation/translation_ko_KR.qm b/src/translation/translation_ko_KR.qm index 7bd313e602..db668bec4a 100644 Binary files a/src/translation/translation_ko_KR.qm and b/src/translation/translation_ko_KR.qm differ diff --git a/src/translation/translation_ko_KR.ts b/src/translation/translation_ko_KR.ts index 5f1102e7b2..18c9f5d3cb 100644 --- a/src/translation/translation_ko_KR.ts +++ b/src/translation/translation_ko_KR.ts @@ -1145,8 +1145,8 @@ We muted your channel and activated 'Mute Myself'. Please solve the fe - Auto jitter buffer switch - 지터 버퍼 자동 스위치 + Auto jitter buffer check box + 지터 버퍼 자동 스위치 Jitter buffer status LED indicator @@ -1220,8 +1220,8 @@ We muted your channel and activated 'Mute Myself'. Please solve the fe - Enable Small Network Buffers - 소규모 네트워크 버퍼 활성화 + Small Network Buffers + 소규모 네트워크 버퍼 활성화 If enabled, the support for very small network audio packets is activated. Very small network packets are only actually used if the sound card buffer delay is smaller than @@ -1233,8 +1233,8 @@ We muted your channel and activated 'Mute Myself'. Please solve the fe - Enable small network buffers check box - 소규모 네트워크 버퍼 활성화 체크 박스 + Small network buffers check box + 소규모 네트워크 버퍼 활성화 체크 박스 @@ -1719,12 +1719,12 @@ We muted your channel and activated 'Mute Myself'. Please solve the fe Feedback Protection - 피드백 보호 + 피드백 보호 - Enable feedback protection to detect acoustic feedback between microphone and speakers. - 피드백 보호를 활성화하여 마이크와 스피커 간의 음향 피드백을 감지합니다. + Prevents acoustic feedback between microphone and speakers. + 피드백 보호를 활성화하여 마이크와 스피커 간의 음향 피드백을 감지합니다. @@ -1738,8 +1738,8 @@ We muted your channel and activated 'Mute Myself'. Please solve the fe - Enable audio alert when receiving a chat message and when a new client joins the session. A second sound device may be required to hear the alerts. - 채팅 메시지를 수신하고 새 클라이언트가 세션에 참여할 때 오디오 경고를 활성화합니다. 경보를 듣기 위해 두 번째 사운드 장치가 필요할 수 있습니다. + Trigger an audio alert when receiving a chat message and when a new client joins the session. A second sound device may be required to hear the alerts. + @@ -2252,8 +2252,8 @@ We muted your channel and activated 'Mute Myself'. Please solve the fe - Enable Small Network Buffers - 소규모 네트워크 버퍼 활성화 + Small Network Buffers + 소규모 네트워크 버퍼 활성화 @@ -2392,7 +2392,7 @@ We muted your channel and activated 'Mute Myself'. Please solve the fe Feedback Protection - 피드백 보호 + 피드백 보호 @@ -3300,13 +3300,13 @@ We muted your channel and activated 'Mute Myself'. Please solve the fe - Enable Recorder - 녹음기 활성화 + Jam Recorder + 녹음기 활성화 - Checked when the recorder is enabled, otherwise unchecked. The recorder will run when a session is in progress, if (set up correctly and) enabled. - 녹음기를 활성화하면 체크되고 그렇지 않을 땐 체크되지 않습니다. (올바르게 설정되고) 활성화된 경우 세션이 진행 중일 때 녹음기가 실행됩니다. + The recorder will run when a session is in progress, if (set up correctly and) checked. + 녹음기를 활성화하면 체크되고 그렇지 않을 땐 체크되지 않습니다. (올바르게 설정되고) 활성화된 경우 세션이 진행 중일 때 녹음기가 실행됩니다. @@ -3737,8 +3737,8 @@ We muted your channel and activated 'Mute Myself'. Please solve the fe - Enable delay panning - 지연 패닝 활성화 + Delay panning + 지연 패닝 활성화 @@ -3770,8 +3770,8 @@ We muted your channel and activated 'Mute Myself'. Please solve the fe - Enable Jam Recorder - 잼 녹음기 활성화 + Jam Recorder + 잼 녹음기 활성화 diff --git a/src/translation/translation_nb_NO.qm b/src/translation/translation_nb_NO.qm index 657611c924..cf2b4ae68b 100644 Binary files a/src/translation/translation_nb_NO.qm and b/src/translation/translation_nb_NO.qm differ diff --git a/src/translation/translation_nb_NO.ts b/src/translation/translation_nb_NO.ts index 26e3e49c4a..02e7e940e0 100644 --- a/src/translation/translation_nb_NO.ts +++ b/src/translation/translation_nb_NO.ts @@ -1063,7 +1063,7 @@ We muted your channel and activated 'Mute Myself'. Please solve the fe - Auto jitter buffer switch + Auto jitter buffer check box @@ -1133,8 +1133,8 @@ We muted your channel and activated 'Mute Myself'. Please solve the fe - Enable Small Network Buffers - Skru på små nettverksmellomlagre + Small Network Buffers + Små nettverksmellomlagre @@ -1143,7 +1143,7 @@ We muted your channel and activated 'Mute Myself'. Please solve the fe - Enable small network buffers check box + Small network buffers check box @@ -1432,7 +1432,7 @@ We muted your channel and activated 'Mute Myself'. Please solve the fe - Enable feedback protection to detect acoustic feedback between microphone and speakers. + Prevents acoustic feedback between microphone and speakers. @@ -1447,7 +1447,7 @@ We muted your channel and activated 'Mute Myself'. Please solve the fe - Enable audio alert when receiving a chat message and when a new client joins the session. A second sound device may be required to hear the alerts. + Trigger an audio alert when receiving a chat message and when a new client joins the session. A second sound device may be required to hear the alerts. @@ -2064,8 +2064,8 @@ We muted your channel and activated 'Mute Myself'. Please solve the fe - Enable Small Network Buffers - Skru på små nettverksmellomlagre + Small Network Buffers + Små nettverksmellomlagre @@ -2489,12 +2489,12 @@ We muted your channel and activated 'Mute Myself'. Please solve the fe - Enable Recorder - Skru på opptak + Jam Recorder + Opptak - Checked when the recorder is enabled, otherwise unchecked. The recorder will run when a session is in progress, if (set up correctly and) enabled. + The recorder will run when a session is in progress, if (set up correctly and) checked. @@ -2897,9 +2897,10 @@ We muted your channel and activated 'Mute Myself'. Please solve the fe Sted: region + - Enable Jam Recorder - Skru på samspillsopptaker + Jam Recorder + Samspillsopptaker @@ -2949,7 +2950,7 @@ We muted your channel and activated 'Mute Myself'. Please solve the fe - Enable delay panning + Delay panning diff --git a/src/translation/translation_nl_NL.qm b/src/translation/translation_nl_NL.qm index 9c905ea187..cd7ecb65a8 100644 Binary files a/src/translation/translation_nl_NL.qm and b/src/translation/translation_nl_NL.qm differ diff --git a/src/translation/translation_nl_NL.ts b/src/translation/translation_nl_NL.ts index 3b7e4f73f1..39a2e5cd58 100644 --- a/src/translation/translation_nl_NL.ts +++ b/src/translation/translation_nl_NL.ts @@ -1325,8 +1325,8 @@ We hebben uw kanaal gedempt en 'Demp mijzelf' geactiveerd. Los eerst h - Auto jitter buffer switch - Automatische jitterbufferschakelaar + Auto jitter buffer check box + Automatische jitterbufferschakelaar Jitter buffer status LED indicator @@ -1404,8 +1404,8 @@ We hebben uw kanaal gedempt en 'Demp mijzelf' geactiveerd. Los eerst h - Enable Small Network Buffers - Kleine netwerkbuffers inschakelen + Small Network Buffers + Kleine netwerkbuffers inschakelen If enabled, the support for very small network audio packets is activated. Very small network packets are only actually used if the sound card buffer delay is smaller than @@ -1417,8 +1417,8 @@ We hebben uw kanaal gedempt en 'Demp mijzelf' geactiveerd. Los eerst h - Enable small network buffers check box - Schakel het selectievakje kleine netwerkbuffers in + Small network buffers check box + Schakel het selectievakje kleine netwerkbuffers in @@ -2080,12 +2080,12 @@ We hebben uw kanaal gedempt en 'Demp mijzelf' geactiveerd. Los eerst h Feedback Protection - Feedback bescherming + Feedback bescherming - Enable feedback protection to detect acoustic feedback between microphone and speakers. - Schakel feedback bescherming in om de akoetische feedback tussen de microfoon en luidsprekers te detecteren. + Prevents acoustic feedback between microphone and speakers. + Schakel feedback bescherming in om de akoetische feedback tussen de microfoon en luidsprekers te detecteren. @@ -2095,12 +2095,12 @@ We hebben uw kanaal gedempt en 'Demp mijzelf' geactiveerd. Los eerst h Audio Alerts - Audiowaarschuwingen + Audiowaarschuwingen - Enable audio alert when receiving a chat message and when a new client joins the session. A second sound device may be required to hear the alerts. - Schakel audiowaarschuwing in bij ontvangst van een chatbericht en wanneer een nieuwe client deelneemt aan de sessie. Er kan een tweede geluidsapparaat nodig zijn om de waarschuwingen te horen. + Trigger an audio alert when receiving a chat message and when a new client joins the session. A second sound device may be required to hear the alerts. + Schakel audiowaarschuwing in bij ontvangst van een chatbericht en wanneer een nieuwe client deelneemt aan de sessie. Er kan een tweede geluidsapparaat nodig zijn om de waarschuwingen te horen. @@ -2592,8 +2592,8 @@ We hebben uw kanaal gedempt en 'Demp mijzelf' geactiveerd. Los eerst h - Enable Small Network Buffers - Kleine netwerkbuffers inschakelen + Small Network Buffers + Kleine netwerkbuffers inschakelen @@ -2677,7 +2677,7 @@ We hebben uw kanaal gedempt en 'Demp mijzelf' geactiveerd. Los eerst h Audio Alerts - Audiowaarschuwingen + Audiowaarschuwingen @@ -2732,7 +2732,7 @@ We hebben uw kanaal gedempt en 'Demp mijzelf' geactiveerd. Los eerst h Feedback Protection - Feedback bescherming + Feedback bescherming @@ -3870,13 +3870,13 @@ We hebben uw kanaal gedempt en 'Demp mijzelf' geactiveerd. Los eerst h - Enable Recorder - Geluidsopname inschakelen + Jam Recorder + Geluidsopname inschakelen - Checked when the recorder is enabled, otherwise unchecked. The recorder will run when a session is in progress, if (set up correctly and) enabled. - Aangevinkt indien de geluidsrecorder aanstaat. De geluidsrecorder zal dan sessie opnemen. + The recorder will run when a session is in progress, if (set up correctly and) checked. + Aangevinkt indien de geluidsrecorder aanstaat. De geluidsrecorder zal dan sessie opnemen. @@ -4269,8 +4269,8 @@ We hebben uw kanaal gedempt en 'Demp mijzelf' geactiveerd. Los eerst h - Enable delay panning - Delay panning inschakelen + Delay panning + Delay panning inschakelen Show Creative Commons BY-NC-SA 4.0 Licence Dialog @@ -4306,8 +4306,8 @@ We hebben uw kanaal gedempt en 'Demp mijzelf' geactiveerd. Los eerst h - Enable Jam Recorder - Activeer geluidsopname + Jam Recorder + Activeer geluidsopname diff --git a/src/translation/translation_pl_PL.qm b/src/translation/translation_pl_PL.qm index cdd772c329..0a43e05dbb 100644 Binary files a/src/translation/translation_pl_PL.qm and b/src/translation/translation_pl_PL.qm differ diff --git a/src/translation/translation_pl_PL.ts b/src/translation/translation_pl_PL.ts index 80781084c6..6be50c679a 100644 --- a/src/translation/translation_pl_PL.ts +++ b/src/translation/translation_pl_PL.ts @@ -1149,8 +1149,8 @@ Twój kanał został wyciszony i włączono „Wycisz mnie”. Napraw przyczynę - Auto jitter buffer switch - Przełącznik automatycznego rozmiaru bufora odchyleń + Auto jitter buffer check box + Przełącznik automatycznego rozmiaru bufora odchyleń Jitter buffer status LED indicator @@ -1218,8 +1218,8 @@ Twój kanał został wyciszony i włączono „Wycisz mnie”. Napraw przyczynę - Enable Small Network Buffers - Używaj małych buforów sieciowych + Small Network Buffers + Używaj małych buforów sieciowych If enabled, the support for very small network audio packets is activated. Very small network packets are only actually used if the sound card buffer delay is smaller than @@ -1227,8 +1227,8 @@ Twój kanał został wyciszony i włączono „Wycisz mnie”. Napraw przyczynę - Enable small network buffers check box - Pole wyboru Włącz Małe Bufory Sieciowe + Small network buffers check box + Pole wyboru Włącz Małe Bufory Sieciowe @@ -1530,12 +1530,12 @@ Twój kanał został wyciszony i włączono „Wycisz mnie”. Napraw przyczynę Audio Alerts - Alarmy dźwiękowe + Alarmy dźwiękowe - Enable audio alert when receiving a chat message and when a new client joins the session. A second sound device may be required to hear the alerts. - Stosuj sygnały dźwiękowe dla przychodzących wiadomości czatu oraz kiedy dołącza nowy uczestnik sesji. Może być wymagane dodatkowe urządzenie dźwiękowe by je słyszeć. + Trigger an audio alert when receiving a chat message and when a new client joins the session. A second sound device may be required to hear the alerts. + Stosuj sygnały dźwiękowe dla przychodzących wiadomości czatu oraz kiedy dołącza nowy uczestnik sesji. Może być wymagane dodatkowe urządzenie dźwiękowe by je słyszeć. @@ -1838,12 +1838,12 @@ Twój kanał został wyciszony i włączono „Wycisz mnie”. Napraw przyczynę Feedback Protection - Ochrona przed sprzęganiem + Ochrona przed sprzęganiem - Enable feedback protection to detect acoustic feedback between microphone and speakers. - Wykrywaj sprzężenia akustyczne między miktofonem a głośnikami. + Prevents acoustic feedback between microphone and speakers. + Wykrywaj sprzężenia akustyczne między miktofonem a głośnikami. @@ -2292,8 +2292,8 @@ Twój kanał został wyciszony i włączono „Wycisz mnie”. Napraw przyczynę - Enable Small Network Buffers - Zezwalaj na małe bufory sieciowe + Small Network Buffers + Zezwalaj na małe bufory sieciowe @@ -2377,7 +2377,7 @@ Twój kanał został wyciszony i włączono „Wycisz mnie”. Napraw przyczynę Audio Alerts - Alarmy dźwiękowe + Alarmy dźwiękowe @@ -2433,7 +2433,7 @@ Twój kanał został wyciszony i włączono „Wycisz mnie”. Napraw przyczynę Feedback Protection - Ochrona przed sprzęganiem + Ochrona przed sprzęganiem @@ -3329,13 +3329,13 @@ Twój kanał został wyciszony i włączono „Wycisz mnie”. Napraw przyczynę - Enable Recorder - Nagrywanie włączone + Jam Recorder + Nagrywanie włączone - Checked when the recorder is enabled, otherwise unchecked. The recorder will run when a session is in progress, if (set up correctly and) enabled. - Zaznaczone kiedy nagrywanie jest możliwe. Nagrywanie rozpocznie się razem z sesją, jeżeli jest ustawione prawidłowo i dostępne. + The recorder will run when a session is in progress, if (set up correctly and) checked. + Zaznaczone kiedy nagrywanie jest możliwe. Nagrywanie rozpocznie się razem z sesją, jeżeli jest ustawione prawidłowo i dostępne. @@ -3754,8 +3754,8 @@ Twój kanał został wyciszony i włączono „Wycisz mnie”. Napraw przyczynę - Enable Jam Recorder - Zezwalaj na nagrywanie sesji + Jam Recorder + Zezwalaj na nagrywanie sesji @@ -3805,8 +3805,8 @@ Twój kanał został wyciszony i włączono „Wycisz mnie”. Napraw przyczynę - Enable delay panning - Opóźnienie panoramy + Delay panning + Opóźnienie panoramy diff --git a/src/translation/translation_pt_BR.qm b/src/translation/translation_pt_BR.qm index 548eede613..6ce0df90cd 100644 Binary files a/src/translation/translation_pt_BR.qm and b/src/translation/translation_pt_BR.qm differ diff --git a/src/translation/translation_pt_BR.ts b/src/translation/translation_pt_BR.ts index 3085683594..f3f8388aab 100644 --- a/src/translation/translation_pt_BR.ts +++ b/src/translation/translation_pt_BR.ts @@ -1352,8 +1352,8 @@ Silenciamos seu canal e ativamos 'Silenciar-me'. Resolva o problema de - Auto jitter buffer switch - Interruptor do jitter buffer automático + Auto jitter buffer check box + Interruptor do jitter buffer automático Jitter buffer status LED indicator @@ -1431,8 +1431,8 @@ Silenciamos seu canal e ativamos 'Silenciar-me'. Resolva o problema de - Enable Small Network Buffers - Habilitar Buffers de Rede Pequenos + Small Network Buffers + Habilitar Buffers de Rede Pequenos If enabled, the support for very small network audio packets is activated. Very small network packets are only actually used if the sound card buffer delay is smaller than @@ -1444,8 +1444,8 @@ Silenciamos seu canal e ativamos 'Silenciar-me'. Resolva o problema de - Enable small network buffers check box - Caixa de ativação de buffers de rede pequenos + Small network buffers check box + Caixa de ativação de buffers de rede pequenos @@ -2118,8 +2118,8 @@ Silenciamos seu canal e ativamos 'Silenciar-me'. Resolva o problema de - Enable feedback protection to detect acoustic feedback between microphone and speakers. - Permite a proteção de microfonia detectar realimentação acústica entre microfone e falantes. + Prevents acoustic feedback between microphone and speakers. + Permite a proteção de microfonia detectar realimentação acústica entre microfone e falantes. @@ -2129,12 +2129,12 @@ Silenciamos seu canal e ativamos 'Silenciar-me'. Resolva o problema de Audio Alerts - Alertas de Áudio + Alertas de Áudio - Enable audio alert when receiving a chat message and when a new client joins the session. A second sound device may be required to hear the alerts. - Ative o alerta de áudio ao receber uma mensagem de bate-papo e quando um novo cliente ingressar na sessão. Um segundo dispositivo de som pode ser necessário para ouvir os alertas. + Trigger an audio alert when receiving a chat message and when a new client joins the session. A second sound device may be required to hear the alerts. + Ative o alerta de áudio ao receber uma mensagem de bate-papo e quando um novo cliente ingressar na sessão. Um segundo dispositivo de som pode ser necessário para ouvir os alertas. @@ -2630,8 +2630,8 @@ Silenciamos seu canal e ativamos 'Silenciar-me'. Resolva o problema de - Enable Small Network Buffers - Habilitar Buffers de Rede Pequenos + Small Network Buffers + Habilitar Buffers de Rede Pequenos @@ -2715,7 +2715,7 @@ Silenciamos seu canal e ativamos 'Silenciar-me'. Resolva o problema de Audio Alerts - Alertas de Áudio + Alertas de Áudio @@ -2771,7 +2771,7 @@ Silenciamos seu canal e ativamos 'Silenciar-me'. Resolva o problema de Feedback Protection - Proteção de Microfonia + Proteção de Microfonia @@ -3900,13 +3900,13 @@ Silenciamos seu canal e ativamos 'Silenciar-me'. Resolva o problema de - Enable Recorder - Habilitar Gravador + Jam Recorder + Habilitar Gravador - Checked when the recorder is enabled, otherwise unchecked. The recorder will run when a session is in progress, if (set up correctly and) enabled. - Ativo quando o gravador estiver ligado, caso contrário inativo. O gravador irá rodar quando uma sessão estiver a decorrer, se (corretamente configurado e ) ativo. + The recorder will run when a session is in progress, if (set up correctly and) checked. + Ativo quando o gravador estiver ligado, caso contrário inativo. O gravador irá rodar quando uma sessão estiver a decorrer, se (corretamente configurado e ) ativo. @@ -4296,8 +4296,8 @@ Silenciamos seu canal e ativamos 'Silenciar-me'. Resolva o problema de - Enable delay panning - Ativar atraso panorâmico + Delay panning + Ativar atraso panorâmico Show Creative Commons BY-NC-SA 4.0 Licence Dialog @@ -4333,8 +4333,8 @@ Silenciamos seu canal e ativamos 'Silenciar-me'. Resolva o problema de - Enable Jam Recorder - Ativar Gravação da Jam + Jam Recorder + Ativar Gravação da Jam diff --git a/src/translation/translation_pt_PT.qm b/src/translation/translation_pt_PT.qm index 2222bcb326..227eb24f45 100644 Binary files a/src/translation/translation_pt_PT.qm and b/src/translation/translation_pt_PT.qm differ diff --git a/src/translation/translation_pt_PT.ts b/src/translation/translation_pt_PT.ts index 844b959418..e6ca32ea8b 100644 --- a/src/translation/translation_pt_PT.ts +++ b/src/translation/translation_pt_PT.ts @@ -1345,8 +1345,8 @@ O seu canal foi silenciado e foi activada a função 'Silenciar-me'. P - Auto jitter buffer switch - Interruptor do jitter buffer automático + Auto jitter buffer check box + Interruptor do jitter buffer automático Jitter buffer status LED indicator @@ -1424,8 +1424,8 @@ O seu canal foi silenciado e foi activada a função 'Silenciar-me'. P - Enable Small Network Buffers - Activar Buffers de Rede Pequenos + Small Network Buffers + Activar Buffers de Rede Pequenos If enabled, the support for very small network audio packets is activated. Very small network packets are only actually used if the sound card buffer delay is smaller than @@ -1437,8 +1437,8 @@ O seu canal foi silenciado e foi activada a função 'Silenciar-me'. P - Enable small network buffers check box - Caixa de activação de buffers de rede pequenos + Small network buffers check box + Caixa de activação de buffers de rede pequenos @@ -2072,12 +2072,12 @@ O seu canal foi silenciado e foi activada a função 'Silenciar-me'. P Feedback Protection - Protecção Contra Feedback + Protecção Contra Feedback - Enable feedback protection to detect acoustic feedback between microphone and speakers. - Active a protecção contra feedback para detectar feedback acústico entre o microfone e as colunas. + Prevents acoustic feedback between microphone and speakers. + Active a protecção contra feedback para detectar feedback acústico entre o microfone e as colunas. @@ -2087,12 +2087,12 @@ O seu canal foi silenciado e foi activada a função 'Silenciar-me'. P Audio Alerts - Alertas de Áudio + Alertas de Áudio - Enable audio alert when receiving a chat message and when a new client joins the session. A second sound device may be required to hear the alerts. - Ative o alerta de áudio ao receber uma mensagem de bate-papo e quando um novo cliente ingressar na sessão. Um segundo dispositivo de som pode ser necessário para ouvir os alertas. + Trigger an audio alert when receiving a chat message and when a new client joins the session. A second sound device may be required to hear the alerts. + Ative o alerta de áudio ao receber uma mensagem de bate-papo e quando um novo cliente ingressar na sessão. Um segundo dispositivo de som pode ser necessário para ouvir os alertas. @@ -2588,8 +2588,8 @@ O seu canal foi silenciado e foi activada a função 'Silenciar-me'. P - Enable Small Network Buffers - Activar Buffers de Rede Pequenos + Small Network Buffers + Activar Buffers de Rede Pequenos @@ -2673,7 +2673,7 @@ O seu canal foi silenciado e foi activada a função 'Silenciar-me'. P Audio Alerts - Alertas de Áudio + Alertas de Áudio @@ -2729,7 +2729,7 @@ O seu canal foi silenciado e foi activada a função 'Silenciar-me'. P Feedback Protection - Protecção Contra Feedback + Protecção Contra Feedback @@ -3858,13 +3858,13 @@ O seu canal foi silenciado e foi activada a função 'Silenciar-me'. P - Enable Recorder - Activar Gravador + Jam Recorder + Activar Gravador - Checked when the recorder is enabled, otherwise unchecked. The recorder will run when a session is in progress, if (set up correctly and) enabled. - Activo quando o gravador estiver ligado, caso contrário inactivo. O gravador irá correr quando uma sessão estiver a decorrer, se (correctamente configurado e ) activo. + The recorder will run when a session is in progress, if (set up correctly and) checked. + Activo quando o gravador estiver ligado, caso contrário inactivo. O gravador irá correr quando uma sessão estiver a decorrer, se (correctamente configurado e ) activo. @@ -4257,8 +4257,8 @@ O seu canal foi silenciado e foi activada a função 'Silenciar-me'. P - Enable delay panning - Activar Panorâmica do Delay + Delay panning + Activar Panorâmica do Delay Show Creative Commons BY-NC-SA 4.0 Licence Dialog @@ -4294,8 +4294,8 @@ O seu canal foi silenciado e foi activada a função 'Silenciar-me'. P - Enable Jam Recorder - Activar Gravador + Jam Recorder + Activar Gravador diff --git a/src/translation/translation_sk_SK.qm b/src/translation/translation_sk_SK.qm index 5334d9c489..6b454ed077 100644 Binary files a/src/translation/translation_sk_SK.qm and b/src/translation/translation_sk_SK.qm differ diff --git a/src/translation/translation_sk_SK.ts b/src/translation/translation_sk_SK.ts index a6783b54d3..5c87c7572e 100644 --- a/src/translation/translation_sk_SK.ts +++ b/src/translation/translation_sk_SK.ts @@ -1141,8 +1141,8 @@ Stíšili sme váš kanál a aktivovali nastavenia 'Stíšiť ma'. Pro - Auto jitter buffer switch - Automatický prepínač vyr. pamäte chvenia + Auto jitter buffer check box + Automatický prepínač vyr. pamäte chvenia Sound Card Device @@ -1202,12 +1202,12 @@ Stíšili sme váš kanál a aktivovali nastavenia 'Stíšiť ma'. Pro - Enable Small Network Buffers - Povoliť malú vyrovnávaciu pamäť pre sieť + Small Network Buffers + Povoliť malú vyrovnávaciu pamäť pre sieť - Enable small network buffers check box + Small network buffers check box @@ -1430,12 +1430,12 @@ Stíšili sme váš kanál a aktivovali nastavenia 'Stíšiť ma'. Pro Feedback Protection - Ochrana pred spätnou väzbou + Ochrana pred spätnou väzbou - Enable feedback protection to detect acoustic feedback between microphone and speakers. - Zapnite ochranu pred spätnou väzbou na detekciu akustickej väzby medzi mikrofónom a reproduktormi. + Prevents acoustic feedback between microphone and speakers. + Zapnite ochranu pred spätnou väzbou na detekciu akustickej väzby medzi mikrofónom a reproduktormi. @@ -1445,12 +1445,12 @@ Stíšili sme váš kanál a aktivovali nastavenia 'Stíšiť ma'. Pro Audio Alerts - Zvukové upozornenia + Zvukové upozornenia - Enable audio alert when receiving a chat message and when a new client joins the session. A second sound device may be required to hear the alerts. - Povoľte zvukové upozornenie pri prijatí správy v chate a keď sa pripojí nový klient. Pre prehratie upozornenia možno budete potrebovať ďalšie zariadenie zvuku. + Trigger an audio alert when receiving a chat message and when a new client joins the session. A second sound device may be required to hear the alerts. + Povoľte zvukové upozornenie pri prijatí správy v chate a keď sa pripojí nový klient. Pre prehratie upozornenia možno budete potrebovať ďalšie zariadenie zvuku. @@ -2192,8 +2192,8 @@ Stíšili sme váš kanál a aktivovali nastavenia 'Stíšiť ma'. Pro - Enable Small Network Buffers - Povoliť malú vyr. pamäť siete + Small Network Buffers + Povoliť malú vyr. pamäť siete @@ -2277,7 +2277,7 @@ Stíšili sme váš kanál a aktivovali nastavenia 'Stíšiť ma'. Pro Audio Alerts - Zvukové upozornenia + Zvukové upozornenia @@ -2333,7 +2333,7 @@ Stíšili sme váš kanál a aktivovali nastavenia 'Stíšiť ma'. Pro Feedback Protection - Ochrana pred spätnou väzbou + Ochrana pred spätnou väzbou @@ -3190,12 +3190,12 @@ Stíšili sme váš kanál a aktivovali nastavenia 'Stíšiť ma'. Pro - Enable Recorder - Povoliť nahrávanie + Jam Recorder + Povoliť nahrávanie - Checked when the recorder is enabled, otherwise unchecked. The recorder will run when a session is in progress, if (set up correctly and) enabled. + The recorder will run when a session is in progress, if (set up correctly and) checked. @@ -3593,8 +3593,8 @@ Stíšili sme váš kanál a aktivovali nastavenia 'Stíšiť ma'. Pro - Enable delay panning - Zapnúť posun oneskorenia + Delay panning + Zapnúť posun oneskorenia @@ -3640,8 +3640,8 @@ Stíšili sme váš kanál a aktivovali nastavenia 'Stíšiť ma'. Pro - Enable Jam Recorder - Povoliť nahrávanie džemov + Jam Recorder + Povoliť nahrávanie džemov diff --git a/src/translation/translation_sv_SE.qm b/src/translation/translation_sv_SE.qm index d5f7b8df6e..6499c6076a 100644 Binary files a/src/translation/translation_sv_SE.qm and b/src/translation/translation_sv_SE.qm differ diff --git a/src/translation/translation_sv_SE.ts b/src/translation/translation_sv_SE.ts index 183e045520..9eede0679a 100644 --- a/src/translation/translation_sv_SE.ts +++ b/src/translation/translation_sv_SE.ts @@ -1230,8 +1230,8 @@ Vi stängde av din kanal och aktiverade 'Tysta mig själv'. Vänligen - Auto jitter buffer switch - Auto-jitterbuffert reglage + Auto jitter buffer check box + Auto-jitterbuffert reglage @@ -1342,8 +1342,8 @@ Vi stängde av din kanal och aktiverade 'Tysta mig själv'. Vänligen - Enable Small Network Buffers - Aktivera liten nätverksbuffert + Small Network Buffers + Aktivera liten nätverksbuffert If enabled, the support for very small network audio packets is activated. Very small network packets are only actually used if the sound card buffer delay is smaller than @@ -1355,8 +1355,8 @@ Vi stängde av din kanal och aktiverade 'Tysta mig själv'. Vänligen - Enable small network buffers check box - Aktivera kryssrutan för små nätverksbuffertar + Small network buffers check box + Aktivera kryssrutan för små nätverksbuffertar @@ -1558,12 +1558,12 @@ Vi stängde av din kanal och aktiverade 'Tysta mig själv'. Vänligen Feedback Protection - Rundgångsskydd + Rundgångsskydd - Enable feedback protection to detect acoustic feedback between microphone and speakers. - Aktivera rundgångsskydd för att upptäcka rundgång mellan mikrofon och högtalare. + Prevents acoustic feedback between microphone and speakers. + Aktivera rundgångsskydd för att upptäcka rundgång mellan mikrofon och högtalare. @@ -1577,7 +1577,7 @@ Vi stängde av din kanal och aktiverade 'Tysta mig själv'. Vänligen - Enable audio alert when receiving a chat message and when a new client joins the session. A second sound device may be required to hear the alerts. + Trigger an audio alert when receiving a chat message and when a new client joins the session. A second sound device may be required to hear the alerts. @@ -2303,8 +2303,8 @@ Vi stängde av din kanal och aktiverade 'Tysta mig själv'. Vänligen - Enable Small Network Buffers - Aktivera små nätverksbuffertar + Small Network Buffers + Aktivera små nätverksbuffertar @@ -2444,7 +2444,7 @@ Vi stängde av din kanal och aktiverade 'Tysta mig själv'. Vänligen Feedback Protection - Rundgångsskydd + Rundgångsskydd @@ -3481,13 +3481,13 @@ Vi stängde av din kanal och aktiverade 'Tysta mig själv'. Vänligen - Enable Recorder - Starta serverinspelning + Jam Recorder + Starta serverinspelning - Checked when the recorder is enabled, otherwise unchecked. The recorder will run when a session is in progress, if (set up correctly and) enabled. - Markerad när inspelaren är aktiverad, annars avmarkerad. Inspelaren kommer att köras när en session pågår, om (inställt korrekt och) aktiverat. + The recorder will run when a session is in progress, if (set up correctly and) checked. + Markerad när inspelaren är aktiverad, annars avmarkerad. Inspelaren kommer att köras när en session pågår, om (inställt korrekt och) aktiverat. @@ -3839,8 +3839,8 @@ Vi stängde av din kanal och aktiverade 'Tysta mig själv'. Vänligen - Enable Jam Recorder - Aktivera Jam-inspelning + Jam Recorder + Aktivera Jam-inspelning @@ -3890,8 +3890,8 @@ Vi stängde av din kanal och aktiverade 'Tysta mig själv'. Vänligen - Enable delay panning - Aktivera fördröjningspanorering + Delay panning + Aktivera fördröjningspanorering Show Creative Commons BY-NC-SA 4.0 Licence Dialog diff --git a/src/translation/translation_zh_CN.qm b/src/translation/translation_zh_CN.qm index 58c8fc8e7c..29cc3753f0 100644 Binary files a/src/translation/translation_zh_CN.qm and b/src/translation/translation_zh_CN.qm differ diff --git a/src/translation/translation_zh_CN.ts b/src/translation/translation_zh_CN.ts index ec79e4983d..69df490e30 100644 --- a/src/translation/translation_zh_CN.ts +++ b/src/translation/translation_zh_CN.ts @@ -1078,8 +1078,8 @@ We muted your channel and activated 'Mute Myself'. Please solve the fe - Auto jitter buffer switch - 自动抖动缓冲开关 + Auto jitter buffer check box + 自动抖动缓冲开关 Sound Card Device @@ -1137,14 +1137,14 @@ We muted your channel and activated 'Mute Myself'. Please solve the fe - Enable Small Network Buffers + Small Network Buffers Small Network Buffers 的作用不确定,暂定译法 启用小网络缓冲区 - Enable small network buffers check box - 启用小网络缓冲区勾选框 + Small network buffers check box + 启用小网络缓冲区勾选框 @@ -1531,12 +1531,12 @@ We muted your channel and activated 'Mute Myself'. Please solve the fe Audio Alerts - 音频提示 + 音频提示 - Enable audio alert when receiving a chat message and when a new client joins the session. A second sound device may be required to hear the alerts. - 当接收到聊天消息或新客户端加入到会话时启用音频提示。可能需要第二个音频设备以便听到对应的提示音。 + Trigger an audio alert when receiving a chat message and when a new client joins the session. A second sound device may be required to hear the alerts. + 当接收到聊天消息或新客户端加入到会话时启用音频提示。可能需要第二个音频设备以便听到对应的提示音。 @@ -1604,12 +1604,12 @@ We muted your channel and activated 'Mute Myself'. Please solve the fe Feedback Protection - 自激保护 + 自激保护 - Enable feedback protection to detect acoustic feedback between microphone and speakers. - 启用自激保护以检测话筒和麦克风产生正反馈循环(自激)导致的啸叫。 + Prevents acoustic feedback between microphone and speakers. + 启用自激保护以检测话筒和麦克风产生正反馈循环(自激)导致的啸叫。 @@ -2074,8 +2074,8 @@ We muted your channel and activated 'Mute Myself'. Please solve the fe - Enable Small Network Buffers - 启用小网络缓冲区 + Small Network Buffers + 启用小网络缓冲区 @@ -2159,7 +2159,7 @@ We muted your channel and activated 'Mute Myself'. Please solve the fe Audio Alerts - 音频提示 + 音频提示 @@ -2215,7 +2215,7 @@ We muted your channel and activated 'Mute Myself'. Please solve the fe Feedback Protection - 自激保护 + 自激保护 @@ -2766,13 +2766,13 @@ We muted your channel and activated 'Mute Myself'. Please solve the fe - Enable Recorder - 启用录音器 + Jam Recorder + 启用录音器 - Checked when the recorder is enabled, otherwise unchecked. The recorder will run when a session is in progress, if (set up correctly and) enabled. - 录音功能启用时将为勾选状态,否则为未勾选状态。若已配置并开启选项,则录音功能将在会话进行中开启录制。 + The recorder will run when a session is in progress, if (set up correctly and) checked. + 录音功能启用时将为勾选状态,否则为未勾选状态。若已配置并开启选项,则录音功能将在会话进行中开启录制。 @@ -3248,8 +3248,8 @@ We muted your channel and activated 'Mute Myself'. Please solve the fe - Enable delay panning - 启用延迟平衡 + Delay panning + 启用延迟平衡 @@ -3277,8 +3277,8 @@ We muted your channel and activated 'Mute Myself'. Please solve the fe - Enable Jam Recorder - 启用合奏录音机 + Jam Recorder + 启用合奏录音机