From f0390ea8d505199e441a14713f3fc7dd26ee9f33 Mon Sep 17 00:00:00 2001 From: Mike Sperber Date: Wed, 5 Dec 2007 07:32:12 +0000 Subject: [PATCH] Synch with latest. svn: r7898 --- collects/string-constants/german-string-constants.ss | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/collects/string-constants/german-string-constants.ss b/collects/string-constants/german-string-constants.ss index a299c7d4fc..112585d039 100644 --- a/collects/string-constants/german-string-constants.ss +++ b/collects/string-constants/german-string-constants.ss @@ -155,6 +155,15 @@ (syntax-coloring-choose-color "Wählen Sie eine Farbe für ~a") (preferences-colors "Farben") + ;; parenthesis color scheme string constants + (parenthesis-color-scheme "Farbschema für Klammern") ;; label for the choice% menu in the preferences dialog + (paren-color-basic-grey "Grau Standard") + (paren-color-shades-of-gray "Grauschattierungen") + (paren-color-shades-of-blue "Blauschattierungen") + (paren-color-spring "Frühling") + (paren-color-fall "Herbst") + (paren-color-winter "Winter") + (url: "URL:") (open-url... "URL öffnen...") (open-url "URL öffnen") @@ -306,7 +315,8 @@ (separate-dialog-for-searching "Für Textsuche separaten Dialog verwenden") (reuse-existing-frames "Existierende Fenster für neu geöffnete Dateien wiederverwenden") (default-fonts "Standard-Fonts") - (paren-match-color "Farbe für Klammern-Hervorhebung") ; in prefs dialog + (basic-gray-paren-match-color "Farbe für Klammern-Hervorhebung \"Grau Standard\"") ; in prefs dialog + (online-coloring-active "Syntax interaktiv einfärben") (open-files-in-tabs "Dateien in separaten Tabs öffnen (nicht separaten Fenstern)") (show-interactions-on-execute "Interaktionen beim Programmstart automatisch öffnen")