mirror of https://github.com/mpv-player/mpv
r20972: defined MSGTR_OSDVideo
r20969: document new key binding for switching video streams in MPEG-TS git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20986 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a7b921e071
commit
e67f52edd4
|
@ -2,7 +2,7 @@
|
|||
.\" This man page was/is done by Gabucino, Diego Biurrun, Jonas Jermann
|
||||
.\" Translated by Vladimir Voroshilov <voroshil@gmail.com>
|
||||
.\" Encoding: koi8-r
|
||||
.\" synced with r20876
|
||||
.\" synced with r20969
|
||||
.
|
||||
.\" --------------------------------------------------------------------------
|
||||
.\" Определения макросов
|
||||
|
@ -241,6 +241,8 @@ MPlayer
|
|||
Уменьшает/\:увеличивает громкость.
|
||||
.IPs "m\ \ \ \ "
|
||||
Выключает звук.
|
||||
.IPs "_ (только MPEG-TS)"
|
||||
Циклически переключает доступные видео дорожки.
|
||||
.IPs "# (только для MPEG и Matroska)"
|
||||
Циклически переключает доступные аудио дорожки.
|
||||
.IPs "f\ \ \ \ "
|
||||
|
|
|
@ -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: r20817
|
||||
// Synced with help_mp-en.h: r20972
|
||||
|
||||
// ========================= MPlayer help ===========================
|
||||
|
||||
|
@ -203,6 +203,7 @@ static char help_text[]=
|
|||
#define MSGTR_OSDenabled "включено"
|
||||
#define MSGTR_OSDdisabled "выключено"
|
||||
#define MSGTR_OSDAudio "Аудио: %s"
|
||||
#define MSGTR_OSDVideo "Видео: %s"
|
||||
#define MSGTR_OSDChannel "Канал: %s"
|
||||
#define MSGTR_OSDSubDelay "Задержка субтитров: %d мс"
|
||||
#define MSGTR_OSDSpeed "Скорость: x %6.2f"
|
||||
|
|
Loading…
Reference in New Issue