diff options
author | ulion <ulion@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-11-25 12:46:03 +0000 |
---|---|---|
committer | ulion <ulion@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-11-25 12:46:03 +0000 |
commit | a98b73bfe9400bea1d3995ed35eab522f880953a (patch) | |
tree | 763f5c032a66628ce257cedc051f65c685f13f92 /help | |
parent | 595de9b1fc9db7748036f0a6480d661d2a8c9d07 (diff) |
Make up missed update for osd message.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25158 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r-- | help/help_mp-en.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h index 1021a96483..e97bdd54bb 100644 --- a/help/help_mp-en.h +++ b/help/help_mp-en.h @@ -222,6 +222,9 @@ static char help_text[]= #define MSGTR_Bottom "bottom" #define MSGTR_Center "center" #define MSGTR_Top "top" +#define MSGTR_SubSourceFile "file" +#define MSGTR_SubSourceVobsub "vobsub" +#define MSGTR_SubSourceDemux "embedded" // osd bar names #define MSGTR_Volume "Volume" @@ -243,6 +246,7 @@ static char help_text[]= #define MSGTR_FramedroppingStatus "Framedropping: %s" #define MSGTR_VSyncStatus "VSync: %s" #define MSGTR_SubSelectStatus "Subtitles: %s" +#define MSGTR_SubSourceStatus "Sub source: %s" #define MSGTR_SubPosStatus "Sub position: %s/100" #define MSGTR_SubAlignStatus "Sub alignment: %s" #define MSGTR_SubDelayStatus "Sub delay: %s" |