From 0536cbf54a13ac809b5a187f7c9fcf2a07e6a761 Mon Sep 17 00:00:00 2001 From: Chongkai Zhu Date: Tue, 8 Jul 2008 17:33:00 +0000 Subject: [PATCH] svn: r10682 --- .../simplified-chinese-string-constants.ss | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/collects/string-constants/simplified-chinese-string-constants.ss b/collects/string-constants/simplified-chinese-string-constants.ss index c4deed54eb..3bf3c25cfd 100644 --- a/collects/string-constants/simplified-chinese-string-constants.ss +++ b/collects/string-constants/simplified-chinese-string-constants.ss @@ -194,8 +194,8 @@ (paren-color-spring "春") (paren-color-fall "秋") (paren-color-winter "冬") - - + + (url: "URL:") (open-url... "打开URL...") (open-url "打开URL") @@ -318,6 +318,9 @@ (yes "是") (no "否") + ;; saving image (right click on an image to see the text) + (save-image "保存图片...") + ;;; preferences (preferences "参数设置") (error-saving-preferences "保存参数时出错:~a") @@ -524,7 +527,7 @@ (open-here-menu-item "从这里打开(&O)...") (open-recent-info "最近使用过文件的列表") - (open-recent-menu-item "最近使用过的文件") + (open-recent-menu-item "最近使用过的文件(&T)") (revert-info "将当前文件恢复为磁盘上的副本") (revert-menu-item "恢复(&R)") @@ -868,7 +871,7 @@ (teachpack-already-installed "已经存在一个名为'~a'的教学包。是否覆盖?") ; ~a is filled with a list of language names. Each name is separated by a newline and is indented two spaces (no commas, no 'and') (teachpacks-only-in-languages "教学抱仅在下列语言中有效:~a") - + ;;; Language dialog (introduction-to-language-dialog "请选择语言。大部分入门级的学生都可以使用默认语言。") @@ -1004,7 +1007,7 @@ ;;Following two appear in Scheme (Java, etc) menu, cause Tests to be Run automatically or not (test-engine-enable-tests "启用测试功能") (test-engine-disable-tests "停用测试功能") - + ;; test coverage (test-coverage-clear? "改变定义窗口将导致测试覆盖信息失效。是否继续?") (test-coverage-clear-and-do-not-ask-again "是,并且不再询问")