diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-nl/mobile/android/chrome/aboutCertError.dtd | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/l10n-nl/mobile/android/chrome/aboutCertError.dtd b/l10n-nl/mobile/android/chrome/aboutCertError.dtd new file mode 100644 index 0000000000..fe8885cf2e --- /dev/null +++ b/l10n-nl/mobile/android/chrome/aboutCertError.dtd @@ -0,0 +1,38 @@ +<!-- 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 % brandDTD + SYSTEM "chrome://branding/locale/brand.dtd"> + %brandDTD; + +<!-- These strings are used by Firefox's custom about:certerror page, +a replacement for the standard security certificate errors produced +by NSS/PSM via netError.xhtml. --> + +<!ENTITY certerror.pagetitle "Niet-beveiligde verbinding"> +<!ENTITY certerror.longpagetitle "Deze verbinding is niet beveiligd"> + +<!-- Localization note (certerror.introPara1) - The string "#1" will +be replaced at runtime with the name of the server to which the user +was trying to connect. --> +<!ENTITY certerror.introPara1 "U hebt &brandShortName; gevraagd een beveiligde verbinding +te maken met <b>#1</b>, maar we kunnen niet bevestigen dat uw verbinding is beveiligd."> + +<!ENTITY certerror.whatShouldIDo.heading "Wat moet ik doen?"> +<!ENTITY certerror.whatShouldIDo.content "Als u doorgaans zonder problemen verbinding +maakt met deze website, kan deze fout betekenen dat iemand de website probeert +na te bootsen en kunt u beter niet verdergaan."> +<!ENTITY certerror.getMeOutOfHere.label "Haal me hier vandaan!"> + +<!ENTITY certerror.expert.heading "Ik begrijp de risico’s"> +<!ENTITY certerror.expert.content "Als u begrijpt wat er aan de hand is, +kunt u &brandShortName; vertellen de identiteit van deze website te vertrouwen. +<b>Zelfs als u de website vertrouwt, kan deze fout betekenen dat iemand met +uw verbinding aan het knoeien is.</b>"> +<!ENTITY certerror.expert.contentPara2 "U kunt beter geen uitzondering toevoegen, tenzij +u weet dat er een goede reden is dat deze website geen vertrouwde identificatie gebruikt."> +<!ENTITY certerror.addTemporaryException.label "Website bezoeken"> +<!ENTITY certerror.addPermanentException.label "Blijvende uitzondering toevoegen"> + +<!ENTITY certerror.technical.heading "Technische details"> |