From 28378047fb7e221fd5b899d9e62c078c3fde762c Mon Sep 17 00:00:00 2001 From: Chongkai Zhu Date: Fri, 8 Sep 2006 02:35:29 +0000 Subject: [PATCH] adding strings about keybindings from PLanet svn: r4276 --- .../string-constants/simplified-chinese-string-constants.ss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/collects/string-constants/simplified-chinese-string-constants.ss b/collects/string-constants/simplified-chinese-string-constants.ss index 80b9dbc727..67ef8d7243 100644 --- a/collects/string-constants/simplified-chinese-string-constants.ss +++ b/collects/string-constants/simplified-chinese-string-constants.ss @@ -536,9 +536,14 @@ (keybindings-sort-by-name "按名称排序") (keybindings-sort-by-key "按键名排序") (keybindings-add-user-defined-keybindings "添加自定义热键绑定...") + (keybindings-add-user-defined-keybindings/planet "从PLaneT添加自定义热键绑定...") (keybindings-menu-remove "取消~a") (keybindings-choose-user-defined-file "请选择一个包含热键绑定的文件") + ; first ~a will be a string naming the file or planet package where the keybindings come from; + ; second ~a will be an error message + (keybindings-error-installing-file "安装热键绑定~a时出错:\n\n~a") + (user-defined-keybinding-error "热键绑定出错~a\n\n~a") (user-defined-keybinding-malformed-file "文件~a并不是一个按照(lib \"keybinding-lang.ss\" \"framework\")语言编写的module.")