From 981d6874de52818508a67f6ef0c7d9f2b83c58e4 Mon Sep 17 00:00:00 2001 From: Mike Sperber Date: Sat, 3 Sep 2011 13:04:57 +0200 Subject: [PATCH] Synch German string constants with latest. --- .../string-constants/private/german-string-constants.rkt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/collects/string-constants/private/german-string-constants.rkt b/collects/string-constants/private/german-string-constants.rkt index 237dbdadcc..8d1f2761df 100644 --- a/collects/string-constants/private/german-string-constants.rkt +++ b/collects/string-constants/private/german-string-constants.rkt @@ -23,7 +23,10 @@ (untitled-n "Namenlos ~a") (warning "Warnung") (error "Fehler") - (close "Schließen") ;; as in, close an open window + (close "Schließen") ;; as in, close an open window or tab. must match close-menu-item + ;; in the sense that, when the &s have been stripped from + ;; close-menu-item, it must be the same string as this. + (close-window "Fenster schließen") (stop "Stop") (&stop "&Stop") ;; for use in button and menu item labels, with short cut. (are-you-sure-delete? "Sind Sie sicher, dass Sie ~a löschen wollen?") ;; ~a is a filename or directory name @@ -573,6 +576,7 @@ (close-info "Diese Datei schließen") (close-menu-item "&Schließen") + (close-window-menu-item "&Fenster schließen") (quit-info "Alle Fenster schließen") (quit-menu-item-windows "Be&enden")