diff options
Diffstat (limited to 'l10n-de/suite/chrome/common/sanitize.dtd')
-rw-r--r-- | l10n-de/suite/chrome/common/sanitize.dtd | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/l10n-de/suite/chrome/common/sanitize.dtd b/l10n-de/suite/chrome/common/sanitize.dtd new file mode 100644 index 0000000000..09b765a782 --- /dev/null +++ b/l10n-de/suite/chrome/common/sanitize.dtd @@ -0,0 +1,27 @@ +<!-- 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/. --> + +<!ENTITY sanitizeDialog.title "Private Daten löschen"> +<!ENTITY sanitizeItems.label "Folgende Daten jetzt löschen:"> + +<!ENTITY itemHistory.label "Browser-Chronik (Besuchte Seiten)"> +<!ENTITY itemHistory.accesskey "B"> +<!ENTITY itemUrlBar.label "Adressleisten-Chronik"> +<!ENTITY itemUrlBar.accesskey "A"> +<!ENTITY itemDownloads.label "Vergangene Downloads"> +<!ENTITY itemDownloads.accesskey "D"> +<!ENTITY itemFormSearchHistory.label "Gespeicherte Such- und Formulardaten"> +<!ENTITY itemFormSearchHistory.accesskey "F"> +<!ENTITY itemCache.label "Cache"> +<!ENTITY itemCache.accesskey "C"> +<!ENTITY itemCookies.label "Cookies"> +<!ENTITY itemCookies.accesskey "C"> +<!ENTITY itemOfflineApps.label "Offline-Website-Daten"> +<!ENTITY itemOfflineApps.accesskey "O"> +<!ENTITY itemPasswords.label "Gespeicherte Passwörter"> +<!ENTITY itemPasswords.accesskey "G"> +<!ENTITY itemSessions.label "Gesicherte Verbindungen"> +<!ENTITY itemSessions.accesskey "s"> + +<!ENTITY sanitizeButton.label "Private Daten jetzt löschen"> |