[MPlayer-translations] r21400 - trunk/help/help_mp-ru.h

voroshil subversion at mplayerhq.hu
Thu Nov 30 16:49:30 CET 2006


Author: voroshil
Date: Thu Nov 30 16:49:30 2006
New Revision: 21400

Modified:
   trunk/help/help_mp-ru.h

Log:
r21367: If a glyph is not found in the current font, switch to another one.


Modified: trunk/help/help_mp-ru.h
==============================================================================
--- trunk/help/help_mp-ru.h	(original)
+++ trunk/help/help_mp-ru.h	Thu Nov 30 16:49:30 2006
@@ -2,7 +2,7 @@
 // Dmitry Baryshkov <mitya at 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 @@
 #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 "неизвестный формат "



More information about the MPlayer-translations mailing list