comparison help/help_mp-en.h @ 23568:519e42b716aa

The audio balance feature implemented with af_pan.
author zuxy
date Wed, 20 Jun 2007 02:26:20 +0000
parents 69bf352bcef8
children a0432f65040e
comparison
equal deleted inserted replaced
23567:0438d97d0aae 23568:519e42b716aa
229 #define MSGTR_Gamma "Gamma" 229 #define MSGTR_Gamma "Gamma"
230 #define MSGTR_Brightness "Brightness" 230 #define MSGTR_Brightness "Brightness"
231 #define MSGTR_Contrast "Contrast" 231 #define MSGTR_Contrast "Contrast"
232 #define MSGTR_Saturation "Saturation" 232 #define MSGTR_Saturation "Saturation"
233 #define MSGTR_Hue "Hue" 233 #define MSGTR_Hue "Hue"
234 #define MSGTR_Balance "Balance"
234 235
235 // property state 236 // property state
236 #define MSGTR_MuteStatus "Mute: %s" 237 #define MSGTR_MuteStatus "Mute: %s"
237 #define MSGTR_AVDelayStatus "A-V delay: %s" 238 #define MSGTR_AVDelayStatus "A-V delay: %s"
238 #define MSGTR_OnTopStatus "Stay on top: %s" 239 #define MSGTR_OnTopStatus "Stay on top: %s"
704 #define MSGTR_CouldNotFindXScreenSaver "xscreensaver_disable: Could not find XScreenSaver window.\n" 705 #define MSGTR_CouldNotFindXScreenSaver "xscreensaver_disable: Could not find XScreenSaver window.\n"
705 #define MSGTR_SelectedVideoMode "XF86VM: Selected video mode %dx%d for image size %dx%d.\n" 706 #define MSGTR_SelectedVideoMode "XF86VM: Selected video mode %dx%d for image size %dx%d.\n"
706 707
707 #define MSGTR_InsertingAfVolume "[Mixer] No hardware mixing, inserting volume filter.\n" 708 #define MSGTR_InsertingAfVolume "[Mixer] No hardware mixing, inserting volume filter.\n"
708 #define MSGTR_NoVolume "[Mixer] No volume control available.\n" 709 #define MSGTR_NoVolume "[Mixer] No volume control available.\n"
710 #define MSGTR_NoBalance "[Mixer] No balance control available.\n"
709 711
710 // ====================== GUI messages/buttons ======================== 712 // ====================== GUI messages/buttons ========================
711 713
712 #ifdef HAVE_NEW_GUI 714 #ifdef HAVE_NEW_GUI
713 715
1075 #define MSGTR_VO_SUB_Contrast "Contrast" 1077 #define MSGTR_VO_SUB_Contrast "Contrast"
1076 #define MSGTR_VO_SUB_Saturation "Saturation" 1078 #define MSGTR_VO_SUB_Saturation "Saturation"
1077 #define MSGTR_VO_SUB_Volume "Volume" 1079 #define MSGTR_VO_SUB_Volume "Volume"
1078 #define MSGTR_VO_SUB_Brightness "Brightness" 1080 #define MSGTR_VO_SUB_Brightness "Brightness"
1079 #define MSGTR_VO_SUB_Hue "Hue" 1081 #define MSGTR_VO_SUB_Hue "Hue"
1082 #define MSGTR_VO_SUB_Balance "Balance"
1080 1083
1081 // vo_xv.c 1084 // vo_xv.c
1082 #define MSGTR_VO_XV_ImagedimTooHigh "Source image dimensions are too high: %ux%u (maximum is %ux%u)\n" 1085 #define MSGTR_VO_XV_ImagedimTooHigh "Source image dimensions are too high: %ux%u (maximum is %ux%u)\n"
1083 1086
1084 // Old vo drivers that have been replaced 1087 // Old vo drivers that have been replaced