Input Level Meter: remove html from translation
This commit is contained in:
parent
61f36c1723
commit
fcc3779528
7 changed files with 48 additions and 8 deletions
|
@ -48,10 +48,10 @@ CClientDlg::CClientDlg ( CClient* pNCliP,
|
|||
|
||||
// Add help text to controls -----------------------------------------------
|
||||
// input level meter
|
||||
QString strInpLevH = tr ( "<b>Input Level Meter:</b> The input level "
|
||||
QString strInpLevH = "<b>" + tr ( "Input Level Meter" ) + ":</b> " + tr ( "The input level "
|
||||
"indicators show the input level of the two stereo channels "
|
||||
"of the current selected audio input.<br>"
|
||||
"Make sure not to clip the input signal to avoid distortions of the "
|
||||
"of the current selected audio input." ) + "<br>" +
|
||||
tr ( "Make sure not to clip the input signal to avoid distortions of the "
|
||||
"audio signal." );
|
||||
|
||||
QString strInpLevHTT = tr ( "If the " ) + APP_NAME +
|
||||
|
|
|
@ -270,7 +270,17 @@
|
|||
<name>CClientDlg</name>
|
||||
<message>
|
||||
<location filename="../../clientdlg.cpp" line="51"/>
|
||||
<source><b>Input Level Meter:</b> The input level indicators show the input level of the two stereo channels of the current selected audio input.<br>Make sure not to clip the input signal to avoid distortions of the audio signal.</source>
|
||||
<source>Input Level Meter</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../clientdlg.cpp" line="51"/>
|
||||
<source>The input level indicators show the input level of the two stereo channels of the current selected audio input.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../clientdlg.cpp" line="54"/>
|
||||
<source>Make sure not to clip the input signal to avoid distortions of the audio signal.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -270,7 +270,17 @@
|
|||
<name>CClientDlg</name>
|
||||
<message>
|
||||
<location filename="../../clientdlg.cpp" line="51"/>
|
||||
<source><b>Input Level Meter:</b> The input level indicators show the input level of the two stereo channels of the current selected audio input.<br>Make sure not to clip the input signal to avoid distortions of the audio signal.</source>
|
||||
<source>Input Level Meter</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../clientdlg.cpp" line="51"/>
|
||||
<source>The input level indicators show the input level of the two stereo channels of the current selected audio input.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../clientdlg.cpp" line="54"/>
|
||||
<source>Make sure not to clip the input signal to avoid distortions of the audio signal.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
Binary file not shown.
|
@ -278,7 +278,17 @@
|
|||
<name>CClientDlg</name>
|
||||
<message>
|
||||
<location filename="../../clientdlg.cpp" line="51"/>
|
||||
<source><b>Input Level Meter:</b> The input level indicators show the input level of the two stereo channels of the current selected audio input.<br>Make sure not to clip the input signal to avoid distortions of the audio signal.</source>
|
||||
<source>Input Level Meter</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../clientdlg.cpp" line="51"/>
|
||||
<source>The input level indicators show the input level of the two stereo channels of the current selected audio input.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../clientdlg.cpp" line="54"/>
|
||||
<source>Make sure not to clip the input signal to avoid distortions of the audio signal.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
Binary file not shown.
|
@ -278,8 +278,18 @@
|
|||
<name>CClientDlg</name>
|
||||
<message>
|
||||
<location filename="../../clientdlg.cpp" line="51"/>
|
||||
<source><b>Input Level Meter:</b> The input level indicators show the input level of the two stereo channels of the current selected audio input.<br>Make sure not to clip the input signal to avoid distortions of the audio signal.</source>
|
||||
<translation><b>Medidor do Nível de Entrada:</b> Os indicadores do nível de entrada mostram o nível dos dois canais stereo da entrada de áudio selecionada.<br>Certifique-se de não clipar o sinal de entrada para evitar distorções no sinal de áudio.</translation>
|
||||
<source>Input Level Meter</source>
|
||||
<translation>Medidor do Nível de Entrada</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../clientdlg.cpp" line="51"/>
|
||||
<source>The input level indicators show the input level of the two stereo channels of the current selected audio input.</source>
|
||||
<translation>Os indicadores do nível de entrada mostram o nível dos dois canais stereo da entrada de áudio selecionada.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../clientdlg.cpp" line="54"/>
|
||||
<source>Make sure not to clip the input signal to avoid distortions of the audio signal.</source>
|
||||
<translation>Certifique-se de não clipar o sinal de entrada para evitar distorções no sinal de áudio.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../clientdlg.cpp" line="57"/>
|
||||
|
|
Loading…
Reference in a new issue