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

voroshil subversion at mplayerhq.hu
Thu May 31 19:10:57 CEST 2007


Author: voroshil
Date: Thu May 31 19:10:56 2007
New Revision: 23438

Log:
r23416: Drop the metadata stuff and replace it with generic property string expansion.


Modified:
   trunk/help/help_mp-ru.h

Modified: trunk/help/help_mp-ru.h
==============================================================================
--- trunk/help/help_mp-ru.h	(original)
+++ trunk/help/help_mp-ru.h	Thu May 31 19:10:56 2007
@@ -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: r23028
+// Synced with help_mp-en.h: r23416
 
 // ========================= MPlayer help ===========================
 
@@ -1717,7 +1717,8 @@ static char help_text[]=
 
 // libmenu/menu_param.c
 #define MSGTR_LIBMENU_SubmenuDefinitionNeedAMenuAttribut "[МЕНЮ] Описаниям подменю нужен атрибут 'menu'.\n"
-#define MSGTR_LIBMENU_PrefMenuEntryDefinitionsNeed "[МЕНЮ] Описаниям вхождений меню предпочтений нужен допустимый атрибут 'property'\n(строка %d).\n"
+#define MSGTR_LIBMENU_InvalidProperty "[MENU] Неверное свойство '%s' в элементе меню предпочтений. (строка %d).\n"
+#define MSGTR_LIBMENU_PrefMenuEntryDefinitionsNeed "[МЕНЮ] Описаниям элемента меню предпочтений нужен допустимый \nатрибут 'property' или 'txt' (строка %d).\n"
 #define MSGTR_LIBMENU_PrefMenuNeedsAnArgument "[МЕНЮ] Меню предпочтений нужен аргумент.\n"
 
 // libmenu/menu_pt.c



More information about the MPlayer-translations mailing list