comparison help_mp-en.h @ 6993:c167153136b8

messages moved from vf.c and vd.c
author jaf
date Tue, 13 Aug 2002 23:24:20 +0000
parents b2ba67f6203e
children 85fc65e6667f
comparison
equal deleted inserted replaced
6992:15f31bf56bb9 6993:c167153136b8
303 #define MSGTR_LIRCdisabled "You won't be able to use your remote control\n" 303 #define MSGTR_LIRCdisabled "You won't be able to use your remote control\n"
304 #define MSGTR_LIRCopenfailed "Failed opening lirc support!\n" 304 #define MSGTR_LIRCopenfailed "Failed opening lirc support!\n"
305 #define MSGTR_LIRCsocketerr "Something's wrong with the lirc socket: %s\n" 305 #define MSGTR_LIRCsocketerr "Something's wrong with the lirc socket: %s\n"
306 #define MSGTR_LIRCcfgerr "Failed to read LIRC config file %s !\n" 306 #define MSGTR_LIRCcfgerr "Failed to read LIRC config file %s !\n"
307 307
308 308 // vf.c
309 #define MSGTR_CouldNotFindVideoFilter "Couldn't find video filter '%s'\n"
310 #define MSGTR_CouldNotOpenVideoFilter "Couldn't open video filter '%s'\n"
311 #define MSGTR_OpeningVideoFilter "Opening video filter: [%s=%s]\n"
312 #define MSGTR_OpeningVideoFilter2 "Opening video filter: [%s]\n"
313 #define MSGTR_CannotFindColorspace "Cannot find common colorspace, even by inserting 'scale' :(\n"
314
315 // vd.c
316 #define MSGTR_CodecDidNotSet "VDec: codec didn't set sh->disp_w and sh->disp_h, trying to workaround!\n"
317 #define MSGTR_VoConfigRequest "VDec: vo config request - %d x %d (preferred csp: %s)\n"
318 #define MSGTR_CouldNotFindColorspace "Couldn't find matching colorspace - retrying with -vop scale...\n"
319 #define MSGTR_MovieAspectIsSet "Movie-Aspect is %.2f:1 - prescaling to correct movie aspect.\n"
320 #define MSGTR_MovieAspectUndefined "Movie-Aspect is undefined - no prescaling applied.\n"
321
309 // ====================== GUI messages/buttons ======================== 322 // ====================== GUI messages/buttons ========================
310 323
311 #ifdef HAVE_NEW_GUI 324 #ifdef HAVE_NEW_GUI
312 325
313 // --- labels --- 326 // --- labels ---