diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-de/suite/chrome/common/pref/pref-content.dtd | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/l10n-de/suite/chrome/common/pref/pref-content.dtd b/l10n-de/suite/chrome/common/pref/pref-content.dtd new file mode 100644 index 0000000000..1a3ce06472 --- /dev/null +++ b/l10n-de/suite/chrome/common/pref/pref-content.dtd @@ -0,0 +1,40 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!--LOCALIZATION NOTE : FILE The Appearance > Content prefs dialog. --> + +<!ENTITY pref.content.title "Inhalte"> +<!ENTITY pref.content.description "Diese Einstellungen beeeinflussen, wie Webseiten- und Nachrichteninhalte in &brandShortName; dargestellt werden."> + +<!ENTITY scrolling.label "Scrolling"> +<!ENTITY useAutoScroll.label "Autoscrolling verwenden"> +<!ENTITY useAutoScroll.accesskey "u"> +<!ENTITY useSmoothScroll.label "Sanftes Scrollen verwenden"> +<!ENTITY useSmoothScroll.accesskey "S"> + +<!ENTITY zoomPrefs.label "Zoom-Optionen"> +<!-- LOCALIZATION NOTE (minZoom.label, maxZoom.label, percent.label): + single hbox with minZoom.label preceding the minZoom control and + maxZoom.label preceding the maxZoom control; percent.label shows + the ASCII '%' character at the end of that string --> +<!ENTITY minZoom.label "Bereich von"> +<!ENTITY minZoom.accesskey "v"> +<!ENTITY maxZoom.label "bis"> +<!ENTITY maxZoom.accesskey "b"> +<!ENTITY percent.label "%"> +<!ENTITY defaultZoom.label "Standard-Zoom"> +<!ENTITY defaultZoom.accesskey "o"> + +<!ENTITY textZoomOnly.label "Nur Text anstatt ganzen Seiten zoomen"> +<!ENTITY textZoomOnly.accesskey "T"> +<!ENTITY siteSpecific.label "Zoom-Tiefe auf Website-Ebene merken"> +<!ENTITY siteSpecific.accesskey "Z"> +<!ENTITY showZoomStatusPanel.label "Zoom-Kontrollfelder in der Statusleiste anzeigen"> +<!ENTITY showZoomStatusPanel.accesskey "l"> +<!ENTITY enableAutomaticImageResizing.label "Große Grafiken verkleinern, damit sie ins Browser-Fenster passen"> +<!ENTITY enableAutomaticImageResizing.accesskey "G"> + +<!ENTITY allowHWAccel.label "Hardwarebeschleunigung verwenden, wenn verfügbar"> +<!ENTITY allowHWAccel.accesskey "H"> + |