diff --git a/collects/string-constants/simplified-chinese-string-constants.ss b/collects/string-constants/simplified-chinese-string-constants.ss index 3e6e7cf92b..99b7022c45 100644 --- a/collects/string-constants/simplified-chinese-string-constants.ss +++ b/collects/string-constants/simplified-chinese-string-constants.ss @@ -727,6 +727,7 @@ (print-interactions "打印交互...") (new-tab "新建标签") (close-tab "关闭标签") ;; must not have any &s in it. + (close-tab-amp "关闭标签(&C)") ;; like close-tab, but with an ampersand on the same letter as the one in close-menu-item ;;; edit-menu (split-menu-item-label "分屏(&S)") @@ -1056,6 +1057,10 @@ (module-browser-name-long "长") (module-browser-open-all "打开所有这些文件") + (happy-birthday-matthias "生日快乐,Matthias!") + (happy-birthday-matthew "生日快乐,马晓!") + (happy-birthday-shriram "生日快乐,Shriram!") + (mrflow-using-default-language-title "正在使用默认语言") (mrflow-using-default-language "当前使用的语言并不包含定义primitive类型的标。改用R5RS Scheme。") (mrflow-button-title "分析") diff --git a/collects/string-constants/traditional-chinese-string-constants.ss b/collects/string-constants/traditional-chinese-string-constants.ss index 8677532e7d..7535724fa6 100644 --- a/collects/string-constants/traditional-chinese-string-constants.ss +++ b/collects/string-constants/traditional-chinese-string-constants.ss @@ -726,6 +726,7 @@ (print-interactions "列印交互...") (new-tab "新建標籤") (close-tab "關閉標籤") ;; must not have any &s in it. + (close-tab-amp "關閉標籤(&C)") ;; like close-tab, but with an ampersand on the same letter as the one in close-menu-item ;;; edit-menu (split-menu-item-label "分屏(&S)") @@ -1055,6 +1056,10 @@ (module-browser-name-long "長") (module-browser-open-all "打開所有這些文件") + (happy-birthday-matthias "生日快樂,Matthias!") + (happy-birthday-matthew "生日快樂,馬曉!") + (happy-birthday-shriram "生日快樂,Shriram!") + (mrflow-using-default-language-title "正在使用預設語言") (mrflow-using-default-language "當前使用的語言並不包含定義primitive類型的標。改用R5RS Scheme。") (mrflow-button-title "分析")