some more removing html code from translation strings
This commit is contained in:
parent
c826e0050b
commit
f966061670
5 changed files with 148 additions and 28 deletions
|
@ -197,7 +197,7 @@ CClientSettingsDlg::CClientSettingsDlg ( CClient* pNCliP, QWidget* parent,
|
||||||
chbDisplayChannelLevels->setAccessibleName ( tr ( "Display channel levels check box" ) );
|
chbDisplayChannelLevels->setAccessibleName ( tr ( "Display channel levels check box" ) );
|
||||||
|
|
||||||
// audio channels
|
// audio channels
|
||||||
QString strAudioChannels = tr ( "<b>Audio Channels:</b> "
|
QString strAudioChannels = "<b>" + tr ( "Audio Channels" ) + ":</b> " + tr (
|
||||||
"Select the number of audio channels to be used. There are three "
|
"Select the number of audio channels to be used. There are three "
|
||||||
"modes available. The mono and stereo modes use one and two "
|
"modes available. The mono and stereo modes use one and two "
|
||||||
"audio channels respectively. In the mono-in/stereo-out mode "
|
"audio channels respectively. In the mono-in/stereo-out mode "
|
||||||
|
@ -206,10 +206,10 @@ CClientSettingsDlg::CClientSettingsDlg ( CClient* pNCliP, QWidget* parent,
|
||||||
"sound card puts the instrument on one input channel and the "
|
"sound card puts the instrument on one input channel and the "
|
||||||
"microphone on the other channel. In that case the two input signals "
|
"microphone on the other channel. In that case the two input signals "
|
||||||
"can be mixed to one mono channel but the server mix can be heard in "
|
"can be mixed to one mono channel but the server mix can be heard in "
|
||||||
"stereo.<br>"
|
"stereo." ) + "<br>" + tr (
|
||||||
"Enabling the stereo streaming mode will increase the "
|
"Enabling the stereo streaming mode will increase the "
|
||||||
"stream data rate. Make sure that the current upload rate does not "
|
"stream data rate. Make sure that the current upload rate does not "
|
||||||
"exceed the available bandwidth of your internet connection.<br>"
|
"exceed the available bandwidth of your internet connection." ) + "<br>" + tr (
|
||||||
"In case of the stereo streaming mode, no audio channel selection "
|
"In case of the stereo streaming mode, no audio channel selection "
|
||||||
"for the reverberation effect will be available on the main window "
|
"for the reverberation effect will be available on the main window "
|
||||||
"since the effect is applied on both channels in this case." );
|
"since the effect is applied on both channels in this case." );
|
||||||
|
@ -219,7 +219,7 @@ CClientSettingsDlg::CClientSettingsDlg ( CClient* pNCliP, QWidget* parent,
|
||||||
cbxAudioChannels->setAccessibleName ( tr ( "Audio channels combo box" ) );
|
cbxAudioChannels->setAccessibleName ( tr ( "Audio channels combo box" ) );
|
||||||
|
|
||||||
// audio quality
|
// audio quality
|
||||||
QString strAudioQuality = tr ( "<b>Audio Quality:</b> "
|
QString strAudioQuality = "<b>" + tr ( "Audio Quality" ) + ":</b> " + tr (
|
||||||
"Select the desired audio quality. A low, normal or high audio "
|
"Select the desired audio quality. A low, normal or high audio "
|
||||||
"quality can be selected. The higher the audio quality, the higher "
|
"quality can be selected. The higher the audio quality, the higher "
|
||||||
"the audio stream data rate. Make sure that the current "
|
"the audio stream data rate. Make sure that the current "
|
||||||
|
@ -231,8 +231,8 @@ CClientSettingsDlg::CClientSettingsDlg ( CClient* pNCliP, QWidget* parent,
|
||||||
cbxAudioQuality->setAccessibleName ( tr ( "Audio quality combo box" ) );
|
cbxAudioQuality->setAccessibleName ( tr ( "Audio quality combo box" ) );
|
||||||
|
|
||||||
// new client fader level
|
// new client fader level
|
||||||
QString strNewClientLevel = tr ( "<b>New Client Level:</b> The "
|
QString strNewClientLevel = "<b>" + tr ( "New Client Level" ) + ":</b> " +
|
||||||
"new client level setting defines the fader level of a new "
|
tr ( "The new client level setting defines the fader level of a new "
|
||||||
"connected client in percent. I.e. if a new client connects "
|
"connected client in percent. I.e. if a new client connects "
|
||||||
"to the current server, it will get the specified initial "
|
"to the current server, it will get the specified initial "
|
||||||
"fader level if no other fader level of a previous connection "
|
"fader level if no other fader level of a previous connection "
|
||||||
|
@ -243,8 +243,8 @@ CClientSettingsDlg::CClientSettingsDlg ( CClient* pNCliP, QWidget* parent,
|
||||||
edtNewClientLevel->setAccessibleName ( tr ( "New client level edit box" ) );
|
edtNewClientLevel->setAccessibleName ( tr ( "New client level edit box" ) );
|
||||||
|
|
||||||
// central server address
|
// central server address
|
||||||
QString strCentrServAddr = tr ( "<b>Central Server Address:</b> The "
|
QString strCentrServAddr = "<b>" + tr ( "Central Server Address" ) + ":</b> " +
|
||||||
"central server address is the IP address or URL of the central server "
|
tr ( "The central server address is the IP address or URL of the central server "
|
||||||
"at which the server list of the connection dialog is managed. With the "
|
"at which the server list of the connection dialog is managed. With the "
|
||||||
"central server address type either the local region can be selected of "
|
"central server address type either the local region can be selected of "
|
||||||
"the default central servers or a manual address can be specified." );
|
"the default central servers or a manual address can be specified." );
|
||||||
|
|
|
@ -871,7 +871,22 @@
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../clientsettingsdlg.cpp" line="200"/>
|
<location filename="../../clientsettingsdlg.cpp" line="200"/>
|
||||||
<source><b>Audio Channels:</b> Select the number of audio channels to be used. There are three modes available. The mono and stereo modes use one and two audio channels respectively. In the mono-in/stereo-out mode the audio signal which is sent to the server is mono but the return signal is stereo. This is useful for the case that the sound card puts the instrument on one input channel and the microphone on the other channel. In that case the two input signals can be mixed to one mono channel but the server mix can be heard in stereo.<br>Enabling the stereo streaming mode will increase the stream data rate. Make sure that the current upload rate does not exceed the available bandwidth of your internet connection.<br>In case of the stereo streaming mode, no audio channel selection for the reverberation effect will be available on the main window since the effect is applied on both channels in this case.</source>
|
<source>Audio Channels</source>
|
||||||
|
<translation type="unfinished">Audiokanäle</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../clientsettingsdlg.cpp" line="200"/>
|
||||||
|
<source>Select the number of audio channels to be used. There are three modes available. The mono and stereo modes use one and two audio channels respectively. In the mono-in/stereo-out mode the audio signal which is sent to the server is mono but the return signal is stereo. This is useful for the case that the sound card puts the instrument on one input channel and the microphone on the other channel. In that case the two input signals can be mixed to one mono channel but the server mix can be heard in stereo.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../clientsettingsdlg.cpp" line="209"/>
|
||||||
|
<source>Enabling the stereo streaming mode will increase the stream data rate. Make sure that the current upload rate does not exceed the available bandwidth of your internet connection.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../clientsettingsdlg.cpp" line="212"/>
|
||||||
|
<source>In case of the stereo streaming mode, no audio channel selection for the reverberation effect will be available on the main window since the effect is applied on both channels in this case.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
@ -881,7 +896,12 @@
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../clientsettingsdlg.cpp" line="222"/>
|
<location filename="../../clientsettingsdlg.cpp" line="222"/>
|
||||||
<source><b>Audio Quality:</b> Select the desired audio quality. A low, normal or high audio quality can be selected. The higher the audio quality, the higher the audio stream data rate. Make sure that the current upload rate does not exceed the available bandwidth of your internet connection.</source>
|
<source>Audio Quality</source>
|
||||||
|
<translation type="unfinished">Audioqualität</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../clientsettingsdlg.cpp" line="222"/>
|
||||||
|
<source>Select the desired audio quality. A low, normal or high audio quality can be selected. The higher the audio quality, the higher the audio stream data rate. Make sure that the current upload rate does not exceed the available bandwidth of your internet connection.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
@ -891,7 +911,12 @@
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../clientsettingsdlg.cpp" line="234"/>
|
<location filename="../../clientsettingsdlg.cpp" line="234"/>
|
||||||
<source><b>New Client Level:</b> The new client level setting defines the fader level of a new connected client in percent. I.e. if a new client connects to the current server, it will get the specified initial fader level if no other fader level of a previous connection of that client was already stored.</source>
|
<source>New Client Level</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../clientsettingsdlg.cpp" line="235"/>
|
||||||
|
<source>The new client level setting defines the fader level of a new connected client in percent. I.e. if a new client connects to the current server, it will get the specified initial fader level if no other fader level of a previous connection of that client was already stored.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
@ -901,7 +926,12 @@
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../clientsettingsdlg.cpp" line="246"/>
|
<location filename="../../clientsettingsdlg.cpp" line="246"/>
|
||||||
<source><b>Central Server Address:</b> The central server address is the IP address or URL of the central server at which the server list of the connection dialog is managed. With the central server address type either the local region can be selected of the default central servers or a manual address can be specified.</source>
|
<source>Central Server Address</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../clientsettingsdlg.cpp" line="247"/>
|
||||||
|
<source>The central server address is the IP address or URL of the central server at which the server list of the connection dialog is managed. With the central server address type either the local region can be selected of the default central servers or a manual address can be specified.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
|
|
@ -871,7 +871,22 @@
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../clientsettingsdlg.cpp" line="200"/>
|
<location filename="../../clientsettingsdlg.cpp" line="200"/>
|
||||||
<source><b>Audio Channels:</b> Select the number of audio channels to be used. There are three modes available. The mono and stereo modes use one and two audio channels respectively. In the mono-in/stereo-out mode the audio signal which is sent to the server is mono but the return signal is stereo. This is useful for the case that the sound card puts the instrument on one input channel and the microphone on the other channel. In that case the two input signals can be mixed to one mono channel but the server mix can be heard in stereo.<br>Enabling the stereo streaming mode will increase the stream data rate. Make sure that the current upload rate does not exceed the available bandwidth of your internet connection.<br>In case of the stereo streaming mode, no audio channel selection for the reverberation effect will be available on the main window since the effect is applied on both channels in this case.</source>
|
<source>Audio Channels</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../clientsettingsdlg.cpp" line="200"/>
|
||||||
|
<source>Select the number of audio channels to be used. There are three modes available. The mono and stereo modes use one and two audio channels respectively. In the mono-in/stereo-out mode the audio signal which is sent to the server is mono but the return signal is stereo. This is useful for the case that the sound card puts the instrument on one input channel and the microphone on the other channel. In that case the two input signals can be mixed to one mono channel but the server mix can be heard in stereo.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../clientsettingsdlg.cpp" line="209"/>
|
||||||
|
<source>Enabling the stereo streaming mode will increase the stream data rate. Make sure that the current upload rate does not exceed the available bandwidth of your internet connection.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../clientsettingsdlg.cpp" line="212"/>
|
||||||
|
<source>In case of the stereo streaming mode, no audio channel selection for the reverberation effect will be available on the main window since the effect is applied on both channels in this case.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
@ -881,7 +896,12 @@
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../clientsettingsdlg.cpp" line="222"/>
|
<location filename="../../clientsettingsdlg.cpp" line="222"/>
|
||||||
<source><b>Audio Quality:</b> Select the desired audio quality. A low, normal or high audio quality can be selected. The higher the audio quality, the higher the audio stream data rate. Make sure that the current upload rate does not exceed the available bandwidth of your internet connection.</source>
|
<source>Audio Quality</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../clientsettingsdlg.cpp" line="222"/>
|
||||||
|
<source>Select the desired audio quality. A low, normal or high audio quality can be selected. The higher the audio quality, the higher the audio stream data rate. Make sure that the current upload rate does not exceed the available bandwidth of your internet connection.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
@ -891,7 +911,12 @@
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../clientsettingsdlg.cpp" line="234"/>
|
<location filename="../../clientsettingsdlg.cpp" line="234"/>
|
||||||
<source><b>New Client Level:</b> The new client level setting defines the fader level of a new connected client in percent. I.e. if a new client connects to the current server, it will get the specified initial fader level if no other fader level of a previous connection of that client was already stored.</source>
|
<source>New Client Level</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../clientsettingsdlg.cpp" line="235"/>
|
||||||
|
<source>The new client level setting defines the fader level of a new connected client in percent. I.e. if a new client connects to the current server, it will get the specified initial fader level if no other fader level of a previous connection of that client was already stored.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
@ -901,7 +926,12 @@
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../clientsettingsdlg.cpp" line="246"/>
|
<location filename="../../clientsettingsdlg.cpp" line="246"/>
|
||||||
<source><b>Central Server Address:</b> The central server address is the IP address or URL of the central server at which the server list of the connection dialog is managed. With the central server address type either the local region can be selected of the default central servers or a manual address can be specified.</source>
|
<source>Central Server Address</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../clientsettingsdlg.cpp" line="247"/>
|
||||||
|
<source>The central server address is the IP address or URL of the central server at which the server list of the connection dialog is managed. With the central server address type either the local region can be selected of the default central servers or a manual address can be specified.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
|
|
@ -879,7 +879,22 @@
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../clientsettingsdlg.cpp" line="200"/>
|
<location filename="../../clientsettingsdlg.cpp" line="200"/>
|
||||||
<source><b>Audio Channels:</b> Select the number of audio channels to be used. There are three modes available. The mono and stereo modes use one and two audio channels respectively. In the mono-in/stereo-out mode the audio signal which is sent to the server is mono but the return signal is stereo. This is useful for the case that the sound card puts the instrument on one input channel and the microphone on the other channel. In that case the two input signals can be mixed to one mono channel but the server mix can be heard in stereo.<br>Enabling the stereo streaming mode will increase the stream data rate. Make sure that the current upload rate does not exceed the available bandwidth of your internet connection.<br>In case of the stereo streaming mode, no audio channel selection for the reverberation effect will be available on the main window since the effect is applied on both channels in this case.</source>
|
<source>Audio Channels</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../clientsettingsdlg.cpp" line="200"/>
|
||||||
|
<source>Select the number of audio channels to be used. There are three modes available. The mono and stereo modes use one and two audio channels respectively. In the mono-in/stereo-out mode the audio signal which is sent to the server is mono but the return signal is stereo. This is useful for the case that the sound card puts the instrument on one input channel and the microphone on the other channel. In that case the two input signals can be mixed to one mono channel but the server mix can be heard in stereo.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../clientsettingsdlg.cpp" line="209"/>
|
||||||
|
<source>Enabling the stereo streaming mode will increase the stream data rate. Make sure that the current upload rate does not exceed the available bandwidth of your internet connection.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../clientsettingsdlg.cpp" line="212"/>
|
||||||
|
<source>In case of the stereo streaming mode, no audio channel selection for the reverberation effect will be available on the main window since the effect is applied on both channels in this case.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
@ -889,7 +904,12 @@
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../clientsettingsdlg.cpp" line="222"/>
|
<location filename="../../clientsettingsdlg.cpp" line="222"/>
|
||||||
<source><b>Audio Quality:</b> Select the desired audio quality. A low, normal or high audio quality can be selected. The higher the audio quality, the higher the audio stream data rate. Make sure that the current upload rate does not exceed the available bandwidth of your internet connection.</source>
|
<source>Audio Quality</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../clientsettingsdlg.cpp" line="222"/>
|
||||||
|
<source>Select the desired audio quality. A low, normal or high audio quality can be selected. The higher the audio quality, the higher the audio stream data rate. Make sure that the current upload rate does not exceed the available bandwidth of your internet connection.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
@ -899,7 +919,12 @@
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../clientsettingsdlg.cpp" line="234"/>
|
<location filename="../../clientsettingsdlg.cpp" line="234"/>
|
||||||
<source><b>New Client Level:</b> The new client level setting defines the fader level of a new connected client in percent. I.e. if a new client connects to the current server, it will get the specified initial fader level if no other fader level of a previous connection of that client was already stored.</source>
|
<source>New Client Level</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../clientsettingsdlg.cpp" line="235"/>
|
||||||
|
<source>The new client level setting defines the fader level of a new connected client in percent. I.e. if a new client connects to the current server, it will get the specified initial fader level if no other fader level of a previous connection of that client was already stored.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
@ -909,7 +934,12 @@
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../clientsettingsdlg.cpp" line="246"/>
|
<location filename="../../clientsettingsdlg.cpp" line="246"/>
|
||||||
<source><b>Central Server Address:</b> The central server address is the IP address or URL of the central server at which the server list of the connection dialog is managed. With the central server address type either the local region can be selected of the default central servers or a manual address can be specified.</source>
|
<source>Central Server Address</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../clientsettingsdlg.cpp" line="247"/>
|
||||||
|
<source>The central server address is the IP address or URL of the central server at which the server list of the connection dialog is managed. With the central server address type either the local region can be selected of the default central servers or a manual address can be specified.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
|
|
@ -879,8 +879,23 @@
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../clientsettingsdlg.cpp" line="200"/>
|
<location filename="../../clientsettingsdlg.cpp" line="200"/>
|
||||||
<source><b>Audio Channels:</b> Select the number of audio channels to be used. There are three modes available. The mono and stereo modes use one and two audio channels respectively. In the mono-in/stereo-out mode the audio signal which is sent to the server is mono but the return signal is stereo. This is useful for the case that the sound card puts the instrument on one input channel and the microphone on the other channel. In that case the two input signals can be mixed to one mono channel but the server mix can be heard in stereo.<br>Enabling the stereo streaming mode will increase the stream data rate. Make sure that the current upload rate does not exceed the available bandwidth of your internet connection.<br>In case of the stereo streaming mode, no audio channel selection for the reverberation effect will be available on the main window since the effect is applied on both channels in this case.</source>
|
<source>Audio Channels</source>
|
||||||
<translation><b>Canais de Áudio:</b> Selecione o número de canais de áudio a serem usados. Existem três modos disponíveis. Os modos mono e estéreo usam um e dois canais de áudio, respectivamente. No modo mono-in/stereo-out, o sinal de áudio enviado ao servidor é mono, mas o sinal de retorno é estéreo. Isso é útil quando a placa de som coloca o instrumento e o microfone em canais diferentes. Nesse caso, os dois sinais de entrada podem ser misturados num canal mono, mas a mistura do servidor pode ser ouvida em estéreo.<br>Ativar o modo de transmissão estéreo aumenta a taxa do fluxo de dados. Verifique que a taxa de transmissão não excede a largura de banda disponível da sua ligação à Internet.<br>No modo de transmissão estéreo, nenhuma seleção de canal de áudio para o efeito de reverberação estará disponível na janela principal, pois o efeito é aplicado em ambos os canais.</translation>
|
<translation>Canais de Áudio</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../clientsettingsdlg.cpp" line="200"/>
|
||||||
|
<source>Select the number of audio channels to be used. There are three modes available. The mono and stereo modes use one and two audio channels respectively. In the mono-in/stereo-out mode the audio signal which is sent to the server is mono but the return signal is stereo. This is useful for the case that the sound card puts the instrument on one input channel and the microphone on the other channel. In that case the two input signals can be mixed to one mono channel but the server mix can be heard in stereo.</source>
|
||||||
|
<translation>Selecione o número de canais de áudio a serem usados. Existem três modos disponíveis. Os modos mono e estéreo usam um e dois canais de áudio, respectivamente. No modo mono-in/stereo-out, o sinal de áudio enviado ao servidor é mono, mas o sinal de retorno é estéreo. Isso é útil quando a placa de som coloca o instrumento e o microfone em canais diferentes. Nesse caso, os dois sinais de entrada podem ser misturados num canal mono, mas a mistura do servidor pode ser ouvida em estéreo.</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../clientsettingsdlg.cpp" line="209"/>
|
||||||
|
<source>Enabling the stereo streaming mode will increase the stream data rate. Make sure that the current upload rate does not exceed the available bandwidth of your internet connection.</source>
|
||||||
|
<translation>Ativar o modo de transmissão estéreo aumenta a taxa do fluxo de dados. Verifique que a taxa de transmissão não excede a largura de banda disponível da sua ligação à Internet.</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../clientsettingsdlg.cpp" line="212"/>
|
||||||
|
<source>In case of the stereo streaming mode, no audio channel selection for the reverberation effect will be available on the main window since the effect is applied on both channels in this case.</source>
|
||||||
|
<translation>No modo de transmissão estéreo, nenhuma seleção de canal de áudio para o efeito de reverberação estará disponível na janela principal, pois o efeito é aplicado em ambos os canais.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../clientsettingsdlg.cpp" line="219"/>
|
<location filename="../../clientsettingsdlg.cpp" line="219"/>
|
||||||
|
@ -889,8 +904,13 @@
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../clientsettingsdlg.cpp" line="222"/>
|
<location filename="../../clientsettingsdlg.cpp" line="222"/>
|
||||||
<source><b>Audio Quality:</b> Select the desired audio quality. A low, normal or high audio quality can be selected. The higher the audio quality, the higher the audio stream data rate. Make sure that the current upload rate does not exceed the available bandwidth of your internet connection.</source>
|
<source>Audio Quality</source>
|
||||||
<translation><b>Qualidade de Áudio:</b> Selecione a qualidade de áudio desejada. Pode ser selecionada uma qualidade de áudio baixa, normal ou alta. Quanto maior a qualidade do áudio, maior a taxa de dados do fluxo de áudio. Verifique que a taxa de transmissão não excede a largura de banda disponível da sua ligação à Internet.</translation>
|
<translation>Qualidade de Áudio</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../clientsettingsdlg.cpp" line="222"/>
|
||||||
|
<source>Select the desired audio quality. A low, normal or high audio quality can be selected. The higher the audio quality, the higher the audio stream data rate. Make sure that the current upload rate does not exceed the available bandwidth of your internet connection.</source>
|
||||||
|
<translation>Selecione a qualidade de áudio desejada. Pode ser selecionada uma qualidade de áudio baixa, normal ou alta. Quanto maior a qualidade do áudio, maior a taxa de dados do fluxo de áudio. Verifique que a taxa de transmissão não excede a largura de banda disponível da sua ligação à Internet.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../clientsettingsdlg.cpp" line="231"/>
|
<location filename="../../clientsettingsdlg.cpp" line="231"/>
|
||||||
|
@ -899,8 +919,13 @@
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../clientsettingsdlg.cpp" line="234"/>
|
<location filename="../../clientsettingsdlg.cpp" line="234"/>
|
||||||
<source><b>New Client Level:</b> The new client level setting defines the fader level of a new connected client in percent. I.e. if a new client connects to the current server, it will get the specified initial fader level if no other fader level of a previous connection of that client was already stored.</source>
|
<source>New Client Level</source>
|
||||||
<translation><b>Nível de Novo Cliente:</b> A configuração de nível de novo cliente define, em percentagem, o nível do fader de um novo cliente ligado. Por exemplo, se um cliente novo se ligar ao servidor atual, o seu canal terá o nível inicial do fader especificado, excepto quando um diferente nível do fader de uma ligação anterior desse mesmo cliente já tenha sido definido.</translation>
|
<translation>Nível de Novo Cliente</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../clientsettingsdlg.cpp" line="235"/>
|
||||||
|
<source>The new client level setting defines the fader level of a new connected client in percent. I.e. if a new client connects to the current server, it will get the specified initial fader level if no other fader level of a previous connection of that client was already stored.</source>
|
||||||
|
<translation>A configuração de nível de novo cliente define, em percentagem, o nível do fader de um novo cliente ligado. Por exemplo, se um cliente novo se ligar ao servidor atual, o seu canal terá o nível inicial do fader especificado, excepto quando um diferente nível do fader de uma ligação anterior desse mesmo cliente já tenha sido definido.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../clientsettingsdlg.cpp" line="243"/>
|
<location filename="../../clientsettingsdlg.cpp" line="243"/>
|
||||||
|
@ -909,8 +934,13 @@
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../clientsettingsdlg.cpp" line="246"/>
|
<location filename="../../clientsettingsdlg.cpp" line="246"/>
|
||||||
<source><b>Central Server Address:</b> The central server address is the IP address or URL of the central server at which the server list of the connection dialog is managed. With the central server address type either the local region can be selected of the default central servers or a manual address can be specified.</source>
|
<source>Central Server Address</source>
|
||||||
<translation><b>Endereço do servidor central:</b> O endereço do servidor central é o endereço IP ou URL do servidor central a partir do qual é gerida a lista de servidores do diálogo de ligação. Com a configuração do endereço do servidor central, é possível selecionar um dos servidores centrais padrão ou especificar um endereço manual.</translation>
|
<translation>Endereço do servidor central</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../clientsettingsdlg.cpp" line="247"/>
|
||||||
|
<source>The central server address is the IP address or URL of the central server at which the server list of the connection dialog is managed. With the central server address type either the local region can be selected of the default central servers or a manual address can be specified.</source>
|
||||||
|
<translation>O endereço do servidor central é o endereço IP ou URL do servidor central a partir do qual é gerida a lista de servidores do diálogo de ligação. Com a configuração do endereço do servidor central, é possível selecionar um dos servidores centrais padrão ou especificar um endereço manual.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../clientsettingsdlg.cpp" line="256"/>
|
<location filename="../../clientsettingsdlg.cpp" line="256"/>
|
||||||
|
|
Loading…
Reference in a new issue