changeset 23042:e55d20a2319f

r23028: with -identify show audio and video id; patch by Andrew Savchenko (Bircoph list ru)
author voroshil
date Sun, 22 Apr 2007 01:55:47 +0000
parents 8e1d5a17fff6
children 4038852b041e
files help/help_mp-ru.h
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/help/help_mp-ru.h	Sat Apr 21 18:14:49 2007 +0000
+++ b/help/help_mp-ru.h	Sun Apr 22 01:55:47 2007 +0000
@@ -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 @@
 #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"