Synch German string constants with latest.

(cherry picked from commit 334bf53bb9)
This commit is contained in:
Mike Sperber 2011-10-09 15:21:00 +02:00 committed by Eli Barzilay
parent bdddffaa9b
commit fd03fb8575

View File

@ -709,6 +709,11 @@
(clear-current "Dieses löschen") (clear-current "Dieses löschen")
(new-window "Neues Fenster") (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 ;;; exiting and quitting ``are you sure'' dialog
;;; exit is used on windows, quit on macos, in English. Other ;;; exit is used on windows, quit on macos, in English. Other
;;; languages probably use the same word on both platforms. ;;; languages probably use the same word on both platforms.
@ -822,6 +827,7 @@
;;; edit menu ;;; edit menu
(split-menu-item-label "&Splitten") (split-menu-item-label "&Splitten")
(collapse-menu-item-label "Einfalten") (collapse-menu-item-label "Einfalten")
(find-longest-line "Längste Zeile finden")
;;; language menu ;;; language menu
(language-menu-name "&Sprache") (language-menu-name "&Sprache")