[MPlayer-DOCS] r37988 - in trunk: gui/dialog/preferences.c help/help_mp-de.h help/help_mp-en.h
ib
subversion at mplayerhq.hu
Mon Oct 9 15:51:58 EEST 2017
Author: ib
Date: Mon Oct 9 15:51:58 2017
New Revision: 37988
Log:
Make ReplayGain options configurable through GUI's preferences dialog.
ReplayGain support can be enabled or disabled.
If it's enabled, an additional adjustment can be selected from within
the allowed range.
Modified:
trunk/help/help_mp-en.h
Changes in other areas also in this revision:
Modified:
trunk/gui/dialog/preferences.c
trunk/help/help_mp-de.h
Modified: trunk/help/help_mp-en.h
==============================================================================
--- trunk/help/help_mp-en.h Mon Oct 9 12:58:49 2017 (r37987)
+++ trunk/help/help_mp-en.h Mon Oct 9 15:51:58 2017 (r37988)
@@ -600,6 +600,7 @@ static const char help_text[] = MSGTR_He
#define MSGTR_GUI_CpShiftJis "Japanese (SHIFT-JIS)"
#define MSGTR_GUI_CpUnicode "Unicode"
#define MSGTR_GUI_CpUTF8 "UTF-8"
+#define MSGTR_GUI_dB "dB"
#define MSGTR_GUI_DecimalMark "."
#define MSGTR_GUI__Default_ "(Default)"
#define MSGTR_GUI_DefaultSetting "Default setting"
@@ -773,6 +774,8 @@ static const char help_text[] = MSGTR_He
#define MSGTR_GUI_RearLeft "Rear left"
#define MSGTR_GUI_RearRight "Rear right"
#define MSGTR_GUI_Remove "Remove"
+#define MSGTR_GUI_ReplayGain "ReplayGain"
+#define MSGTR_GUI_ReplayGainAdjustment "with additional adjustment of"
#define MSGTR_GUI_Rotation "Rotation"
#define MSGTR_GUI_Rotation180 "180°"
#define MSGTR_GUI_Rotation90CCW "90° counterclockwise"
More information about the MPlayer-DOCS
mailing list