Mercurial > mplayer.hg
changeset 16910:d64a4e8e5a87
Added translatable messages for OSD localization
author | ptt |
---|---|
date | Sat, 05 Nov 2005 01:25:16 +0000 |
parents | d341329c2c1a |
children | a3d705105e01 |
files | help/help_mp-en.h |
diffstat | 1 files changed, 28 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/help/help_mp-en.h Sat Nov 05 01:02:18 2005 +0000 +++ b/help/help_mp-en.h Sat Nov 05 01:25:16 2005 +0000 @@ -200,6 +200,34 @@ "[%f]. Entries must be in chronological order, cannot overlap. Discarding.\n" #define MSGTR_EdlBadLineBadStop "Stop time has to be after start time.\n" +// mplayer.c OSD + +#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_OSDAVDelay "A-V delay: %d ms" +#define MSGTR_OSDSpeed "Speed: x %6.2f" +#define MSGTR_OSDStayOnTop "Stay on top: %s" +#define MSGTR_OSDRootwin "Rootwin: %s" +#define MSGTR_OSDFramedrop "Framedropping: %s" +#define MSGTR_OSDFramedropOn "on" +#define MSGTR_OSDFramedropHard "hard" +#define MSGTR_OSDFramedropOff "off" +#define MSGTR_OSDosd "OSD: %s" +#define MSGTR_OSDSubBottom "bottom" +#define MSGTR_OSDSubCenter "center" +#define MSGTR_OSDSubTop "top" + // mencoder.c: #define MSGTR_UsingPass3ControllFile "Using pass3 control file: %s\n"