comparison help/help_mp-en.h @ 31956:a6c25d94e60e

Add new slave mode command for loading EDL file on demand. Patch by Vlad Seryakov, vseryakov at gmail.
author reynaldo
date Fri, 03 Sep 2010 18:50:03 +0000
parents 44f8d08901fe
children 184969a3a437
comparison
equal deleted inserted replaced
31955:5c2b199e78d5 31956:a6c25d94e60e
181 #define MSGTR_DvdnavNavSeekDone "DVDNAV Event: Nav Seek Done\n" 181 #define MSGTR_DvdnavNavSeekDone "DVDNAV Event: Nav Seek Done\n"
182 #define MSGTR_MenuCall "Menu call\n" 182 #define MSGTR_MenuCall "Menu call\n"
183 183
184 // --- edit decision lists 184 // --- edit decision lists
185 #define MSGTR_EdlOutOfMem "Can't allocate enough memory to hold EDL data.\n" 185 #define MSGTR_EdlOutOfMem "Can't allocate enough memory to hold EDL data.\n"
186 #define MSGTR_EdlOutOfMemFile "Can't allocate enough memory to hold EDL file name [%s].\n"
186 #define MSGTR_EdlRecordsNo "Read %d EDL actions.\n" 187 #define MSGTR_EdlRecordsNo "Read %d EDL actions.\n"
187 #define MSGTR_EdlQueueEmpty "There are no EDL actions to take care of.\n" 188 #define MSGTR_EdlQueueEmpty "There are no EDL actions to take care of.\n"
188 #define MSGTR_EdlCantOpenForWrite "Can't open EDL file [%s] for writing.\n" 189 #define MSGTR_EdlCantOpenForWrite "Can't open EDL file [%s] for writing.\n"
189 #define MSGTR_EdlCantOpenForRead "Can't open EDL file [%s] for reading.\n" 190 #define MSGTR_EdlCantOpenForRead "Can't open EDL file [%s] for reading.\n"
190 #define MSGTR_EdlNOsh_video "Cannot use EDL without video, disabling.\n" 191 #define MSGTR_EdlNOsh_video "Cannot use EDL without video, disabling.\n"