diff options
-rw-r--r-- | help/help_mp-de.h | 6 |
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" |