comparison help/help_mp-en.h @ 10417:008ff00f4223

copyright message rework, try 2
author alex
date Sun, 13 Jul 2003 15:39:52 +0000
parents 7e19afc06cbd
children f06e65561257
comparison
equal deleted inserted replaced
10416:0165fc26bd12 10417:008ff00f4223
7 // of the translated file so that we see at a glance if it is outdated. 7 // of the translated file so that we see at a glance if it is outdated.
8 8
9 // ========================= MPlayer help =========================== 9 // ========================= MPlayer help ===========================
10 10
11 #ifdef HELP_MP_DEFINE_STATIC 11 #ifdef HELP_MP_DEFINE_STATIC
12 static char* banner_text=
13 "\n\n"
14 "MPlayer " VERSION "(C) 2000-2003 MPlayer Team\n"
15 "\n";
16
17 static char help_text[]= 12 static char help_text[]=
18 "Usage: mplayer [options] [url|path/]filename\n" 13 "Usage: mplayer [options] [url|path/]filename\n"
19 "\n" 14 "\n"
20 "Basic options: (complete list in the man page)\n" 15 "Basic options: (complete list in the man page)\n"
21 " -vo <drv[:dev]> select video output driver & device ('-vo help' for a list)\n" 16 " -vo <drv[:dev]> select video output driver & device ('-vo help' for a list)\n"
164 " won't help unless you provide this information when reporting a possible bug.\n" 159 " won't help unless you provide this information when reporting a possible bug.\n"
165 160
166 161
167 // mencoder.c: 162 // mencoder.c:
168 163
169 #define MSGTR_MEncoderCopyright "(C) 2000-2003 Arpad Gereoffy (see DOCS)\n"
170 #define MSGTR_UsingPass3ControllFile "Using pass3 control file: %s\n" 164 #define MSGTR_UsingPass3ControllFile "Using pass3 control file: %s\n"
171 #define MSGTR_MissingFilename "\nFilename missing.\n\n" 165 #define MSGTR_MissingFilename "\nFilename missing.\n\n"
172 #define MSGTR_CannotOpenFile_Device "Cannot open file/device.\n" 166 #define MSGTR_CannotOpenFile_Device "Cannot open file/device.\n"
173 #define MSGTR_ErrorDVDAuth "Error in DVD authentication.\n" 167 #define MSGTR_ErrorDVDAuth "Error in DVD authentication.\n"
174 #define MSGTR_CannotOpenDemuxer "Cannot open demuxer.\n" 168 #define MSGTR_CannotOpenDemuxer "Cannot open demuxer.\n"