diff options
author | voroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-04-22 01:55:47 +0000 |
---|---|---|
committer | voroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-04-22 01:55:47 +0000 |
commit | cc796852ecd5115125e8e3d148bb420dc5d69eed (patch) | |
tree | 0559fd51790d1beba4fbf3a76c27514d6c7ea2ee /help | |
parent | e7ff77621bcf4d0e0a22650437aca5923e2a2bf5 (diff) |
r23028: with -identify show audio and video id; patch by Andrew Savchenko (Bircoph list ru)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23060 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r-- | help/help_mp-ru.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/help/help_mp-ru.h b/help/help_mp-ru.h index 168bd312c3..9ad462df7d 100644 --- a/help/help_mp-ru.h +++ b/help/help_mp-ru.h @@ -2,7 +2,7 @@ // Dmitry Baryshkov <mitya@school.ioffe.ru> // Reworked by: Andrew Savchenko aka Bircoph <Bircoph[at]list[dot]ru> -// Synced with help_mp-en.h: r23003 +// Synced with help_mp-en.h: r23028 // ========================= MPlayer help =========================== @@ -629,6 +629,10 @@ static char help_text[]= #define MSGTR_NoBindFound "Не найдена привязка к клавише '%s'." #define MSGTR_FailedToOpen "Не могу открыть %s.\n" +#define MSGTR_VideoID "[%s] Найден видео поток, -vid %d\n" +#define MSGTR_AudioID "[%s] Найден аудио поток, -aid %d\n" +#define MSGTR_SubtitleID "[%s] Найден поток субтитров, -sid %d\n" + // dec_video.c & dec_audio.c: #define MSGTR_CantOpenCodec "Не могу открыть кодек.\n" #define MSGTR_CantCloseCodec "Не могу закрыть кодек.\n" |