From a42fd601efd1a9b76cf28cedf056972d8425f90d Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 17 Sep 2004 02:28:44 +0000 Subject: Hardcoded EDL messages moved to help_mp-en.h, Doxygen comments added, patch by "Reynaldo H. Verdejo Pinochet" , spelling and wording corrections by me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13359 b3059339-0415-0410-9bf9-f77b7e298cf2 --- help/help_mp-en.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'help/help_mp-en.h') diff --git a/help/help_mp-en.h b/help/help_mp-en.h index 0c662cdbba..a7b7fe9ffe 100644 --- a/help/help_mp-en.h +++ b/help/help_mp-en.h @@ -159,6 +159,18 @@ static char help_text[]= " DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and\n"\ " won't help unless you provide this information when reporting a possible bug.\n" +#define MSGTR_EdlCantUseBothModes "Can't use -edl and -edlout at the same time.\n" +#define MSGTR_EdlOutOfMem "Can't allocate enough memory to hold EDL data.\n" +#define MSGTR_EdlRecordsNo "Read %d EDL actions.\n" +#define MSGTR_EdlQueueEmpty "There are no EDL actions to take care of.\n" +#define MSGTR_EdlCantOpenForWrite "Error opening file [%s] for writing.\n" +#define MSGTR_EdlCantOpenForRead "Can't open EDL file [%s] for reading.\n" +#define MSGTR_EdlNOsh_video "Cannot use EDL without video, disabling.\n" +#define MSGTR_EdlNOValidLine "Invalid EDL line: %s\n" +#define MSGTR_EdlBadlyFormattedLine "Badly formatted EDL line [%d] Discarding.\n" +#define MSGTR_EdlBadLineOverlap "Last stop position was [%f]; next start is "\ +"[%f]. Entries must be in chronological order, cannot overlap. Discarding.\n" +#define MSGTR_EdlBadLineBadStop "Stop time has to be after start time.\n" // mencoder.c: -- cgit v1.2.3