diff options
author | pontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-08-14 23:02:45 +0000 |
---|---|---|
committer | pontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-08-14 23:02:45 +0000 |
commit | 2518620787eaad6b84c0edbdea683a9338d56199 (patch) | |
tree | 7d0bed4c447620580fe7233c474ddfbaaff3dda3 /help_mp-en.h | |
parent | d2673b6e3b98e23947c7e87656f48a1679c6be41 (diff) |
- add dxr3 gui support (dialogbox, etc.)
- fix one small dvd playing bug ( dvd playing don't del the playlist)
- add some ifdef() check
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7010 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help_mp-en.h')
-rw-r--r-- | help_mp-en.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/help_mp-en.h b/help_mp-en.h index 7b2732d537..ca733d9bda 100644 --- a/help_mp-en.h +++ b/help_mp-en.h @@ -352,6 +352,7 @@ static char help_text[]= #define MSGTR_NEMFMR "Sorry, not enough memory for menu rendering." #define MSGTR_NEMFMM "Sorry, not enough memory for main window shape mask." #define MSGTR_IDFGCVD "Sorry, i don't find gui compatible video output driver." +#define MSGTR_NEEDLAVCFAME "Sorry, you don't play non-mpeg files in your DXR3/H+ device without reencoding.\nPlease enable lavc or fame in DXR3/H+ configbox." // --- skin loader error messages #define MSGTR_SKIN_ERRORMESSAGE "[skin] error in skin config file on line %d: %s" @@ -482,6 +483,9 @@ static char help_text[]= #define MSGTR_PREFERENCES_OSS_Device "Device:" #define MSGTR_PREFERENCES_OSS_Mixer "Mixer:" #define MSGTR_PREFERENCES_Message "Please remember, some function need restart the playing." +#define MSGTR_PREFERENCES_DXR3_VENC "Video encoder:" +#define MSGTR_PREFERENCES_DXR3_LAVC "Use LAVC ( ffmpeg encoder )" +#define MSGTR_PREFERENCES_DXR3_FAME "Use FAME" // --- messagebox #define MSGTR_MSGBOX_LABEL_FatalError "fatal error ..." |