comparison help/help_mp-en.h @ 13619:a68dbf641f85

Translatable messages moved to help_mp-en.h. patch by The Wanderer <inverseparadox at comcast dot net>
author diego
date Tue, 12 Oct 2004 11:29:21 +0000
parents f67d20c01332
children db051195ad68
comparison
equal deleted inserted replaced
13618:dd4222618f34 13619:a68dbf641f85
399 " extreme: VBR encoding, very high quality\n"\ 399 " extreme: VBR encoding, very high quality\n"\
400 " (200-240 kbps bitrate range)\n"\ 400 " (200-240 kbps bitrate range)\n"\
401 " insane: CBR encoding, highest preset quality\n"\ 401 " insane: CBR encoding, highest preset quality\n"\
402 " (320 kbps bitrate)\n"\ 402 " (320 kbps bitrate)\n"\
403 " <8-320>: ABR encoding at average given kbps bitrate.\n\n" 403 " <8-320>: ABR encoding at average given kbps bitrate.\n\n"
404
405 //codec-cfg.c:
406 #define MSGTR_DuplicateFourcc "duplicated FourCC"
407 #define MSGTR_TooManyFourccs "too many FourCCs/formats..."
408 #define MSGTR_ParseError "parse error"
409 #define MSGTR_ParseErrorFIDNotNumber "parse error (format ID not a number?)"
410 #define MSGTR_ParseErrorFIDAliasNotNumber "parse error (format ID alias not a number?)"
411 #define MSGTR_DuplicateFID "duplicated format ID"
412 #define MSGTR_TooManyOut "too many out..."
413 #define MSGTR_InvalidCodecName "\ncodec(%s) name is not valid!\n"
414 #define MSGTR_CodecLacksFourcc "\ncodec(%s) does not have FourCC/format!\n"
415 #define MSGTR_CodecLacksDriver "\ncodec(%s) does not have a driver!\n"
416 #define MSGTR_CodecNeedsDLL "\ncodec(%s) needs a 'dll'!\n"
417 #define MSGTR_CodecNeedsOutfmt "\ncodec(%s) needa an 'outfmt'!\n"
418 #define MSGTR_CantAllocateComment "Can't allocate memory for comment. "
419 #define MSGTR_GetTokenMaxNotLessThanMAX_NR_TOKEN "get_token(): max >= MAX_MR_TOKEN!"
420 #define MSGTR_ReadingFile "Reading %s: "
421 #define MSGTR_CantOpenFileError "Can't open '%s': %s\n"
422 #define MSGTR_CantGetMemoryForLine "Can't get memory for 'line': %s\n"
423 #define MSGTR_CantReallocCodecsp "Can't realloc '*codecsp': %s\n"
424 #define MSGTR_CodecNameNotUnique "Codec name '%s' isn't unique."
425 #define MSGTR_CantStrdupName "Can't strdup -> 'name': %s\n"
426 #define MSGTR_CantStrdupInfo "Can't strdup -> 'info': %s\n"
427 #define MSGTR_CantStrdupDriver "Can't strdup -> 'driver': %s\n"
428 #define MSGTR_CantStrdupDLL "Can't strdup -> 'dll': %s"
429 #define MSGTR_AudioVideoCodecTotals "%d audio & %d video codecs\n"
430 #define MSGTR_CodecDefinitionIncorrect "Codec is not defined correctly."
431 #define MSGTR_OutdatedCodecsConf "This codecs.conf is too old and incompatible with this MPlayer release!"
404 432
405 // open.c, stream.c: 433 // open.c, stream.c:
406 #define MSGTR_CdDevNotfound "CD-ROM Device '%s' not found.\n" 434 #define MSGTR_CdDevNotfound "CD-ROM Device '%s' not found.\n"
407 #define MSGTR_ErrTrackSelect "Error selecting VCD track." 435 #define MSGTR_ErrTrackSelect "Error selecting VCD track."
408 #define MSGTR_ReadSTDIN "Reading from stdin...\n" 436 #define MSGTR_ReadSTDIN "Reading from stdin...\n"