summaryrefslogtreecommitdiffstats
path: root/help/help_mp-en.h
diff options
context:
space:
mode:
authorzuxy <zuxy@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-20 02:26:20 +0000
committerzuxy <zuxy@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-20 02:26:20 +0000
commitbe09bd1c047fc84c7ac73c93ba26fe6a8787341c (patch)
tree75dd0c2073cd53964425690d185adaecae256e64 /help/help_mp-en.h
parentd5621cf63946ab715352b91495602dc445f34035 (diff)
downloadmpv-be09bd1c047fc84c7ac73c93ba26fe6a8787341c.tar.bz2
mpv-be09bd1c047fc84c7ac73c93ba26fe6a8787341c.tar.xz
The audio balance feature implemented with af_pan.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23588 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help/help_mp-en.h')
-rw-r--r--help/help_mp-en.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index 36dac3e980..e5ac9cb0bc 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -231,6 +231,7 @@ static char help_text[]=
#define MSGTR_Contrast "Contrast"
#define MSGTR_Saturation "Saturation"
#define MSGTR_Hue "Hue"
+#define MSGTR_Balance "Balance"
// property state
#define MSGTR_MuteStatus "Mute: %s"
@@ -706,6 +707,7 @@ static char help_text[]=
#define MSGTR_InsertingAfVolume "[Mixer] No hardware mixing, inserting volume filter.\n"
#define MSGTR_NoVolume "[Mixer] No volume control available.\n"
+#define MSGTR_NoBalance "[Mixer] No balance control available.\n"
// ====================== GUI messages/buttons ========================
@@ -1077,6 +1079,7 @@ static char help_text[]=
#define MSGTR_VO_SUB_Volume "Volume"
#define MSGTR_VO_SUB_Brightness "Brightness"
#define MSGTR_VO_SUB_Hue "Hue"
+#define MSGTR_VO_SUB_Balance "Balance"
// vo_xv.c
#define MSGTR_VO_XV_ImagedimTooHigh "Source image dimensions are too high: %ux%u (maximum is %ux%u)\n"