From 6536587e76bc327c4535b600f4a4cd680bc1b775 Mon Sep 17 00:00:00 2001 From: Chongkai Zhu Date: Sat, 15 Jul 2006 22:47:35 +0000 Subject: [PATCH] add strings for version check svn: r3717 --- .../simplified-chinese-string-constants.ss | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/collects/string-constants/simplified-chinese-string-constants.ss b/collects/string-constants/simplified-chinese-string-constants.ss index a1b9a98820..80b9dbc727 100644 --- a/collects/string-constants/simplified-chinese-string-constants.ss +++ b/collects/string-constants/simplified-chinese-string-constants.ss @@ -853,7 +853,17 @@ (kill? "终止?") ;;; version checker - (version:update-menu-item "检查更新...") + (version:update-menu-item "检查更新...") + (version:update-check "检查更新") ; dialog title, with the next line + (version:connecting-server "连接PLT版本服务器") + (version:results-title "PLT版本检查") + (version:do-periodic-checks "自动定期检查PLT Scheme版本更新") + (version:take-me-there "下载") ; ...to the download website + ;; the next one can appear alone, or followed by a comma and the one after that + (version:plt-up-to-date "您现在使用的已经是当前版的PLT") + (version:but-newer-alpha "但是还有一个更新的alpha版本") + ;; This is used in this context: "PLT Scheme vNNN <<<*>>> http://download..." + (version:now-available-at "可以从这里获取:") ;; special menu (special-menu "特殊符号(&P)")