From 6eef897d548c897fe3fdff11e2992e9f8159920a Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 6 Aug 2007 16:09:47 +0000 Subject: [PATCH] Chinese string-constant updates from Chongkai svn: r7033 --- .../simplified-chinese-string-constants.ss | 9 +++------ .../traditional-chinese-string-constants.ss | 11 ++++------- 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/collects/string-constants/simplified-chinese-string-constants.ss b/collects/string-constants/simplified-chinese-string-constants.ss index b0ef53892f..fb3699a90f 100644 --- a/collects/string-constants/simplified-chinese-string-constants.ss +++ b/collects/string-constants/simplified-chinese-string-constants.ss @@ -344,6 +344,7 @@ (open-files-in-tabs "在不同的标签下打开多个文件(不使用多个窗口)") (show-interactions-on-execute "在运行程序时自动打开交互窗口") (switch-to-module-language-automatically "打开module文件时自动切换至module语言") + (interactions-beside-definitions "将定义窗口和交互窗口左右放置") ;; in preferences, below the checkbox one line above this one (limit-interactions-size "限制交互窗口的大小") (background-color "背景颜色") (default-text-color "默认颜色") ;; used for configuring colors, but doesn't need the word "color" @@ -953,8 +954,8 @@ (profiling-choose-low-color "请选择代表低的颜色") (profiling-choose-high-color "请选择代表高的颜色") (profiling "Profiling") - (profiling-example-text "(define (理) (理))") - (profiling-color-config "Profiling色谱") + (profiling-example-text "(define (马) (马))") + (profiling-color-config "Profiling色谱") (profiling-scale "Profiling的色彩比例") (profiling-sqrt "平方根") (profiling-linear "线性") @@ -1087,10 +1088,6 @@ (xml-tool-scheme-splice-box "Scheme接合框") (xml-tool-switch-to-scheme "转变成Scheme框") (xml-tool-switch-to-scheme-splice "转变成Scheme接合框") - (xml-tool-eliminate-whitespace-in-empty-tags - "Eliminiate whitespace in empty tags") - (xml-tool-leave-whitespace-alone - "Leave whitespace alone") (show-recent-items-window-menu-item "在单独窗口中显示最近使用的文件") (show-recent-items-window-label "最近使用的文件") diff --git a/collects/string-constants/traditional-chinese-string-constants.ss b/collects/string-constants/traditional-chinese-string-constants.ss index 3185a92384..b89d88ba2c 100644 --- a/collects/string-constants/traditional-chinese-string-constants.ss +++ b/collects/string-constants/traditional-chinese-string-constants.ss @@ -343,6 +343,7 @@ (open-files-in-tabs "在不同的標籤下打開多個文件(不使用多個窗口)") (show-interactions-on-execute "在運行程序時自動打開交互窗口") (switch-to-module-language-automatically "打開module文件時自動切換至module語言") + (interactions-beside-definitions "將定義窗口和交互窗口左右放置") ;; in preferences, below the checkbox one line above this one (limit-interactions-size "限制交互窗口的大小") (background-color "背景顏色") (default-text-color "預設顏色") ;; used for configuring colors, but doesn't need the word "color" @@ -952,8 +953,8 @@ (profiling-choose-low-color "請選擇代表低的顏色") (profiling-choose-high-color "請選擇代表高的顏色") (profiling "Profiling") - (profiling-example-text "(define (理) (理))") - (profiling-color-config "Profiling色譜") + (profiling-example-text "(define (馬) (馬))") + (profiling-color-config "Profiling色譜") (profiling-scale "Profiling的色彩比例") (profiling-sqrt "平方根") (profiling-linear "線性") @@ -1086,10 +1087,6 @@ (xml-tool-scheme-splice-box "Scheme接合框") (xml-tool-switch-to-scheme "轉變成Scheme框") (xml-tool-switch-to-scheme-splice "轉變成Scheme接合框") - (xml-tool-eliminate-whitespace-in-empty-tags - "Eliminiate whitespace in empty tags") - (xml-tool-leave-whitespace-alone - "Leave whitespace alone") (show-recent-items-window-menu-item "在單獨窗口中顯示最近使用的文件") (show-recent-items-window-label "最近使用的文件") @@ -1140,4 +1137,4 @@ (gui-tool-show-gui-toolbar "顯示GUI工具欄") (gui-tool-hide-gui-toolbar "隱藏GUI工具欄") (gui-tool-insert-gui "插入GUI") - ) + ) \ No newline at end of file