[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-i18n-doc
Subject:    [kmix/KDE/4.13] /: Translate two previously untranslated strings
From:       Lasse Liehu <lasse.liehu () gmail ! com>
Date:       2014-05-17 19:29:56
Message-ID: E1WlkIu-0003C4-VL () scm ! kde ! org
[Download RAW message or body]

Git commit d517e6d587c6a3bd205c1cfef05e66d9bde33792 by Lasse Liehu.
Committed on 17/05/2014 at 19:24.
Pushed by lliehu into branch 'KDE/4.13'.

Translate two previously untranslated strings

CCMAIL: kde-i18n-doc@kde.org

M  +1    -1    core/mixertoolbox.cpp
M  +1    -1    gui/kmixprefdlg.cpp

http://commits.kde.org/kmix/d517e6d587c6a3bd205c1cfef05e66d9bde33792

diff --git a/core/mixertoolbox.cpp b/core/mixertoolbox.cpp
index 84778f4..1189fe9 100644
--- a/core/mixertoolbox.cpp
+++ b/core/mixertoolbox.cpp
@@ -285,7 +285,7 @@ void MixerToolBox::initMixerInternal(MultiDriverMode \
multiDriverMode, QList<QStr  if ( multipleDriversActive )
    {
       // this will only be possible by hacking the config-file, as it will not be \
                officially supported
-      ref_hwInfoString += "\nExperimental multiple-Driver mode activated";
+      ref_hwInfoString.append("\n").append(i18n("Experimental multiple-Driver mode \
activated"));  QString allDrivermatch("*");
       KMixDeviceManager::instance()->setHotpluggingBackends(allDrivermatch);
    }
diff --git a/gui/kmixprefdlg.cpp b/gui/kmixprefdlg.cpp
index dac0254..5419fd4 100644
--- a/gui/kmixprefdlg.cpp
+++ b/gui/kmixprefdlg.cpp
@@ -202,7 +202,7 @@ void KMixPrefDlg::createGeneralTab()
 
 	// [CONFIG]
 	m_volumeOverdrive = new QCheckBox(i18n("Volume Overdrive"), m_generalTab);
-	addWidgetToLayout(m_volumeOverdrive, layout, 10, "Raise volume maximum to 150% \
(PulseAudio only)", "VolumeOverdrive"); +	addWidgetToLayout(m_volumeOverdrive, \
layout, 10, i18nc("@info:tooltip", "Raise volume maximum to 150% (PulseAudio only)"), \
"VolumeOverdrive");  volumeOverdriveWarning = new QLabel(i18n("You must restart KMix \
for this setting to take effect."), m_generalTab);  \
volumeOverdriveWarning->setEnabled(false);  addWidgetToLayout(volumeOverdriveWarning, \
layout, 20, "", "");


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic