# HG changeset patch # User ptt # Date 1131244560 0 # Node ID 366e9d248cd108264895aab413d1a311ea1eed9b # Parent d8c27f985da2b203db8873c2e9fee0c09c9d2898 Added translatable messages for OSD localization from libvo/sub.c diff -r d8c27f985da2 -r 366e9d248cd1 help/help_mp-en.h --- a/help/help_mp-en.h Sat Nov 05 21:42:27 2005 +0000 +++ b/help/help_mp-en.h Sun Nov 06 02:36:00 2005 +0000 @@ -998,6 +998,20 @@ #define MSGTR_VO_YUV4MPEG_InterlacedBFFMode "Using interlaced output mode, bottom-field first." #define MSGTR_VO_YUV4MPEG_ProgressiveMode "Using (default) progressive frame mode." +// sub.c +#define MSGTR_VO_SUB_Seekbar "Seekbar" +#define MSGTR_VO_SUB_Play "Play" +#define MSGTR_VO_SUB_Pause "Pause" +#define MSGTR_VO_SUB_Stop "Stop" +#define MSGTR_VO_SUB_Rewind "Rewind" +#define MSGTR_VO_SUB_Forward "Forward" +#define MSGTR_VO_SUB_Clock "Clock" +#define MSGTR_VO_SUB_Contrast "Contrast" +#define MSGTR_VO_SUB_Saturation "Saturation" +#define MSGTR_VO_SUB_Volume "Volume" +#define MSGTR_VO_SUB_Brightness "Brightness" +#define MSGTR_VO_SUB_Hue "Hue" + // Old vo drivers that have been replaced #define MSGTR_VO_PGM_HasBeenReplaced "The pgm video output driver has been replaced by -vo pnm:pgmyuv.\n"