summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-19 14:52:50 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-19 14:52:50 +0000
commitabe5c26e23d226423cf4a80ac3350bd3af6dc3a3 (patch)
tree0e2ad9bc7563c6eb4e02471dc9aaf94ab59485f6 /help
parentd82aebe4fa66c9d9855a2545720dd3b93aee5824 (diff)
downloadmpv-abe5c26e23d226423cf4a80ac3350bd3af6dc3a3.tar.bz2
mpv-abe5c26e23d226423cf4a80ac3350bd3af6dc3a3.tar.xz
Print DVD audio channel and subtitle track information in non-verbose mode,
some more consistency for MSGL. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19454 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-en.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index fe9ba2b634..2da69e19cc 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -522,8 +522,9 @@ static char help_text[]=
#define MSGTR_SMBNotCompiled "MPlayer was not compiled with SMB reading support.\n"
#define MSGTR_CantOpenDVD "Couldn't open DVD device: %s\n"
+
+// stream_dvd.c
#define MSGTR_NoDVDSupport "MPlayer was compiled without DVD support, exiting.\n"
-#define MSGTR_DVDwait "Reading disc structure, please wait...\n"
#define MSGTR_DVDnumTitles "There are %d titles on this DVD.\n"
#define MSGTR_DVDinvalidTitle "Invalid DVD title number: %d\n"
#define MSGTR_DVDnumChapters "There are %d chapters in this DVD title.\n"
@@ -537,9 +538,12 @@ static char help_text[]=
#define MSGTR_DVDnoVOBs "Cannot open title VOBS (VTS_%02d_1.VOB).\n"
#define MSGTR_DVDnoMatchingAudio "No matching DVD audio language found!\n"
#define MSGTR_DVDaudioChannel "Selected DVD audio channel: %d language: %c%c\n"
+#define MSGTR_DVDaudioStreamInfo "audio stream: %d format: %s (%s) language: %s aid: %d.\n"
+#define MSGTR_DVDnumAudioChannels "number of audio channels on disk: %d.\n"
#define MSGTR_DVDnoMatchingSubtitle "No matching DVD subtitle language found!\n"
#define MSGTR_DVDsubtitleChannel "Selected DVD subtitle channel: %d language: %c%c\n"
-#define MSGTR_DVDopenOk "DVD successfully opened.\n"
+#define MSGTR_DVDsubtitleLanguage "subtitle ( sid ): %d language: %s\n"
+#define MSGTR_DVDnumSubtitles "number of subtitles on disk: %d\n"
// muxer.c, muxer_*.c:
#define MSGTR_TooManyStreams "Too many streams!"