comparison help/help_mp-en.h @ 31565:9a590e7aac57

Support for unencrypted Blu-ray playback through libbluray. Use it through: mplayer br:////path/to/disc
author ben
date Mon, 05 Jul 2010 17:04:46 +0000
parents 01f7cf82b7b1
children b41cbf02f854
comparison
equal deleted inserted replaced
31564:480cdba9e480 31565:9a590e7aac57
1893 1893
1894 #define MSGTR_SMBInitError "Cannot init the libsmbclient library: %d\n" 1894 #define MSGTR_SMBInitError "Cannot init the libsmbclient library: %d\n"
1895 #define MSGTR_SMBFileNotFound "Could not open from LAN: '%s'\n" 1895 #define MSGTR_SMBFileNotFound "Could not open from LAN: '%s'\n"
1896 #define MSGTR_SMBNotCompiled "MPlayer was not compiled with SMB reading support.\n" 1896 #define MSGTR_SMBNotCompiled "MPlayer was not compiled with SMB reading support.\n"
1897 1897
1898 #define MSGTR_CantOpenBluray "Couldn't open Blu-ray device: %s\n"
1898 #define MSGTR_CantOpenDVD "Couldn't open DVD device: %s (%s)\n" 1899 #define MSGTR_CantOpenDVD "Couldn't open DVD device: %s (%s)\n"
1899 1900
1900 // stream_cdda.c 1901 // stream_cdda.c
1901 #define MSGTR_MPDEMUX_CDDA_CantOpenCDDADevice "Can't open CDDA device.\n" 1902 #define MSGTR_MPDEMUX_CDDA_CantOpenCDDADevice "Can't open CDDA device.\n"
1902 #define MSGTR_MPDEMUX_CDDA_CantOpenDisc "Can't open disc.\n" 1903 #define MSGTR_MPDEMUX_CDDA_CantOpenDisc "Can't open disc.\n"
1963 #define MSGTR_DVDnumAudioChannels "number of audio channels on disk: %d.\n" 1964 #define MSGTR_DVDnumAudioChannels "number of audio channels on disk: %d.\n"
1964 #define MSGTR_DVDnoMatchingSubtitle "No matching DVD subtitle language found!\n" 1965 #define MSGTR_DVDnoMatchingSubtitle "No matching DVD subtitle language found!\n"
1965 #define MSGTR_DVDsubtitleChannel "Selected DVD subtitle channel: %d language: %c%c\n" 1966 #define MSGTR_DVDsubtitleChannel "Selected DVD subtitle channel: %d language: %c%c\n"
1966 #define MSGTR_DVDsubtitleLanguage "subtitle ( sid ): %d language: %s\n" 1967 #define MSGTR_DVDsubtitleLanguage "subtitle ( sid ): %d language: %s\n"
1967 #define MSGTR_DVDnumSubtitles "number of subtitles on disk: %d\n" 1968 #define MSGTR_DVDnumSubtitles "number of subtitles on disk: %d\n"
1969
1970 // stream_bluray.c
1971 #define MSGTR_BlurayNoDevice "No Blu-ray device/location was specified ...\n"
1972 #define MSGTR_BlurayNoTitles "Can't find any Blu-ray-compatible title here.\n"
1973 #define MSGTR_BlurayOK "Blu-ray successfully opened.\n"
1968 1974
1969 // stream_radio.c 1975 // stream_radio.c
1970 #define MSGTR_RADIO_ChannelNamesDetected "[radio] Radio channel names detected.\n" 1976 #define MSGTR_RADIO_ChannelNamesDetected "[radio] Radio channel names detected.\n"
1971 #define MSGTR_RADIO_FreqRange "[radio] Allowed frequency range is %.2f-%.2f MHz.\n" 1977 #define MSGTR_RADIO_FreqRange "[radio] Allowed frequency range is %.2f-%.2f MHz.\n"
1972 #define MSGTR_RADIO_WrongFreqForChannel "[radio] Wrong frequency for channel %s\n" 1978 #define MSGTR_RADIO_WrongFreqForChannel "[radio] Wrong frequency for channel %s\n"