diff options
Diffstat (limited to 'help')
-rw-r--r-- | help/help_mp-ru.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/help/help_mp-ru.h b/help/help_mp-ru.h index 90c503e545..1cfcbeb267 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: r21332 +// Synced with help_mp-en.h: r21367 // ========================= MPlayer help =========================== @@ -1364,6 +1364,10 @@ static char help_text[]= #define MSGTR_LIBASS_EventHeightHasChanged "[ass] Внимание! Высота события изменилась! \n" #define MSGTR_LIBASS_TooManySimultaneousEvents "[ass] Слишком много одновременных событий!\n" +// ass_font.c +#define MSGTR_LIBASS_GlyphNotFoundReselectingFont "[ass] Глиф 0x%X не найден, выбираю шрифт заново для (%s, %d, %d)\n" +#define MSGTR_LIBASS_GlyphNotFound "[ass] В шрифте не найден глиф 0x%X для (%s, %d, %d)\n" + // format.c #define MSGTR_AF_FORMAT_UnknownFormat "неизвестный формат " |