Chongkai's latest string constants
svn: r9919
This commit is contained in:
parent
d22b0f6cf2
commit
303c3d8f0b
|
@ -893,6 +893,8 @@
|
|||
(use-mixed-fractions "带分数")
|
||||
(use-repeating-decimals "循环小数")
|
||||
(decimal-notation-for-rationals "使用十进制表示有理数")
|
||||
(enforce-primitives-group-box-label "初始绑定")
|
||||
(enforce-primitives-check-box-label "不允许改变初始绑定")
|
||||
|
||||
; used in the bottom left of the drscheme frame as the label
|
||||
; above the programming language's name
|
||||
|
@ -988,6 +990,16 @@
|
|||
(profiling-no-information-available "没有可用的profiling信息。请确定你(在语言设置中)启用了profiling,并且运行了当前程序。")
|
||||
(profiling-clear? "改变定义窗口的内容将导致profiling信息失效。是否继续?")
|
||||
|
||||
;;The Test engine tool
|
||||
;;
|
||||
(test-engine-window-title "测试结果")
|
||||
;;Following two appear in View menu, attach and free test report window from DrScheme frame
|
||||
(test-engine-dock-report "在面板中显示测试报告")
|
||||
(test-engine-undock-report "独立显示测试报告")
|
||||
;;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 "是,并且不再询问")
|
||||
|
|
|
@ -306,7 +306,6 @@
|
|||
;;; about box
|
||||
(about-drscheme-frame-title "關於DrScheme")
|
||||
|
||||
|
||||
;;; save file in particular format prompting.
|
||||
(save-as-plain-text "保存本文件為純文本?")
|
||||
(save-in-drs-format "保存本文件為drscheme(非純文本)格式?")
|
||||
|
@ -893,6 +892,8 @@
|
|||
(use-mixed-fractions "帶分數")
|
||||
(use-repeating-decimals "循環小數")
|
||||
(decimal-notation-for-rationals "使用十進製表示有理數")
|
||||
(enforce-primitives-group-box-label "初始綁定")
|
||||
(enforce-primitives-check-box-label "不允許改變初始綁定")
|
||||
|
||||
; used in the bottom left of the drscheme frame as the label
|
||||
; above the programming language's name
|
||||
|
@ -988,6 +989,16 @@
|
|||
(profiling-no-information-available "沒有可用的profiling信息。請確定你(在語言設置中)啟用了profiling,並且運行了當前程序。")
|
||||
(profiling-clear? "改變定義窗口的內容將導致profiling信息失效。是否繼續?")
|
||||
|
||||
;;The Test engine tool
|
||||
;;
|
||||
(test-engine-window-title "測試結果")
|
||||
;;Following two appear in View menu, attach and free test report window from DrScheme frame
|
||||
(test-engine-dock-report "在面板中顯示測試報告")
|
||||
(test-engine-undock-report "獨立顯示測試報告")
|
||||
;;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 "是,並且不再詢問")
|
||||
|
|
Loading…
Reference in New Issue
Block a user