diff help/help_mp-en.h @ 14935:b3274e6b88ef

Convert vo_aa suboption parser to using the subopt-helper. This obsoletes all -aa* commandline options. Use -vo aa:* instead.
author ivo
date Fri, 11 Mar 2005 02:09:24 +0000
parents 5723c4b2a2ea
children 7e7b077b7a50
line wrap: on
line diff
--- a/help/help_mp-en.h	Wed Mar 09 20:29:50 2005 +0000
+++ b/help/help_mp-en.h	Fri Mar 11 02:09:24 2005 +0000
@@ -897,6 +897,16 @@
 #define MSGTR_VO_NoValueSpecified "No value specified."
 #define MSGTR_VO_UnknownSuboptions "Unknown suboption(s)"
 
+// vo_aa.c
+
+#define MSGTR_VO_AA_HelpHeader "\n\nHere are the aalib vo_aa suboptions:\n"
+#define MSGTR_VO_AA_AdditionalOptions "Additional options vo_aa provides:\n" \
+"  help        print this help message\n" \
+"  osdcolor    set osd color\n  subcolor    set subtitle color\n" \
+"        the color parameters are:\n           0 : normal\n" \
+"           1 : dim\n           2 : bold\n           3 : boldfont\n" \
+"           4 : reverse\n           5 : special\n\n\n"
+
 // vo_jpeg.c
 #define MSGTR_VO_JPEG_ProgressiveJPEG "Progressive JPEG enabled."
 #define MSGTR_VO_JPEG_NoProgressiveJPEG "Progressive JPEG disabled."