Mercurial > mplayer.hg
changeset 21645:b78b8a88ed6b
r21652: support for limiting dvd speed; patch by Tobias Diedrich (ranma tdiedrich se)
r21655: make messages for success/failure of setting dvd-speed more clear
author | voroshil |
---|---|
date | Sun, 17 Dec 2006 20:33:30 +0000 |
parents | f0923677efc3 |
children | 8a34ed4b5be0 |
files | help/help_mp-ru.h |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/help/help_mp-ru.h Sun Dec 17 20:25:06 2006 +0000 +++ b/help/help_mp-ru.h Sun Dec 17 20:33:30 2006 +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: r21476 +// Synced with help_mp-en.h: r21655 // ========================= MPlayer help =========================== @@ -534,6 +534,11 @@ #define MSGTR_CantOpenDVD "Не могу открыть DVD: %s\n" // stream_dvd.c +#define MSGTR_DVDspeedCantOpen "Невозможно открыть DVD устройство для записи, изменение скорости DVD требует доступ на запись.\n" +#define MSGTR_DVDrestoreSpeed "Восстановление скорости DVD... " +#define MSGTR_DVDlimitSpeed "Ограничение скорости DVD до %dКБ/с... " +#define MSGTR_DVDlimitFail "Сбой ограничения скорости DVD.\n" +#define MSGTR_DVDlimitOk "Ограничение скорости DVD произведено успешно.\n" #define MSGTR_NoDVDSupport "MPlayer был скомпилирован без поддержки DVD, выходим.\n" #define MSGTR_DVDnumTitles "На этом DVD %d роликов.\n" #define MSGTR_DVDinvalidTitle "Недопустимый номер DVD ролика: %d\n"