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

Commit acd4916

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

File tree

1 file changed

+6
-2
lines changed
  • components/browser/errorpages/src/main/res/values-sv-rSE

1 file changed

+6
-2
lines changed

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

Lines changed: 6 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">Försök igen</string>
@@ -60,10 +60,14 @@
6060

6161
<!-- The text shown inside the advanced button used to expand the advanced options. It's only shown when a website uses HSTS. -->
6262
<string name="mozac_browser_errorpages_security_bad_hsts_cert_advanced">Avancerat…</string>
63+
6364
<!-- 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. -->
64-
<string name="mozac_browser_errorpages_security_bad_hsts_cert_techInfo"><![CDATA[
65+
<string moz:removedIn="104" name="mozac_browser_errorpages_security_bad_hsts_cert_techInfo" tools:ignore="UnusedResources"><![CDATA[
6566
<label> <b>%1$s</b> har en säkerhetspolicy som kallas HTTP Strict Transport Security (HSTS), vilket innebär att <b>%2$s</b> bara kan ansluta till den på ett säkert sätt. Du kan inte lägga till ett undantag för att besöka den här webbplatsen.
6667
]]></string>
68+
<!-- 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. -->
69+
<string name="mozac_browser_errorpages_security_bad_hsts_cert_techInfo2"><![CDATA[
70+
<label> <b>%1$s</b> har en säkerhetspolicy som kallas HTTP Strict Transport Security (HSTS), vilket innebär att <b>%2$s</b> bara kan ansluta till den på ett säkert sätt. Du kan inte lägga till ett undantag för att besöka den här webbplatsen.</label>]]></string>
6771
<!-- The text shown inside the advanced options button used to go back. It's only shown if the user has expanded the advanced options. -->
6872
<string name="mozac_browser_errorpages_security_bad_hsts_cert_back">Gå tillbaka</string>
6973

0 commit comments

Comments
 (0)