From 356e25706781a246481f45eddec7ddfd28d0ecc4 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sun, 29 Apr 2007 11:16:11 +0000 Subject: [PATCH] Chongkai's updates for the Chinese translations svn: r6092 --- .../simplified-chinese-string-constants.ss | 5 +++++ .../traditional-chinese-string-constants.ss | 13 +++++++++++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/collects/string-constants/simplified-chinese-string-constants.ss b/collects/string-constants/simplified-chinese-string-constants.ss index e7b31f27cb..0568749ae5 100644 --- a/collects/string-constants/simplified-chinese-string-constants.ss +++ b/collects/string-constants/simplified-chinese-string-constants.ss @@ -968,6 +968,11 @@ (evaluation-terminated "计算已终止") (evaluation-terminated-explanation "Evaluation线程已停止,在下一次执行之前不会进行计算。") + + ; next two constants show up in the same dialog as the above evaluation-terminated string + ; constants, but only when the user calls 'exit' (possibly with a status code). + (exited-successfully "成功退出。") + (exited-with-error-code "退出,错误代码~a。") ;; ~a is filled in with a number between 1 and 255 (last-stack-frame "显示最新的stack frame") (last-stack-frames "显示前~a个stack frames") (next-stack-frames "显示后~a个stack frames") diff --git a/collects/string-constants/traditional-chinese-string-constants.ss b/collects/string-constants/traditional-chinese-string-constants.ss index 997c211b96..d78d04bbbc 100644 --- a/collects/string-constants/traditional-chinese-string-constants.ss +++ b/collects/string-constants/traditional-chinese-string-constants.ss @@ -345,12 +345,16 @@ (online-coloring-active "實時根據語法用顏色標記程序") (open-files-in-tabs "在不同的標籤下打開多個文件(不使用多個窗口)") (show-interactions-on-execute "在運行程序時自動打開交互窗口") + (switch-to-module-language-automatically "打開module文件時自動切換至module語言") (limit-interactions-size "限制交互窗口的大小") (background-color "背景顏色") (default-text-color "預設顏色") ;; used for configuring colors, but doesn't need the word "color" (choose-a-background-color "請選擇背景顏色") (revert-to-defaults "恢復預設") + (black-on-white-color-scheme "白底黑字") ;; these two appear in the color preferences dialog on butttons + (white-on-black-color-scheme "黑底白字") ;; clicking the buttons changes teh color schemes to some defaults that've been set up. + ; title of the color choosing dialog ; should have entire alphabet @@ -671,7 +675,7 @@ (overwrite-file-button-label "保存") (definitions-modified - "當前磁碟文件已被修改;請保存或恢復文件。") + "當前磁碟文件已被修改;請保存或恢復文件。") (drscheme-internal-error "DrScheme內部錯誤") ;;; tools @@ -966,6 +970,11 @@ (evaluation-terminated "計算已終止") (evaluation-terminated-explanation "Evaluation執行緒已停止,在下一次執行之前不會進行計算。") + + ; next two constants show up in the same dialog as the above evaluation-terminated string + ; constants, but only when the user calls 'exit' (possibly with a status code). + (exited-successfully "成功退出。") + (exited-with-error-code "退出,錯誤代碼~a。") ;; ~a is filled in with a number between 1 and 255 (last-stack-frame "顯示最新的stack frame") (last-stack-frames "顯示前~a個stack frames") (next-stack-frames "顯示後~a個stack frames") @@ -1122,4 +1131,4 @@ (gui-tool-show-gui-toolbar "顯示GUI工具欄") (gui-tool-hide-gui-toolbar "隱藏GUI工具欄") (gui-tool-insert-gui "插入GUI") - ) \ No newline at end of file + )