From 298bee1bff5248776e7fe92c3de8c936d0b07b0b Mon Sep 17 00:00:00 2001 From: Mike Sperber Date: Sat, 15 Sep 2007 17:24:37 +0000 Subject: [PATCH] Synch with latest. svn: r7347 --- collects/string-constants/german-string-constants.ss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/collects/string-constants/german-string-constants.ss b/collects/string-constants/german-string-constants.ss index 6eb6f71e56..7f87b15b4c 100644 --- a/collects/string-constants/german-string-constants.ss +++ b/collects/string-constants/german-string-constants.ss @@ -537,6 +537,10 @@ (replace-and-find-again-info "Ersetze den aktuellen Text und suche dann das gleiche nochmal") (replace-and-find-again-menu-item "Ersetzen && nochmal suchen") + (complete-word "Wort vervollständigen") ; the complete word menu item in the edit menu + (no-completions "... keine Vervollständigungen verfügbar") ; shows up in the completions menu when there are no completions (in italics) + + (preferences-info "Konfiguriere die Einstellungen") (preferences-menu-item "Einstellungen...") @@ -1080,7 +1084,7 @@ (stepper-name "Stepper") (stepper-language-level-message - "Die aktuelle Sprachebene ist \"~a\". Der Stepper funktioniert bisher nur für die Ebenen\"~a\" bis \"~a\".") + "Der Stepper unterstützt die Sprachebene \"~a\" nicht.") (stepper-button-label "Stepper") (stepper-home "Anfang") (stepper-previous-application "|< Applikation")