summaryrefslogtreecommitdiffstats
path: root/help/help_mp-en.h
diff options
context:
space:
mode:
authorptt <ptt@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-27 15:46:36 +0000
committerptt <ptt@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-27 15:46:36 +0000
commitc846ef4a98c60654062e1d183e0ec0c04d70cf19 (patch)
treeeea64b02202e40d93dc6c621da14addef386d435 /help/help_mp-en.h
parent371f69cf246a803cc822e707c506a8fb41d7e92e (diff)
downloadmpv-c846ef4a98c60654062e1d183e0ec0c04d70cf19.tar.bz2
mpv-c846ef4a98c60654062e1d183e0ec0c04d70cf19.tar.xz
localization of parser-m*cmd.c messages
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21328 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help/help_mp-en.h')
-rw-r--r--help/help_mp-en.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index 39dfa495f5..81c301809d 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -496,6 +496,15 @@ static char help_text[]=
// 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"