diff help/help_mp-en.h @ 21312:d78e7d5bc6d5

localization of parser-m*cmd.c messages
author ptt
date Mon, 27 Nov 2006 15:46:36 +0000
parents efc774a1e5a4
children c07ce830b435
line wrap: on
line diff
--- a/help/help_mp-en.h	Mon Nov 27 14:27:33 2006 +0000
+++ b/help/help_mp-en.h	Mon Nov 27 15:46:36 2006 +0000
@@ -496,6 +496,15 @@
 // fifo.c
 #define MSGTR_CannotMakePipe "Cannot make PIPE!\n"
 
+// parser-mecmd.c, parser-mpcmd.c
+#define MSGTR_NoFileGivenOnCommandLine "'--' indicates no more options, but no filename was given on the command line.\n"
+#define MSGTR_TheLoopOptionMustBeAnInteger "The loop option must be an integer: %s\n"
+#define MSGTR_UnknownOptionOnCommandLine "Unknown option on the command line: -%s\n"
+#define MSGTR_ErrorParsingOptionOnCommandLine "Error parsing option on the command line: -%s\n"
+#define MSGTR_InvalidPlayEntry "Invalid play entry %s\n"
+#define MSGTR_NotAnMEncoderOption "-%s is not an MEncoder option\n"
+#define MSGTR_NoFileGiven "No file given\n"
+
 // m_config.c
 #define MSGTR_SaveSlotTooOld "Save slot found from lvl %d is too old: %d !!!\n"
 #define MSGTR_InvalidCfgfileOption "The %s option can't be used in a config file.\n"