comparison help/help_mp-en.h @ 13358:567875b88aab

Hardcoded EDL messages moved to help_mp-en.h, Doxygen comments added, patch by "Reynaldo H. Verdejo Pinochet" <reynaldo at opendot dot cl>, spelling and wording corrections by me.
author diego
date Fri, 17 Sep 2004 02:28:44 +0000
parents 6370626e902b
children ca2033826d21
comparison
equal deleted inserted replaced
13357:c605df89ca9f 13358:567875b88aab
157 " It can be a bug in the MPlayer code _or_ in your drivers _or_ in your\n"\ 157 " It can be a bug in the MPlayer code _or_ in your drivers _or_ in your\n"\
158 " gcc version. If you think it's MPlayer's fault, please read\n"\ 158 " gcc version. If you think it's MPlayer's fault, please read\n"\
159 " DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and\n"\ 159 " DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and\n"\
160 " won't help unless you provide this information when reporting a possible bug.\n" 160 " won't help unless you provide this information when reporting a possible bug.\n"
161 161
162 #define MSGTR_EdlCantUseBothModes "Can't use -edl and -edlout at the same time.\n"
163 #define MSGTR_EdlOutOfMem "Can't allocate enough memory to hold EDL data.\n"
164 #define MSGTR_EdlRecordsNo "Read %d EDL actions.\n"
165 #define MSGTR_EdlQueueEmpty "There are no EDL actions to take care of.\n"
166 #define MSGTR_EdlCantOpenForWrite "Error opening file [%s] for writing.\n"
167 #define MSGTR_EdlCantOpenForRead "Can't open EDL file [%s] for reading.\n"
168 #define MSGTR_EdlNOsh_video "Cannot use EDL without video, disabling.\n"
169 #define MSGTR_EdlNOValidLine "Invalid EDL line: %s\n"
170 #define MSGTR_EdlBadlyFormattedLine "Badly formatted EDL line [%d] Discarding.\n"
171 #define MSGTR_EdlBadLineOverlap "Last stop position was [%f]; next start is "\
172 "[%f]. Entries must be in chronological order, cannot overlap. Discarding.\n"
173 #define MSGTR_EdlBadLineBadStop "Stop time has to be after start time.\n"
162 174
163 // mencoder.c: 175 // mencoder.c:
164 176
165 #define MSGTR_UsingPass3ControllFile "Using pass3 control file: %s\n" 177 #define MSGTR_UsingPass3ControllFile "Using pass3 control file: %s\n"
166 #define MSGTR_MissingFilename "\nFilename missing.\n\n" 178 #define MSGTR_MissingFilename "\nFilename missing.\n\n"