From fd03fb8575990b3a7c31fd5a4c50e7d46c60f72e Mon Sep 17 00:00:00 2001 From: Mike Sperber Date: Sun, 9 Oct 2011 15:21:00 +0200 Subject: [PATCH] Synch German string constants with latest. (cherry picked from commit 334bf53bb99472ad62cd52ca36f218f505ab8f9b) --- .../string-constants/private/german-string-constants.rkt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/collects/string-constants/private/german-string-constants.rkt b/collects/string-constants/private/german-string-constants.rkt index b901e45303..edec0f2aae 100644 --- a/collects/string-constants/private/german-string-constants.rkt +++ b/collects/string-constants/private/german-string-constants.rkt @@ -709,6 +709,11 @@ (clear-current "Dieses löschen") (new-window "Neues Fenster") + ;; popup menu when right-clicking in the gap between + ;; the definitions and interactions window + (change-to-vertical-alignment "Auf vertikal umschalten") + (change-to-horizontal-alignment "Auf horizontal umschalten") + ;;; exiting and quitting ``are you sure'' dialog ;;; exit is used on windows, quit on macos, in English. Other ;;; languages probably use the same word on both platforms. @@ -822,6 +827,7 @@ ;;; edit menu (split-menu-item-label "&Splitten") (collapse-menu-item-label "Einfalten") + (find-longest-line "Längste Zeile finden") ;;; language menu (language-menu-name "&Sprache")