From 8c9f50fb1ad8ff7a7d6efa3eebced0daec1ad7eb Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Wed, 6 May 2020 21:29:51 +0200 Subject: [PATCH] some more removing html code from translation strings --- src/clientdlg.cpp | 4 ++-- src/res/translation/translation_de_DE.ts | 15 ++++++++++----- src/res/translation/translation_es_ES.ts | 15 ++++++++++----- src/res/translation/translation_fr_FR.ts | 15 ++++++++++----- src/res/translation/translation_pt_PT.ts | 15 ++++++++++----- 5 files changed, 42 insertions(+), 22 deletions(-) diff --git a/src/clientdlg.cpp b/src/clientdlg.cpp index 64d44c0e..132082bc 100755 --- a/src/clientdlg.cpp +++ b/src/clientdlg.cpp @@ -134,8 +134,8 @@ CClientDlg::CClientDlg ( CClient* pNCliP, sldAudioReverb->setAccessibleName ( tr ( "Reverberation effect level setting" ) ); // reverberation channel selection - QString strRevChanSel = tr ( "Reverberation Channel Selection: " - "With these radio buttons the audio input channel on which the " + QString strRevChanSel = "" + tr ( "Reverberation Channel Selection" ) + ": " + + tr ( "With these radio buttons the audio input channel on which the " "reverberation effect is applied can be chosen. Either the left " "or right input channel can be selected." ); diff --git a/src/res/translation/translation_de_DE.ts b/src/res/translation/translation_de_DE.ts index 414a283d..da40f19c 100644 --- a/src/res/translation/translation_de_DE.ts +++ b/src/res/translation/translation_de_DE.ts @@ -359,11 +359,6 @@ Reverberation effect level setting - - - <b>Reverberation Channel Selection:</b> With these radio buttons the audio input channel on which the reverberation effect is applied can be chosen. Either the left or right input channel can be selected. - - Left channel selection for reverberation @@ -491,6 +486,16 @@ The reverberation effect requires significant CPU so that it should only be used on fast PCs. If the reverberation level fader is set to minimum (which is the default setting), the reverberation effect is switched off and does not cause any additional CPU usage. + + + Reverberation Channel Selection + + + + + With these radio buttons the audio input channel on which the reverberation effect is applied can be chosen. Either the left or right input channel can be selected. + + user diff --git a/src/res/translation/translation_es_ES.ts b/src/res/translation/translation_es_ES.ts index ff65d0be..21b8dc63 100644 --- a/src/res/translation/translation_es_ES.ts +++ b/src/res/translation/translation_es_ES.ts @@ -359,11 +359,6 @@ Reverberation effect level setting - - - <b>Reverberation Channel Selection:</b> With these radio buttons the audio input channel on which the reverberation effect is applied can be chosen. Either the left or right input channel can be selected. - - Left channel selection for reverberation @@ -491,6 +486,16 @@ The reverberation effect requires significant CPU so that it should only be used on fast PCs. If the reverberation level fader is set to minimum (which is the default setting), the reverberation effect is switched off and does not cause any additional CPU usage. + + + Reverberation Channel Selection + + + + + With these radio buttons the audio input channel on which the reverberation effect is applied can be chosen. Either the left or right input channel can be selected. + + user diff --git a/src/res/translation/translation_fr_FR.ts b/src/res/translation/translation_fr_FR.ts index f92a91de..c947c4b4 100644 --- a/src/res/translation/translation_fr_FR.ts +++ b/src/res/translation/translation_fr_FR.ts @@ -367,11 +367,6 @@ Reverberation effect level setting - - - <b>Reverberation Channel Selection:</b> With these radio buttons the audio input channel on which the reverberation effect is applied can be chosen. Either the left or right input channel can be selected. - - Left channel selection for reverberation @@ -499,6 +494,16 @@ The reverberation effect requires significant CPU so that it should only be used on fast PCs. If the reverberation level fader is set to minimum (which is the default setting), the reverberation effect is switched off and does not cause any additional CPU usage. + + + Reverberation Channel Selection + + + + + With these radio buttons the audio input channel on which the reverberation effect is applied can be chosen. Either the left or right input channel can be selected. + + user diff --git a/src/res/translation/translation_pt_PT.ts b/src/res/translation/translation_pt_PT.ts index ca234b62..d94770c0 100644 --- a/src/res/translation/translation_pt_PT.ts +++ b/src/res/translation/translation_pt_PT.ts @@ -367,11 +367,6 @@ Reverberation effect level setting Ajuste do nível do efeito de reverberação - - - <b>Reverberation Channel Selection:</b> With these radio buttons the audio input channel on which the reverberation effect is applied can be chosen. Either the left or right input channel can be selected. - <b>Seleção do Canal de Reverberação:</b> Com estes botões de seleção, pode ser escolhido o canal de entrada de áudio no qual o efeito de reverberação é aplicado. Pode ser selecionado o canal de entrada esquerdo ou direito. - Left channel selection for reverberation @@ -499,6 +494,16 @@ The reverberation effect requires significant CPU so that it should only be used on fast PCs. If the reverberation level fader is set to minimum (which is the default setting), the reverberation effect is switched off and does not cause any additional CPU usage. O efeito de reverberação requer uma utilização do CPU significativa, de forma a que só deve ser usado em PCs rápidos. Se o atenuador do nível de reverberação estiver definido como mínimo (que é a configuração padrão), o efeito de reverberação será desativado e não causará nenhum uso adicional do CPU. + + + Reverberation Channel Selection + Seleção do Canal de Reverberação + + + + With these radio buttons the audio input channel on which the reverberation effect is applied can be chosen. Either the left or right input channel can be selected. + Com estes botões de seleção, pode ser escolhido o canal de entrada de áudio no qual o efeito de reverberação é aplicado. Pode ser selecionado o canal de entrada esquerdo ou direito. + user