From f57c8d93be4f90c5a3c7ed364d8dbc49df5e95e7 Mon Sep 17 00:00:00 2001 From: Mike Sperber Date: Tue, 14 Aug 2007 17:38:10 +0000 Subject: [PATCH] Synch with latest. svn: r7098 --- collects/string-constants/german-string-constants.ss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/collects/string-constants/german-string-constants.ss b/collects/string-constants/german-string-constants.ss index 639cce2216..addc8fbf8a 100644 --- a/collects/string-constants/german-string-constants.ss +++ b/collects/string-constants/german-string-constants.ss @@ -812,8 +812,10 @@ (teachpack-pre-installed "Vorinstallierte Teachpacks") (teachpack-user-installed "selbst installierte Teachpacks") - (install-teachpack... "Teachpack installieren...") + (add-teachpack-to-list... "Teachpack zu Liste hinzufügen...") (teachpack-already-installed "Ein Teachpack names '~a' ist schon installiert. Überschreiben?") + ; ~a is filled with a list of language names. Each name is separated by a newline and is indented two spaces (no commas, no 'and') + (teachpacks-only-in-languages "Die Teachpacks sind nur in diesen Sprachen verfügbar: ~a") ;;; Language dialog (introduction-to-language-dialog @@ -900,7 +902,7 @@ ;; the three string constants are concatenated together and the middle ;; one is hyperlinked to the dialog that suggests various languages - (get-guidance-before "Wählen Sie “Sprache auswählen...” im “Sprache”-Menü oder ") + (get-guidance-before "Wählen Sie Sprache auswählen... im Sprache-Menü oder ") (get-guidance-during "Hilfe anfordern") (get-guidance-after ".")