Skip to content

Commit

Permalink
Synch German string constants with latest.
Browse files Browse the repository at this point in the history
(cherry picked from commit f332092)
  • Loading branch information
mikesperber authored and rmculpepper committed Jan 16, 2013
1 parent 72ea99a commit e8fd623
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions collects/string-constants/private/german-string-constants.rkt
Expand Up @@ -902,6 +902,10 @@
;;; executables
(create-executable-menu-item-label "Programmdatei generieren...")
(create-executable-title "Programmdatei generieren")
(drracket-creates-executables-only-in-some-languages
"Die Erzeugung von Programmdateien in DrRacket ist nur für die Lehrsprachen"
" und für “Die Sprache Racket” (also mit #lang-Zeile) unterstützt.\n\nZiehen"
" Sie das Kommandozeilenprogramm \"raco exe\" in Betracht.")
(must-save-before-executable "Sie müssen vor der Generierung einer Programmdatei speichern.")
(save-a-mred-launcher "GRacket-Launcher speichern")
(save-a-mzscheme-launcher "Racket-Launcher speichern")
Expand Down Expand Up @@ -1599,6 +1603,9 @@
(planet-docs-building "PLaneT: Dokumentation bauen (ausgelöst durch ~a)...")
(planet-no-status "PLaneT") ;; this can happen when there is status shown in a different and then the user switches to a tab where planet hasn't been used

(bug-report-field-planet2 "Info Package-System")


;; string normalization. To see this, paste some text with a ligature into DrRacket
;; the first three strings are in the dialog that appears. The last one is in the preferences dialog
(normalize "Normalisieren")
Expand Down

0 comments on commit e8fd623

Please sign in to comment.