summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorkraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-05 00:17:42 +0000
committerkraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-05 00:17:42 +0000
commitb45d54c128dfe29bdd3c0b83443341a5d1e54198 (patch)
tree728e920e90aee6a54061f77a2d66f8510bc6a9c8 /help
parent1062d77439e0d83017c96af298778a507437bb58 (diff)
downloadmpv-b45d54c128dfe29bdd3c0b83443341a5d1e54198.tar.bz2
mpv-b45d54c128dfe29bdd3c0b83443341a5d1e54198.tar.xz
r23416: Drop the metadata stuff and replace it with generic property
string expansion. patch by Sheldon Jin git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23465 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-zh_CN.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/help/help_mp-zh_CN.h b/help/help_mp-zh_CN.h
index 56b1824568..5aca65eea3 100644
--- a/help/help_mp-zh_CN.h
+++ b/help/help_mp-zh_CN.h
@@ -1,4 +1,4 @@
-//Synced with help_mp-en.h r23028
+//Synced with help_mp-en.h r23416
// Reminder of hard terms which need better/final solution later:
// (file links to be updated later if available!);
// NAV; section/subsection; XScreenSaver; keycolor;
@@ -1598,7 +1598,8 @@ static char help_text[]=
// libmenu/menu_param.c
#define MSGTR_LIBMENU_SubmenuDefinitionNeedAMenuAttribut "[MENU] 子菜单定义需要 'menu' 属性。\n"
-#define MSGTR_LIBMENU_PrefMenuEntryDefinitionsNeed "[MENU] 首选项菜单条目的定义需要有效的 'property' 属性 (行 %d)。\n"
+#define MSGTR_LIBMENU_InvalidProperty "[MENU] 首选项菜单中存在无效的属性值'%s'。(行%d)。\n"
+#define MSGTR_LIBMENU_PrefMenuEntryDefinitionsNeed "[MENU] 首选项菜单条目的定义需一个有效的'property'或'txt'属性(行%d)。\n"
#define MSGTR_LIBMENU_PrefMenuNeedsAnArgument "[MENU] 首选项菜单需要参数。\n"
// libmenu/menu_pt.c