mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-21 01:55:40 -04:00
Qt: Update German translation and register widget help (based on the new UI) (#1544)
* Update duckstation-qt_de.ts * Update biossettingswidget.cpp * Update emulationsettingswidget.cpp * Update advancedsettingswidget.cpp * Update displaysettingswidget.cpp
This commit is contained in:
@ -197,6 +197,25 @@ AdvancedSettingsWidget::AdvancedSettingsWidget(QtHostInterface* host_interface,
|
||||
|
||||
addBooleanTweakOption(m_host_interface, m_ui.tweakOptionTable, tr("Increase Timer Resolution"), "Main",
|
||||
"IncreaseTimerResolution", true);
|
||||
|
||||
dialog->registerWidgetHelp(
|
||||
m_ui.logLevel, tr("Log Level"), "Information",
|
||||
tr("Sets the verbosity of messages logged. Higher levels will log more messages."));
|
||||
dialog->registerWidgetHelp(
|
||||
m_ui.logToConsole, tr("Log To System Console"), "User Preference",
|
||||
tr("Logs messages to the console window."));
|
||||
dialog->registerWidgetHelp(
|
||||
m_ui.logToDebug, tr("Log To Debug Console"), "User Preference",
|
||||
tr("Logs messages to the debug console where supported."));
|
||||
dialog->registerWidgetHelp(
|
||||
m_ui.logToWindow, tr("Log To Window"), "User Preference",
|
||||
tr("Logs messages to the window."));
|
||||
dialog->registerWidgetHelp(
|
||||
m_ui.logToFile, tr("Log To File"), "User Preference",
|
||||
tr("Logs messages to duckstation.log in the user directory."));
|
||||
dialog->registerWidgetHelp(
|
||||
m_ui.showDebugMenu, tr("Show Debug Menu"), "Unchecked",
|
||||
tr("Shows a debug menu bar with additional statistics and quick settings."));
|
||||
}
|
||||
|
||||
AdvancedSettingsWidget::~AdvancedSettingsWidget() = default;
|
||||
|
Reference in New Issue
Block a user