summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorkraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-24 09:22:34 +0000
committerkraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-24 09:22:34 +0000
commit48adfb509c89672db094eb6f307e820e2cd71bb2 (patch)
tree6d86ed068eb08fb2a18d8de0d61aa1be169aeddf /help
parent24f0958e5a68ef3b79bbb1816a505f8c0515b6d5 (diff)
downloadmpv-48adfb509c89672db094eb6f307e820e2cd71bb2.tar.bz2
mpv-48adfb509c89672db094eb6f307e820e2cd71bb2.tar.xz
r23028: with -identify show audio and video id
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23103 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-de.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/help/help_mp-de.h b/help/help_mp-de.h
index 24d7f7de42..179686cf31 100644
--- a/help/help_mp-de.h
+++ b/help/help_mp-de.h
@@ -4,7 +4,7 @@
// Alexander Strasser <eclipse7@gmx.net>
// Sebastian Krämer <mail@kraymer.de>
-// In sync with r23003
+// In sync with r23028
// FIXME: improve wording/meaning of periodsize|timer.. for ao_alsa.c strings
// ========================= MPlayer help ===========================
@@ -649,6 +649,10 @@ static char help_text[]=
#define MSGTR_NoBindFound "Bindung für Taste '%s' nicht gefunden."
#define MSGTR_FailedToOpen "Konnte '%s' nicht öffnen.\n"
+#define MSGTR_VideoID "[%s] Videostream gefunden, -vid %d\n"
+#define MSGTR_AudioID "[%s] Audiostream gefunden, -aid %d\n"
+#define MSGTR_SubtitleID "[%s] Untertitelstream gefunden, -sid %d\n"
+
// dec_video.c & dec_audio.c:
#define MSGTR_CantOpenCodec "Konnte Codec nicht öffnen.\n"
#define MSGTR_CantCloseCodec "Konnte Codec nicht schließen.\n"