From ccb90d4640310abe2e532a749ecb1680ef5688cb Mon Sep 17 00:00:00 2001 From: Mike Sperber Date: Fri, 6 Nov 2009 14:33:50 +0000 Subject: [PATCH] Fix some buguettes in the German string constants. svn: r16569 --- collects/string-constants/german-string-constants.ss | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/collects/string-constants/german-string-constants.ss b/collects/string-constants/german-string-constants.ss index 24349caa5b..71093423c1 100644 --- a/collects/string-constants/german-string-constants.ss +++ b/collects/string-constants/german-string-constants.ss @@ -151,6 +151,7 @@ ;; menu items connected to the logger -- also in a button in the planet status line in the drs frame (show-log "&Log anzeigen") (hide-log "&Log ausblenden") + (logging-all "Alle") ;; in the logging window in drscheme, shows all logs simultaneously ;; modes (mode-submenu-label "Modi") @@ -410,7 +411,7 @@ ;;; find/replace (search-next "Weiter") - (search-next "Zurück") + (search-previous "Zurück") (search-match "Fundort") ;;; this one and the next one are singular/plural variants of each other (search-matches "Fundorte") (search-replace "Ersetzen") @@ -766,10 +767,6 @@ (execute-menu-item-label "Start") (execute-menu-item-help-string "Das Programm im Definitionsfenster neu starten") - (break-menu-item-label "Stop") - (break-menu-item-help-string "Momentane Auswertung unterbrechen") - (kill-menu-item-label "Abbrechen") - (kill-menu-item-help-string "Momentante Auswertung abbrechen") (ask-quit-menu-item-label "Programm bitten aufzuhören") (ask-quit-menu-item-help-string "Benutzt break-thread, um den primären Thread der Auswertung zu stoppen") (force-quit-menu-item-label "Programm zwingen aufzuhören") @@ -1305,8 +1302,6 @@ (test-engine-must-be-tested "Dieses Programm muss noch getestet werden!") (test-engine-is-unchecked "Dieses Programm hat keine Checks!") (test-engine-tests-disabled "Tests deaktiviert.") - (test-engine-zero-tests-passed "Keine Tests waren erfolgreich!") - (test-engine-the-only-test-passed "Der einzige Test war erfolgreich.") (test-engine-both-tests-passed "Beide Tests waren erfolgreich.") ; ~a is replaced by count (test-engine-all-tests-passed "Alle ~a Tests waren erfolgreich!")