Synch German string constants with latest.

This commit is contained in:
Mike Sperber 2012-12-08 14:37:40 +01:00
parent 92c5025ef1
commit dff9728350

View File

@ -875,6 +875,12 @@
(limit-memory-limited "einschränken")
(limit-memory-megabytes "Megabytes")
; the next two constants are used together in the limit memory dialog; they are inserted
; one after another. The first one is shown in a bold font and the second is not.
; (the first can be the empty string)
(limit-memory-warning-prefix "Warning: ")
(limit-memory-warning "Die Einstellung für uneingeschränkten Speicherverbrauch ist unsicher. Mit dieser Einstellung kann DrRacket sich nicht gegen Programme schützen, die zuviel Speicher allozieren - DrRacket könnte abstürzen.")
(clear-error-highlight-menu-item-label "Fehlermarkierung entfernen")
(clear-error-highlight-item-help-string "Entfernt die rosa Fehlermarkierung")
(jump-to-next-error-highlight-menu-item-label "Zur nächsten Fehlermarkierung springen")