comparison help/help_mp-en.h @ 19448:ebaf8067faae

Print DVD audio channel and subtitle track information in non-verbose mode, some more consistency for MSGL.
author diego
date Sat, 19 Aug 2006 14:52:50 +0000
parents ef3748be83ea
children 32e4e68651d0
comparison
equal deleted inserted replaced
19447:f3d14c6f3981 19448:ebaf8067faae
520 #define MSGTR_SMBInitError "Cannot init the libsmbclient library: %d\n" 520 #define MSGTR_SMBInitError "Cannot init the libsmbclient library: %d\n"
521 #define MSGTR_SMBFileNotFound "Could not open from LAN: '%s'\n" 521 #define MSGTR_SMBFileNotFound "Could not open from LAN: '%s'\n"
522 #define MSGTR_SMBNotCompiled "MPlayer was not compiled with SMB reading support.\n" 522 #define MSGTR_SMBNotCompiled "MPlayer was not compiled with SMB reading support.\n"
523 523
524 #define MSGTR_CantOpenDVD "Couldn't open DVD device: %s\n" 524 #define MSGTR_CantOpenDVD "Couldn't open DVD device: %s\n"
525
526 // stream_dvd.c
525 #define MSGTR_NoDVDSupport "MPlayer was compiled without DVD support, exiting.\n" 527 #define MSGTR_NoDVDSupport "MPlayer was compiled without DVD support, exiting.\n"
526 #define MSGTR_DVDwait "Reading disc structure, please wait...\n"
527 #define MSGTR_DVDnumTitles "There are %d titles on this DVD.\n" 528 #define MSGTR_DVDnumTitles "There are %d titles on this DVD.\n"
528 #define MSGTR_DVDinvalidTitle "Invalid DVD title number: %d\n" 529 #define MSGTR_DVDinvalidTitle "Invalid DVD title number: %d\n"
529 #define MSGTR_DVDnumChapters "There are %d chapters in this DVD title.\n" 530 #define MSGTR_DVDnumChapters "There are %d chapters in this DVD title.\n"
530 #define MSGTR_DVDinvalidChapter "Invalid DVD chapter number: %d\n" 531 #define MSGTR_DVDinvalidChapter "Invalid DVD chapter number: %d\n"
531 #define MSGTR_DVDinvalidChapterRange "Invalid chapter range specification %s\n" 532 #define MSGTR_DVDinvalidChapterRange "Invalid chapter range specification %s\n"
535 #define MSGTR_DVDnoIFO "Cannot open the IFO file for DVD title %d.\n" 536 #define MSGTR_DVDnoIFO "Cannot open the IFO file for DVD title %d.\n"
536 #define MSGTR_DVDnoVMG "Can't open VMG info!\n" 537 #define MSGTR_DVDnoVMG "Can't open VMG info!\n"
537 #define MSGTR_DVDnoVOBs "Cannot open title VOBS (VTS_%02d_1.VOB).\n" 538 #define MSGTR_DVDnoVOBs "Cannot open title VOBS (VTS_%02d_1.VOB).\n"
538 #define MSGTR_DVDnoMatchingAudio "No matching DVD audio language found!\n" 539 #define MSGTR_DVDnoMatchingAudio "No matching DVD audio language found!\n"
539 #define MSGTR_DVDaudioChannel "Selected DVD audio channel: %d language: %c%c\n" 540 #define MSGTR_DVDaudioChannel "Selected DVD audio channel: %d language: %c%c\n"
541 #define MSGTR_DVDaudioStreamInfo "audio stream: %d format: %s (%s) language: %s aid: %d.\n"
542 #define MSGTR_DVDnumAudioChannels "number of audio channels on disk: %d.\n"
540 #define MSGTR_DVDnoMatchingSubtitle "No matching DVD subtitle language found!\n" 543 #define MSGTR_DVDnoMatchingSubtitle "No matching DVD subtitle language found!\n"
541 #define MSGTR_DVDsubtitleChannel "Selected DVD subtitle channel: %d language: %c%c\n" 544 #define MSGTR_DVDsubtitleChannel "Selected DVD subtitle channel: %d language: %c%c\n"
542 #define MSGTR_DVDopenOk "DVD successfully opened.\n" 545 #define MSGTR_DVDsubtitleLanguage "subtitle ( sid ): %d language: %s\n"
546 #define MSGTR_DVDnumSubtitles "number of subtitles on disk: %d\n"
543 547
544 // muxer.c, muxer_*.c: 548 // muxer.c, muxer_*.c:
545 #define MSGTR_TooManyStreams "Too many streams!" 549 #define MSGTR_TooManyStreams "Too many streams!"
546 #define MSGTR_RawMuxerOnlyOneStream "Rawaudio muxer supports only one audio stream!\n" 550 #define MSGTR_RawMuxerOnlyOneStream "Rawaudio muxer supports only one audio stream!\n"
547 #define MSGTR_IgnoringVideoStream "Ignoring video stream!\n" 551 #define MSGTR_IgnoringVideoStream "Ignoring video stream!\n"