racket/collects/string-constants/simplified-chinese-string-constants.ss
2005-05-27 18:56:37 +00:00

10 lines
519 B
Scheme

(module simplified-chinese-string-constants "string-constant-lang.ss"
(is-this-your-native-language "Is Chinese (in Simplified Characters) Your Native Language?")
(interact-with-drscheme-in-language "Interact with DrScheme in Simplified Chinese")
(welcome-to-something "Welcome to ~a")
(welcome-to "Welcome to")
(welcome-to-drscheme-version/language "Welcome to DrScheme, version ~a, ~a")
; these appear on subsequent lines in the `Help|Welcome to DrScheme' dialog.
(welcome-to-drscheme "Welcome to DrScheme"))