diff options
author | voroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-06-24 02:33:20 +0000 |
---|---|---|
committer | voroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-06-24 02:33:20 +0000 |
commit | bf95ce4db54f23b4369af820a166f19cb235bded (patch) | |
tree | e4ec432992b246d61d33248aca14ae628efc7198 /help | |
parent | b5ad6d89dcd6d37012256913f290fc165ee420c3 (diff) | |
download | mpv-bf95ce4db54f23b4369af820a166f19cb235bded.tar.bz2 mpv-bf95ce4db54f23b4369af820a166f19cb235bded.tar.xz |
r23588: The audio balance feature implemented with af_pan.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23615 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r-- | help/help_mp-ru.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/help/help_mp-ru.h b/help/help_mp-ru.h index 06b47255d9..379700040c 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: r23416 +// Synced with help_mp-en.h: r23588 // ========================= MPlayer help =========================== @@ -226,6 +226,7 @@ static char help_text[]= #define MSGTR_Contrast "Контрастность" #define MSGTR_Saturation "Насыщенность" #define MSGTR_Hue "Цвет" +#define MSGTR_Balance "Баланс" // property state #define MSGTR_MuteStatus "Приглушить: %s" @@ -701,6 +702,7 @@ static char help_text[]= #define MSGTR_InsertingAfVolume "[Микшер] Нет аппаратного микширования, вставляю фильтр громкости.\n" #define MSGTR_NoVolume "[Микшер] Контроль громкости не доступен.\n" +#define MSGTR_NoBalance "[Микшер] Управление балансом недоступно.\n" // ====================== GUI messages/buttons ======================== @@ -1072,6 +1074,7 @@ static char help_text[]= #define MSGTR_VO_SUB_Volume "Громкость" #define MSGTR_VO_SUB_Brightness "Яркость" #define MSGTR_VO_SUB_Hue "Цвет" +#define MSGTR_VO_SUB_Balance "Баланс" // vo_xv.c #define MSGTR_VO_XV_ImagedimTooHigh "Размеры изображения источника слишком велики: %ux%u (максимум %ux%u)\n" |