Skip to content
This repository was archived by the owner on Nov 1, 2022. It is now read-only.

Commit 92f55c6

Browse files
runnermergify[bot]
authored andcommitted
Strings - components/browser/errorpages/src/main/res/values-nl/strings.xml
1 parent e7b83db commit 92f55c6

File tree

1 file changed

+7
-2
lines changed
  • components/browser/errorpages/src/main/res/values-nl

1 file changed

+7
-2
lines changed

components/browser/errorpages/src/main/res/values-nl/strings.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<resources>
2+
<resources xmlns:tools="http://schemas.android.com/tools" xmlns:moz="http://mozac.org/tools">
33

44
<!-- The button that appears at the bottom of an error page. -->
55
<string name="mozac_browser_errorpages_page_refresh">Opnieuw proberen</string>
@@ -61,10 +61,15 @@
6161

6262
<!-- The text shown inside the advanced button used to expand the advanced options. It's only shown when a website uses HSTS. -->
6363
<string name="mozac_browser_errorpages_security_bad_hsts_cert_advanced">Geavanceerd…</string>
64+
6465
<!-- The advanced certificate information shown when a website uses HSTS. The %1$s will be replaced by the website URL and %2$s will be replaced by the app name. It's only shown when a website uses HSTS. -->
65-
<string name="mozac_browser_errorpages_security_bad_hsts_cert_techInfo"><![CDATA[
66+
<string moz:removedIn="104" name="mozac_browser_errorpages_security_bad_hsts_cert_techInfo" tools:ignore="UnusedResources"><![CDATA[
6667
<label> <b>%1$s</b> heeft een beveiligingsbeleid genaamd HTTP Strict Transport Security (HSTS), wat betekent dat <b>%2$s</b> er alleen beveiligd mee kan verbinden. U kunt geen uitzondering toevoegen om deze website te bezoeken.
6768
]]></string>
69+
<!-- The advanced certificate information shown when a website uses HSTS. The %1$s will be replaced by the website URL and %2$s will be replaced by the app name. It's only shown when a website uses HSTS. -->
70+
<string name="mozac_browser_errorpages_security_bad_hsts_cert_techInfo2"><![CDATA[
71+
<label> <b>%1$s</b> heeft een beveiligingsbeleid genaamd HTTP Strict Transport Security (HSTS), wat betekent dat <b>%2$s</b> er alleen beveiligd mee kan verbinden. U kunt geen uitzondering toevoegen om deze website te bezoeken. </label>
72+
]]></string>
6873
<!-- The text shown inside the advanced options button used to go back. It's only shown if the user has expanded the advanced options. -->
6974
<string name="mozac_browser_errorpages_security_bad_hsts_cert_back">Terug</string>
7075

0 commit comments

Comments
 (0)