summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorvoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-22 01:55:47 +0000
committervoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-22 01:55:47 +0000
commitcc796852ecd5115125e8e3d148bb420dc5d69eed (patch)
tree0559fd51790d1beba4fbf3a76c27514d6c7ea2ee /help
parente7ff77621bcf4d0e0a22650437aca5923e2a2bf5 (diff)
downloadmpv-cc796852ecd5115125e8e3d148bb420dc5d69eed.tar.bz2
mpv-cc796852ecd5115125e8e3d148bb420dc5d69eed.tar.xz
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.h6
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"