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

Commit 647640c

Browse files
runnermergify[bot]
authored andcommitted
Strings - components/browser/errorpages/src/main/res/values-uk/strings.xml
1 parent ef014d5 commit 647640c

File tree

1 file changed

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

1 file changed

+7
-2
lines changed

components/browser/errorpages/src/main/res/values-uk/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">Спробувати знову</string>
@@ -58,10 +58,15 @@
5858

5959
<!-- The text shown inside the advanced button used to expand the advanced options. It's only shown when a website uses HSTS. -->
6060
<string name="mozac_browser_errorpages_security_bad_hsts_cert_advanced">Додатково…</string>
61+
6162
<!-- 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. -->
62-
<string name="mozac_browser_errorpages_security_bad_hsts_cert_techInfo"><![CDATA[
63+
<string moz:removedIn="104" name="mozac_browser_errorpages_security_bad_hsts_cert_techInfo" tools:ignore="UnusedResources"><![CDATA[
6364
<label> <b>%1$s</b> має політику безпеки під назвою HTTP Strict Transport Security (HSTS), що означає, що <b>%2$s</b> може підключитися до нього лише безпечно. Ви не можете додати виняток для відвідування цього сайту.
6465
]]></string>
66+
<!-- 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. -->
67+
<string name="mozac_browser_errorpages_security_bad_hsts_cert_techInfo2"><![CDATA[
68+
<label> <b>%1$s</b> має політику безпеки під назвою HTTP Strict Transport Security (HSTS), що означає, що <b>%2$s</b> може підключитися до нього лише безпечно. Ви не можете додати виняток для відвідування цього сайту. </label>
69+
]]></string>
6570
<!-- The text shown inside the advanced options button used to go back. It's only shown if the user has expanded the advanced options. -->
6671
<string name="mozac_browser_errorpages_security_bad_hsts_cert_back">Назад</string>
6772

0 commit comments

Comments
 (0)