CVS: main/help help_mp-en.h,1.230,1.231
CVS change done by Alban Bedel CVS Update of /cvsroot/mplayer/main/help In directory mail:/var2/tmp/cvs-serv1830/help Modified Files: help_mp-en.h Log Message: Subtitles properties: move sub_select, sub_pos, sub_visibilty, sub_alignment and sub_forced_only to properties. Index: help_mp-en.h =================================================================== RCS file: /cvsroot/mplayer/main/help/help_mp-en.h,v retrieving revision 1.230 retrieving revision 1.231 diff -u -r1.230 -r1.231 --- help_mp-en.h 23 Mar 2006 01:22:43 -0000 1.230 +++ help_mp-en.h 24 Mar 2006 19:32:22 -0000 1.231 @@ -203,28 +203,20 @@ #define MSGTR_OSDenabled "enabled" #define MSGTR_OSDdisabled "disabled" -#define MSGTR_OSDnone "none" -#define MSGTR_OSDunknown "unknown" -#define MSGTR_OSDDVDNAV "DVDNAV: %s" #define MSGTR_OSDChannel "Channel: %s" -#define MSGTR_OSDSubtitles "Subtitles: %s" -#define MSGTR_OSDSubtitlesOff "Subtitles: off" -#define MSGTR_OSDSubtitlesLanguage "Subtitles: (%d) %s" -#define MSGTR_OSDSub "Sub: (%d) %s%s" #define MSGTR_OSDSubDelay "Sub delay: %d ms" -#define MSGTR_OSDSubPosition "Sub position: %d/100" -#define MSGTR_OSDSubAlignment "Sub alignment: %s" #define MSGTR_OSDSpeed "Speed: x %6.2f" #define MSGTR_OSDosd "OSD: %s" -#define MSGTR_OSDSubBottom "bottom" -#define MSGTR_OSDSubCenter "center" -#define MSGTR_OSDSubTop "top" // property values #define MSGTR_Enabled "enabled" #define MSGTR_EnabledEdl "enabled (edl)" #define MSGTR_Disabled "disabled" #define MSGTR_HardFrameDrop "hard" +#define MSGTR_Unknown "unknown" +#define MSGTR_Bottom "bottom" +#define MSGTR_Center "center" +#define MSGTR_Top "top" // osd bar names #define MSGTR_Volume "Volume" @@ -243,6 +235,12 @@ #define MSGTR_BorderStatus "Border: %s" #define MSGTR_FramedroppingStatus "Framedropping: %s" #define MSGTR_VSyncStatus "VSync: %s" +#define MSGTR_SubSelectStatus "Subtitles: %s" +#define MSGTR_SubPosStatus "Sub position: %s/100" +#define MSGTR_SubAlignStatus "Sub alignment: %s" +#define MSGTR_SubDelayStatus "Sub delay: %s" +#define MSGTR_SubVisibleStatus "Subtitles: %s" +#define MSGTR_SubForcedOnlyStatus "Forced sub only: %s" // mencoder.c:
participants (1)
-
syncmail@mplayerhq.hu