diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /l10n-nl/suite/chrome/common/pref/preferences.dtd | |
parent | Initial commit. (diff) | |
download | firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.tar.xz firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-nl/suite/chrome/common/pref/preferences.dtd')
-rw-r--r-- | l10n-nl/suite/chrome/common/pref/preferences.dtd | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/l10n-nl/suite/chrome/common/pref/preferences.dtd b/l10n-nl/suite/chrome/common/pref/preferences.dtd new file mode 100644 index 0000000000..050add4671 --- /dev/null +++ b/l10n-nl/suite/chrome/common/pref/preferences.dtd @@ -0,0 +1,62 @@ +<!-- 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 windowClose.key "w"> +<!ENTITY preferencesDefaultTitleMac.title "Voorkeuren"> +<!ENTITY preferencesDefaultTitleWin.title "Opties"> +<!ENTITY preferencesCloseButton.label "Sluiten"> +<!ENTITY preferencesCloseButton.accesskey "S"> + +<!--LOCALIZATION NOTE (.label): Preferences categories that appear on the left of the preferences dialog --> +<!ENTITY prefWindow.title "Voorkeuren"> +<!ENTITY prefWindow.size "width: 102ch; height: 44em;"> +<!ENTITY prefWindowMac.size "width: 62em; height: 41em;"> +<!ENTITY prefWindowWin.size "width: 115ch; height: 43em;"> +<!ENTITY prefWindowMac2.size "width: 70em; height: 41em;"> +<!ENTITY prefWindowWin2.size "width: 125ch; height: 44em;"> +<!ENTITY categoryHeader "Categorie"> + +<!ENTITY appear.label "Vormgeving"> +<!ENTITY content.label "Inhoud"> +<!ENTITY fonts.label "Lettertypen"> +<!ENTITY colors.label "Kleuren"> +<!ENTITY media.label "Media"> +<!ENTITY spellingPane.label "Spelling"> + +<!ENTITY navigator.label "Browser"> +<!ENTITY history.label "Geschiedenis"> +<!ENTITY languages.label "Talen"> +<!ENTITY applications.label "Hulptoepassingen"> +<!ENTITY locationBar.label "Locatiebalk"> +<!ENTITY search.label "Zoeken op het internet"> +<!ENTITY tabWindows.label "Navigeren met tabbladen"> +<!ENTITY links.label "Gedrag van koppelingen"> +<!ENTITY download.label "Downloads"> + +<!ENTITY security.label "Privacy & beveiliging"> +<!ENTITY privatedata.label "Privégegevens"> +<!ENTITY cookies.label "Cookies"> +<!ENTITY images.label "Afbeeldingen"> +<!ENTITY popups.label "Pop-upvensters"> +<!ENTITY passwords.label "Wachtwoorden"> +<!ENTITY masterpass.label "Hoofdwachtwoord"> +<!ENTITY ssltls.label "SSL/TLS"> +<!ENTITY certs.label "Certificaten"> + +<!ENTITY sync.label "Sync"> + +<!ENTITY advance.label "Geavanceerd"> +<!ENTITY scriptsAndWindows.label "Scripts & plug-ins"> +<!ENTITY keynav.label "Toetsenbordnavigatie"> +<!ENTITY findAsYouType.label "Zoeken terwijl u typt"> +<!ENTITY cache.label "Buffer"> +<!ENTITY offlineApps.label "Offline Apps"> +<!ENTITY proxies.label "Proxy’s"> +<!ENTITY httpnetworking.label "HTTP-netwerken"> +<!ENTITY smart.label "Software-installatie"> +<!ENTITY mousewheel.label "Muiswiel"> + +<!ENTITY debugging.label "Foutopsporing"> + +<!ENTITY focusSearch.key "f"> |