[MPlayer-DOCS] CVS: main/help help_mp-en.h,1.147,1.148
Diego Biurrun CVS
syncmail at mplayerhq.hu
Wed Oct 20 03:32:58 CEST 2004
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/help
In directory mail:/var2/tmp/cvs-serv14207/help
Modified Files:
help_mp-en.h
Log Message:
printf --> mp_msg by the Wanderer <inverseparadox at comcast dot net>
Index: help_mp-en.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-en.h,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- help_mp-en.h 13 Oct 2004 09:46:26 -0000 1.147
+++ help_mp-en.h 20 Oct 2004 01:32:56 -0000 1.148
@@ -430,6 +430,25 @@
#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."
More information about the MPlayer-DOCS
mailing list