diff options
Diffstat (limited to 'l10n-nl/suite/chrome/common/sanitize.dtd')
-rw-r--r-- | l10n-nl/suite/chrome/common/sanitize.dtd | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/l10n-nl/suite/chrome/common/sanitize.dtd b/l10n-nl/suite/chrome/common/sanitize.dtd new file mode 100644 index 0000000000..16cf9a591b --- /dev/null +++ b/l10n-nl/suite/chrome/common/sanitize.dtd @@ -0,0 +1,68 @@ +<!-- 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 "Privégegevens wissen"> + +<!-- LOCALIZATION NOTE (sanitizeDialog.width): width of the Clear Recent + History dialog --> +<!ENTITY sanitizeDialog.width "34em"> + +<!-- LOCALIZATION NOTE (clearTimeDuration.*): "Time range to clear" + dropdown. --> +<!ENTITY clearTimeDuration.label "Te wissen tijdsperiode: "> +<!ENTITY clearTimeDuration.accesskey "t"> +<!ENTITY clearTimeDuration.lastHour "Laatste uur"> +<!ENTITY clearTimeDuration.last2Hours "Laatste twee uur"> +<!ENTITY clearTimeDuration.last4Hours "Laatste vier uur"> +<!ENTITY clearTimeDuration.today "Vandaag"> +<!ENTITY clearTimeDuration.everything "Alles"> +<!-- Localization note (clearTimeDuration.suffix) - trailing entity for + languages that require it. --> +<!ENTITY clearTimeDuration.suffix ""> + +<!-- LOCALIZATION NOTE (sanitizeSelectedWarning): Warning that appears + when not all items are selected in the in Clear Private data dialog. --> +<!ENTITY sanitizeSelectedWarning "Alle geselecteerde items zullen worden gewist."> + +<!-- LOCALIZATION NOTE (sanitizeUndoWarning): Second warning + paragraph that always appears. --> +<!ENTITY sanitizeUndoWarning "Deze actie kan niet ongedaan worden gemaakt."> + +<!ENTITY sanitizeItems.label "De volgende gegevens nu wissen:"> + +<!-- LOCALIZATION NOTE : Try to make sure to not have overlapped accesskeys + with pref-privatedata.dtd. These entities are also used in the private + data preferences dialog. --> +<!ENTITY itemHistory.label "Navigatiegeschiedenis"> +<!ENTITY itemHistory.accesskey "N"> +<!ENTITY itemHistoryS.accesskey "r"> +<!ENTITY itemUrlBar.label "Locatiebalkgeschiedenis"> +<!ENTITY itemUrlBar.accesskey "L"> +<!ENTITY itemUrlBarS.accesskey "t"> +<!ENTITY itemDownloads.label "Downloadgeschiedenis"> +<!ENTITY itemDownloads.accesskey "D"> +<!ENTITY itemDownloadsS.accesskey "y"> +<!ENTITY itemFormSearchHistory.label "Opgeslagen formulier- en zoekgeschiedenis"> +<!ENTITY itemFormSearchHistory.accesskey "f"> +<!ENTITY itemFormSearchHistoryS.accesskey "m"> +<!ENTITY itemCache.label "Buffer"> +<!ENTITY itemCache.accesskey "B"> +<!ENTITY itemCacheS.accesskey "e"> +<!ENTITY itemCookies.label "Cookies"> +<!ENTITY itemCookies.accesskey "C"> +<!ENTITY itemCookiesS.accesskey "k"> +<!ENTITY itemOfflineApps.label "Offlinewebsitegegevens"> +<!ENTITY itemOfflineApps.accesskey "O"> +<!ENTITY itemOfflineAppsS.accesskey "i"> +<!ENTITY itemPasswords.label "Opgeslagen wachtwoorden"> +<!ENTITY itemPasswords.accesskey "w"> +<!ENTITY itemPasswordsS.accesskey "v"> +<!ENTITY itemSessions.label "Geauthenticeerde sessies"> +<!ENTITY itemSessions.accesskey "s"> + +<!ENTITY itemSessionsS.accesskey "u"> + +<!ENTITY itemSitePreferences.label "Websitevoorkeuren"> +<!ENTITY itemSitePreferences.accesskey "v"> +<!ENTITY itemSitePreferencesS.accesskey "t"> |