diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-10-20 01:32:56 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-10-20 01:32:56 +0000 |
commit | 3a591997ba6ac447f9a8630eaae0e96f0cf5fb16 (patch) | |
tree | 88978f7cd8e7c30e87e61e222e523ddc0ea76a45 /help | |
parent | e8b569487dda7df692f6898af52c678dfadaec76 (diff) |
printf --> mp_msg by the Wanderer <inverseparadox at comcast dot net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13700 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r-- | help/help_mp-en.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h index 343a326324..cfe5b75eb2 100644 --- a/help/help_mp-en.h +++ b/help/help_mp-en.h @@ -430,6 +430,25 @@ static char help_text[]= #define MSGTR_CodecDefinitionIncorrect "Codec is not defined correctly." #define MSGTR_OutdatedCodecsConf "This codecs.conf is too old and incompatible with this MPlayer release!" +// divx4_vbr.c: +#define MSGTR_OutOfMemory "out of memory" +#define MSGTR_OverridingTooLowBitrate "Specified bitrate is too low for this clip.\n"\ +"Minimum possible bitrate for the clip is %.0f kbps. Overriding\n"\ +"user-specified value.\n" + +// fifo.c +#define MSGTR_CannotMakePipe "Cannot make PIPE!\n" + +// m_config.c +#define MSGTR_SaveSlotTooOld "Too old save slot found from lvl %d: %d !!!\n" +#define MSGTR_InvalidCfgfileOption "The %s option can't be used in a config file\n" +#define MSGTR_InvalidCmdlineOption "The %s option can't be used on the command line\n" +#define MSGTR_InvalidSuboption "Error: option '%s' has no suboption '%s'\n" +#define MSGTR_MissingSuboptionParameter "Error: suboption '%s' of '%s' must have a parameter!\n" +#define MSGTR_MissingOptionParameter "Error: option '%s' must have a parameter!\n" +#define MSGTR_OptionListHeader "\n Name Type Min Max Global CL Cfg\n\n" +#define MSGTR_TotalOptions "\nTotal: %d options\n" + // open.c, stream.c: #define MSGTR_CdDevNotfound "CD-ROM Device '%s' not found.\n" #define MSGTR_ErrTrackSelect "Error selecting VCD track." |