summaryrefslogtreecommitdiffstats
path: root/help_mp-en.h
diff options
context:
space:
mode:
authorjaf <jaf@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-08 13:55:15 +0000
committerjaf <jaf@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-08 13:55:15 +0000
commit161b6c9b496a9bde58a3ba9e618f9d76db9e8b3c (patch)
tree913d66cd1a96a472b8caddbc3ca3d0dc2698a775 /help_mp-en.h
parent9b8070c7ee099f338275ca760aa0b9fc08c4284b (diff)
downloadmpv-161b6c9b496a9bde58a3ba9e618f9d76db9e8b3c.tar.bz2
mpv-161b6c9b496a9bde58a3ba9e618f9d76db9e8b3c.tar.xz
messages moved again
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6952 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help_mp-en.h')
-rw-r--r--help_mp-en.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/help_mp-en.h b/help_mp-en.h
index 3184e6fa08..9b016d183c 100644
--- a/help_mp-en.h
+++ b/help_mp-en.h
@@ -202,6 +202,14 @@ static char help_text[]=
#define MSGTR_DetectedMPEGPSfile "Detected MPEG-PS file format!\n"
#define MSGTR_DetectedMPEGESfile "Detected MPEG-ES file format!\n"
#define MSGTR_DetectedQTMOVfile "Detected QuickTime/MOV file format!\n"
+#define MSGTR_DetectedYUV4MPEG2file "Detected YUV4MPEG2 file format!\n"
+#define MSGTR_DetectedNuppelVideofile "Detected NuppelVideo file format!\n"
+#define MSGTR_DetectedVIVOfile "Detected VIVO file format!\n"
+#define MSGTR_DetectedBMPfile "Detected BMP file format!\n"
+#define MSGTR_DetectedOGGfile "Detected OGG file format!\n"
+#define MSGTR_DetectedRAWDVfile "Detected RAWDV file format!\n"
+#define MSGTR_DetectedAudiofile "Detected audio file!\n"
+#define MSGTR_NotSystemStream "Not MPEG System Stream format... (maybe Transport Stream?)\n"
#define MSGTR_MissingMpegVideo "Missing MPEG video stream!? contact the author, it may be a bug :(\n"
#define MSGTR_InvalidMPEGES "Invalid MPEG-ES stream??? contact the author, it may be a bug :(\n"
#define MSGTR_FormatNotRecognized "============= Sorry, this file format not recognized/supported ===============\n"\
@@ -228,6 +236,18 @@ static char help_text[]=
#define MSGTR_MOVvariableFourCC "MOV: Warning! variable FOURCC detected!?\n"
#define MSGTR_MOVtooManyTrk "MOV: Warning! too many tracks!"
#define MSGTR_MOVnotyetsupp "\n****** Quicktime MOV format not yet supported!!!!!!! *******\n"
+#define MSGTR_FoundAudioStream "==> Found audio stream: %d\n"
+#define MSGTR_FoundVideoStream "==> Found video stream: %d\n"
+#define MSGTR_DetectedTV "Detected TV! ;-)\n"
+#define MSGTR_ErrorOpeningOGGDemuxer "Unable to open the ogg demuxer\n"
+#define MSGTR_ASFSearchingForAudioStream "ASF: Searching for audio stream (id:%d)\n"
+#define MSGTR_CannotOpenAudioStream "Can't open audio stream: %s\n"
+#define MSGTR_CannotOpenSubtitlesStream "Can't open subtitles stream: %s\n"
+#define MSGTR_OpeningAudioDemuxerFailed "Failed to open audio demuxer: %s\n"
+#define MSGTR_OpeningSubtitlesDemuxerFailed "Failed to open subtitles demuxer: %s\n"
+#define MSGTR_TVInputNotSeekable "TV input isn't seekable! (probably seeking will be for changing channels ;)\n"
+#define MSGTR_DemuxerInfoAlreadyPresent "Demuxer info %s already present\n!"
+#define MSGTR_ClipInfo "Clip info: \n"
// dec_video.c & dec_audio.c:
#define MSGTR_CantOpenCodec "could not open codec\n"